@-webkit-keyframes mouseScroll {
    0%, 30% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      -webkit-transform: translateY(-14px) scale(1);
              transform: translateY(-14px) scale(1);
    }
    65% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(0) scale(0.75);
              transform: translateY(0) scale(0.75);
    }
  }
  @keyframes mouseScroll {
    0%, 30% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      -webkit-transform: translateY(-14px) scale(1);
              transform: translateY(-14px) scale(1);
    }
    65% {
      opacity: 1;
    }
    to {
      opacity: 0;
      -webkit-transform: translateY(0) scale(0.75);
              transform: translateY(0) scale(0.75);
    }
  }
  @-webkit-keyframes flash {
    0% {
      opacity: 0;
      visibility: hidden;
      margin-right: 10px;
    }
    50% {
      opacity: 1;
      visibility: visible;
      margin-right: 5px;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      margin-right: 10px;
    }
  }
  @keyframes flash {
    0% {
      opacity: 0;
      visibility: hidden;
      margin-right: 10px;
    }
    50% {
      opacity: 1;
      visibility: visible;
      margin-right: 5px;
    }
    100% {
      opacity: 0;
      visibility: hidden;
      margin-right: 10px;
    }
  }
  @font-face {
    font-family: "Oxford";
    src: url("../fonts/oxford-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "Oxford Light";
    src: url("../fonts/oxford-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  * {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Oxford", sans-serif;
  }
  .swiper-container-cube {overflow: inherit !important;}
  #video-background-content {
    height: 100vh;
    max-height: 100vh;
    background: url("../images/bg-video.gif");
    background-size: 100vw;
    background-position: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    opacity: 0.2;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: 99;
  }
  #video-background-content.mobile {
    display: none;
  }
  
  #video-background-white {
    height: 100vh;
    max-height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: 98;
  }
  #video-background-white.mobile {
    display: none;
  }
  
  #mobile-text-sldieshow-dots {
    display: none;
  }
  
  #video-background-sidebar {
    height: 100vh;
    max-height: 100vh;
    background: url("../images/bg-video.gif");
    background-size: 100vw;
    background-position: left;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 512px;
    opacity: 0.2;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    z-index: 99;
  }
  
  #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    max-height: 100vh;
    position: absolute;
    z-index: 9999;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  #wrapper #sidebar {
    background: rgba(153, 127, 102, 0.6) url("../images/sidebar-symbol.svg");
    background-size: 92.2%;
    background-repeat: no-repeat;
    background-position: center;
    width: 512px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999;
  }
  #wrapper #sidebar #mobile-sidebar-close {
    display: none;
  }
  #wrapper #sidebar #sidebar-logo {
    /* background-image: url("../images/sidebar-logo.svg"); */
    /*
    margin-bottom: 71px; */
    display: flex;
    margin: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    max-width: 179px;
    max-height: 116px;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 7.1vh;
  }
  #wrapper #sidebar #sidebar-links {
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    height: calc(100% - 180px - 18.7vh);
  }
  #wrapper #sidebar #sidebar-links .link {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    font-size: 40px;
    line-height: 1em;
    color: #60584D;
    font-weight: bold;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #wrapper #sidebar #sidebar-links .link:not(:last-child) {
    /* margin-bottom: 28px; */
    /* margin-bottom: 3.8vh; */
    margin-bottom: 0.38em;
  }
  #wrapper #sidebar #sidebar-links .link:hover, #wrapper #sidebar #sidebar-links .link.active {
    background-color: #9F876F;
  }
  #wrapper #content-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 512px;
    left: 0;
    z-index: 99;
    overflow: hidden;
  }
  #wrapper #content-wrap #top-banner {
    background-color: #584E42;
    height: 91px;
    position: absolute;
    z-index: 99999;
    right: 0;
    left: 0;
    top: 0;
  }
  #wrapper #content-wrap #top-banner #top-logo {
    background-image: url("../images/top-logo.svg");
    height: 70px;
    width: 117px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #wrapper #content-wrap #top-banner #mobile-hamburger {
    display: none;
  }
  #wrapper #content-wrap #top-banner #text-slideshow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text .text-item {
    display: none;
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text .text-item.active {
    display: block;
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text .text-item > span {
    color: #9C846D;
    margin-left: 10px;
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text::before, #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    position: fixed;
    top: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text::before {
    right: calc(50% + var(--text-width) / 2);
  }
  #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
    left: calc(50% + var(--text-width) / 2 - 8px);
  }
  #wrapper #content-wrap #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #wrapper #content-wrap #bottom-banner {
    background-color: #BFAE9F;
    height: 91px;
    position: absolute;
    z-index: 99999;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #wrapper #content-wrap #bottom-banner #contact-button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  #wrapper #content-wrap #bottom-banner #contact-button-wrap a {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100.158px;
    background-color: #60584D;
    width: 332px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
  }
  #wrapper #content-wrap #bottom-banner #contact-button-wrap a span {
    height: 21px;
    width: 21px;
    background-image: url("../images/contact-arrows.svg");
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: left;
    -webkit-animation: flash 1s infinite;
            animation: flash 1s infinite;
    padding-right: 9px;
    background-size: 21px;
  }
  
  .perspective-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
  }
  
  .section-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }
  
  .swiper-container {
    width: 100%;
    height: calc(100% - 182px);
    margin-top: 91px !important;
  }
  
  #hero, #hero2 {
    text-align: center;
  }
  #hero #hero-badge, #hero2 #hero-badge {
    background-image: url("../images/hero-badge-org.svg");
    height: 241px;
    width: 241px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 58px;
    top: 36px;
    transform: rotate(-20deg);
  }
  #hero #hero-logo, #hero2 #hero-logo {
    background-image: url("../images/hero-logo.svg");
    height: 201px;
    width: 309px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 137px;
  }
  #hero #hero-text, #hero2 #hero-text {
    max-width: 740px;
    padding: 0 20px;
    margin: auto;
    color: #584E42;
    margin-top: 50px;
    font-weight: normal;
    font-family: "Oxford Light", sans-serif;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 35px;
  }
  #hero .mouse-scroll, #hero2 .mouse-scroll {
    width: 225px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    cursor: pointer;
  }
  #hero .mouse-scroll span, #hero2 .mouse-scroll span {
    pointer-events: none;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    top: 6px;
    position: relative;
    color: #fff;
    opacity: 1;
    font-size: 0.9rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #hero .mouse-scroll .mouse, #hero2 .mouse-scroll .mouse {
    width: 12px;
    height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid #000;
    border-radius: 100px;
    margin: auto auto 8px;
    -webkit-animation: mouse 1.35s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: mouse 1.35s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  #hero .mouse-scroll .mouse:active, #hero .mouse-scroll .mouse:focus, #hero2 .mouse-scroll .mouse:active, #hero2 .mouse-scroll .mouse:focus {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  #hero .mouse-scroll .mouse:active span, #hero .mouse-scroll .mouse:focus span, #hero2 .mouse-scroll .mouse:active span, #hero2 .mouse-scroll .mouse:focus span {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  #hero .mouse-scroll .mouse span, #hero2 .mouse-scroll .mouse span {
    width: 3px;
    height: 3px;
    position: relative;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    background: #000;
    border-radius: 100%;
    -webkit-animation: mouseScroll 1.35s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
            animation: mouseScroll 1.35s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
  }
  
  #environment-section .section-content #environment-section-bg {
    background-image: url("../images/env-section-bg.jpg");
    background-position: bottom right;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
  #environment-section .section-content #environment-section-bg img {
    visibility: hidden;
    display: none;
  }
  
  .custom-slider {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .swiper-wrapper > .swiper-slide {
    z-index: 999999;
  }
  
  #about-project-section {
    z-index: 9999;
  }
  
  .custom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .custom-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .custom-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  
  .custom-button-prev, .custom-button-next {
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    background-size: contain;
    height: 79px;
    width: 79px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  
  .custom-button-prev {
    left: 71px;
    background-image: url("../images/slider-arrow-left.svg");
  }
  
  .custom-button-next {
    right: 71px;
    background-image: url("../images/slider-arrow-right.svg");
  }
  
  #video-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  
  .controls {
    display: none;
  }

  #contact-form-wrap {
    position: fixed;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 999999;
    display: none;
}

