html,
.block-editor__container .editor-styles-wrapper {
  --c-black: #000000;
  --c-dark: #202e3e;
  --ca-dark: 32,46,62;
  --c-grey: rgba(32,46,62,0.8);
  --ca-grey: 32,46,62;
  --c-light: #fff;
  --ca-light: 255,255,255;
  --c-light: #fff;
  --c-active:  #ff828c;
  --ca-active: 255,130,140;
  --c-alter: #026f75;
  --c-light-grey: rgba(var(--ca-dark),.08);
  --c-alter2: #fef6f2;
  --font-size: 14px;
  --t-primary-font-family: "Heebo", sans-serif;
  --t-secondary-font-family: "Prata", sans-serif;
}

@media screen and (max-width: 1440px) {
  html,
  .block-editor__container .editor-styles-wrapper {
    --ls-text: .8px;
  }
}

html {
  font-size: var(--font-size);
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth;
  line-height: 1.7;
  font-size: var(--font-size);
  font-family: var(--t-primary-font-family);
  color: var(--c-grey);
}

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--c-dark);
  font-family: var(--t-secondary-font-family);
  font-weight: 400;
}

h1 {
  font-size: 60px;
  line-height: 1.3;
}

h2 {
  font-size: 40px;
  line-height: 1.3;
}

h3 {
  font-size: 32px;
  line-height: 1.4;
}

h4 {
  font-size: 22px;
  line-height: 1.3;
}

h5 {
  font-size: 18px;
  line-height: 1.35;
}

h6 {
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive typography
---------------------------*/
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 23px;
  }
}

.wp-caption {
  margin-bottom: 25px;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-grey);
  margin-top: 10px;
}

.gallery-caption {
  word-break: break-word;
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-grey);
  margin-top: 10px;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: var(--c-grey);
}

::-moz-placeholder {
  color: var(--c-grey);
}

:-ms-input-placeholder {
  color: var(--c-grey);
}

:-moz-placeholder {
  color: var(--c-grey);
}

:focus {
  outline: 0;
}

