/*
IMPORT FONTS
-------------------------------------------- */
body.block-editor-page .editor-styles-wrapper {
  /* This comment is
  * several lines long.
  * since it uses the CSS comment syntax,
  * it will appear in the CSS output. */
  /*
  = FUNCTIONS
  ------------------------------------------------------------------------------------- */
  /*
  IMPORT FONTS
  -------------------------------------------- */
  /*
  GLOBAL STYLES
  -------------------------------------------- */
  /*
  chat-widget {
      display: none;
      &.active {
          display: block;
      }
  }*/
  /* 
  + Preloading */
  /*
  + Custom cursor 
  REMOVE CURSOR 

      .cursor {
          position: fixed; left: 0px; top: 0px; display: block; z-index: 999999;
          width: 104px; height: 104px;
          user-select: none;
          pointer-events: none;
          span {
              position: absolute; left: 0px; top: 0px; display: block; opacity: 0;
              width: 100%; height: 100%;
              border: 1px solid $color-red; border-radius: 50%;
              @include transform($sx: 0.85, $sy: 0.85);
              @include transition(250ms ease-in-out);
              i {
                  display: block; position: absolute; left: 50%; top: 50%;
                  width: 10px; height: 10px;
                  background: $color-red;
                  border-radius: 50%;
                  @include transform($x: -50%, $y: -50%);
              }
          }
          &.active {
              span {
                  &:first-child {
                      opacity: 1;
                      @include transform();
                  }
              }
          }
      }  

      .is-draggable .flickity-viewport {
          cursor: none !important;
          a {
             cursor: none !important; 
          }
      }

      .tablet {
          .cursor {
              display: none !important;
          }
      }
      body {
          @include breakpoint(640) {
              .cursor {
                  display: none !important;
              }
          }
      }*/
  /*
  BUTTONS GLOBAL
  -------------------------------------------- */
  /*
  = PAGE HERO
  ------------------------------------------------------------------------------------- */
  /*
  = TWO COLUMNS
  ------------------------------------------------------------------------------------- */
  /*
  = COVER
  ------------------------------------------------------------------------------------- */
  /*
  = CONTENT EDITOR
  ------------------------------------------------------------------------------------- */
  /*
  = TOGGLER
  ------------------------------------------------------------------------------------- */
  /*
  = FEATURED CONTENT
  ------------------------------------------------------------------------------------- */
  /*
  IMAGE GALLERY
  -------------------------------------------- */
  /*
  COLUMN GALLERY
  -------------------------------------------- */
  /*
  = COVER
  ------------------------------------------------------------------------------------- */
  /*
  = CUSTOM SLIDER
  ------------------------------------------------------------------------------------- */
  /*
  = WITH GRID
  ------------------------------------------------------------------------------------- */
  /*
  = MAP
  ------------------------------------------------------------------------------------- */
}
body.block-editor-page .editor-styles-wrapper body,
body.block-editor-page .editor-styles-wrapper input,
body.block-editor-page .editor-styles-wrapper select,
body.block-editor-page .editor-styles-wrapper button,
body.block-editor-page .editor-styles-wrapper textarea {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  color: #2F323D;
  -webkit-font-smoothing: antialiased;
}
body.block-editor-page .editor-styles-wrapper h1,
body.block-editor-page .editor-styles-wrapper h2,
body.block-editor-page .editor-styles-wrapper h3,
body.block-editor-page .editor-styles-wrapper h4 {
  font-family: "ivymode", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper h1 em,
body.block-editor-page .editor-styles-wrapper h2 em,
body.block-editor-page .editor-styles-wrapper h3 em,
body.block-editor-page .editor-styles-wrapper h4 em {
  font-style: italic;
}
body.block-editor-page .editor-styles-wrapper h1 {
  font-size: 5.5555555556vw;
  font-weight: 600;
  line-height: 100%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper h1 {
    font-size: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper h2,
body.block-editor-page .editor-styles-wrapper h3 {
  font-size: 4.1666666667vw;
  line-height: 100%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper h2,
  body.block-editor-page .editor-styles-wrapper h3 {
    font-size: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper h4 {
  font-size: 2.7777777778vw;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper h4 {
    font-size: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper p {
  font-size: 1.3888888889vw;
  line-height: 150%;
  color: #2F323D;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper p {
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper p strong {
  font-weight: 500;
}
body.block-editor-page .editor-styles-wrapper p em,
body.block-editor-page .editor-styles-wrapper p i {
  font-style: italic;
}
body.block-editor-page .editor-styles-wrapper p > a:not(.btn),
body.block-editor-page .editor-styles-wrapper p > a:not(.button) {
  font-weight: 400;
  font-size: 1.25vw;
  color: #BAA27C;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .entry h2, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h2,
body.block-editor-page .editor-styles-wrapper .entry h3,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h3,
body.block-editor-page .editor-styles-wrapper .entry h4,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h4,
body.block-editor-page .editor-styles-wrapper .entry h5,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5,
body.block-editor-page .editor-styles-wrapper .entry h6,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 {
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry h2, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h2,
  body.block-editor-page .editor-styles-wrapper .entry h3,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h3,
  body.block-editor-page .editor-styles-wrapper .entry h4,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h4,
  body.block-editor-page .editor-styles-wrapper .entry h5,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5,
  body.block-editor-page .editor-styles-wrapper .entry h6,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 {
    margin-bottom: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry h2:last-child, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h2:last-child,
body.block-editor-page .editor-styles-wrapper .entry h3:last-child,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h3:last-child,
body.block-editor-page .editor-styles-wrapper .entry h4:last-child,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h4:last-child,
body.block-editor-page .editor-styles-wrapper .entry h5:last-child,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5:last-child,
body.block-editor-page .editor-styles-wrapper .entry h6:last-child,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .entry h2 a, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h2 a,
body.block-editor-page .editor-styles-wrapper .entry h3 a,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h3 a,
body.block-editor-page .editor-styles-wrapper .entry h4 a,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h4 a,
body.block-editor-page .editor-styles-wrapper .entry h5 a,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5 a,
body.block-editor-page .editor-styles-wrapper .entry h6 a,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 a {
  color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .entry h2 a:hover, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h2 a:hover,
body.block-editor-page .editor-styles-wrapper .entry h3 a:hover,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h3 a:hover,
body.block-editor-page .editor-styles-wrapper .entry h4 a:hover,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h4 a:hover,
body.block-editor-page .editor-styles-wrapper .entry h5 a:hover,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5 a:hover,
body.block-editor-page .editor-styles-wrapper .entry h6 a:hover,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 a:hover {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .entry h5, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5 {
  font-size: 2.0833333333vw;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry h5, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h5 {
    font-size: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry h6, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 {
  font-size: 1.6666666667vw;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry h6, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content h6 {
    font-size: 32px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content p {
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content p {
    margin-bottom: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry p:last-child, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content p:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .entry p a:not(.btn), body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content p a:not(.btn) {
  font-weight: 400;
  font-size: 1.25vw;
  color: #BAA27C;
  text-decoration: underline;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry p a:not(.btn), body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content p a:not(.btn) {
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry ul, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul,
body.block-editor-page .editor-styles-wrapper .entry ol,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol {
  padding-left: 1.3888888889vw;
  margin-bottom: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry ul, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul,
  body.block-editor-page .editor-styles-wrapper .entry ol,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol {
    padding-left: 26.6666666667px;
    margin-bottom: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry ul li, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li,
body.block-editor-page .editor-styles-wrapper .entry ol li,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li {
  margin-bottom: 0.6944444444vw;
  font-size: 1.3888888889vw;
  line-height: 117%;
  color: #2F323D;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry ul li, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li,
  body.block-editor-page .editor-styles-wrapper .entry ol li,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li {
    margin-bottom: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry ul li strong, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li strong,
body.block-editor-page .editor-styles-wrapper .entry ol li strong,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li strong {
  font-weight: 500;
}
body.block-editor-page .editor-styles-wrapper .entry ul li em, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li em,
body.block-editor-page .editor-styles-wrapper .entry ul li i,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li i,
body.block-editor-page .editor-styles-wrapper .entry ol li em,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li em,
body.block-editor-page .editor-styles-wrapper .entry ol li i,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li i {
  font-style: italic;
}
body.block-editor-page .editor-styles-wrapper .entry ul li > a:not(.btn), body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li > a:not(.btn),
body.block-editor-page .editor-styles-wrapper .entry ol li > a:not(.btn),
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li > a:not(.btn) {
  color: #BAA27C;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .entry ul li > a:not(.btn):hover, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul li > a:not(.btn):hover,
body.block-editor-page .editor-styles-wrapper .entry ol li > a:not(.btn):hover,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol li > a:not(.btn):hover {
  color: #2F323D;
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper .entry ul:last-child, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul:last-child,
body.block-editor-page .editor-styles-wrapper .entry ol:last-child,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .entry ul, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ul {
  list-style-type: disc;
}
body.block-editor-page .editor-styles-wrapper .entry ol, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content ol {
  list-style-type: decimal;
}
body.block-editor-page .editor-styles-wrapper .entry blockquote, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote {
  position: relative;
  padding: 8.3333333333vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry blockquote, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote {
    padding: 160px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .entry blockquote:before, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4.8611111111vw;
  width: 100%;
  font-family: "ivymode", sans-serif;
  font-size: 4.1666666667vw;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 0.02em;
  color: #BAA27C;
  text-align: center;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry blockquote:before, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote:before {
    top: 93.3333333333px;
    font-size: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry blockquote p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote p {
  font-family: "ivymode", sans-serif;
  font-size: 2.7777777778vw;
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 0.02em;
  color: #2F323D;
  text-align: center;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry blockquote p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote p {
    font-size: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry blockquote p em, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote p em {
  display: block;
  padding-top: 1.3888888889vw;
  font-family: "Lexend", sans-serif;
  font-size: 1.25vw;
  color: #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry blockquote p em, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote p em {
    padding-top: 26.6666666667px;
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry blockquote cite, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote cite {
  display: block;
  padding-top: 1.3888888889vw;
  font-family: "Lexend", sans-serif;
  font-size: 1.3888888889vw;
  color: #BAA27C;
  text-align: center;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry blockquote cite, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content blockquote cite {
    padding-top: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry .gallery, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery {
  display: flex;
  gap: 1.8055555556vw;
  overflow: hidden;
  margin-right: -4.1666666667vw !important;
  margin-top: 5.5555555556vw !important;
  margin-bottom: 5.5555555556vw !important;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry .gallery, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery {
    gap: 34.6666666667px;
    margin-right: -80px !important;
    margin-bottom: 106.6666666667px !important;
  }
}
body.block-editor-page .editor-styles-wrapper .entry .gallery .gallery-item, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery .gallery-item {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
body.block-editor-page .editor-styles-wrapper .entry .gallery .gallery-item img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery .gallery-item img {
  height: 40.4166666667vw;
  width: auto;
  border: 0 !important;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry .gallery .gallery-item img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery .gallery-item img {
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry .gallery.flickity-enabled, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery.flickity-enabled {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .entry .gallery.flickity-enabled .gallery-item img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .gallery.flickity-enabled .gallery-item img {
  margin-right: 1.8055555556vw;
  cursor: grab;
}
body.block-editor-page .editor-styles-wrapper .entry iframe[src*=youtube], body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content iframe[src*=youtube] {
  width: 100%;
  height: 48.6111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry iframe[src*=youtube], body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content iframe[src*=youtube] {
    height: 933.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content img {
  max-width: 100%;
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .entry .wp-block-image, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image {
  margin: 5.5555555556vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry .wp-block-image, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image {
    margin: 106.6666666667px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .entry .wp-block-image img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image img {
  max-width: 100%;
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .entry .wp-block-image figcaption, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image figcaption {
  padding-top: 1.0416666667vw;
  text-align: center;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry .wp-block-image figcaption, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image figcaption {
    padding-top: 20px;
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry .wp-block-image.wide img, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .wp-block-image.wide img {
  width: 100%;
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .entry .two-col-lists, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .two-col-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body.block-editor-page .editor-styles-wrapper .entry .two-col-lists.inner-col-list, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .two-col-lists.inner-col-list {
  max-width: 53.75vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry .two-col-lists.inner-col-list, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content .two-col-lists.inner-col-list {
    max-width: 1032px;
  }
}
body.block-editor-page .editor-styles-wrapper .entry.has-two-col-list ul, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .has-two-col-list.wp-block-media-text__content ul {
  column-count: 2;
  column-gap: 30px;
}
body.block-editor-page .editor-styles-wrapper .entry.has-two-col-list ul li, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .has-two-col-list.wp-block-media-text__content ul li {
  break-inside: avoid-column;
}
body.block-editor-page .editor-styles-wrapper .entry.small-text p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content p,
body.block-editor-page .editor-styles-wrapper .entry.small-text ul li,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content ul li,
body.block-editor-page .editor-styles-wrapper .entry.small-text ol li,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content ol li {
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .entry.small-text p, body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content p,
  body.block-editor-page .editor-styles-wrapper .entry.small-text ul li,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content ul li,
  body.block-editor-page .editor-styles-wrapper .entry.small-text ol li,
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .small-text.wp-block-media-text__content ol li {
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .title-holder {
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .title-holder {
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .title-holder h2,
body.block-editor-page .editor-styles-wrapper .title-holder h3 {
  margin-bottom: 1.3888888889vw;
}
body.block-editor-page .editor-styles-wrapper .title-holder.with-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
body.block-editor-page .editor-styles-wrapper .title-holder + .post-grid-outer {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait h1 {
  font-size: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait h2,
body.block-editor-page .editor-styles-wrapper .tablet.portrait h3 {
  font-size: 50px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait h4 {
  font-size: 35px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait h5 {
  font-size: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait h6 {
  font-size: 25px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait p {
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait p > a:not(.btn) {
  font-size: 18px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry h2, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content h2,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry h3,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content h3 {
  margin-bottom: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry p, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content p {
  margin-bottom: 30px;
  font-size: 18px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry p a, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content p a {
  font-size: 18px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry ul, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content ul,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry ol,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry ul li, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content ul li,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry ol li,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content ol li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry blockquote, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content blockquote {
  padding: 120px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry blockquote:before, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content blockquote:before {
  top: 70px;
  font-size: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry blockquote p, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content blockquote p {
  font-size: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry blockquote p em, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content blockquote p em {
  padding-top: 20px;
  font-size: 18px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry blockquote cite, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content blockquote cite {
  padding-top: 20px;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry .wp-block-image, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content .wp-block-image {
  margin: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry .wp-block-image figcaption, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content .wp-block-image figcaption {
  padding-top: 15px;
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry .two-col-lists.inner-col-list, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content .two-col-lists.inner-col-list {
  max-width: 774px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry.small-text p, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .small-text.wp-block-media-text__content p,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry.small-text ul li,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .small-text.wp-block-media-text__content ul li,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .entry.small-text ol li,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .small-text.wp-block-media-text__content ol li {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.filters-on-top {
  flex-direction: column-reverse;
  align-items: flex-start;
  margin-bottom: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.filters-on-top .filter-select-list {
  margin-bottom: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.filters-below {
  flex-direction: column;
  align-items: flex-start;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.filters-below .filter-select-list {
  margin-top: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below {
  margin-bottom: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below hroup,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below > h2,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below > h3 {
  padding-right: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below .btn, body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below #login .button-primary, #login body.block-editor-page .editor-styles-wrapper .tablet.portrait .title-holder.with-actions.responsive-button-below .button-primary {
  white-space: nowrap;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body h1 {
    font-size: 50px;
  }
  body.block-editor-page .editor-styles-wrapper body h2,
  body.block-editor-page .editor-styles-wrapper body h3 {
    font-size: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body h4 {
    font-size: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body h5 {
    font-size: 25px;
  }
  body.block-editor-page .editor-styles-wrapper body h6 {
    font-size: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body p {
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body p > a:not(.btn) {
    font-size: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry h2, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content h2,
  body.block-editor-page .editor-styles-wrapper body .entry h3,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content h3 {
    margin-bottom: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry h4, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content h4,
  body.block-editor-page .editor-styles-wrapper body .entry h5,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content h5,
  body.block-editor-page .editor-styles-wrapper body .entry h6,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content h6 {
    margin-bottom: 10px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry p, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry p a, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content p a {
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry p a:not(.btn), body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content p a:not(.btn) {
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry p.mobile-small-link a, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content p.mobile-small-link a {
    font-size: 15px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry ul, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content ul,
  body.block-editor-page .editor-styles-wrapper body .entry ol,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content ol {
    padding-left: 20px;
    margin-bottom: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry ul li, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content ul li,
  body.block-editor-page .editor-styles-wrapper body .entry ol li,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content ol li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }
  body.block-editor-page .editor-styles-wrapper body .entry blockquote, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content blockquote {
    padding: 120px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .entry blockquote:before, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content blockquote:before {
    top: 70px;
    font-size: 60px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry blockquote p, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content blockquote p {
    font-size: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry blockquote p em, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content blockquote p em {
    padding-top: 20px;
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry blockquote cite, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content blockquote cite {
    padding-top: 20px;
    font-size: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry .wp-block-image, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content .wp-block-image {
    margin: 80px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .entry .wp-block-image figcaption, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content .wp-block-image figcaption {
    padding-top: 15px;
    font-size: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry .two-col-lists, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content .two-col-lists {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .entry .two-col-lists.inner-col-list, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .wp-block-media-text__content .two-col-lists.inner-col-list {
    max-width: 774px;
  }
  body.block-editor-page .editor-styles-wrapper body .entry.has-two-col-list ul, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .has-two-col-list.wp-block-media-text__content ul {
    column-count: 1;
  }
  body.block-editor-page .editor-styles-wrapper body .entry.small-text p, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .small-text.wp-block-media-text__content p,
  body.block-editor-page .editor-styles-wrapper body .entry.small-text ul li,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .small-text.wp-block-media-text__content ul li,
  body.block-editor-page .editor-styles-wrapper body .entry.small-text ol li,
  body.block-editor-page .editor-styles-wrapper body .wp-block-media-text > .small-text.wp-block-media-text__content ol li {
    font-size: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.filters-on-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.filters-on-top .filter-select-list {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.filters-below {
    flex-direction: column;
    align-items: flex-start;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.filters-below .filter-select-list {
    margin-top: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.responsive-button-below {
    flex-direction: column;
    align-items: flex-start;
  }
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.responsive-button-below hroup,
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.responsive-button-below > h2,
  body.block-editor-page .editor-styles-wrapper body .title-holder.with-actions.responsive-button-below > h3 {
    margin-bottom: 20px;
  }
}
body.block-editor-page .editor-styles-wrapper html.no-touch p > a:not(.btn) {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper html.no-touch p > a:not(.btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #BAA27C;
  transition: all 250ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper html.no-touch p > a:not(.btn):hover {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper html.no-touch p > a:not(.btn):hover:after {
  width: 0;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .entry p a:not(.btn), body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-media-text > .wp-block-media-text__content p a:not(.btn) {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .entry p a:not(.btn):after, body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-media-text > .wp-block-media-text__content p a:not(.btn):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #BAA27C;
  transition: all 250ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .entry p a:not(.btn):hover, body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-media-text > .wp-block-media-text__content p a:not(.btn):hover {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .entry p a:not(.btn):hover:after, body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-media-text > .wp-block-media-text__content p a:not(.btn):hover:after {
  width: 0;
}
body.block-editor-page .editor-styles-wrapper html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper html {
    overflow-x: hidden;
  }
}
body.block-editor-page .editor-styles-wrapper html.menu-active {
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper html.menu-active body {
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper body {
  position: relative;
  background-color: #FFFFFF;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body {
    overflow-x: hidden;
  }
}
body.block-editor-page .editor-styles-wrapper html.tablet.portrait {
  overflow-x: hidden;
}
body.block-editor-page .editor-styles-wrapper html.tablet.portrait body {
  overflow-x: hidden;
}
body.block-editor-page .editor-styles-wrapper .holder {
  max-width: 68.1944444444vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .holder {
    max-width: 1309.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .holder-wide {
  margin-left: 4.1666666667vw;
  margin-right: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .holder-wide {
    max-width: 1760px;
    padding: 0;
    margin: 0 auto;
  }
}
body.block-editor-page .editor-styles-wrapper .holder-narrow {
  padding-left: 11.8055555556vw !important;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .holder-narrow {
    padding-left: 226.6666666667px !important;
  }
}
body.block-editor-page .editor-styles-wrapper .parallax {
  backface-visibility: hidden;
}
body.block-editor-page .editor-styles-wrapper .content-hide {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .content-hide p:empty {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .content-hide + .more-content-trigger {
  color: #BAA27C;
  cursor: pointer;
}
body.block-editor-page .editor-styles-wrapper .content-hide.visible {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .content-hide.in-view p div span,
body.block-editor-page .editor-styles-wrapper .content-hide.in-view ul div span,
body.block-editor-page .editor-styles-wrapper .content-hide.in-view li div span {
  opacity: 1 !important;
  transform: none !important;
}
body.block-editor-page .editor-styles-wrapper .more-content-trigger {
  color: #BAA27C;
  cursor: pointer;
}
body.block-editor-page .editor-styles-wrapper .tag-list {
  margin-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .tag-list {
    margin-bottom: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .tag-list li {
  display: inline-block;
  margin: 0 0.3472222222vw 0.3472222222vw 0;
  padding: 0.2777777778vw 0.6944444444vw;
  font-size: 0.8333333333vw;
  line-height: 1.1111111111vw;
  color: #BAA27C;
  font-weight: 400;
  background-color: rgba(186, 162, 124, 0.2);
  cursor: pointer;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .tag-list li {
    margin: 0 6.6666666667px 6.6666666667px 0;
    padding: 5.3333333333px 13.3333333333px;
    font-size: 16px;
    line-height: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .tag-list li .close {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 1.1111111111vw;
  width: 1.1111111111vw;
  margin-left: 0.3472222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .tag-list li .close {
    height: 21.3333333333px;
    width: 21.3333333333px;
    margin-left: 6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .tag-list li .close:before, body.block-editor-page .editor-styles-wrapper .tag-list li .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.6944444444vw;
  height: 2px;
  background-color: #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .tag-list li .close:before, body.block-editor-page .editor-styles-wrapper .tag-list li .close:after {
    width: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .tag-list li .close:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
body.block-editor-page .editor-styles-wrapper .tag-list li .close:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.block-editor-page .editor-styles-wrapper .tag-list li:hover {
  color: white;
  background-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .tag-list li:hover .close:before, body.block-editor-page .editor-styles-wrapper .tag-list li:hover .close:after {
  background-color: white;
}
body.block-editor-page .editor-styles-wrapper .social-sharing {
  display: flex;
}
body.block-editor-page .editor-styles-wrapper .social-sharing a {
  margin-left: 1.3888888889vw;
}
body.block-editor-page .editor-styles-wrapper .social-sharing a svg {
  fill: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .social-sharing a:hover svg {
  fill: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .social-sharing a.link svg {
  fill: none;
  stroke: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .social-sharing a.link:hover svg {
  stroke: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .tooltip-outer {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  width: 320px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: 300ms 0s ease-in-out;
  animation-duration: 10s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .tooltip-outer {
    bottom: 20px;
    right: 10px;
    width: calc(100% - 60px);
    padding: 20px;
  }
}
body.block-editor-page .editor-styles-wrapper .tooltip-outer p {
  font-size: 14px;
  line-height: 175%;
}
body.block-editor-page .editor-styles-wrapper .tooltip-outer p a {
  color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .tooltip-outer.active {
  opacity: 1;
  visibility: visible;
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  70% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
body.block-editor-page .editor-styles-wrapper .chat-choice {
  position: fixed;
  bottom: 30px;
  left: 0;
  z-index: 2000;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li .icon-choice {
  display: block;
  position: relative;
  z-index: 2;
  width: 45px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  color: white;
  text-indent: -9999px;
  background: url(../img/icon-chatbot.svg) 40% 50% no-repeat #CB6644;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li .icon-choice:hover {
  background-color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 105%;
  z-index: 1;
  padding: 20px;
  background-color: white;
  border-radius: 5px;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 30px;
  width: 100%;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul:after {
  content: "";
  position: absolute;
  left: -45px;
  top: 0;
  height: 100%;
  width: 45px;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li .close-chat-choice {
  position: absolute;
  right: -40px;
  top: -40px;
  display: none;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  background-color: white;
  border-radius: 50%;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li .close-chat-choice:before, body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li .close-chat-choice:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background-color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li .close-chat-choice:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li .close-chat-choice:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li p {
  font-size: 14px;
  font-weight: bold;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li span {
  display: block;
  color: #2F323D;
  cursor: pointer;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li > ul li span:hover {
  color: #CB6644;
}
body.block-editor-page .editor-styles-wrapper .chat-choice > li.help {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .chat-choice.clicked .icon-choice {
  text-indent: 0;
  background-image: none;
}
body.block-editor-page .editor-styles-wrapper .chat-choice.clicked .initial-choices {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .chat-choice.clicked .help {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .chat-choice.initial > li > ul {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .chat-choice.initial > li > ul li .close-chat-choice {
  display: block;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .chat-choice > li:hover > ul {
  display: block;
}
body.block-editor-page .editor-styles-wrapper #chat-bot-launcher-container {
  display: none;
}
body.block-editor-page .editor-styles-wrapper #chat-bot-launcher-container.active {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .zapier-popup,
body.block-editor-page .editor-styles-wrapper .zapier-popup-booking {
  opacity: 0;
  visibility: hidden;
}
body.block-editor-page .editor-styles-wrapper .zapier-popup.active,
body.block-editor-page .editor-styles-wrapper .zapier-popup-booking.active {
  opacity: 1;
  visibility: visible;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .holder {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .holder-narrow {
  padding-left: 0 !important;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .holder-wide {
  margin-left: 30px;
  margin-right: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-hide {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .more-content-trigger {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tag-list {
  margin-bottom: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tag-list li {
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tag-list li .close {
  height: 16px;
  width: 16px;
  margin-left: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tag-list li .close:before, body.block-editor-page .editor-styles-wrapper .tablet.portrait .tag-list li .close:after {
  width: 10px;
  height: 2px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .holder {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .holder-narrow {
    padding-left: 0 !important;
  }
  body.block-editor-page .editor-styles-wrapper body .holder-wide {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-hide {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .more-content-trigger {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .tag-list {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .tag-list li {
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .tag-list li .close {
    height: 16px;
    width: 16px;
    margin-left: 5px;
  }
  body.block-editor-page .editor-styles-wrapper body .tag-list li .close:before, body.block-editor-page .editor-styles-wrapper body .tag-list li .close:after {
    width: 10px;
    height: 2px;
  }
  body.block-editor-page .editor-styles-wrapper body .social-sharing a {
    margin-left: 20px;
  }
}
body.block-editor-page .editor-styles-wrapper .loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .loading-holder .loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .loading-holder .progress-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
body.block-editor-page .editor-styles-wrapper .loading-holder .progress-bar .progress-loaded {
  position: relative;
  width: 0;
  height: 100%;
  border-bottom: 2px solid #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .loading-holder.transparent {
  background: transparent;
  pointer-events: none;
}
body.block-editor-page .editor-styles-wrapper .loading-holder.transparent .loader-overlay {
  background: transparent;
}
body.block-editor-page .editor-styles-wrapper .loading-holder.transparent .progress-bar {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .wp-block-button > a,
body.block-editor-page .editor-styles-wrapper .btn,
body.block-editor-page .editor-styles-wrapper #login .wp-generate-pw,
#login body.block-editor-page .editor-styles-wrapper .wp-generate-pw,
body.block-editor-page .editor-styles-wrapper #login .button-primary,
#login body.block-editor-page .editor-styles-wrapper .button-primary {
  display: inline-block;
  padding: 1.3888888889vw 1.7361111111vw;
  margin: 0;
  font-size: 1.1111111111vw;
  font-weight: 400;
  color: white;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-align: center;
  background-color: #BAA27C;
  border: #BAA27C solid 1px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-button > a,
  body.block-editor-page .editor-styles-wrapper .btn,
  body.block-editor-page .editor-styles-wrapper #login .wp-generate-pw,
  #login body.block-editor-page .editor-styles-wrapper .wp-generate-pw,
  body.block-editor-page .editor-styles-wrapper #login .button-primary,
  #login body.block-editor-page .editor-styles-wrapper .button-primary {
    padding: 26.6666666667px 33.3333333333px;
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-button > a.ghost,
body.block-editor-page .editor-styles-wrapper .btn.ghost,
body.block-editor-page .editor-styles-wrapper #login .ghost.wp-generate-pw,
#login body.block-editor-page .editor-styles-wrapper .ghost.wp-generate-pw,
body.block-editor-page .editor-styles-wrapper #login .ghost.button-primary,
#login body.block-editor-page .editor-styles-wrapper .ghost.button-primary {
  color: #BAA27C;
  background-color: #FFFFFF;
  border: rgba(186, 162, 124, 0.5) solid 1px;
}
body.block-editor-page .editor-styles-wrapper .wp-block-button.ghost > a {
  color: #BAA27C;
  background-color: #FFFFFF;
  border: rgba(186, 162, 124, 0.5) solid 1px;
}
body.block-editor-page .editor-styles-wrapper .button-set .btn, body.block-editor-page .editor-styles-wrapper .button-set #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .button-set .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .button-set #login .button-primary, #login body.block-editor-page .editor-styles-wrapper .button-set .button-primary {
  margin-right: 1.1111111111vw;
  margin-bottom: 12px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .button-set .btn, body.block-editor-page .editor-styles-wrapper .button-set #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .button-set .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .button-set #login .button-primary, #login body.block-editor-page .editor-styles-wrapper .button-set .button-primary {
    margin-right: 21.3333333333px;
    margin-bottom: 12px;
  }
}
body.block-editor-page .editor-styles-wrapper .button-set.center {
  text-align: center;
}
body.block-editor-page .editor-styles-wrapper .button-set.center .btn, body.block-editor-page .editor-styles-wrapper .button-set.center #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .button-set.center .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .button-set.center #login .button-primary, #login body.block-editor-page .editor-styles-wrapper .button-set.center .button-primary {
  margin: 0 0.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .button-set.center .btn, body.block-editor-page .editor-styles-wrapper .button-set.center #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .button-set.center .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .button-set.center #login .button-primary, #login body.block-editor-page .editor-styles-wrapper .button-set.center .button-primary {
    margin: 0 10.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .button-set.bottom-spacing {
  margin-bottom: 6.9444444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .button-set.bottom-spacing {
    margin-bottom: 133.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .button-set.top-spacing-s {
  margin-top: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .button-set.top-spacing-s {
    margin-top: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .button-set.top-spacing {
  margin-top: 13.8888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .button-set.top-spacing {
    margin-top: 266.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .tab-buttons {
  display: flex;
  align-items: center;
}
body.block-editor-page .editor-styles-wrapper .wp-block-buttons + .wp-block-columns {
  padding-top: 2.7777777778vw;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-button > a,
body.block-editor-page .editor-styles-wrapper html.no-touch .btn,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .wp-generate-pw,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .wp-generate-pw,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .button-primary,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .button-primary {
  transition: 250ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-button > a:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch .btn:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .wp-generate-pw:hover,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .wp-generate-pw:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .button-primary:hover,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .button-primary:hover {
  color: #BAA27C;
  background-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-button > a.ghost:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch .btn.ghost:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .ghost.wp-generate-pw:hover,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .ghost.wp-generate-pw:hover,
body.block-editor-page .editor-styles-wrapper html.no-touch #login .ghost.button-primary:hover,
#login body.block-editor-page .editor-styles-wrapper html.no-touch .ghost.button-primary:hover {
  color: white;
  background-color: #BAA27C;
  border-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper html.no-touch .wp-block-button.ghost > a:hover {
  color: white;
  background-color: #BAA27C;
  border-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-button > a,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .btn,
body.block-editor-page .editor-styles-wrapper .tablet.portrait #login .wp-generate-pw,
#login body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-generate-pw,
body.block-editor-page .editor-styles-wrapper .tablet.portrait #login .button-primary,
#login body.block-editor-page .editor-styles-wrapper .tablet.portrait .button-primary {
  padding: 20px 25px;
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .button-set.center {
  text-align: left;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .wp-block-button > a,
  body.block-editor-page .editor-styles-wrapper body .btn,
  body.block-editor-page .editor-styles-wrapper body #login .wp-generate-pw,
  #login body.block-editor-page .editor-styles-wrapper body .wp-generate-pw,
  body.block-editor-page .editor-styles-wrapper body #login .button-primary,
  #login body.block-editor-page .editor-styles-wrapper body .button-primary {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 400;
  }
  body.block-editor-page .editor-styles-wrapper body .button-set .btn, body.block-editor-page .editor-styles-wrapper body .button-set #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper body .button-set .wp-generate-pw, body.block-editor-page .editor-styles-wrapper body .button-set #login .button-primary, #login body.block-editor-page .editor-styles-wrapper body .button-set .button-primary {
    display: block;
    margin-bottom: 10px;
  }
}
body.block-editor-page .editor-styles-wrapper .load-more {
  transition: width 0.1s ease, height 0.4s ease, border-width 0.4s ease, border-radius 0.4s ease, border-color 0.4s ease, padding 0s ease;
}
body.block-editor-page .editor-styles-wrapper .load-more.loading {
  height: 32px;
  width: 32px;
  padding: 0;
  font-size: 0;
  color: transparent;
  border: 1px solid #ccc;
  border-width: 2px;
  border-radius: 50%;
  border-color: #FFFFFF #FFFFFF #FFFFFF #BAA27C;
  pointer-events: none;
  animation: spin 1.2s infinite linear;
}
body.block-editor-page .editor-styles-wrapper .loader {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  width: 0px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-width: 2px;
  border-radius: 50%;
  border-color: #FFFFFF #FFFFFF #FFFFFF #BAA27C;
  pointer-events: none;
  animation: spin 1.2s infinite linear;
  transition-property: width, height, visibility, opacity, margin-bottom;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
body.block-editor-page .editor-styles-wrapper .loader.filter-relative-left {
  position: absolute;
  height: 2.2222222222vw;
  width: 2.2222222222vw;
  top: 6.9444444444vw;
  left: 50%;
  transform: translateX(-50%);
}
body.block-editor-page .editor-styles-wrapper .loader.active {
  height: 2.2222222222vw;
  width: 2.2222222222vw;
  margin-bottom: 30px;
  visibility: visible;
  opacity: 1;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-start;
  position: relative;
  z-index: 4;
  height: 100vh;
  box-sizing: border-box;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup {
  max-width: 40.8333333333vw;
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup {
    max-width: 784px;
    padding-bottom: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1,
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1 {
  margin-bottom: 1.7361111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1 {
    margin-bottom: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1 div {
  display: inline-block;
  white-space: nowrap;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1 div span {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup h1 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p {
  margin-bottom: 2.4305555556vw;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p {
    margin-bottom: 46.6666666667px;
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p div {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p div span {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.btn.ghost, body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p #login a.ghost.wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.ghost.wp-generate-pw, body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p #login a.ghost.button-primary, #login body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.ghost.button-primary {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.btn.ghost:hover, body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p #login a.ghost.wp-generate-pw:hover, #login body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.ghost.wp-generate-pw:hover, body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p #login a.ghost.button-primary:hover, #login body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p a.ghost.button-primary:hover {
  background-color: #BAA27C;
  border-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p > a:not(.btn) {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p > a:not(.btn):after {
  background-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder hgroup p:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info {
  position: absolute;
  left: auto;
  right: -11.8055555556vw;
  bottom: 3.4722222222vw;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info {
    right: -226.6666666667px;
    bottom: 66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li {
  font-size: 1.1111111111vw;
  line-height: 150%;
  color: #FFFFFF;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li {
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3472222222vw;
  width: 0;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 250ms ease-in-out;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li a:before {
    bottom: -6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li a .phone-label {
  width: 1.25vw;
  height: 1.25vw;
  text-align: left;
  text-indent: -9999px;
  background-image: url(../img/icon-phone.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
body.block-editor-page .editor-styles-wrapper .page-hero .holder .hero-info li a:hover:before {
  width: 100%;
}
body.block-editor-page .editor-styles-wrapper .page-hero .play-video {
  position: absolute;
  top: 50%;
  right: 4.1666666667vw;
  z-index: 4;
  padding-right: 6.9444444444vw;
  font-size: 1.1111111111vw;
  line-height: 150%;
  color: #FFFFFF;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .play-video {
    right: auto;
    left: 50%;
    transform: translateX(590px);
    padding-right: 133.3333333333px;
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .play-video span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4.9305555556vw;
  height: 4.9305555556vw;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .play-video span {
    width: 94.6666666667px;
    height: 94.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .play-video span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2777777778vw 0 0.2777777778vw 0.4166666667vw;
  border-color: transparent transparent transparent #FFFFFF;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .play-video span:after {
    border-width: 5.3333333333px 0 5.3333333333px 8px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .play-video span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero .play-video span:before {
    width: 128px;
    height: 128px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero .media-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 -20.39%, rgba(0, 0, 0, 0) 121.14%);
}
body.block-editor-page .editor-styles-wrapper .page-hero .fullsize-video-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
  min-width: 100%;
  min-height: 100%;
  background: #000000;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .fullsize-video-holder .fullsize-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .fullsize-video-holder .fullsize-video.mobile-video, body.block-editor-page .editor-styles-wrapper .page-hero .fullsize-video-holder .fullsize-video.tablet-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .page-hero .page-hero-background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .page-hero-background span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.05, 1.05);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero .page-hero-background span.mobile-bgr {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .page-hero .page-hero-background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 -20.39%, rgba(0, 0, 0, 0) 121.14%);
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder {
  flex-direction: row;
  align-items: center;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content {
  flex: 1;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup {
  max-width: 27.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup {
    max-width: 533.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup h1 {
  font-size: 4.1666666667vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup h1 {
    font-size: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup h1,
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup p {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup p a {
  color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .simple-hero-content hgroup p a:after {
  background-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder figure {
  flex: 0 0 41.6666666667vw;
  position: relative;
  overflow: hidden;
  max-width: 41.6666666667vw;
  height: 29.3055555556vw;
  margin-right: -11.8055555556vw;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder figure {
    flex: 0 0 800px;
    max-width: 800px;
    height: 562.6666666667px;
    margin-right: -226.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder figure .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
  transform-origin: left center;
  transition: 1500ms 450ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .hero-info li {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .hero-info li a {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .hero-info li a:before {
  background-color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .page-hero.type-simple .holder .hero-info li a .phone-label {
  background-image: url(../img/icon-phone-dark.svg);
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero {
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder {
  display: block;
  height: auto;
  padding-top: 25vh;
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder .hero-info {
  position: relative;
  bottom: auto;
  margin-top: 4.1666666667vw;
  margin-right: -11.8055555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder .hero-info {
    margin-top: 80px;
    margin-right: -226.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup {
  max-width: none !important;
  margin-bottom: 4.1666666667vw;
  margin-right: -11.8055555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup {
    margin-bottom: 80px;
    margin-right: -226.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup h1,
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup p {
  color: #2F323D;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup {
    margin-bottom: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup p {
  margin-bottom: 0.6944444444vw;
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup p em {
  font-style: normal;
  color: rgba(47, 50, 61, 0.5);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup p {
    margin-bottom: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup p strong.red {
  color: #CB6644;
}
body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup h1 {
  max-width: 100% !important;
  font-size: 4.1666666667vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero.single-property-hero .holder hgroup h1 {
    font-size: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .page-hero + section:not(.content-editor-outer):not(.post-single-outer) {
  margin-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .page-hero + section:not(.content-editor-outer):not(.post-single-outer) {
    margin-top: 160px;
  }
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder hgroup h1 span i {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder hgroup p span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder hgroup p a:after {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder .hero-info {
  opacity: 1;
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder figure {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .holder figure .img-holder {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .play-video {
  opacity: 1;
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .page-hero-background {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .page-hero-background span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .fullsize-video-holder {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .init-anim .page-hero .fullsize-video-holder .fullsize-video {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .single:not(.single-restaurant) .page-hero hgroup {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .single:not(.single-restaurant) .page-hero hgroup h1 {
  max-width: 44.7916666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .single:not(.single-restaurant) .page-hero hgroup h1 {
    max-width: 860px;
  }
}
body.block-editor-page .editor-styles-wrapper .single:not(.single-restaurant) .page-hero hgroup p {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.landscape .page-hero .fullsize-video-holder .fullsize-video.tablet-video {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .tablet.landscape .page-hero .fullsize-video-holder .fullsize-video.mobile-video {
  display: none;
  height: auto;
  width: 115vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.landscape .page-hero .fullsize-video-holder .fullsize-video.mobile-video + .fullsize-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero {
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder {
  height: auto;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder hgroup {
  max-width: 100%;
  width: 60vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder hgroup h1 {
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder hgroup p {
  max-width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 150%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder hgroup p a {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder .hero-info {
  right: 30px;
  left: auto;
  bottom: 56px;
  width: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder .hero-info li a {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  text-align: left;
  border: white solid 1px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .holder .hero-info li a .phone-label {
  display: block;
  width: 60px;
  height: 60px;
  background-color: rgba(46, 50, 62, 0.08);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  backdrop-filter: blur(2px);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.tablet-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.mobile-video {
  display: block;
  height: auto;
  width: 115vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.mobile-video + .fullsize-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .play-video {
  top: auto;
  bottom: 58px;
  padding-right: 100px;
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .play-video span {
  width: 72px;
  height: 72px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .play-video span:before {
  width: 96px;
  height: 96px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .play-video span:after {
  border-width: 3px 0 3px 6px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.has-video .holder .hero-info {
  width: 50%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.tablet-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.mobile-video {
  display: block;
  height: auto;
  width: 115vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero .fullsize-video-holder .fullsize-video.mobile-video + .fullsize-video {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.type-simple .holder {
  display: block;
  padding-top: 170px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.type-simple .holder hgroup {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.type-simple .holder hgroup h1 {
  font-size: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.type-simple .holder hgroup p {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.type-simple .holder figure {
  max-width: 100%;
  height: 45vh;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.single-property-hero .holder {
  padding-top: 20vh;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.single-property-hero .holder .hero-info {
  position: relative;
  bottom: auto;
  left: auto;
  width: 100%;
  margin-right: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .page-hero.single-property-hero .holder hgroup {
  margin-right: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait + section:not(.content-editor-outer) {
  margin-top: 80px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .page-hero {
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder {
    justify-content: center;
    height: auto;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 130px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder hgroup {
    max-width: 100%;
    width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder hgroup h1 {
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder hgroup p {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder hgroup p a {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder .hero-info {
    right: 20px;
    left: auto;
    bottom: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder .hero-info li a {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    text-align: left;
    border: white solid 1px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .holder .hero-info li a .phone-label {
    display: block;
    width: 60px;
    height: 60px;
    background-color: rgba(46, 50, 62, 0.08);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    backdrop-filter: blur(2px);
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .play-video {
    top: auto;
    bottom: 58px;
    right: 30px;
    padding-right: 100px;
    text-indent: -9999px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .play-video span {
    width: 44px;
    height: 44px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .play-video span:before {
    width: 60px;
    height: 60px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .play-video span:after {
    border-width: 2px 0 2px 4px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.has-video .holder .hero-info {
    width: 150px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder {
    display: block;
    padding-top: 20vh;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder hgroup {
    max-width: 100% !important;
    margin-bottom: 40px !important;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder hgroup h1 {
    margin-bottom: 15px !important;
    font-size: 40px !important;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder hgroup p {
    max-width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder figure {
    max-width: 100%;
    height: 191px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.type-simple .holder .hero-info {
    bottom: 70px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.single-property-hero .holder .hero-info {
    left: auto;
    width: 100%;
    margin-right: auto;
    padding: 20px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.single-property-hero .holder hgroup p {
    margin-bottom: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero.single-property-hero .holder hgroup h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .page-hero-background span.mobile-bgr {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .page-hero-background span.mobile-bgr + span {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .fullsize-video-holder .fullsize-video.mobile-video {
    display: block;
    height: auto;
    width: 115vw;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero .fullsize-video-holder .fullsize-video.mobile-video + .fullsize-video {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .page-hero + section:not(.content-editor-outer) {
    margin-top: 60px;
  }
}
body.block-editor-page .editor-styles-wrapper body.single .page-hero hgroup {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper body.single .page-hero hgroup h1 {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper body.single:not(.single-restaurant) .page-hero hgroup {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper body.single:not(.single-restaurant) .page-hero hgroup h1 {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article {
  flex: 0 0 23.2638888889vw;
  max-width: 23.2638888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article {
    flex: 0 0 446.6666666667px;
    max-width: 446.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article h2 div {
  display: inline-block;
  white-space: nowrap;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article h2 div span {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article h2 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article h2.in-view div span i {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article p div {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article p div span {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article p em div span {
  font-style: italic;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content article p.in-view div span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure {
  position: relative;
  overflow: hidden;
  right: -10.8333333333vw;
  flex: 0 0 50vw;
  width: 50vw;
  height: 53.3333333333vw;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  /*&.in-view {
      @include transform();
      .img-holder {
          @include transform();
      }
  }*/
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure {
    right: -208px;
    flex: 0 0 960px;
    width: 960px;
    height: 1024px;
  }
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure.image-grid-outer .image-grid {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 1.3888888889vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1.3888888889vw;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure.image-grid-outer .image-grid {
    padding: 26.6666666667px;
    gap: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure.image-grid-outer .image-grid li {
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper .two-columns .two-column-content figure.image-grid-outer .image-grid li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.block-editor-page .editor-styles-wrapper .two-columns.reversed .two-column-content {
  flex-direction: row-reverse;
}
body.block-editor-page .editor-styles-wrapper .two-columns.reversed .two-column-content figure {
  right: auto;
  left: -10.8333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns.reversed .two-column-content figure {
    left: -208px;
  }
}
body.block-editor-page .editor-styles-wrapper .two-columns.top-align .two-column-content {
  align-items: flex-start;
}
body.block-editor-page .editor-styles-wrapper .two-columns.top-align .two-column-content article {
  padding-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns.top-align .two-column-content article {
    padding-top: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .two-columns + .cta,
body.block-editor-page .editor-styles-wrapper .two-columns + .featured-content-outer {
  padding-top: 0 !important;
}
body.block-editor-page .editor-styles-wrapper .two-columns + .toggler-outer {
  padding-top: 0 !important;
}
body.block-editor-page .editor-styles-wrapper .two-columns + .toggler-outer .tabs-outer {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .two-columns + section:not(.two-columns) {
  margin-top: 8.3333333333vw;
}
body.block-editor-page .editor-styles-wrapper .two-columns + footer {
  margin-top: -3.4722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .two-columns + footer {
    margin-top: -66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns {
  padding: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns .two-column-content {
  flex-direction: column-reverse;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns .two-column-content article {
  flex: 1;
  align-self: flex-start;
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns .two-column-content figure {
  right: -15px;
  left: -15px;
  flex: 0 0 auto;
  height: 540px;
  width: calc(100% + 90px);
  max-width: 200%;
  margin-bottom: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns .two-column-content figure.image-grid-outer {
  left: 0;
  right: 0;
  height: 80vw;
  width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns .two-column-content figure.image-grid-outer .image-grid {
  gap: 20px;
  padding: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns.reversed .two-column-content figure {
  right: auto;
  left: -15px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns.top-align .two-column-content {
  align-items: center;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns.top-align .two-column-content article {
  padding-top: 40px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns + footer {
  margin-top: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .two-columns + section:not(.two-columns) {
  margin-top: 80px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .two-columns {
    margin-bottom: 60px;
    padding-top: 0 !important;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns .two-column-content {
    flex-direction: column-reverse;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns .two-column-content article {
    flex: 1;
    max-width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns .two-column-content figure {
    right: -10px;
    left: -10px;
    flex: 0 0 auto;
    height: 320px;
    width: calc(100% + 60px);
    max-width: 200%;
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns .two-column-content figure.image-grid-outer {
    left: 0;
    right: 0;
    height: 80vw;
    width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns .two-column-content figure.image-grid-outer .image-grid {
    gap: 16px;
    padding: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns.reversed .two-column-content {
    flex-direction: column-reverse;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns.reversed .two-column-content figure {
    right: -10px;
    left: -10px;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns.top-align .two-column-content {
    align-items: center;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns.top-align .two-column-content article {
    padding-top: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns + footer {
    margin-top: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .two-columns + section:not(.two-columns) {
    margin-top: 60px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer {
  position: relative;
  height: 100vh;
  margin-top: 5.5555555556vw;
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer {
    margin-top: 106.6666666667px;
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 4.8611111111vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer .holder {
    padding: 93.3333333333px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 68.1944444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns {
    width: 1309.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ul li,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ol li {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2 a,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3 a,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4 a,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p a,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ul li a,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ol li a {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2 a:after,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3 a:after,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4 a:after,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p a:after,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ul li a:after,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ol li a:after {
  background-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2 div,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3 div,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4 div {
  display: inline-block;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2 div span,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3 div span,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4 div span {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h2 div span i,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h3 div span i,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns h4 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p div {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p div span {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p a:after {
  transform-origin: left center;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0, 1);
  transition: transform 800ms cubic-bezier(0.215, 0.61, 0.355, 1), width 250ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns p:last-child,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ul:last-child,
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns ol:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns hgroup {
  flex: 0 0 27.7777777778vw;
  max-width: 27.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns hgroup {
    flex: 0 0 533.3333333333px;
    max-width: 533.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns article {
  flex: 0 0 33.0555555556vw;
  max-width: 33.0555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns article {
    flex: 0 0 634.6666666667px;
    max-width: 634.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer .holder .cover-columns .more-content-trigger {
  color: white;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .cover-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .cover-image > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body.block-editor-page .editor-styles-wrapper .cover-outer .cover-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 50, 61, 0.2);
}
body.block-editor-page .editor-styles-wrapper .cover-outer.in-view .holder .cover-columns h2 div span i,
body.block-editor-page .editor-styles-wrapper .cover-outer.in-view .holder .cover-columns h3 div span i,
body.block-editor-page .editor-styles-wrapper .cover-outer.in-view .holder .cover-columns h4 div span i {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .cover-outer.in-view .holder .cover-columns p span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .cover-outer.in-view .holder .cover-columns p a:after {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators {
  padding: 5.1388888889vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators {
    padding: 98.6666666667px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:before, body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 5.2777777778vw;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:before, body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:after {
    height: 101.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:before {
  top: -0.1388888889vw;
  background-image: url("../img/horizontal-separator-1.webp");
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:before {
    top: -2.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:after {
  bottom: -0.1388888889vw;
  background-image: url("../img/horizontal-separator-2.webp");
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .cover-outer.has-separators:after {
    bottom: -2.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive {
  height: 200vh;
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive .cover-image > span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0.75, 0.75);
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive .cover-image .edges .vertical span:first-child {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30vw;
  background: #FFFFFF;
  transform-origin: left center;
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive .cover-image .edges .vertical span:last-child {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  width: 30vw;
  background: #FFFFFF;
  transform-origin: right center;
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive .cover-image .edges .horizontal span:first-child {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  height: 30vh;
  background: #FFFFFF;
  transform-origin: center top;
}
body.block-editor-page .editor-styles-wrapper .cover-outer.interactive .cover-image .edges .horizontal span:last-child {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  height: 30vh;
  background: #FFFFFF;
  transform-origin: center bottom;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer {
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .cover-image {
  height: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .cover-image > span {
  height: 100%;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .cover-image .edges {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder {
  min-height: 540px;
  height: auto;
  padding: 50px 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder .cover-columns {
  display: block;
  width: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder .cover-columns hgroup,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder .cover-columns article {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder .cover-columns hgroup p:last-child,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .cover-outer .holder .cover-columns article p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .cover-outer {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .cover-image {
    height: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .cover-image > span {
    height: 100%;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .cover-image .edges {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder {
    min-height: 623px;
    height: auto;
    padding: 30px 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns {
    display: block;
    width: auto;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns hgroup,
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns article {
    max-width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns hgroup p:last-child,
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns article p:last-child {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns p,
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns ul li,
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns ol li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer .holder .cover-columns p {
    margin-bottom: 15px;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer.interactive {
    height: auto;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer.interactive .cover-image {
    height: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer.interactive .cover-image > span {
    height: 100%;
    transform: none !important;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer.interactive .cover-image .edges {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .cover-outer.interactive .holder {
    min-height: 623px;
    height: auto;
    padding: 30px 20px;
  }
}
body.block-editor-page .editor-styles-wrapper div#top + .cover-outer {
  margin-top: 0 !important;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer {
  padding: 8.3333333333vw 0 7.6388888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer {
    padding: 160px 0 146.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer + .two-columns {
  padding-top: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer + .two-columns {
    padding-top: 160px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer + .content-editor-outer,
body.block-editor-page .editor-styles-wrapper .content-editor-outer + .featured-content-outer {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer + .content-editor-outer.experiences,
body.block-editor-page .editor-styles-wrapper .content-editor-outer + .featured-content-outer.experiences {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer + .content-editor-outer.experiences,
  body.block-editor-page .editor-styles-wrapper .content-editor-outer + .featured-content-outer.experiences {
    padding-top: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer + footer {
  margin-top: -3.4722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer + footer {
    margin-top: -3.4722222222vw;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta {
  padding: 8.3333333333vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta {
    padding: 160px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content {
  max-width: 68.1944444444vw;
  margin: 0 auto;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h2 + .wp-block-buttons, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h2 + .wp-block-buttons,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h3 + .wp-block-buttons,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h3 + .wp-block-buttons,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h4 + .wp-block-buttons,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h4 + .wp-block-buttons {
  margin-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h2 + .wp-block-buttons, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h2 + .wp-block-buttons,
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h3 + .wp-block-buttons,
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h3 + .wp-block-buttons,
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry h4 + .wp-block-buttons,
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content h4 + .wp-block-buttons {
    margin-top: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry p a, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content p a {
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry p a, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content p a {
    font-size: 24px;
  }
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .entry, body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content {
    max-width: 1309.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark {
  padding: 6.9444444444vw 0 13.8888888889vw;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark .holder-wide {
  padding: 2.7777777778vw 3.4722222222vw;
  background-color: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h2,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h3,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h4,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark p {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h2 a,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h3 a,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h4 a,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark p a {
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h2 a:after,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h3 a:after,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark h4 a:after,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.cta-dark p a:after {
  background-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-bottom {
  padding-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-bottom .holder-wide {
  padding-bottom: 7.6388888889vw;
  border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-bottom .holder-wide {
    padding-bottom: 146.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-top {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-top .holder-wide {
  padding-top: 7.6388888889vw;
  border-top: rgba(47, 50, 61, 0.2) solid 1px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.border-top .holder-wide {
    padding-top: 146.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.top-spacing {
  padding-top: 13.8888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.top-spacing {
    padding-top: 266.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.top-spacing-s {
  padding-top: 6.9444444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.top-spacing-s {
    padding-top: 133.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.bottom-spacing-s {
  padding-bottom: 4.8611111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.bottom-spacing-s {
    padding-bottom: 93.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer {
  padding: 12.5vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer {
    padding: 240px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer .entry, body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer .wp-block-media-text > .wp-block-media-text__content {
  max-width: 68.1944444444vw;
  margin: 0 auto;
  padding-left: 13.8888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer .entry, body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer .wp-block-media-text > .wp-block-media-text__content {
    max-width: 1309.3333333333px;
    padding-left: 266.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer h1 {
  margin-bottom: 4.1666666667vw;
  font-size: 3.4722222222vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.form-outer.login-form-outer h1 {
    margin-bottom: 80px;
    font-size: 66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.contact-form-outer {
  padding: 0 0 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.contact-form-outer {
    padding: 0 0 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.contact-form-outer .holder-wide {
  padding: 8.3333333333vw 0;
  border-top: rgba(47, 50, 61, 0.2) solid 1px;
  border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.contact-form-outer .holder-wide {
    padding: 160px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experiences + footer {
  margin-top: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button {
  float: right;
  display: flex;
  align-items: center;
  padding: 0 1.7361111111vw;
  margin: 0 0 1.3888888889vw 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 3.75vw;
  color: #BAA27C;
  background-color: #FFFFFF;
  border: #BAA27C solid 1px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button {
    padding: 0 33.3333333333px;
    margin: 0 0 26.6666666667px 26.6666666667px;
    font-size: 21.3333333333px;
    line-height: 72px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button svg, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button svg {
  margin-right: 0.6944444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button svg, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button svg {
    margin-right: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button:hover, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button:hover {
  background-color: rgba(186, 162, 124, 0.1);
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button + .content-editor-outer, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button + .content-editor-outer,
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .simplefavorite-button + .image-gallery-outer,
body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button + .image-gallery-outer {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.experience-single > .entry .image-gallery-outer .holder-wide, body.block-editor-page .editor-styles-wrapper .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .image-gallery-outer .holder-wide {
  margin: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer.last-item + footer {
  margin-top: 0;
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right {
  float: right;
  margin: 0 -4.1666666667vw 2.0833333333vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right {
    margin: 0 -80px 0 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right {
    margin-right: -20px !important;
  }
}
body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right + h2,
body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right + h3,
body.block-editor-page .editor-styles-wrapper .content-editor-outer .image-illustration-right + h4 {
  clear: both;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer {
  padding: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer + .content-editor-outer {
  padding-top: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer .image-illustration-right {
  margin-right: -30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.experience-single > .entry .simplefavorite-button, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button {
  margin: 0 0 20px 20px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 42px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.experience-single > .entry .simplefavorite-button svg, body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button svg {
  margin-right: 10px;
  vertical-align: text-bottom;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.form-outer {
  padding: 100px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.form-outer.login-form-outer .entry, body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.form-outer.login-form-outer .wp-block-media-text > .wp-block-media-text__content {
  max-width: 600px;
  padding-left: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.form-outer.login-form-outer h1 {
  margin-bottom: 30px;
  font-size: 50px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta .entry, body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta .entry p a, body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content p a {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta + footer {
  margin-top: 50px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark {
  padding: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark .holder-wide {
  padding: 30px 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark h4 {
  margin-bottom: 20px;
  font-size: 25px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark p {
  font-size: 14px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark p a {
  font-size: 14px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer.cta-dark p:last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .content-editor-outer + footer {
  margin-top: 0;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer {
    padding: 80px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.experience-single > .entry .simplefavorite-button, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button {
    float: none;
    display: inline-block;
    margin: 0 0 40px 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 42px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.experience-single > .entry .simplefavorite-button svg, body.block-editor-page .editor-styles-wrapper body .wp-block-media-text.content-editor-outer.experience-single > .wp-block-media-text__content .simplefavorite-button svg {
    margin-right: 10px;
    vertical-align: text-bottom;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer {
    padding: 40px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer.login-form-outer {
    padding-top: 200px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer.login-form-outer .entry, body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer.login-form-outer .wp-block-media-text > .wp-block-media-text__content {
    max-width: 100%;
    padding-left: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer.login-form-outer h1 {
    margin-bottom: 30px;
    font-size: 50px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer.contact-form-outer .gform_wrapper {
    padding-top: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.form-outer + .image-gallery-outer {
    margin-top: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta .entry, body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content {
    max-width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta .entry p a, body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta .wp-block-media-text > .wp-block-media-text__content p a {
    font-size: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark {
    padding: 80px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark .holder-wide {
    padding: 30px 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark h4 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark p {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark p a {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer.cta-dark p:last-child {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer + footer {
    margin-top: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer + .content-editor-outer,
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer + .featured-content-outer {
    padding-top: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .content-editor-outer + .image-gallery-outer {
    padding-top: 0;
    margin-top: -40px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer {
  padding: 7.2916666667vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer {
    padding: 140px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer p div {
  display: inline-block;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer hgroup {
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer hgroup {
    margin-bottom: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer hgroup + .tabs-outer {
  padding-top: 2.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer hgroup + .tabs-outer {
    padding-top: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt {
  position: relative;
  padding: 5.5555555556vw 2.7777777778vw 2.7777777778vw 0;
  border-top: rgba(47, 50, 61, 0.2) solid 1px;
  cursor: pointer;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt {
    padding: 106.6666666667px 53.3333333333px 53.3333333333px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt h4,
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt h3 {
  margin: 0;
  font-size: 2.7777777778vw;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt h4,
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt h3 {
    font-size: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt:first-child {
  border-top: 0;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt:last-child {
  border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon {
  position: absolute;
  top: 5.5555555556vw;
  right: 2.0833333333vw;
  width: 1.25vw;
  height: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon {
    top: 106.6666666667px;
    right: 40px;
    width: 24px;
    height: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon:before, body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #CB6644;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon:before {
  transform: translateY(-50%);
  transition: all 200ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt .toggle-icon:after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 200ms ease-in-out;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt.active .toggle-icon:before {
  opacity: 0;
  transform: translateY(-50%) rotate(-90deg);
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dt.active .toggle-icon:after {
  transform: translateY(-50%) rotate(0deg);
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd {
  display: none;
  padding-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd {
    padding-bottom: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd > div {
  margin-bottom: 1.6666666667vw;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd > div {
    margin-bottom: 32px;
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd > div::last-child {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd p {
  margin-bottom: 1.6666666667vw;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd p {
    margin-bottom: 32px;
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd p > a:not(.btn) {
  color: #BAA27C;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd p > a:not(.btn):hover {
  color: #2F323D;
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ul,
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ol {
  margin-bottom: 1.6666666667vw;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ul li,
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ol li {
  font-size: 1.1111111111vw;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ul li > a:not(.btn),
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ol li > a:not(.btn) {
  color: #BAA27C;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ul li > a:not(.btn):hover,
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list dd ol li > a:not(.btn):hover {
  color: #2F323D;
  text-decoration: none;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list + .btn, body.block-editor-page .editor-styles-wrapper .toggler-outer #login .toggle-list + .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list + .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .toggler-outer #login .toggle-list + .button-primary, #login body.block-editor-page .editor-styles-wrapper .toggler-outer .toggle-list + .button-primary {
  margin-top: 4.1666666667vw;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer {
  padding-top: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer {
    padding-top: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav {
  display: flex;
  margin-bottom: 6.9444444444vw;
  border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav {
    margin-bottom: 133.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li {
  margin-right: 2.7777777778vw;
  font-size: 1.25vw;
  font-weight: 400;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li {
    margin-right: 53.3333333333px;
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li a {
  display: block;
  position: relative;
  padding: 1.3888888889vw 0;
  color: rgba(47, 50, 61, 0.5);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li a {
    padding: 26.6666666667px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li.active a {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-nav li.active a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #CB6644;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-content {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer .tab-content.active {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer + .btn, body.block-editor-page .editor-styles-wrapper .toggler-outer #login .tabs-outer + .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer + .wp-generate-pw, body.block-editor-page .editor-styles-wrapper .toggler-outer #login .tabs-outer + .button-primary, #login body.block-editor-page .editor-styles-wrapper .toggler-outer .tabs-outer + .button-primary {
  margin-top: 4.1666666667vw;
}
body.block-editor-page .editor-styles-wrapper .toggler-outer + .content-editor-outer:not(.cta) {
  padding-top: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .toggler-outer + .content-editor-outer:not(.cta) {
    padding-top: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tab-nav-outer {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 40px;
  border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tab-nav-outer .tab-nav {
  flex-wrap: nowrap;
  margin-bottom: 0;
  border-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tab-nav-outer .tab-nav li {
  margin-right: 30px;
  font-size: 18px;
  white-space: nowrap;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .tab-nav-outer .tab-nav li a {
  padding: 20px 0;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .toggler-outer {
    padding: 40px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer hgroup h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .tab-nav-outer {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 40px;
    border-bottom: rgba(47, 50, 61, 0.2) solid 1px;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .tab-nav-outer .tab-nav {
    flex-wrap: nowrap;
    margin-bottom: 0;
    border-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .tab-nav-outer .tab-nav li {
    margin-right: 30px;
    font-size: 18px;
    white-space: nowrap;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .tab-nav-outer .tab-nav li a {
    padding: 20px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dt {
    padding-right: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dt h4,
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dt h3 {
    font-size: 25px;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dt .toggle-icon {
    top: 30px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dd p,
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dd ol li,
  body.block-editor-page .editor-styles-wrapper body .toggler-outer .toggle-list dd ul li {
    font-size: 14px;
  }
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer {
  padding: 8.3333333333vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .featured-content-outer {
    padding: 160px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer .block-title {
  margin-bottom: 4.8611111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .featured-content-outer .block-title {
    margin-bottom: 93.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer.top-spacing {
  margin-top: 13.8888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .featured-content-outer.top-spacing {
    margin-top: 266.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer:first-child {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer + .featured-content-outer {
  padding-top: 0;
  margin-top: -3.4722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .featured-content-outer + .featured-content-outer {
    padding-top: 0;
    margin-top: -66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .featured-content-outer + .content-editor-outer {
  padding-top: 3.4722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .featured-content-outer + .content-editor-outer {
    padding-top: 66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .featured-content-outer + .form-outer {
  padding-top: 0;
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer {
  overflow: hidden;
  width: 100%;
  padding: 6.9444444444vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .image-gallery-outer {
    padding: 133.3333333333px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .gallery-intro {
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .image-gallery-outer .gallery-intro {
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.8055555556vw;
  margin-right: -4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider {
    gap: 34.6666666667px;
    margin-right: -80px;
  }
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider li {
  padding-bottom: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider li {
    padding-bottom: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider li figure {
  position: relative;
  width: 60.4861111111vw;
  height: 40.4166666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider li figure {
    width: 1161.3333333333px;
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider li figure .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider.flickity-enabled {
  display: block;
  padding-left: 0;
  list-style-type: none;
}
body.block-editor-page .editor-styles-wrapper .image-gallery-outer .horizontal-image-slider.flickity-enabled li figure {
  margin-right: 2.0833333333vw;
}
body.block-editor-page .editor-styles-wrapper .column-gallery-holder {
  padding: 6.9444444444vw 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .column-gallery-holder {
    padding: 133.3333333333px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .column-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.7361111111vw;
  grid-auto-rows: 19.4444444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .column-gallery {
    grid-gap: 33.3333333333px;
    grid-auto-rows: 373.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .column-gallery figure {
  position: relative;
}
body.block-editor-page .editor-styles-wrapper .column-gallery figure .img-holder {
  display: block;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body.block-editor-page .editor-styles-wrapper .desktop .column-gallery figure:nth-child(1),
body.block-editor-page .editor-styles-wrapper .tablet .column-gallery figure:nth-child(1) {
  grid-area: 1/1/3/2;
}
body.block-editor-page .editor-styles-wrapper .desktop .column-gallery figure:nth-child(3),
body.block-editor-page .editor-styles-wrapper .tablet .column-gallery figure:nth-child(3) {
  grid-area: 1/3/3/4;
}
body.block-editor-page .editor-styles-wrapper .desktop .column-gallery figure:nth-child(5),
body.block-editor-page .editor-styles-wrapper .tablet .column-gallery figure:nth-child(5) {
  grid-area: 2/2/4/3;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .column-gallery-holder {
    padding: 80px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .column-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    grid-auto-rows: 190px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer {
  position: relative;
  padding: 6.9444444444vw 0;
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup {
  display: block;
  position: relative;
  height: 55.3472222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup {
    height: 1062.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4.9305555556vw;
  height: 4.9305555556vw;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span {
    width: 94.6666666667px;
    height: 94.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span:before {
    width: 128px;
    height: 128px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2777777778vw 0 0.2777777778vw 0.4166666667vw;
  border-color: transparent transparent transparent #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-video-outer .custom-video-popup .play-btn span:after {
    border-width: 5.3333333333px 0 5.3333333333px 8px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-video-outer.wide {
  margin-left: -4.1666666667vw;
  margin-right: -4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-video-outer.wide {
    margin-left: -80px;
    margin-right: -80px;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-video-outer {
  padding: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-video-outer .custom-video-popup {
  height: 540px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-video-outer .custom-video-popup .play-btn span {
  width: 72px;
  height: 72px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-video-outer .custom-video-popup .play-btn span:before {
  width: 96px;
  height: 96px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-video-outer .custom-video-popup .play-btn span:after {
  border-width: 4px 0 4px 8px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer {
    padding: 40px 0;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer .custom-video-popup {
    height: 320px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer .custom-video-popup .play-btn span {
    width: 44px;
    height: 44px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer .custom-video-popup .play-btn span:before {
    width: 60px;
    height: 60px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer .custom-video-popup .play-btn span:after {
    border-width: 3px 0 3px 6px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-video-outer.wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider {
  overflow: hidden;
  width: 100%;
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider {
    margin-bottom: 160px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide {
  display: flex;
  align-items: flex-end;
  max-width: 1920px;
  margin: 0px auto;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside {
  position: relative;
  flex: 0 0 21.3888888889vw;
  overflow: hidden;
  height: 100vh;
  max-height: 1050px;
  margin-right: 6.25vw;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside {
    flex: 0 0 410.6666666667px;
    margin-right: 120px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
  transform-origin: left center;
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder .next-img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder .next-img span {
  transform-origin: left center;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder .next-img.anim {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder .next-img.anim span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(47, 50, 61, 0.8);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide {
  position: absolute;
  left: 4.1666666667vw;
  right: 4.1666666667vw;
  top: 17.3611111111vw;
  color: rgba(255, 255, 255, 0.5);
  line-height: 108%;
  letter-spacing: 0.02em;
  font-size: 0.9722222222vw;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide {
    left: 80px;
    right: 80px;
    top: 333.3333333333px;
    font-size: 18.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide h5 {
  display: block;
  margin-top: 0.3472222222vw;
  color: #FFFFFF;
  font-size: 1.3888888889vw;
  line-height: 108%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide h5 {
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide h5 div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide h5 div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide.active h5 div span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside .next-slide.faded h5 div span {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside.in-view {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside.in-view .img-holder {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide aside.in-view .next-slide {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main {
  flex: 1;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup {
  position: relative;
  width: calc(100% - 60px);
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup {
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.0416666667vw;
  font-size: 1.3888888889vw;
  color: #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination {
    margin-bottom: 20px;
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .current {
  float: left;
  display: block;
  opacity: 0;
  width: 1.7361111111vw;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .current {
    width: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .current.active {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .current.faded {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .total {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .pagination .total {
    font-size: 18.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3 {
  max-width: 40.6944444444vw;
  margin-bottom: 1.3888888889vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3 div {
  display: inline-block;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3 div span {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3 {
    max-width: 781.3333333333px;
    margin-bottom: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup h3.in-view div span i {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup p {
  max-width: 40.6944444444vw;
  margin-bottom: 3.8194444444vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup p div {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup p div span {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup p {
    max-width: 781.3333333333px;
    margin-bottom: 73.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup p.in-view div span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li {
  float: left;
  margin-right: 0.6944444444vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a {
  display: block;
  opacity: 1;
  position: relative;
  width: 5vw !important;
  height: 5vw !important;
  margin: 0;
  text-indent: -9999px;
  background-color: rgba(186, 162, 124, 0.2) !important;
  border-radius: 50%;
  outline: none;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a {
    width: 96px !important;
    height: 96px !important;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-15%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2777777778vw 0 0.2777777778vw 0.4166666667vw;
  border-color: transparent transparent transparent #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a:after {
    border-width: 5.3333333333px 0 5.3333333333px 8px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a svg {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a.previous:after {
  transform: translateX(-50%) translateY(-50%);
  border-width: 0.2777777778vw 0.4166666667vw 0.2777777778vw 0;
  border-color: transparent #BAA27C transparent transparent;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a.previous:after {
    border-width: 5.3333333333px 8px 5.3333333333px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li a:hover {
  background-color: rgba(186, 162, 124, 0.4) !important;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .btns li:last-child {
  margin-right: 0px;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .progress {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0, 1);
  transform-origin: left center;
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .progress span {
  background: #CB6644;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main hgroup .progress.in-view {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide {
  display: flex;
  justify-content: space-between;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article {
  flex: 0 0 21.5277777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article {
    flex: 0 0 413.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4 {
  margin-bottom: 1.7361111111vw;
  font-size: 2.4305555556vw;
  line-height: 105%;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0px;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3:before, body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3:after,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4:before,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3:after,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3,
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4 {
    font-size: 46.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3 div,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4 div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article h4 div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul {
  margin-bottom: 1.7361111111vw;
  padding-left: 1.3888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul {
    margin-bottom: 33.3333333333px;
    padding-left: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p:before, body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p:after {
  clear: both;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li {
  margin-bottom: 1.7361111111vw;
  font-size: 1.25vw;
  line-height: 150%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p,
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li {
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p div,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li {
  margin-bottom: 0;
  list-style-type: disc;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article ul li {
    margin-bottom: 0;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a {
  overflow: hidden;
  display: block;
  color: #BAA27C;
  font-size: 1.25vw;
  font-weight: 400;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a:before, body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a {
    font-size: 24px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a span {
  float: left;
  opacity: 0;
  position: relative;
  padding-bottom: 0.3472222222vw;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a span {
    padding-bottom: 6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #BAA27C;
  transition: all 250ms ease-in-out;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a span:after {
    bottom: 0px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article a span:hover:after {
  width: 0;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.active h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.active h4 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.active p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.active a span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.faded h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.faded h4 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.faded p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide article.faded a span {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder {
  position: relative;
  flex: 0 0 44.4444444444vw;
  overflow: hidden;
  height: 29.1666666667vw;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder {
    flex: 0 0 853.3333333333px;
    height: 560px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder > div {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
  transform-origin: left center;
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder .next-img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder .next-img span {
  transform-origin: left center;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder .next-img.anim {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder .next-img.anim span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder.in-view {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide main .slide .img-holder.in-view > div {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider .holder-wide .articles {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide aside {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup {
  width: 100%;
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup .pagination {
  margin-bottom: 15px;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup .pagination .current {
  width: 25px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup .pagination .total {
  font-size: 14px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup h3 {
  max-width: 100%;
  margin-bottom: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup p {
  max-width: 100%;
  margin-bottom: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup .btns {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main hgroup .progress span {
  background: #CB6644;
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide {
  display: flex;
  justify-content: space-between;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article {
  flex: 0 0 310px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article h3,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article h4 {
  margin-bottom: 25px;
  font-size: 35px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article h3 div,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article h4 div {
  margin-right: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article ul {
  margin-bottom: 25px;
  padding-left: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article p,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article ul li {
  margin-bottom: 25px;
  font-size: 18px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article p div,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article ul li div {
  margin-right: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article ul li {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide article a {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider .holder-wide main .slide .img-holder {
  position: relative;
  flex: 0 0 50vw;
  overflow: hidden;
  height: 40vw;
  margin-right: -30px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .custom-slider {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide aside {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup {
    width: 100%;
    margin-bottom: 35px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .pagination {
    margin-bottom: 5px;
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .pagination .current {
    width: 22px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .pagination .total {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup h3 {
    max-width: 100%;
    margin-bottom: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup p {
    max-width: 100%;
    margin-bottom: 260px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .btns {
    top: auto;
    bottom: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .btns li {
    float: none;
    margin: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .btns li a {
    width: 33px !important;
    height: 33px !important;
    background-color: #BAA27C !important;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .btns li a.previous:after {
    border-width: 2px 3px 2px 0;
    border-color: transparent white transparent transparent;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .btns li a.next:after {
    border-width: 2px 0 2px 3px;
    border-color: transparent transparent transparent white;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main hgroup .progress span {
    background: #CB6644;
    transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article h3,
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article h4 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article h3 div,
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article h4 div {
    margin-right: 4px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article p,
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article p div,
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article ul li div {
    margin-right: 4px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article ul li {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article ul li:before {
    left: -1.38889vw;
    top: 1.04167vw;
    width: 0.41667vw;
    height: 0.41667vw;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide article a {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider .holder-wide main .slide .img-holder {
    height: 20vw;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 5.5555555556vw;
  padding-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 {
    margin-bottom: 106.6666666667px;
    padding-bottom: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide {
  max-width: 100vw;
  margin: 0px auto;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide {
    max-width: 1920px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup {
  position: relative;
  max-width: 62.5vw;
  margin: 0px auto 5.5555555556vw;
  text-align: center;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup {
    max-width: 1200px;
    margin: 0px auto 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup h3,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup p {
  margin-bottom: 1.3888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup h3,
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide hgroup p {
    margin-bottom: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside {
  position: relative;
  flex: 0 0 46.3888888889vw;
  right: -44.3055555556vw;
  height: 46.3888888889vw;
  margin-left: 13.8888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside {
    flex: 0 0 890.6666666667px;
    right: -850.6666666667px;
    height: 890.6666666667px;
    margin-left: 266.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder .next-img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder .next-img span {
  transform-origin: left center;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder .next-img.anim {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide aside .img-holder .next-img.anim span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main {
  display: flex;
  margin-bottom: 3.4722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main {
    margin-bottom: 66.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .mobile-btns {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article {
  flex: 0 0 21.5277777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article {
    flex: 0 0 413.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.3472222222vw;
  font-size: 1.3888888889vw;
  color: #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination {
    margin-bottom: 6.6666666667px;
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .current {
  float: left;
  display: block;
  opacity: 0;
  width: 1.7361111111vw;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .current {
    width: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .current.active {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .current.faded {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .total {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article .pagination .total {
    font-size: 18.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4 {
  margin-bottom: 1.7361111111vw;
  font-size: 4.1666666667vw;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3:before, body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3:after,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4:before,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3:after,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3,
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4 {
    margin-bottom: 33.3333333333px;
    font-size: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3 div,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4 div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3 div,
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4 div {
    margin-right: 6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article h4 div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul {
  margin-bottom: 1.7361111111vw;
  padding-left: 1.3888888889vw;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li:before, body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul {
    margin-bottom: 33.3333333333px;
    padding-left: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p:before, body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p:after {
  clear: both;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p a {
  display: inline;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p a span:after {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p a:before {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li {
  margin-bottom: 1.7361111111vw;
  font-size: 1.3888888889vw;
  line-height: 150%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p,
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li {
    margin-bottom: 33.3333333333px;
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p div,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p div,
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li div {
    margin-right: 6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li {
  position: relative;
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -1.3888888889vw;
  top: 1.0416666667vw;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  background: #2F323D;
  border-radius: 50%;
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article ul li:before {
    top: 20px;
    left: -1.3888888889vw;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a {
  overflow: hidden;
  display: block;
  color: #BAA27C;
  font-size: 1.1111111111vw;
  font-weight: 400;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a:before, body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a {
    font-size: 21.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a span {
  float: left;
  opacity: 0;
  position: relative;
  padding-bottom: 0.3472222222vw;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #BAA27C;
  transition: all 250ms ease-in-out;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a span:after {
    bottom: 0px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article a span:hover:after {
  width: 0;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.active h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.active h4 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.active p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.active ul li div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.active a span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.faded h3 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.faded h4 div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.faded p div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.faded ul li div span,
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide article.faded a span {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder {
  position: relative;
  flex: 0 0 50vw;
  overflow: hidden;
  height: 46.3888888889vw;
  margin-right: 11.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder {
    flex: 0 0 940px;
    height: 890.6666666667px;
    margin-right: 213.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder .next-img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder .next-img span {
  transform-origin: left center;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder .next-img.anim {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .img-holder .next-img.anim span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .progress {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide main .slide .progress span {
  background: #CB6644;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 44.7916666667vw;
  padding-left: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls {
    width: 860px;
    padding-left: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .line {
  display: block;
  position: absolute;
  left: 6.9444444444vw;
  top: 50%;
  right: 11.1111111111vw;
  height: 1px;
  background: #BAA27C;
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .line {
    left: 133.3333333333px;
    right: 213.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-number {
  overflow: hidden;
  font-size: 1.3888888889vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-number {
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-number span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-number.active span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-number.faded span {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination {
  position: relative;
  overflow: hidden;
  font-size: 1.3888888889vw;
  color: #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination {
    font-size: 26.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .current {
  float: left;
  display: block;
  opacity: 0;
  width: 1.7361111111vw;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .current {
    width: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .current.active {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .current.faded {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .total {
  font-size: 0.9722222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .pagination .total {
    font-size: 18.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide {
  position: relative;
  letter-spacing: 0.02em;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5 {
  display: block;
  font-size: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5 {
    font-size: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5:before, body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5:after {
  clear: both;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5 div {
  overflow: hidden;
  float: left;
  margin-right: 0.3472222222vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5 div {
    margin-right: 6.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide h5 div span {
  display: block;
  opacity: 0;
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide.active h5 div span {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .next-slide.faded h5 div span {
  opacity: 0;
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns {
  position: absolute;
  left: 96%;
  top: 50%;
  width: 12vw;
  transform: translateX(13.8888888889vw) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns {
    transform: translateX(266.6666666667px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li {
  float: left;
  margin-right: 0.6944444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li {
    margin-right: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a {
  display: block;
  opacity: 1;
  position: relative;
  width: 5vw !important;
  height: 5vw !important;
  margin: 0;
  text-indent: -9999px;
  background-color: rgba(186, 162, 124, 0.2) !important;
  border-radius: 50%;
  outline: none;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a {
    width: 96px !important;
    height: 96px !important;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-15%) translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3472222222vw 0 0.3472222222vw 0.5555555556vw;
  border-color: transparent transparent transparent #BAA27C;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a:after {
    border-width: 6.6666666667px 0 6.6666666667px 10.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a svg {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a.previous:after {
  transform: translateX(-50%) translateY(-50%);
  border-width: 0.3472222222vw 0.5555555556vw 0.3472222222vw 0;
  border-color: transparent #BAA27C transparent transparent;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a.previous:after {
    border-width: 6.6666666667px 10.6666666667px 6.6666666667px 0;
  }
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li a:hover {
  background-color: rgba(186, 162, 124, 0.4) !important;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .controls .btns li:last-child {
  margin-right: 0px;
}
body.block-editor-page .editor-styles-wrapper .custom-slider-v2 .holder-wide .articles {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .no-slider {
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .no-slider {
    margin-bottom: 160px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .no-slider {
    margin-bottom: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro {
  padding-bottom: 5.5555555556vw;
  margin-bottom: 5.5555555556vw;
  border-bottom: rgba(46, 50, 62, 0.3) solid 1px;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro {
    padding-bottom: 106.6666666667px;
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro h2 {
  margin-bottom: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro h2 {
    margin-bottom: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro p {
  max-width: 41.6666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro p {
    max-width: 800px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .no-slider .no-slider-intro p {
    max-width: 100%;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide hgroup {
  max-width: 100%;
  margin-bottom: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide hgroup h3,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide hgroup p {
  margin-bottom: 35px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide aside {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main {
  display: block;
  margin-bottom: 0px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article .pagination {
  margin-bottom: 5px;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article .pagination .current {
  width: 25px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article .pagination .total {
  font-size: 14px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article h3,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article h4 {
  margin-bottom: 20px;
  font-size: 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article h3 div,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article h4 div {
  margin-right: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article ul {
  margin-bottom: 25px;
  padding-left: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article p,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article ul li {
  margin-bottom: 25px;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article p div,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article ul li div {
  margin-right: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article ul li {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide article a {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide .img-holder {
  height: 540px;
  width: calc(100% + 30px);
  margin: 0px 0 80px -30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide main .slide .progress {
  display: block;
  margin: 0 0 60px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .custom-slider-v2 .holder-wide .controls {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .no-slider {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .no-slider .no-slider-intro {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .no-slider .no-slider-intro h2 {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .no-slider .no-slider-intro p {
  max-width: 600px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide hgroup {
    max-width: 100%;
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide hgroup h3,
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide hgroup p {
    margin-bottom: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide aside {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main {
    display: block;
    position: relative;
    margin-bottom: 0px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article .pagination {
    margin-bottom: 5px;
    font-size: 18px;
    transform: translateX(0px) translateY(-45px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article .pagination .current {
    width: 22px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article .pagination .total {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article h3,
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article h4 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article h3 div,
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article h4 div {
    margin-right: 4px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article ul {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article p,
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article ul li {
    margin-bottom: 20px;
    font-size: 18px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article p div,
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article ul li div {
    margin-right: 4px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article ul li {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article ul li:before {
    left: -15px;
    top: 13px;
    width: 6px;
    height: 6px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide article a {
    font-size: 14px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide .img-holder {
    height: 355px;
    width: calc(100% + 45px);
    margin: 0px -20px 60px -20px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .slide .progress {
    display: block;
    margin: 0 0 0px;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .mobile-btns {
    position: absolute;
    left: 0;
    top: 160px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .mobile-btns li a {
    display: block;
    position: relative;
    width: 33px;
    height: 33px;
    margin: 0;
    background-color: #BAA27C;
    border-radius: 50%;
    outline: none;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .mobile-btns li a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-15%) translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2px 0 2px 3px;
    border-color: transparent transparent transparent white;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide main .mobile-btns li a.previous:after {
    transform: translateX(-50%) translateY(-50%);
    border-width: 2px 3px 2px 0;
    border-color: transparent white transparent transparent;
  }
  body.block-editor-page .editor-styles-wrapper body .custom-slider-v2 .holder-wide .controls {
    display: none;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup {
  margin-bottom: 4.1666666667vw;
  text-align: center;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid hgroup {
    margin-bottom: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup h3 div {
  display: inline-block;
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup h3 div span {
  display: inline-block;
  perspective: 600px;
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup h3 div span i {
  display: inline-block;
  opacity: 0;
  font-style: normal;
  transform: translateY(65%) rotateX(90deg);
  transition: 800ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup h3.in-view div span i {
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid hgroup.alt-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .with-grid hgroup.alt-title h2 {
    margin-bottom: 0;
  }
  body.block-editor-page .editor-styles-wrapper .with-grid hgroup.alt-title p {
    display: none;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls {
  margin-bottom: 1.7361111111vw;
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls:before, body.block-editor-page .editor-styles-wrapper .with-grid .controls:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .controls {
    margin-bottom: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul {
  float: right;
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li {
  float: left;
  margin-right: 0.6944444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li {
    margin-right: 13.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li a {
  display: block;
  opacity: 0.3;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li a {
    width: 18.6666666667px;
    height: 18.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li a.grid-btn {
  background-image: url(../img/icon-grid.svg);
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li a.list-btn {
  background-image: url(../img/icon-list.svg);
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li a.active {
  opacity: 1;
}
body.block-editor-page .editor-styles-wrapper .with-grid .controls ul li:last-child {
  margin-right: 0px;
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid-and-list-holder {
  position: relative;
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid {
  margin: 0 -0.8333333333vw;
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid:before, body.block-editor-page .editor-styles-wrapper .with-grid .grid:after {
  content: "";
  display: table;
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid:after {
  clear: both;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid {
    margin: 0 -16px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col {
  float: left;
  overflow: hidden;
  padding: 0 0.8333333333vw;
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col {
    padding: 0 16px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group {
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div {
  overflow: hidden;
  margin-bottom: 1.6666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div {
    margin-bottom: 32px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 29.5138888889vw;
  height: 19.4444444444vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a {
    width: 566.6666666667px;
    height: 373.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .img-holder span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2F323D -15.89%, rgba(47, 50, 61, 0) 56.1%);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .new-img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-30.9722222222vw);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .new-img-holder {
    transform: translateX(-594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .new-img-holder span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(100%);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a .new-img-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2F323D -15.89%, rgba(47, 50, 61, 0) 56.1%);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a article {
  position: absolute;
  left: 0;
  bottom: 1.7361111111vw;
  right: 0;
  padding: 0 1.7361111111vw;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a article {
    bottom: 33.3333333333px;
    padding: 0 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a article h4 {
  max-width: 18.75vw;
  color: #FFFFFF;
  font-size: 2.0833333333vw;
  letter-spacing: 0.02em;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a article h4 {
    max-width: 360px;
    font-size: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col .group div a:hover .img-holder span {
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:nth-child(2n+1) a {
  height: 40.4166666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:nth-child(2n+1) a {
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a {
  width: 60.4166666667vw;
  transform: translateX(-30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a {
    width: 1160px;
    transform: translateX(-594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a .img-holder {
  transform: translateX(30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a .img-holder {
    transform: translateX(594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a article {
  transform: translateX(30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:first-child .group div:first-child a article {
    transform: translateX(594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:nth-child(2) {
  margin-left: -31.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:nth-child(2) {
    margin-left: -597.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:nth-child(2) .group div:nth-child(2n) a {
  height: 40.4166666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:nth-child(2) .group div:nth-child(2n) a {
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child {
  margin-right: -31.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child {
    margin-right: -597.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:nth-child(2n+1) a {
  height: 40.4166666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:nth-child(2n+1) a {
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a {
  width: 60.4166666667vw;
  transform: translateX(-30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a {
    width: 1160px;
    transform: translateX(-594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a .img-holder {
  transform: translateX(30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a .img-holder {
    transform: translateX(594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a article {
  transform: translateX(30.9722222222vw);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .grid .col:last-child .group div:first-child a article {
    transform: translateX(594.6666666667px);
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.in-view .col {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.in-view .col .group {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col .group div a {
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col .group div a .img-holder {
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col .group div a article {
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:first-child .group div:first-child a, body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:last-child .group div:first-child a {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:first-child .group div:first-child a .img-holder, body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:last-child .group div:first-child a .img-holder {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:first-child .group div:first-child a article, body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:last-child .group div:first-child a article {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:first-child .group div:first-child a .new-img-holder, body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:last-child .group div:first-child a .new-img-holder {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:first-child .group div:first-child a .new-img-holder span, body.block-editor-page .editor-styles-wrapper .with-grid .grid.transformed .col:last-child .group div:first-child a .new-img-holder span {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .list-holder {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 40.4166666667vw;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .list-holder {
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .list-holder.transformed {
  opacity: 1;
  pointer-events: all;
}
body.block-editor-page .editor-styles-wrapper .with-grid .list-holder.transformed-list .progress {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .progress {
  transform-origin: left center;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0, 1);
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div {
  overflow: hidden;
  margin-right: 1.7361111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div {
    margin-right: 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 60.4166666667vw;
  height: 40.4166666667vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a {
    width: 1160px;
    height: 776px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a .img-holder span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a .img-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #2F323D -15.89%, rgba(47, 50, 61, 0) 56.1%);
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a article {
  position: absolute;
  left: 0;
  bottom: 1.7361111111vw;
  right: 0;
  padding: 0 1.7361111111vw;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a article {
    bottom: 33.3333333333px;
    padding: 0 33.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a article h4 {
  max-width: 18.75vw;
  color: #FFFFFF;
  font-size: 2.0833333333vw;
  letter-spacing: 0.02em;
  line-height: 120%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .with-grid .list .flickity-slider div a article h4 {
    max-width: 360px;
    font-size: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid hgroup {
  margin-bottom: 60px;
  text-align: left;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .controls,
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .grid {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .progress {
  margin: 0px;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list-holder {
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
  height: auto;
  pointer-events: all;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list {
  margin-bottom: 80px;
  padding-left: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list .flickity-slider div {
  margin-right: 25px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list .flickity-slider div a {
  width: calc(100vw - 30px);
  height: 640px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list .flickity-slider div a article {
  bottom: 30px;
  padding: 0 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .with-grid .list .flickity-slider div a article h4 {
  max-width: 320px;
  font-size: 40px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .with-grid {
    margin-bottom: 40px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid hgroup {
    margin-bottom: 40px;
    text-align: left;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .controls,
  body.block-editor-page .editor-styles-wrapper body .with-grid .grid {
    display: none;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .progress {
    margin: 0px;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list-holder {
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    pointer-events: all;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list {
    margin-bottom: 50px;
    padding-left: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list .flickity-slider div {
    margin-right: 25px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list .flickity-slider div a {
    width: calc(100vw - 20px);
    height: 320px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list .flickity-slider div a article {
    bottom: 20px;
    padding: 0 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid .list .flickity-slider div a article h4 {
    max-width: 230px;
    font-size: 25px;
  }
  body.block-editor-page .editor-styles-wrapper body .with-grid + .content-editor-outer {
    padding-top: 0px;
  }
}
@keyframes jump {
  0% {
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
  100% {
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
  }
}
body.block-editor-page .editor-styles-wrapper .map {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
body.block-editor-page .editor-styles-wrapper .map .holder {
  max-width: 100%;
}
body.block-editor-page .editor-styles-wrapper .map .filters {
  position: absolute;
  left: 30px;
  top: 40px;
  z-index: 999;
}
body.block-editor-page .editor-styles-wrapper .map .filters .filters-trigger {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/btn-filters.svg) center no-repeat;
  background-size: 100% 100%;
}
body.block-editor-page .editor-styles-wrapper .map .filters .filters-inner {
  background: #FFFFFF;
  border: 1px solid #BAA27C;
  padding: 20px;
  margin-bottom: 40px;
}
body.block-editor-page .editor-styles-wrapper .map .filters .filters-inner p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) {
  pointer-events: all;
  list-style: none;
  transform-origin: center top;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns).opened {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 20px;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li a {
  opacity: 0.5;
  font-size: 14px;
  line-height: 150%;
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li:last-child {
  margin-bottom: 0px;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: url(../img/icon-checkmark.svg) center no-repeat;
  background-size: 100% 100%;
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.accomodations:before {
  background: #CB6644;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.amenities:before {
  background: #667CB9;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.beaches:before {
  background: #BAA27C;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.experiences:before {
  background: #B5CC76;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.restaurants:before {
  background: #FFFFFF;
  border: 1px solid #2F323D;
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.restaurants:after {
  background-image: url(../img/icon-checkmark-dark.svg);
}
body.block-editor-page .editor-styles-wrapper .map .filters ul:not(.zoom-btns) li.hidden:after {
  display: none;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-btns {
  list-style: none;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-btns li {
  margin-bottom: 10px;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-btns li a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/btn-zoom-in.svg) center no-repeat;
  background-size: 100% 100%;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-btns li a.zoom-out-btn {
  background-image: url(../img/btn-zoom-out.svg);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-btns li:last-child {
  margin-bottom: 0px;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  text-align: center;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder img {
  display: block;
  width: auto;
  height: 100vh;
  margin: 0px auto;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder {
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 744px;
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin {
  position: absolute;
  width: 2px;
  height: 2px;
  cursor: pointer;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.active:after {
  transform-origin: center bottom;
  animation: jump 0.5s linear alternate infinite;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0%;
  width: 38px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transform-origin: left bottom;
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.hidden {
  pointer-events: none;
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.hidden:after {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(0, 0);
  transition: 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.accomodations:after {
  background-image: url(../img/pin-accomodations.svg);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.amenities:after {
  background-image: url(../img/pin-amenities.svg);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.beaches:after {
  background-image: url(../img/pin-beaches.svg);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.experiences:after {
  background-image: url(../img/pin-experiences.svg);
}
body.block-editor-page .editor-styles-wrapper .map .zoom-holder .pins-holder .pin.restaurants:after {
  background-image: url(../img/pin-restaurants.svg);
}
body.block-editor-page .editor-styles-wrapper .map .list .item {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  width: 308px;
  padding: 74px 30px;
  background: rgba(47, 50, 61, 0.8);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}
body.block-editor-page .editor-styles-wrapper .map .list .item .close-btn {
  display: block;
  position: absolute;
  right: 30px;
  top: 32px;
  width: 10px;
  height: 10px;
  background: url(../img/btn-close.svg) center no-repeat;
  background-size: 100% 100%;
}
body.block-editor-page .editor-styles-wrapper .map .list .item .img-holder {
  position: relative;
  height: 210px;
  margin-bottom: 30px;
}
body.block-editor-page .editor-styles-wrapper .map .list .item .img-holder span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.block-editor-page .editor-styles-wrapper .map .list .item article h4 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 114%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .map .list .item article p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .map .list .item article a {
  text-decoration: underline;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.02em;
}
body.block-editor-page .editor-styles-wrapper .map .list .item ul {
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
}
body.block-editor-page .editor-styles-wrapper .map .list .item ul li a {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .map .list .item.hidden {
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map {
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map .holder {
  padding: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map .zoom-holder {
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map .zoom-holder img {
  height: auto;
  width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map .zoom-holder .pins-holder {
  left: 0px;
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .map .list .item {
  position: fixed;
  z-index: 9999;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .map {
    height: auto;
  }
  body.block-editor-page .editor-styles-wrapper body .map .holder {
    padding: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .map .zoom-holder {
    height: auto;
  }
  body.block-editor-page .editor-styles-wrapper body .map .zoom-holder img {
    height: auto;
    width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .map .zoom-holder .pins-holder {
    left: 0px;
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  }
  body.block-editor-page .editor-styles-wrapper body .map .filters {
    left: 20px;
    top: 20px;
    z-index: 10;
  }
  body.block-editor-page .editor-styles-wrapper body .map .filters .filters-inner {
    padding: 10px;
    margin-bottom: 20px;
  }
  body.block-editor-page .editor-styles-wrapper body .map .list .item {
    position: fixed;
    z-index: 9999;
  }
  body.block-editor-page .editor-styles-wrapper body .map .list .item.hidden {
    display: none;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content {
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content {
    margin-bottom: 160px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content {
    margin-bottom: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content {
  display: flex;
  gap: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content {
    flex-direction: column;
    gap: 30px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main {
  flex: 1;
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main hgroup {
  padding-bottom: 2.0833333333vw;
  margin-bottom: 2.0833333333vw;
  border-bottom: #B2B7C7 1px solid;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main hgroup {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main hgroup {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main {
  display: flex;
  gap: 2.0833333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main {
    gap: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list {
  flex: 0 0 27.7777777778vw;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list {
    flex: 0 0 533.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
    flex: 1;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 30px;
    margin-right: -20px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list li {
  overflow: hidden;
  height: 27.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list li {
    height: 533.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list li {
    height: 280px;
    width: 280px;
    flex: 0 0 280px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer {
  position: relative;
  padding-left: 2.0833333333vw;
  border-left: #B2B7C7 1px solid;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer {
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer {
    padding-left: 0;
    border-left: 0;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer .intro-text {
  flex: 1;
  position: sticky;
  top: 6.9444444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer .intro-text {
    top: 133.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer .intro-text {
    position: static;
    top: auto;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside {
  flex: 0 0 16.6666666667vw;
  position: relative;
  padding-left: 2.0833333333vw;
  border-left: #B2B7C7 1px solid;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside {
    flex: 0 0 320px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside {
    flex: auto;
    padding-left: 0;
    border-left: 0;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text {
  position: sticky;
  top: 5.5555555556vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text {
    top: 106.6666666667px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text {
    position: static;
    top: auto;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote {
  padding: 0;
  text-align: left;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote {
    padding-left: 16px;
    font-size: 18px;
    border-left: #B2B7C7 1px solid;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p {
  font-family: "Lexend", sans-serif;
  text-align: left;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p {
    font-size: 18px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p em {
  padding-top: 0;
  font-family: "ivymode", sans-serif;
  font-size: 1.3888888889vw;
  line-height: 150%;
  color: #2F323D;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p em {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p em {
    font-size: 20px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content {
  display: flex;
  gap: 2.0833333333vw;
  padding-bottom: 4.1666666667vw;
  margin-bottom: 2.0833333333vw;
  border-bottom: #B2B7C7 1px solid;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content {
    gap: 40px;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content hgroup {
  flex: 1;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content hgroup {
    padding-bottom: 30px;
    border-bottom: #B2B7C7 1px solid;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text {
  flex: 0 0 27.7777777778vw;
  padding-left: 2.0833333333vw;
  border-left: #B2B7C7 1px solid;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text {
    flex: 0 0 533.3333333333px;
    padding-left: 40px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text {
    flex: auto;
    padding-left: 0;
    padding-bottom: 30px;
    border-left: 0;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote {
  padding: 0;
  text-align: left;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote {
    padding-left: 16px;
    font-size: 18px;
    border-left: #B2B7C7 1px solid;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p {
  font-family: "Lexend", sans-serif;
  text-align: left;
  font-size: 1.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p {
    font-size: 18px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p em {
  padding-top: 0;
  font-family: "ivymode", sans-serif;
  font-size: 1.3888888889vw;
  line-height: 150%;
  color: #2F323D;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p em {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-content .intro-text blockquote p em {
    font-size: 20px;
  }
}
body.block-editor-page .editor-styles-wrapper .multi-column-content .multi-column-intro-image figure img {
  display: block;
  width: 100%;
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content {
  flex-direction: column;
  gap: 30px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main {
  flex: 1;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main hgroup {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main {
  flex-direction: column-reverse;
  gap: 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list {
  flex: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .aside-image-list li {
  height: 40vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer {
  padding-left: 0;
  border-left: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content main .multi-column-sticky-main .intro-text-outer .intro-text {
  position: static;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content aside {
  flex: auto;
  padding-left: 0;
  border-left: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content aside .aside-text {
  position: static;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content aside .aside-text blockquote {
  padding: 0;
  text-align: left;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p {
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-sticky-content aside .aside-text blockquote p em {
  font-size: 22px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content {
  flex-direction: column;
  gap: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content hgroup {
  padding-bottom: 30px;
  border-bottom: #B2B7C7 1px solid;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content .intro-text {
  flex: auto;
  padding-left: 0;
  border-left: 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content .intro-text blockquote {
  padding: 0;
  text-align: left;
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content .intro-text blockquote p {
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .multi-column-content .multi-column-intro-content .intro-text blockquote p em {
  font-size: 22px;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer {
  position: relative;
  margin-bottom: 8.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer {
    margin-bottom: 160px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer {
    margin-bottom: 40px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 2.7777777778vw;
  gap: 2.7777777778vw;
  flex-wrap: wrap;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group {
    margin-bottom: 53.3333333333px;
    gap: 53.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group {
    flex-wrap: nowrap;
    gap: 30px;
    overflow: auto;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group button {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "ivymode", sans-serif;
  font-size: 40px;
  letter-spacing: 0.0833333333vw;
  color: #2F323D;
  cursor: pointer;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group button {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group button {
    flex: 0 0 auto;
    font-size: 18px;
    letter-spacing: 1.2px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group button.is-checked, body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-group button:hover {
  color: #BAA27C;
  text-decoration: underline;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid {
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item {
  float: left;
  margin: 1.0416666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item {
    margin: 20px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item {
    margin: 0 0 16px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure {
  position: relative;
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure img {
  display: block;
  position: relative;
  z-index: 1;
  width: 27.0833333333vw;
  height: auto;
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure img {
    width: 520px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure img {
    width: 100%;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  width: 100%;
  padding: 1.3888888889vw;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, transform;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption {
    padding: 26.6666666667px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption {
    opacity: 1;
    padding: 30px;
    transform: translateY(0);
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption h5 {
  color: white;
  font-size: 1.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption h5 {
    font-size: 21.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption h5 {
    font-size: 14px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption p {
  font-family: "ivymode", sans-serif;
  font-size: 26.6666666667px;
  color: white;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption p {
    font-size: 26.6666666667px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption p {
    font-size: 22px;
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure.has-caption:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(47, 50, 61, 0) 49.9%, #2F323D 112.91%);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item figure.has-caption:before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(47, 50, 61, 0) 0%, #2F323D 100%);
  }
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item:hover figure img {
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1.15, 1.15);
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item:hover figure:before {
  opacity: 1;
  height: 120%;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .gallery-grid .gallery-grid-item:hover figure figcaption {
  opacity: 1;
  transform: translateY(0px) !important;
}
body.block-editor-page .editor-styles-wrapper .gallery-grid-outer .button-holder {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 5;
  text-align: center;
  padding: 180px 0 60px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FFF 0%, #FFF 100%), linear-gradient(0deg, #FFF 0%, #FFF 76%);
  background: linear-gradient(180deg, color(display-p3 1 1 1/0) 0%, color(display-p3 1 1 1) 100%), linear-gradient(0deg, color(display-p3 1 1 1) 0%, color(display-p3 1 1 1/0) 76%);
  transition: opacity 500ms ease;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer {
  margin-bottom: 80px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .button-group {
  margin-bottom: 40px;
  gap: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .button-group button {
  font-size: 18px;
  letter-spacing: 1.2px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .gallery-grid .gallery-grid-item {
  margin: 5px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .gallery-grid .gallery-grid-item figure img {
  width: 29vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption {
  padding: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption h5 {
  font-size: 16px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .gallery-grid-outer .gallery-grid .gallery-grid-item figure figcaption p {
  font-size: 20px;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer {
  margin-bottom: 8.3333333333vw;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-cta {
  position: absolute;
  top: 6.9444444444vw;
  right: 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-cta {
    top: 133.3333333333px;
    right: 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content {
  position: relative;
  padding: 8.6805555556vw 4.1666666667vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content {
    padding: 166.6666666667px 80px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .title-holder {
  align-items: flex-end;
  max-width: 56.9444444444vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .title-holder {
    max-width: 1093.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .title-holder p {
  margin-bottom: 0;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main {
  display: block;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5.5555555556vw;
  position: relative;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content {
    gap: 106.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer {
  overflow: hidden;
  flex: 0 0 56.25vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer {
    flex: 0 0 1080px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .flickity-button.previous {
  left: 11.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .flickity-button.previous {
    left: 213.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .flickity-button.next {
  right: 11.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .flickity-button.next {
    right: 213.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .testimonial-image-slider figure {
  float: left;
  opacity: 0.2;
  overflow: hidden;
  height: 31.3888888889vw;
  width: 100%;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .testimonial-image-slider figure {
    height: 602.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .testimonial-image-slider figure img {
  display: block;
  float: none;
  height: 31.3888888889vw;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .testimonial-image-slider figure.is-selected {
  opacity: 1;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-image-slider-outer .testimonial-image-slider figure.is-selected img {
  opacity: 1;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text {
  flex: 1;
  position: relative;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content {
  padding-right: 1.6666666667vw;
  padding-bottom: 2.7777777778vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content {
    padding-right: 32px;
    padding-bottom: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry .testimonial-text-slider, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content .testimonial-text-slider {
  overflow: hidden;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry .testimonial-text-slider .testimonial-text-slider-content, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content .testimonial-text-slider .testimonial-text-slider-content {
  max-height: 31.3888888889vw;
  overflow: auto;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry .testimonial-text-slider .testimonial-text-slider-content, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content .testimonial-text-slider .testimonial-text-slider-content {
    max-height: 602.6666666667px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry blockquote, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content blockquote {
  padding: 0 0 30px 0;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry blockquote p, body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content blockquote p {
  text-align: left;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2.7777777778vw;
  width: 100%;
  background: linear-gradient(180deg, rgba(47, 50, 61, 0), rgba(47, 50, 61, 0.8) 100%);
  pointer-events: none;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .bottom-gradient {
    height: 53.3333333333px;
  }
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h3,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h4,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h5,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h6,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text p,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text ul li,
body.block-editor-page .editor-styles-wrapper .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text ol li {
  color: white;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer {
  background-color: #FFFFFF;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .title-holder h4,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .title-holder p {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .bottom-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 100%);
}
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h3,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h4,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h5,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text h6,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text p,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text ul li,
body.block-editor-page .editor-styles-wrapper .testimonial-outer.light-bgr .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text ol li {
  color: #2F323D;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .testimonial-outer .testimonial-content-outer {
  justify-content: flex-start;
  height: auto;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .testimonial-outer .testimonial-content-outer .testimonial-cta {
  position: absolute;
  left: auto;
  top: 30px;
  right: 0;
  z-index: 10;
  padding: 20px 30px;
  text-align: right;
  box-sizing: border-box;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .testimonial-outer .testimonial-content-outer .testimonial-content-inner {
  padding: 100px 30px 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .testimonial-outer .testimonial-content-outer .testimonial-content-inner .title-holder {
  max-width: 100%;
  padding-left: 0;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer {
    justify-content: flex-start;
    height: auto;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    right: auto;
    z-index: 10;
    width: 100%;
    padding: 20px 30px;
    text-align: right;
    background-color: #2F323D;
    box-sizing: border-box;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta .btn, body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta #login .wp-generate-pw, #login body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta .wp-generate-pw, body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta #login .button-primary, #login body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-cta .button-primary {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content {
    padding: 60px 20px 120px;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .title-holder {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .title-holder p {
    padding: 0;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content {
    display: block;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content .testimonial-image-slider-outer {
    padding-left: 0;
    margin-bottom: 30px;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content .testimonial-image-slider-outer .testimonial-image-slider figure {
    height: 70vw;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-inner-content .testimonial-image-slider-outer .testimonial-image-slider figure img {
    height: 70vw;
    width: auto;
    max-width: 100%;
  }
  body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .entry, body.block-editor-page .editor-styles-wrapper body .testimonial-outer .testimonial-content-outer .testimonial-content .testimonial-content-main .testimonial-content-text .wp-block-media-text > .wp-block-media-text__content {
    height: auto;
    max-height: none;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-media-text {
  max-width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text {
    max-width: 1920px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text {
    margin-bottom: 60px;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content {
  padding-left: 11.1111111111vw;
  padding-right: 11.1111111111vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 213.3333333333px;
    padding-right: 213.3333333333px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text > .wp-block-media-text__content {
    padding: 60px 16px;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  min-height: 53.3333333333vw;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: 1024px;
  }
}
@media (max-width: 640px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    min-height: 100vw;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-media-text + .wp-block-media-text {
  padding-top: 0 !important;
}
@media (min-width: 1920px) {
  body.block-editor-page .editor-styles-wrapper .wp-block-media-text + .wp-block-media-text {
    padding-top: 0 !important;
  }
}
body.block-editor-page .editor-styles-wrapper .wp-block-media-text + section:not(.wp-block-media-text) {
  margin-top: 8.3333333333vw;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text > .wp-block-media-text__content {
  padding: 40px 30px;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  height: 540px;
  width: 100%;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text + .wp-block-media-text {
  padding-top: 0 !important;
}
body.block-editor-page .editor-styles-wrapper .tablet.portrait .wp-block-media-text.has-media-on-the-right {
  flex-direction: column-reverse;
}
body.block-editor-page .editor-styles-wrapper p {
  font-size: inherit !important;
}
body.block-editor-page .editor-styles-wrapper p a {
  font-size: inherit !important;
  text-decoration: none !important;
}
body.block-editor-page .editor-styles-wrapper a.button {
  font-size: inherit !important;
  text-decoration: none !important;
}
body.block-editor-page .edit-post-visual-editor a {
  text-decoration: none;
}
body.block-editor-page .edit-post-visual-editor .two-columns .two-column-content figure {
  left: 0 !important;
  transform: none !important;
}
body.block-editor-page .edit-post-visual-editor .two-columns .two-column-content figure .img-holder {
  transform: none !important;
}
body.block-editor-page .edit-post-visual-editor .page-hero .holder .hero-info {
  display: none !important;
}

.wp-block {
  max-width: 90%;
}

.acf-input .description {
  font-size: 12px !important;
  color: #ddd;
}

#login {
  width: 100%;
  padding: 0;
}
#login h1 {
  padding: 30px 0;
  margin-bottom: 120px;
  background: white;
}
#login h1 a {
  width: 100%;
  max-width: 200px;
  height: 100px;
  margin: 0 auto;
  background: url(../../img/logo-dark.png) 50% 0 no-repeat;
}
#login form,
#login .message,
#login #backtoblog,
#login #nav,
#login #login_error {
  max-width: 480px;
  margin: 0 auto;
}
#login label {
  padding: 10px 0;
  font-size: 18px;
  color: #2F323D;
  line-height: 24px;
}
#login form {
  margin-bottom: 30px;
  padding: 0 2px 30px;
  background: none;
  border: 0;
  border-bottom: #CFD0D3 solid 1px;
  box-shadow: none;
}
#login form input[type=text],
#login form input[type=password],
#login form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  color: #2F323D;
  background-color: white;
  border: #CFD0D3 solid 1px;
  border-radius: 0;
  box-sizing: border-box;
}
#login form .button.wp-hide-pw {
  height: 3rem;
}
#login form .forgetmenot {
  padding-top: 11px;
  margin-top: 20px;
}
#login form .forgetmenot label {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
}
#login .button-primary {
  min-width: 120px;
  padding: 10px 20px 11px 20px;
  margin-top: 20px;
  font-family: "Lexend", sans-serif;
  background: #BAA27C;
  border: #BAA27C solid 1px;
  border-radius: 0;
}
#login .wp-generate-pw {
  min-width: 200px;
  min-height: 70px;
  margin-top: 20px;
  color: #2F323D;
  background: white;
  border: 0;
  border-radius: 0;
}
#login .description {
  color: #A1A1AA;
  font-size: 13px;
  line-height: 19px;
}
#login #backtoblog a,
#login #nav a {
  color: #2F323D;
}
#login #backtoblog a:hover,
#login #nav a:hover {
  color: #BAA27C;
}
#login .message {
  font-size: 16px;
  line-height: 24px;
  background: none;
  border: 0;
  box-shadow: none;
}