#contact-form-wrap.active {
  display: flex;
}

#contact-form-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#contact-form {
    position: relative;
    z-index: 2;
    background: #F2F2F2;
    padding: 46px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    max-width: 563px;
  }

#contact-form h1 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    text-align: right;
    line-height: 34px;
    color: #60584D
}

#contact-form h2 {
    font-size: 34px;
    color: #60584D;
    text-align: right;
    margin-bottom: 42px;
    font-weight: normal;
}

#contact-form-close {
  position: absolute;
  top: 30px;
  left: 33px;
  height: 24px;
  width: 20px;
  cursor: pointer;
}

.wpcf7-form-control-wrap input {
  text-align: right;
  background-color: #E5E5E5;
  border: 1px solid #60584D;
  font-size: 24px;
  color: #60584D;
  margin-bottom: 16px;
  border-radius: 0;
}

.wpcf7-submit {
  background-color: #9C846D !important;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 0;
  font-size: 28px;
  padding: 10px;
}

.wpcf7-submit:hover {
  background-color: #8c7763 !important;
}

.wpcf7-acceptance {
  font-size: 14px;
}

.wpcf7-acceptance label {
  display: flex;
  text-align: right;
  justify-content: space-between;
}

.wpcf7-acceptance input {
  margin-left: 10px;
  border: 1px solid #60584D;
  width: 25px;
  height: 11px;
  background-color: white;
  border: 1px solid #60584D;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.wpcf7-acceptance input:checked::after {
  content: '✔';
  color: #60584D;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 3px;
}