a {
  color: var(--c-dark);
  outline: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

a:hover, a:focus {
  color: var(--c-active);
  text-decoration: none;
}

strong, b {
  font-weight: bold;
  color: var(--c-dark);
}

ul, ol {
  list-style-position: inside;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 13px;
  margin-left: 25px;
}

p {
  margin-bottom: 15px;
}

p.has-large-font-size {
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 20px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-huge-font-size {
  font-size: 48px;
}

/* typography
---------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.overflow-full {
  overflow: hidden;
}

.monospace {
  font-family: 'Source Code Pro', sans-serif;
  color: #494949;
}

audio,
video,
iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  audio,
  video,
  iframe {
    min-width: 200px !important;
  }
}

.aheto-link.aheto-btn--dark {
  color: var(--c-active);
}

.aheto-link.aheto-btn--dark:hover {
  color: var(--c-dark);
  opacity: .7;
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: var(--c-light-grey);
  color: var(--c-dark);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  max-width: 100%;
  overflow: auto;
  padding: 25px;
}

pre * {
  margin: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
  word-break: break-word;
}

th, td {
  padding: 7px 10px 5px;
}

table,
th,
td {
  border: 1px solid var(--c-light-grey);
  border-collapse: collapse;
}

th {
  font-weight: bold;
  color: var(--c-dark);
}

dt {
  font-weight: bold;
  color: var(--c-dark);
}

dd {
  margin: 0 0 15px;
}

address {
  font-style: italic;
  margin-bottom: 15px;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--c-light-grey);
  cursor: help;
}

code {
  background-color: var(--c-light-grey);
  color: var(--c-dark);
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
}

mark,
ins {
  background: var(--c-active);
  color: var(--c-light);
  padding: 0 4px;
  text-decoration: none;
}

kbd {
  font-weight: 100;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
  background-color: var(--c-light-grey);
  color: var(--c-dark);
}

tt {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 14px;
  padding: 3px 4px 4px;
  border-radius: 5px;
  background-color: var(--c-light-grey);
  color: var(--c-dark);
}

select {
  vertical-align: middle;
  min-width: 100%;
  border: none;
  background: var(--c-light);
  color: var(--c-grey);
  border: 0;
  outline: 1px solid var(--c-light-grey) !important;
  max-height: calc(1.2em + 17px);
  height: calc(1.2em + 17px);
  padding: 6px 10px 5px;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23dddddd'><polygon points='0,0 100,0 50,50'/></svg>");
  background-size: 12px;
  background-position: calc(100% - 10px) 16px;
  background-repeat: no-repeat;
  max-width: 100%;
}

select:focus {
  outline-offset: 0 !important;
}

.wp-block-button {
  margin-bottom: 1.5em;
}

.wp-block-button:before, .wp-block-button:after {
  display: block;
  content: "";
  clear: both;
}

.fb_iframe_widget > * {
  max-width: 100%;
}

.bypostauthor {
  font-size: inherit;
}

.text-center,
.aligncenter {
  text-align: center;
}

.text-left,
.alignleft {
  text-align: left;
}

.text-right,
.alignright {
  text-align: right;
}

.wp-block-image.is-resized.alignleft,
.alignleft {
  float: left;
  margin: 10px 25px 25px 0;
}

.wp-block-image.is-resized.alignright,
.alignright {
  float: right;
  margin: 10px 0 25px 25px;
}

.alignnone,
div.alignnone {
  margin-top: 10px;
  margin-bottom: 10px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 25px auto 25px auto;
}

.alignwide {
  clear: both;
}

.no-menu > a {
  color: var(--c-active);
}

.wp-block-button__link,
.wp-block-button:not(.is-style-outline) a:not([href]):not([tabindex]) {
  color: var(--c-light);
  background-color: var(--c-active);
}

.wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) a:not([href]):not([tabindex]):hover {
  color: var(--c-active) !important;
  background-color: var(--c-dark);
}

.wp-block-button.is-style-squared a {
  border-radius: 0;
}

blockquote {
  border-top: 1px solid rgba(var(--ca-grey), 0.15);
  border-bottom: 1px solid rgba(var(--ca-grey), 0.15);
  margin: 1rem 0 2rem;
  padding: 2rem 0;
}

blockquote.has-text-color * {
  color: inherit;
}

blockquote cite {
  font-size: 1rem;
  font-weight: 400;
  color: var(--c-grey);
  font-style: normal;
  display: block;
  margin-top: 2rem;
}

blockquote cite::before {
  content: "\2015";
  margin-right: 5px;
}

blockquote cite > * {
  font-size: inherit !important;
  font-style: normal;
}

.wp-block-pullquote blockquote {
  border-color: inherit;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

.notfound {
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.notfound:hover {
  opacity: .7;
}

abbr,
acronym {
  border-bottom: none !important;
}

.overflow {
  overflow: hidden;
}

.video-container iframe {
  border: 0;
}

iframe[name="advpp_manager"] {
  position: absolute;
  left: -9999px;
}

.s-back-switch {
  background-size: cover;
  background-position: center;
}

.screen-reader-text {
  display: none;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}

.gallery-item {
  padding: 15px;
  margin: 0;
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 50%;
  }
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: var(--c-light-grey);
}

.wp-block-image figcaption {
  color: var(--c-grey);
}

.wp-block-embed figcaption {
  margin-bottom: 0;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 30px auto 30px;
  padding: 2rem 0;
}

.wp-block-quote.is-large *:not(cite),
.wp-block-quote.is-style-large *:not(cite) {
  font-size: 2.5rem !important;
}

.wp-block-quote.is-large cite::before,
.wp-block-quote.is-style-large cite::before {
  display: none;
}

.wp-block-pullquote {
  padding: 2rem 0;
}

.wp-block-pullquote blockquote {
  max-width: 950px;
  padding-right: 15px;
  padding-left: 15px;
}

.wp-block-pullquote.has-background blockquote {
  border: none;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  font-size: 13px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
}

.wp-block-cover {
  color: var(--c-light);
}

.wp-block-cover a:hover {
  opacity: .7;
}

.wp-block-button.aligncenter {
  clear: both;
}

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 15px;
}

.wp-block-archives a,
.wp-block-categories a {
  color: inherit;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover {
  color: var(--c-active);
}

.wp-block-latest-posts li {
  list-style: none;
}

.wp-block-latest-posts li a {
  font-weight: 600;
}

.wp-block-latest-posts li time {
  font-size: 13px;
  color: var(--c-grey);
}

.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment-author {
  font-weight: 600;
}

.wp-block-latest-comments__comment-author {
  font-weight: 600;
}

.wp-block-latest-comments__comment-date {
  font-size: 13px;
  margin-top: 6px;
  color: var(--c-grey);
}

.wp-block-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-search input[type=search] {
  border: 1px solid rgba(var(--ca-dark), 0.15);
  line-height: 35px;
  padding: 5px 20px;
  width: calc(100% - 57px);
  outline: none;
}

.wp-block-search button.wp-block-search__button {
  border: 1px solid var(--c-active);
  position: relative;
  z-index: 10;
  font-weight: 500;
  padding: 5px 15px;
  background-color: var(--c-active);
  color: var(--c-light);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.wp-block-search button.wp-block-search__button:hover {
  border: 1px solid var(--c-dark);
  background: var(--c-dark);
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font-size: 36px;
}

.wp-block-cover-image .wp-block-cover-image-text *,
.wp-block-cover-image .wp-block-cover-text *,
.wp-block-cover-image h2 *,
.wp-block-cover .wp-block-cover-image-text *,
.wp-block-cover .wp-block-cover-text *,
.wp-block-cover h2 * {
  color: inherit;
}

.wp-block-media-text .wp-block-media-text__content {
  padding-top: 15px;
}

.wp-block-separator {
  border: none;
  border-bottom: 1px solid var(--c-dark);
  margin: 1.65em auto;
  clear: both;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
  border: none;
  border-bottom: 1px solid var(--c-dark);
  margin: 25px auto;
}

/* Buttons style
---------------------------*/
.cs-button--floreal-inline {
  margin: 8px 13px;
  letter-spacing: 3.9px;
}

.cs-button--floreal-inline.aheto-btn--primary {
  color: var(--c-active);
}

.cs-button--floreal-inline.aheto-btn--primary:hover, .cs-button--floreal-inline.aheto-btn--primary:focus {
  color: var(--c-dark);
}

.cs-button--floreal-inline.aheto-btn--dark {
  color: var(--c-dark);
}

.cs-button--floreal-inline.aheto-btn--dark:hover, .cs-button--floreal-inline.aheto-btn--dark:focus {
  color: var(--c-active);
}

.cs-button--floreal-inline.aheto-btn--light {
  color: var(--c-light);
}

.cs-button--floreal-inline.aheto-btn--light:hover, .cs-button--floreal-inline.aheto-btn--light:focus {
  color: var(--c-active);
}

input[type="number"].qty-styled {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number].qty-styled::-webkit-inner-spin-button,
input[type=number].qty-styled::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.quantity {
  position: relative;
}

.quantity input[type="number"].qty.qty-styled {
  padding-right: 50px !important;
}

.quantity .qty-arrow-down, .quantity .qty-arrow-up {
  color: #43484e !important;
  font-family: "Ionicons";
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: transparent;
  border-radius: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.quantity .qty-arrow-down {
  right: 25px;
}

.quantity .qty-arrow-down:after {
  position: relative;
  content: '\f3cf';
}

.quantity .qty-arrow-up {
  right: 0;
}

.quantity .qty-arrow-up:before {
  height: 30px;
  width: 1px;
  position: absolute;
  content: '';
  background-color: #d8e4f2;
  left: -3px;
  top: -5px;
}

.quantity .qty-arrow-up:after {
  position: relative;
  content: '\f3d1';
}

.aheto-cpt--grid .aheto-cpt-article--grid {
  position: static !important;
}

.wp-block-search__input {
  border-radius: 4px;
  border: 1px solid #7e8993;
  color: rgba(14, 28, 46, 0.62);
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
  font-size: 13px;
  padding: 6px 8px;
}

.wp-block-search__button {
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 -1px 0 #ccc;
          box-shadow: inset 0 -1px 0 #ccc;
  font-size: 13px;
  padding: 6px 10px;
}

.wp-block-search__label {
  font-weight: 700;
  margin-bottom: 0;
}

.gmnoprint {
  display: none;
}

.wp-block-rss__item-title {
  display: inline-block;
}

.aheto-cpt-article--ninedok_skin-1.aheto-cpt-article--ninedok .aheto-cpt-article__inner {
  height: 100%;
  overflow: hidden;
}

.aheto-cpt-article--ninedok_skin-1.aheto-cpt-article--ninedok .aheto-cpt-article__content {
  padding: 17px 30px 30px !important;
}

.aheto-cpt-article--soapy_skin-7.aheto-cpt-article .aheto-cpt-article__btn a {
  margin-bottom: 15px;
}

.aheto-cpt-article--ninedok_skin-1.aheto-cpt-article--ninedok .aheto-cpt-article__date {
  font-size: 14px;
  font-family: Heebo;
  color: rgba(32, 46, 62, 0.7);
  font-weight: 300 !important;
}

.blog--single__sidebar .aht-page__right-sb .aht-page__sb::before {
  background: transparent !important;
}

.blog--single__sidebar .aht-page__sidebar-active {
  padding-bottom: 0;
}

div.sidebar-widget, section.widget {
  -webkit-box-shadow: 0 5px 20px 0 rgba(53, 82, 99, 0.09);
          box-shadow: 0 5px 20px 0 rgba(53, 82, 99, 0.09);
}

.blog--single__sidebar .aht-page__content {
  padding-bottom: 0;
}

.blog--single__sidebar .aht-page__comments-area .comment-form-flex label, .blog--single__sidebar .aht-page__comments-area .comment-respond label {
  display: none !important;
}

.blog--single__sidebar .aht-page__comments-area .comments-title {
  margin-bottom: 50px !important;
}

.blog--single__sidebar .aht-page__content {
  padding-bottom: 0 !important;
}

.floreal-blog--post__author-name b {
  font-weight: 400;
}

.container {
  width: 100% !important;
  max-width: 1200px !important;
}

.wp-block-calendar {
  font-family: inherit;
  margin-bottom: 30px;
}

.wp-block-calendar table {
  font-family: inherit;
  margin-bottom: 0;
}

.wp-block-calendar table th {
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(var(--ca-dark), 0.15);
}

.wp-block-calendar table td {
  border: 1px solid rgba(var(--ca-dark), 0.15);
}

.wp-block-calendar a {
  text-decoration: none;
  font-weight: 600;
}

.fb_iframe_widget > * {
  max-width: 100%;
}

.bypostauthor {
  font-size: inherit;
}

pre code {
  background: 0 0;
}

.screen-reader-text {
  display: none;
}

.single-post .gallery {
  margin: 60px -15px 45px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  text-align: center;
}

.gallery-item {
  padding: 15px;
  margin: 0;
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-5 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-6 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-7 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-8 .gallery-item {
    width: 50%;
  }
}

.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}

@media screen and (max-width: 991px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .gallery.gallery-columns-9 .gallery-item {
    width: 50%;
  }
}