.wpcf7-acceptance:checked {
  background-color: #60584D;
}

  
  @media only screen and (max-width: 1540px) {
    #video-background-sidebar,
    #wrapper #sidebar {
      width: 400px;
    }
    #wrapper #content-wrap {
      right: 400px;
    }
    #hero #hero-badge, #hero2 #hero-badge {
      height: 150px;
      width: 150px;
      left: 16px;
      top: 16px;
    }
    #video-background-content {
      background-size: cover;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text {
      font-size: 25px;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::before, #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
      top: 50%;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::before {
      right: calc(50% + var(--text-width) / 2 + 8px);
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
      left: calc(50% + var(--text-width) / 2 + 4px);
    }
  }
  @media only screen and (min-width: 769px) {
    #wrapper #sidebar {
      display: flex !important;
    }
  }
  @media only screen and (max-width: 768px) {
    #video-background-content.mobile, #video-background-white.mobile {
      display: block;
    }
    #wrapper #content-wrap #top-banner #mobile-hamburger {
      display: block;
      width: 23px;
      height: 26px;
      background-image: url("../images/hamburger.svg");
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-position: center;
    }
    .controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    #video-background-sidebar {
      display: none;
    }
    #wrapper #sidebar {
      display: none;
    }
    #wrapper #content-wrap {
      right: 0;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text {
      font-size: 16px;
      max-width: calc(100vw - 150px);
      text-overflow: ellipsis;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text .text-item {
      max-width: 100%;
      overflow: hidden;
      text-overflow: inherit;
      white-space: nowrap;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text .text-item > span {
      margin-left: 5px;
    }
    #wrapper #content-wrap #top-banner {
      height: 50px;
    }
    #wrapper #content-wrap #top-banner #top-logo {
      height: 24px;
      left: 14px;
    }
    #wrapper #content-wrap #bottom-banner {
      height: 80px;
      padding-top: 10px;
    }
    #wrapper #content-wrap #bottom-banner #contact-button-wrap {
      align-items:inherit;
    }
    #wrapper #content-wrap #bottom-banner #contact-button-wrap a {
      width: 186px;
      height: 38px;
      font-size: 22px;
      line-height: 38px;
    }
    #wrapper #content-wrap #bottom-banner #contact-button-wrap a span {
      height: 12px;
      width: 12px;
      background-size: 12px;
    }
    .swiper-container {
      margin-top: 51px !important;
      height: calc(100% - 131px);
    }
    #hero #hero-badge, #hero2 #hero-badge {
      height: 125px;
      width: 125px;
      left: 10px;
      top: 23px;
    }
    #hero #hero-logo, #hero2 #hero-logo {
      width: 229px;
      height: 150px;
      margin-top: 224px;
    }
    #hero #hero-text, #hero2 #hero-text {
      width: 392px;
      max-width: calc(100% - 40px);
      font-size: 16px;
      line-height: 23px;
    }
    #video-background-content {
      background-size: cover;
    }
    #environment-section .section-content #environment-section-bg {
      top: 50%;
      right: 26px;
      left: 26px;
      width: 100%;
      height: 223px;
      height: auto;
      width: auto;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-repeat: no-repeat;
      background-image: none;
    }
    #environment-section .section-content #environment-section-bg img {
      visibility: visible;
      height: 223px;
      max-width: 100%;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      display: block;
    }
    .controls {
      width: 314px;
      max-width: 100%;
      margin: auto;
    }
    .controls .control {
      border: 1px solid #60584D;
      -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      text-align: center;
      border-radius: 30px;
      padding: 13px;
      font-size: 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #60584D;
      background-color: #E3DEDA;
      height: 44px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    #environment-section #environment-section-controls {
      margin-top: 25px;
    }
    #environment-section #environment-section-controls #cancel-fullscreen-control {
      display: none;
    }
    #environment-section #environment-section-controls .control .icon {
      background-image: url("../images/fullscreen-icon.svg");
      height: 24px;
      width: 24px;
      margin-right: 10px;
    }
    #environment-section.active #environment-section-bg {
      background-image: url(../images/env-section-bg-rotated.jpg);
      background-size: auto 98%;
      position: absolute;
      background-position: center center;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      -webkit-transform: none;
              transform: none;
    }
   
    #environment-section.active #environment-section-bg img {
      visibility: hidden;
    }
    #environment-section.active .controls {
      position: absolute;
      left: 50%;
      bottom: 33px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 999;
    }
    #environment-section.active .controls #fullscreen-control {
      display: none !important;
    }
    #environment-section.active .controls #cancel-fullscreen-control {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 133px;
    }
    .custom-button-prev, .custom-button-next {
      display: none;
    }
    .custom-wrapper {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      -ms-grid-rows: 1fr 3px 1fr 3px 1fr;
      grid-template-rows: repeat(3, 1fr);
      grid-row-gap: 3px;
      padding: 26px;
      padding-top: 47px;
      box-sizing: border-box;
    }
    .custom-wrapper > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
    }
    .custom-wrapper > *:nth-child(2) {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
    }
    .custom-wrapper > *:nth-child(3) {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
    }
    #video-section #video-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    #video-section #video-wrap iframe {
      width: 273px;
      height: 153px;
      max-width: 80%;
      display: none;
    }
    #video-section.swiper-slide-active #video-wrap iframe {
      display: block;
    }
    #video-section #video-wrap .controls {
      margin: 0;
      margin-top: 25px;
    }
    #video-section #video-section-controls .control .icon {
      background-image: url("../images/fullscreen-icon.svg");
      height: 24px;
      width: 24px;
      margin-right: 10px;
    }
    #video-section #video-section-controls #video-cancel-fullscreen-control {
      display: none;
    }
    #video-section.active #video-fullscreen-control {
      display: none !important;
    }
    #video-section.active #video-cancel-fullscreen-control {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      width: 133px;
    }
    #video-section.active #video-wrap iframe {
      width: 304px;
      height: 541px;
      max-width: 80%;
      max-height: 80%;
    }
    #mobile-text-slideshow-dots {
      text-align: center;
      display: block;
      position: fixed;
      top: 65px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 20px;
      width: 100%;
      z-index: 999999;
    }
    #mobile-text-slideshow-dots .dot {
      display: inline-block;
      width: 6px;
      height: 6px;
      margin-left: 8px;
      border: 1.2px inset #60584D;
      cursor: pointer;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    #mobile-text-slideshow-dots .dot.active {
      background-color: #60584D;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::before, #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
      height: 4.75px;
      width: 4.75px;
      top: 50%;
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::before {
      right: calc(50% + (var(--text-width) + 2px) / 2 - 4px);
    }
    #wrapper #content-wrap #top-banner #text-slideshow .current-text::after {
      left: calc(50% + (var(--text-width) + 2px) / 2 - 8px);
    }
    #wrapper #sidebar {
      position: fixed;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #E2DDDB;
      width: 100%;
    }
    #wrapper #sidebar #sidebar-links {
      overflow-y: auto;
      max-height: calc(100% - 260px);
    }
    #wrapper #sidebar #sidebar-links .link {
      font-size: 27px;
      border: 1px solid #60584D;
      border-left: none;
      border-right: none;
    }
    #wrapper #sidebar #sidebar-logo {
      margin: auto;
      margin-top: 88px;
      margin-bottom: 48px;
    }
    #wrapper #sidebar #mobile-sidebar-close {
      background-image: url("../images/close-icon.svg");
      height: 26px;
      width: 26px;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      left: 20px;
      top: 20px;
      display: block;
    }
    .swiper-container-cube {
      overflow: visible;
      -webkit-perspective: none !important;
              perspective: none !important;
    }

    .wpcf7-acceptance input {
      height: 13px;
      width: 57px;
      padding: 0 !important;
    }
  }

@media only screen and (max-height: 700px) {
  #hero #hero-logo, #hero2 #hero-logo {
    margin-top: 120px;
  }

  #hero #hero-badge, #hero2 #hero-badge {
    height: 100px;
    width: 100px;
    left: 10px;
    top: 10px;
  }

  #hero #hero-logo, #hero2 #hero-logo {
    width: 185px;
    height: 120px;
  }

  #hero #hero-text, #hero2 #hero-text {
    margin-top: 30px;
  }

  .custom-slide {
    height: calc(30vh - 42px);
  }

  .custom-slide img {
    height: 100%
  }

  #contact-form h1 {
    margin-top: 20px;
  }

  #contact-form h2 {
    margin-bottom: 5px;
  }

  #contact-form h1, #contact-form h2 {
    font-size: 16px;
  }

  #contact-form {
    padding: 20px;
  }

  .wpcf7-form-control-wrap input {
    margin-bottom: 10px;
    padding: 3px 10px;
    font-size: 18px;
  }

  .wpcf7-submit {
    margin-top: -10px;
    font-size: 20px;
    padding: 7px;
    margin-bottom: -20px;
  }

  #contact-form-close {
    top: 15px;
    left: 15px;
  }

  #contact-form-close svg {
    height: 15px;
  }
}
.accessibility-statement {position: fixed;bottom: 8px;left: 100px;z-index: 9999999;color: #fff;text-decoration: underline;font-size: 14px;}
.accessibility-statement:hover {color: #fff;text-decoration: none;}
@media only screen and (max-width: 480px) {
  .accessibility-statement {left: 50px;}
}