@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Sequel Sans";
  src: url("../../fonts/SequelSans-BoldDisplay.woff2") format("woff2"), url("../../fonts/SequelSans-BoldDisplay.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../../fonts/SequelSans-BookDisplay.woff2") format("woff2"), url("../../fonts/SequelSans-BookDisplay.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../../fonts/SequelSans-MediumDisplay.woff2") format("woff2"), url("../../fonts/SequelSans-MediumDisplay.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sequel Sans";
  src: url("../../fonts/SequelSans-SemiBoldDisplay.woff2") format("woff2"), url("../../fonts/SequelSans-SemiBoldDisplay.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1470px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  outline: none;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  padding-top: 70px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  color: #002429;
  font-family: "area-normal", sans-serif;
  text-align: left;
  background-color: #FFFFFF;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 992px) {
  body {
    padding-top: 70px;
  }
}
body.overflow-hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sequel Sans", sans-serif;
  line-height: 1.1;
}

p,
li {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

a {
  text-decoration: none;
}

.down-arrow {
  margin-top: 40px;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.down-arrow img {
  width: 28px;
  height: 28px;
}

.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  transition: transform 0.4s ease;
  background-color: #002429;
  z-index: 106;
}
@media (min-width: 992px) {
  .header {
    height: 70px;
  }
}
.header.headroom--unpinned {
  transform: translateY(-100%);
}
.header.active {
  background-color: #002429;
}
.header.active .header-logo svg path {
  fill: #FFFFFF;
}

.header-content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .header-content {
    align-items: center;
  }
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-nav {
  display: none;
}
@media (min-width: 992px) {
  .header-nav {
    display: block;
  }
}
.header-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}
.header-nav ul li {
  position: relative;
  display: block;
  margin-right: 20px;
}
@media (min-width: 992px) {
  .header-nav ul li {
    margin-right: 30px;
  }
}
.header-nav ul li:last-of-type {
  margin-right: 0;
}
.header-nav ul li a:hover:after {
  opacity: 1;
}
.header-nav ul li.contact-button a {
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #1CFAAE;
  color: #002429;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.header-nav ul li.contact-button a:hover {
  color: #002429;
}
.header-nav ul li.contact-button a:before {
  display: none;
}
.header-nav ul li.current-menu-item a:before, .header-nav ul li.current-page-ancestor a:before {
  opacity: 1;
}
.header-nav ul li.current-menu-item a, .header-nav ul li.current-page-ancestor a {
  color: #1CFAAE;
  font-weight: 700;
}
.header-nav ul li a {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  transition: color 0.2s;
  padding: 3px 0;
  line-height: normal;
  padding-right: 14px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header-nav ul li a:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  display: inline-flex;
  border-radius: 100%;
  margin-top: 0;
  right: 0;
  opacity: 0;
  background: #1CFAAE;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.header-nav ul li a:hover:after {
  opacity: 1;
}
@media (min-width: 1300px) {
  .header-nav ul li a {
    font-size: 14px;
  }
}
.header-nav ul li a:hover {
  color: #FFFFFF;
}
.header-nav ul li a:hover:before {
  background-color: #1CFAAE;
}

.header-logo {
  display: block;
  margin-left: 20px;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .header-logo {
    margin: 0;
    background-image: none;
  }
}
.header-logo svg {
  width: auto;
  height: 36px;
}
@media (min-width: 992px) {
  .header-logo svg {
    display: block;
    width: auto;
    height: 50px;
  }
}

.header-toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 20px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle.active span {
  width: 100%;
  background: #FFFFFF;
}
.header-toggle.active span:first-of-type {
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-toggle.active span:nth-of-type(2) {
  display: none;
}
.header-toggle.active span:last-of-type {
  top: 50%;
  width: 100%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-toggle span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
.header-toggle span:first-of-type {
  top: 0;
}
.header-toggle span:nth-of-type(2) {
  top: 50%;
  width: 80%;
  transform: translateY(-50%);
}
.header-toggle span:last-of-type {
  bottom: 0;
  width: 40%;
}

.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #002429;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -999;
}
@media (min-width: 992px) {
  .nav {
    display: none;
  }
}
.nav.active {
  opacity: 1;
  pointer-events: initial;
  z-index: 105;
  transition: opacity 0.5s, pointer-events 0s, z-index 0s;
}
.nav.active .nav-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 120px 16px 30px;
}
.nav.active .nav-main li {
  margin: 0 0 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .nav.active .nav-main li {
    margin: 0 0 40px;
  }
}
.nav.active .nav-main li.contact-button a {
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #1CFAAE;
  color: #002429;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.nav.active .nav-main li.contact-button a:hover {
  color: #002429;
}
.nav.active .nav-main li.contact-button a:before {
  display: none;
}
.nav.active .nav-main li:first-of-type {
  margin-top: 0;
}
.nav.active .nav-main li:last-of-type {
  margin-bottom: 0;
}
.nav.active .nav-main li a {
  color: #FFFFFF;
  font-size: 20px;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .nav.active .nav-main li a {
    font-size: 20px;
  }
}
.nav.active .nav-main li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.nav.active .nav-main li:nth-of-type(1) {
  transition-delay: 0s;
}
.nav.active .nav-main li:nth-of-type(2) {
  transition-delay: 0.1s;
}
.nav.active .nav-main li:nth-of-type(3) {
  transition-delay: 0.2s;
}
.nav.active .nav-main li:nth-of-type(4) {
  transition-delay: 0.3s;
}
.nav.active .nav-main li:nth-of-type(5) {
  transition-delay: 0.4s;
}
.nav.active .nav-main li:nth-of-type(6) {
  transition-delay: 0.5s;
}
.nav.active .nav-main li:nth-of-type(7) {
  transition-delay: 0.6s;
}
.nav.active .nav-main li:nth-of-type(8) {
  transition-delay: 0.7s;
}
.nav.active .nav-main li:nth-of-type(9) {
  transition-delay: 0.8s;
}
.nav.active .nav-main .sub-menu {
  padding: 15px 0;
}
.nav.active .nav-main .sub-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "area-normal", sans-serif;
}
.nav .container,
.nav .row {
  height: 100%;
}

.nav-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 2;
}

.nav-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px 15px 0;
  text-align: right;
}
@media (min-width: 768px) {
  .nav-content {
    padding: 50px 15px 0;
  }
}
.nav-content .social-links {
  width: 100%;
  display: flex;
  justify-content: center;
}
.nav-content .social-links a {
  margin: 12px 6px;
}

.nav-main {
  display: block;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .nav-main {
    margin-bottom: 80px;
  }
}
.nav-main li {
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
}
.nav-main li:first-of-type {
  margin-top: 0;
}
.nav-main li.current-menu-item a {
  font-weight: 600;
}
.nav-main li a {
  position: relative;
  display: block;
  color: #FFFFFF;
  font-size: 24px;
}
@media (min-width: 768px) {
  .nav-main li a {
    font-size: 36px;
  }
}
.nav-main li a:hover {
  font-weight: 600;
}

.nav-other {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  opacity: 0;
  transform: translateY(10px);
}
.nav-other li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.nav-other li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.nav-other li a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .nav-other li a {
    font-size: 14px;
  }
}

.nav-social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
}

.nav-social-item {
  display: block;
  margin-right: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .nav-social-item {
    margin-bottom: 50px;
  }
}
.nav-social-item:last-of-type {
  margin-right: 0;
}
.nav-social-item:hover svg path {
  fill: #E5E9EA;
}
.nav-social-item svg {
  display: block;
  width: 25px;
  height: auto;
}
.nav-social-item svg path {
  fill: #FFFFFF;
  transition: fill 0.3s;
}

.footer {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .footer {
    padding: 0;
  }
}

.disclaimer-text {
  padding: 20px 0 80px 0;
  background-color: rgba(229, 233, 234, 0.6);
}
.disclaimer-text p {
  font-size: 12px;
  text-align: left;
  color: #002429;
}
.disclaimer-text .wrapper {
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .disclaimer-text .wrapper {
    padding: 0px 80px;
  }
}

.footer-content {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #002429;
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-content {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .footer-content {
    padding: 80px;
  }
}
.footer-content p, .footer-content a {
  font-size: 14px;
  line-height: 1.6;
  color: #FFFFFF;
  text-align: left;
}
.footer-content p strong, .footer-content a strong {
  font-weight: 700;
  font-family: "Sequel Sans", sans-serif;
}
.footer-content .top-content {
  display: flex;
  padding-bottom: 50px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-content .top-content {
    flex-direction: row;
    padding-bottom: 100px;
  }
}
.footer-content .top-content .left-content {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-content .top-content .left-content {
    margin-bottom: 0px;
  }
}
.footer-content .top-content .left-content {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-content .top-content .left-content {
    width: 40%;
  }
}
.footer-content .top-content .right-content {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-content .top-content .right-content {
    width: 60%;
  }
}
.footer-content .top-content .left-content svg,
.footer-content .top-content .right-content svg {
  height: 40px;
  width: auto;
  margin-bottom: 20px;
}
.footer-content .top-content .right-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-content .top-content .right-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-content .top-content .right-content .company-block {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .footer-content .top-content .right-content .company-block {
    margin-bottom: 0px;
    width: unset;
  }
}
.footer-content .top-content .right-content .company-block .agent-logo {
  margin-bottom: 30px;
}
.footer-content .top-content .right-content .company-block p {
  color: #FFFFFF;
  font-size: 12px;
}
.footer-content .top-content .right-content .company-block p:first-of-type {
  margin-bottom: 20px;
}
.footer-content .top-content .right-content .company-block a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer-content .top-content .right-content .company-block .company-logo {
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
.footer-content .top-content .right-content .company-block .company-logo svg {
  height: 26px;
  width: auto;
  margin-bottom: 0;
}
.footer-content .bottom-content {
  border-top: 1px solid #FFFFFF;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-content .bottom-content {
    flex-direction: row;
  }
}
.footer-content .bottom-content .social {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer-content .bottom-content .social {
    margin-top: 0;
  }
}
.footer-content .bottom-content .social a {
  color: #B2BDBF;
  font-family: "area-normal", sans-serif;
  font-size: 12px;
  transition: color 0.3s;
  font-weight: 600;
}

.footer-menu {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-menu {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-menu ul {
    -moz-column-count: 1;
         column-count: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.footer-menu li {
  text-align: left;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .footer-menu li {
    position: relative;
    display: block;
    text-align: left;
    padding: 0 50px 0 0;
  }
}
.footer-menu li.current-menu-item a {
  color: #B2BDBF;
}
@media (min-width: 992px) {
  .footer-menu li:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
}
.footer-menu li a {
  color: #B2BDBF;
  font-family: "area-normal", sans-serif;
  font-size: 12px;
  transition: color 0.3s;
  font-weight: 600;
}
.small-text {
  width: 100%;
  padding: 40px 0 100px 0;
}
.small-text p {
  font-size: 12px;
  color: #B2BDBF;
  text-align: center;
}

.banner {
  width: 100%;
  position: relative;
  display: flex;
  background-color: #002429;
  z-index: 100;
  padding: 75px 0 80px;
  height: auto;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .banner {
    height: auto;
  }
}
.banner .wrapper {
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
.banner .banner-text {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 22px 20px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media (min-width: 992px) {
  .banner .banner-text {
    padding: 0 0 22px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.banner .details {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.banner .banner-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.banner .banner-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.banner .banner-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.banner .banner-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.banner .banner-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.banner .banner-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.banner .banner-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.banner .banner-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.banner .banner-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.banner .banner-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.banner .banner-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.banner .banner-text h1 {
  font-size: 38px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .banner .banner-text h1 {
    font-size: 55px;
    margin-bottom: 0px;
  }
}
.banner .banner-text h1 strong {
  color: #1CFAAE;
}
.banner .banner-text h2 {
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-align: left;
  font-weight: 410;
  font-family: "Sequel Sans", sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .banner .banner-text h2 {
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.banner .banner-text h3 {
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  text-align: left;
  font-weight: 410;
  font-family: "Sequel Sans", sans-serif;
}
@media (min-width: 992px) {
  .banner .banner-text h3 {
    font-size: 28px;
  }
}
.banner .banner-text h3 strong {
  color: #1CFAAE;
}
.banner .banner-image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 160px;
  align-items: center;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .banner .banner-image {
    margin-top: 80px;
    height: 531px;
  }
}
.banner .banner-image .image-mask {
  width: 60%;
  border-radius: 0 1000px 1000px 0;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.banner .banner-image .image-mask .image-bg {
  background-size: cover;
  background-position: right center;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  transition: transform 2.4s;
}
.banner .banner-image .shape01 {
  width: 79px;
  height: 159px;
}
@media (min-width: 992px) {
  .banner .banner-image .shape01 {
    width: 266px;
    height: 531px;
  }
}
.banner .banner-image .shape02 {
  width: 46.28px;
  height: 144.53px;
}
@media (min-width: 992px) {
  .banner .banner-image .shape02 {
    width: 156px;
    height: 483px;
  }
}
.banner .banner-image.in-view svg {
  opacity: 1;
  transform: translateX(0);
}
.banner .banner-image.in-view .image-bg {
  transform: scale(1);
}
.banner .banner-image svg {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.banner .banner-image svg:nth-child(1) {
  transition-delay: 0s !important;
}
.banner .banner-image svg:nth-child(2) {
  transition-delay: 0.5s !important;
}
.banner .banner-image svg:nth-child(3) {
  transition-delay: 1s !important;
}
.banner .banner-image svg:nth-child(4) {
  transition-delay: 1.5s !important;
}
.banner .banner-image svg:nth-child(5) {
  transition-delay: 2s !important;
}
.banner .banner-image svg:nth-child(6) {
  transition-delay: 2.5s !important;
}
.banner .banner-image svg:nth-child(7) {
  transition-delay: 3s !important;
}
.banner .banner-image svg:nth-child(8) {
  transition-delay: 3.5s !important;
}
.banner .banner-image svg:nth-child(9) {
  transition-delay: 4s !important;
}

.about {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 0;
  position: relative;
  display: flex;
  background-color: #002429;
  z-index: 100;
  padding: 0px 20px 80px 20px;
  height: auto;
  align-items: center;
}
@media (min-width: 992px) {
  .about {
    height: auto;
    padding: 150px 0px;
  }
}
.about .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .about .wrapper {
    padding: 0 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.about .wrapper .content {
  width: 100%;
}
@media (min-width: 992px) {
  .about .wrapper .content {
    width: 50%;
  }
}
.about .wrapper .video {
  width: 100%;
}
@media (min-width: 992px) {
  .about .wrapper .video {
    width: 50%;
  }
}
.about .wrapper .video svg {
  width: 100%;
  overflow: visible;
}
@media (min-width: 1600px) {
  .about .wrapper .video svg {
    width: 610px;
  }
}
.about .wrapper .video.in-view .left, .about .wrapper .video.in-view .right {
  opacity: 1;
  transform: translateX(0);
}
.about .wrapper .video .left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .wrapper .video .right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .wrapper .video path:nth-child(1) {
  transition-delay: 0s !important;
}
.about .wrapper .video path:nth-child(2) {
  transition-delay: 0.5s !important;
}
.about .wrapper .video path:nth-child(3) {
  transition-delay: 1s !important;
}
.about .wrapper .video path:nth-child(4) {
  transition-delay: 1.5s !important;
}
.about .wrapper .video path:nth-child(5) {
  transition-delay: 2s !important;
}
.about .wrapper .video path:nth-child(6) {
  transition-delay: 2.5s !important;
}
.about .wrapper .video path:nth-child(7) {
  transition-delay: 3s !important;
}
.about .wrapper .video path:nth-child(8) {
  transition-delay: 3.5s !important;
}
.about .wrapper .video path:nth-child(9) {
  transition-delay: 4s !important;
}
.about .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.about .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.about .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.about .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.about .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.about .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.about .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.about .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.about .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.about .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.about .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.about .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .about .top-text h2 {
    font-size: 55px;
    margin-bottom: 60px;
  }
}
.about .top-text h2 strong {
  color: #1CFAAE;
}
.about .top-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
  max-width: 490px;
}
.about .top-text p strong {
  font-weight: 410;
  font-size: 20px;
  font-family: "Sequel Sans", sans-serif;
}
.about .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .about .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.sustainability {
  width: 100%;
  background-position: top center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 100;
  padding: 0px 20px 60px;
  height: auto;
  background-color: #002429;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .sustainability {
    min-height: 100vh;
    height: auto;
    padding: 0 0 120px;
  }
}
.sustainability .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.sustainability .wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .sustainability .wrapper .content {
    flex-direction: row;
    padding: 0 80px;
    margin-bottom: 60px;
  }
}
.sustainability .wrapper .sustainability-icons {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sustainability .wrapper .sustainability-icons {
    padding: 60px 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .sustainability .wrapper .sustainability-icons {
    padding: 60px 50px;
  }
}
.sustainability .wrapper .sustainability-icons .left-text {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .sustainability .wrapper .sustainability-icons .left-text {
    padding: 50px;
  }
}
.sustainability .wrapper .sustainability-icons .left-text .circle {
  background-color: #1CFAAE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  width: 250px;
  height: 250px;
}
@media (min-width: 992px) {
  .sustainability .wrapper .sustainability-icons .left-text .circle {
    width: 334px;
    height: 334px;
  }
}
.sustainability .wrapper .sustainability-icons .left-text p {
  font-size: 14px;
  line-height: 1.6;
  color: #002429;
  text-align: center;
}
@media (min-width: 992px) {
  .sustainability .wrapper .sustainability-icons .left-text p {
    font-size: 16px;
  }
}
.sustainability .wrapper .sustainability-icons .left-text p strong {
  font-weight: 410;
  font-size: 40px;
  font-family: "Sequel Sans", sans-serif;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .sustainability .wrapper .sustainability-icons .left-text p strong {
    font-size: 55px;
  }
}
.sustainability .left-text.in-view > *,
.sustainability .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.sustainability .left-text.in-view > *,
.sustainability .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.sustainability .left-text,
.sustainability .top-text {
  position: relative;
  z-index: 1;
}
.sustainability .left-text > *,
.sustainability .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.sustainability .left-text > :nth-child(1),
.sustainability .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.sustainability .left-text > :nth-child(2),
.sustainability .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.sustainability .left-text > :nth-child(3),
.sustainability .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.sustainability .left-text > :nth-child(4),
.sustainability .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.sustainability .left-text > :nth-child(5),
.sustainability .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.sustainability .left-text > :nth-child(6),
.sustainability .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.sustainability .left-text > :nth-child(7),
.sustainability .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.sustainability .left-text > :nth-child(8),
.sustainability .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.sustainability .left-text > :nth-child(9),
.sustainability .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.sustainability .top-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sustainability .top-text {
    flex-direction: row;
  }
}
.sustainability .top-text p {
  font-size: 22px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
  font-family: "Sequel Sans", sans-serif;
  font-weight: 410;
}
@media (min-width: 992px) {
  .sustainability .top-text p {
    width: 50%;
    font-size: 26px;
    text-align: left;
  }
}
.sustainability .top-text p br {
  display: none;
}
@media (min-width: 992px) {
  .sustainability .top-text p br {
    display: block;
  }
}
.sustainability .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .sustainability .top-text h2 {
    text-align: left;
    font-size: 55px;
    margin-bottom: 0px;
  }
}
.sustainability .top-text h2 strong {
  color: #1CFAAE;
}
.sustainability .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .sustainability .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.sustainability-icons .icons {
  display: block;
  width: 100%;
}
.sustainability-icons .icons .circle {
  background-color: #1CFAAE;
}
.sustainability-icons .icons .icons-wrap {
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 0;
}
@media (min-width: 768px) {
  .sustainability-icons .icons .icons-wrap {
    width: 100%;
    margin: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 60px;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 992px) {
  .sustainability-icons .icons .icons-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 40px;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
.sustainability-icons .icons .icon-block {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .sustainability-icons .icons .icon-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.sustainability-icons .icons .icon-block .icon {
  width: 104px;
  height: 104px;
  margin: 0 auto 10px;
}
.sustainability-icons .icons .icon-block .icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .sustainability-icons .icons .icon-block .icon {
    margin: 0 auto 10px;
    width: 104px;
    height: 104px;
  }
}
.sustainability-icons .icons .icon-block p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Sequel Sans", sans-serif;
}
@media (min-width: 768px) {
  .sustainability-icons .icons .icon-block p {
    font-size: 16px;
  }
}
.sustainability-icons .icons.in-view .icons-wrap > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(10) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.7s, transform 1.4s 2.7s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(11) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3s, transform 1.4s 3s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(12) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.3s, transform 1.4s 3.3s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(13) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.6s, transform 1.4s 3.6s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(14) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.9s, transform 1.4s 3.9s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(15) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.2s, transform 1.4s 4.2s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(16) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.5s, transform 1.4s 4.5s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(17) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.8s, transform 1.4s 4.8s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(18) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.1s, transform 1.4s 5.1s;
}
.sustainability-icons .icons.in-view .icons-wrap > :nth-child(19) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.4s, transform 1.4s 5.4s;
}
.sustainability-icons .icons .icons-wrap > * {
  opacity: 0;
  transform: translateY(10px);
}

.siteplan {
  width: 100%;
  background-position: top center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 100;
  padding: 60px 20px 80px;
  height: auto;
  background-color: #FFFFFF;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .siteplan {
    min-height: 100vh;
    height: auto;
    padding: 0 0 120px;
  }
}
.siteplan .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.siteplan .wrapper .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .siteplan .wrapper .content {
    padding: 0 80px;
    margin-bottom: 60px;
  }
}
.siteplan .wrapper .siteplan-availability {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #E5E9EA;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .siteplan .wrapper .siteplan-availability {
    padding: 60px 50px;
  }
}
@media (min-width: 1600px) {
  .siteplan .wrapper .siteplan-availability {
    padding: 60px 50px;
  }
}
.siteplan .wrapper .siteplan-availability .top-text {
  margin-bottom: 30px;
}
.siteplan .wrapper .siteplan-availability .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #002429;
  font-weight: 410;
  font-family: "Sequel Sans", sans-serif;
  text-align: left;
}
@media (min-width: 992px) {
  .siteplan .wrapper .siteplan-availability .top-text h2 {
    font-size: 55px;
  }
}
.siteplan .wrapper .siteplan-availability .inner-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .siteplan .wrapper .siteplan-availability .inner-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.siteplan .siteplan-image.in-view > *,
.siteplan .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.siteplan .siteplan-image.in-view > *,
.siteplan .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.siteplan .siteplan-image,
.siteplan .top-text {
  position: relative;
  z-index: 1;
}
.siteplan .siteplan-image > *,
.siteplan .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.siteplan .siteplan-image > :nth-child(1),
.siteplan .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.siteplan .siteplan-image > :nth-child(2),
.siteplan .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.siteplan .siteplan-image > :nth-child(3),
.siteplan .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.siteplan .siteplan-image > :nth-child(4),
.siteplan .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.siteplan .siteplan-image > :nth-child(5),
.siteplan .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.siteplan .siteplan-image > :nth-child(6),
.siteplan .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.siteplan .siteplan-image > :nth-child(7),
.siteplan .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.siteplan .siteplan-image > :nth-child(8),
.siteplan .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.siteplan .siteplan-image > :nth-child(9),
.siteplan .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}

.siteplan-column {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .siteplan-column {
    margin-bottom: 0;
    width: 50%;
  }
}
.siteplan-column img {
  width: 100%;
  height: auto;
}
.siteplan-column .wide-siteplan {
  width: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media (min-width: 992px) {
  .siteplan-column .wide-siteplan {
    bottom: 50px;
    right: 50px;
  }
}
.siteplan-column .wide-siteplan a {
  display: flex;
  padding: 8px 20px;
  border-radius: 100px;
  border: 1px solid #002429;
  color: #002429;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
}

.accommodation-schedule-col {
  display: block;
  width: 100%;
}
.accommodation-schedule-col.in-view > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.accommodation-schedule-col.in-view > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.accommodation-schedule-col.in-view > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.accommodation-schedule-col.in-view > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.accommodation-schedule-col.in-view > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.accommodation-schedule-col.in-view > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.accommodation-schedule-col.in-view > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.accommodation-schedule-col.in-view > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.accommodation-schedule-col.in-view > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.accommodation-schedule-col.in-view > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.accommodation-schedule-col.in-view > :nth-child(10) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.7s, transform 1.4s 2.7s;
}
.accommodation-schedule-col.in-view > :nth-child(11) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3s, transform 1.4s 3s;
}
.accommodation-schedule-col.in-view > :nth-child(12) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.3s, transform 1.4s 3.3s;
}
.accommodation-schedule-col.in-view > :nth-child(13) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.6s, transform 1.4s 3.6s;
}
.accommodation-schedule-col.in-view > :nth-child(14) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.9s, transform 1.4s 3.9s;
}
.accommodation-schedule-col.in-view > :nth-child(15) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.2s, transform 1.4s 4.2s;
}
.accommodation-schedule-col.in-view > :nth-child(16) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.5s, transform 1.4s 4.5s;
}
.accommodation-schedule-col.in-view > :nth-child(17) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.8s, transform 1.4s 4.8s;
}
.accommodation-schedule-col.in-view > :nth-child(18) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.1s, transform 1.4s 5.1s;
}
.accommodation-schedule-col.in-view > :nth-child(19) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.4s, transform 1.4s 5.4s;
}
.accommodation-schedule-col > * {
  opacity: 0;
  transform: translateY(10px);
}

.accommodation-schedule-col {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .accommodation-schedule-col {
    padding-left: 80px;
    width: 50%;
  }
}
.accommodation-schedule-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #002429;
  text-align: left;
}
@media (min-width: 992px) {
  .accommodation-schedule-col p {
    font-size: 16px;
  }
}
.accommodation-schedule-col p strong {
  font-weight: 410;
  font-size: 18px;
  font-family: "Sequel Sans", sans-serif;
  margin: 50px 0;
}
@media (min-width: 992px) {
  .accommodation-schedule-col p strong {
    font-size: 55px;
  }
}
.accommodation-schedule-col .links-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (min-width: 992px) {
  .accommodation-schedule-col .links-wrapper {
    flex-direction: row;
    justify-content: space-between;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.accommodation-schedule-col .links-wrapper a {
  display: flex;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #1CFAAE;
  color: #002429;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
  justify-content: center;
  width: 100%;
}

.fancybox__content {
  padding: 0 !important;
}

.accommodation-schedule-inner {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .accommodation-schedule-inner {
    padding: unset;
  }
}
.accommodation-schedule-inner .accommodation-row {
  display: flex;
  cursor: pointer;
  position: relative;
  transition: 0.1s;
  border-top: 1px solid rgba(178, 189, 191, 0.6);
}
.accommodation-schedule-inner .accommodation-row:first-of-type {
  border-top: 0 solid #000000;
}
.accommodation-schedule-inner .accommodation-row:last-of-type {
  border-bottom: 1px solid #1CFAAE;
}
.accommodation-schedule-inner .accommodation-row:last-of-type .accommodation-schedule-grid-col {
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  font-weight: 410;
}
@media (min-width: 992px) {
  .accommodation-schedule-inner .accommodation-row:last-of-type .accommodation-schedule-grid-col {
    font-size: 16px;
  }
}
.accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col {
  width: 30%;
  text-align: right;
  padding: 10px 0;
  display: flex;
  font-size: 13px;
  line-height: 1.4;
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  color: #002429;
}
@media (min-width: 768px) {
  .accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col {
    font-size: 16px;
    padding: 10px 0;
  }
}
.accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col:first-of-type {
  text-align: left;
  justify-content: flex-start;
  width: 40%;
}
.accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col.heading {
  font-family: "Sequel Sans", sans-serif;
  color: #002429;
  font-size: 20px;
  border: 0 solid #FFFFFF;
  text-align: right;
  font-weight: 410;
}
@media (min-width: 992px) {
  .accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col.heading {
    font-size: 20px;
  }
}
.accommodation-schedule-inner .accommodation-row .accommodation-schedule-grid-col.heading:first-of-type {
  text-align: left;
  justify-content: flex-start;
}
.accommodation-schedule-inner .accommodation-row:first-of-type {
  border-bottom: 0;
}
.accommodation-schedule-inner .accommodation-row:first-of-type .availability-schedule-grid-col {
  padding-top: 0;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .accommodation-schedule-inner .accommodation-row:first-of-type .availability-schedule-grid-col {
    padding-bottom: 15px;
  }
}

.specification {
  width: 100%;
  background-position: top center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 100;
  padding: 0px 20px 60px;
  height: auto;
  background-color: #FFFFFF;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  .specification {
    min-height: 100vh;
    height: auto;
    padding: 0px;
  }
}
.specification .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.specification .wrapper .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .specification .wrapper .content {
    padding: 0 80px;
    margin-bottom: 60px;
  }
}
.specification .wrapper .specification-icons {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 30px 20px 0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .specification .wrapper .specification-icons {
    padding: 60px 50px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1600px) {
  .specification .wrapper .specification-icons {
    padding: 60px 50px 0;
  }
}
.specification .left-text.in-view > *,
.specification .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.specification .left-text.in-view > *,
.specification .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.specification .left-text,
.specification .top-text {
  position: relative;
  z-index: 1;
}
.specification .left-text > *,
.specification .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.specification .left-text > :nth-child(1),
.specification .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.specification .left-text > :nth-child(2),
.specification .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.specification .left-text > :nth-child(3),
.specification .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.specification .left-text > :nth-child(4),
.specification .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.specification .left-text > :nth-child(5),
.specification .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.specification .left-text > :nth-child(6),
.specification .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.specification .left-text > :nth-child(7),
.specification .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.specification .left-text > :nth-child(8),
.specification .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.specification .left-text > :nth-child(9),
.specification .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.specification .top-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.specification .top-text p {
  font-size: 14px;
  line-height: 1.4;
  color: #002429;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 992px) {
  .specification .top-text p {
    width: 50%;
    font-size: 16px;
  }
}
.specification .top-text p br {
  display: none;
}
@media (min-width: 992px) {
  .specification .top-text p br {
    display: block;
  }
}
.specification .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #002429;
  font-weight: 410;
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .specification .top-text h2 {
    font-size: 55px;
  }
}
.specification .top-text h2 strong {
  color: #1CFAAE;
}
.specification .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .specification .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.specification-icons .icons {
  display: block;
  width: 100%;
}
.specification-icons .icons .icons-wrap {
  display: block;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 0;
}
@media (min-width: 768px) {
  .specification-icons .icons .icons-wrap {
    width: 100%;
    margin: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 60px;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
@media (min-width: 992px) {
  .specification-icons .icons .icons-wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 40px;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
.specification-icons .icons .icon-block {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .specification-icons .icons .icon-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.specification-icons .icons .icon-block .icon {
  width: 145px;
  height: 128px;
  margin: 0 auto 10px;
}
.specification-icons .icons .icon-block .icon img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .specification-icons .icons .icon-block .icon {
    margin: 0 auto;
    width: 145px;
    height: 128px;
  }
}
.specification-icons .icons .icon-block p {
  text-align: center;
  color: #002429;
  font-size: 14px;
  font-family: "Sequel Sans", sans-serif;
}
@media (min-width: 768px) {
  .specification-icons .icons .icon-block p {
    font-size: 16px;
  }
}
.specification-icons .icons.in-view .icons-wrap > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(10) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.7s, transform 1.4s 2.7s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(11) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3s, transform 1.4s 3s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(12) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.3s, transform 1.4s 3.3s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(13) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.6s, transform 1.4s 3.6s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(14) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.9s, transform 1.4s 3.9s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(15) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.2s, transform 1.4s 4.2s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(16) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.5s, transform 1.4s 4.5s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(17) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.8s, transform 1.4s 4.8s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(18) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.1s, transform 1.4s 5.1s;
}
.specification-icons .icons.in-view .icons-wrap > :nth-child(19) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.4s, transform 1.4s 5.4s;
}
.specification-icons .icons .icons-wrap > * {
  opacity: 0;
  transform: translateY(10px);
}

.gallery {
  height: 210px;
  position: relative;
  padding: 0 20px;
}
@media (min-width: 992px) {
  .gallery {
    margin: 0px;
    height: unset;
    padding: 120px 0;
  }
}
.gallery .background-fill {
  background-color: #002429;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 10px 10px 0 0px;
}
@media (min-width: 992px) {
  .gallery .background-fill {
    height: 360px;
  }
}
.gallery #slider {
  width: 100%;
  position: relative;
}
.gallery .gallery-inner {
  width: 100%;
  height: 210px;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .gallery .gallery-inner {
    height: 740px;
  }
}
.gallery .mainswiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .mainswiper:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.gallery .swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
}
.gallery .swiper-slide {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery .swiper-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .swiper-button-next,
.gallery .swiper-button-prev {
  width: 34px;
  height: 34px;
  background-size: cover;
}
.gallery .swiper-button-next:after,
.gallery .swiper-button-prev:after {
  display: none !important;
}
@media (min-width: 992px) {
  .gallery .swiper-button-next,
.gallery .swiper-button-prev {
    top: unset;
    bottom: 30px;
    width: 45px;
    height: 45px;
  }
}
.gallery .swiper-button-prev {
  left: 20px;
  background-image: url("../../img/icons/left.svg");
}
@media (min-width: 992px) {
  .gallery .swiper-button-prev {
    left: 35px;
  }
}
.gallery .swiper-button-next {
  right: 20px;
  background-image: url("../../img/icons/right.svg");
}
@media (min-width: 992px) {
  .gallery .swiper-button-next {
    right: 35px;
  }
}
.gallery .thumbswiper {
  height: 75px;
  width: 50%;
  bottom: 20px;
  position: absolute;
  display: none;
}
@media (min-width: 992px) {
  .gallery .thumbswiper {
    display: block;
  }
}
.gallery .thumbswiper .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}
.gallery .thumbswiper .swiper-slide-thumb-active {
  border: 1px solid #FFFFFF;
}
.gallery .intro-background {
  position: absolute;
  width: 100%;
  aspect-ratio: 16/9;
  transform: scale(1);
  height: 250px;
  transition: transform 1.5s ease-out;
  background-size: cover !important;
  background-position: center right;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .gallery .intro-background {
    height: 650px;
  }
}
.gallery .slide {
  transition: transform 1.5s ease-out;
  background-size: cover !important;
  background-position: center right;
}
.gallery.in-view .intro-background {
  transform: scale(1);
}

.demographics {
  width: 100%;
  position: relative;
  display: flex;
  background-color: #002429;
  z-index: 100;
  padding: 80px 20px 80px 20px;
  height: auto;
  align-items: center;
}
@media (min-width: 992px) {
  .demographics {
    height: auto;
    padding: 0px 0px 150px;
  }
}
.demographics .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .demographics .wrapper {
    padding: 0 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.demographics .wrapper .content {
  width: 100%;
}
@media (min-width: 992px) {
  .demographics .wrapper .content {
    width: 50%;
  }
}
.demographics .wrapper .stats {
  width: 100%;
}
@media (min-width: 992px) {
  .demographics .wrapper .stats {
    width: 50%;
  }
}
.demographics .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.demographics .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.demographics .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.demographics .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.demographics .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.demographics .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.demographics .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.demographics .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.demographics .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.demographics .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.demographics .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.demographics .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .demographics .top-text h2 {
    margin-bottom: 60px;
    font-size: 55px;
  }
}
.demographics .top-text h2 strong {
  color: #1CFAAE;
}
.demographics .top-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
  max-width: 490px;
}
.demographics .top-text p strong {
  font-weight: 410;
  font-size: 20px;
  font-family: "Sequel Sans", sans-serif;
}
.demographics .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .demographics .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.stats {
  display: block;
}
.stats .stats-wrap {
  display: block;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-row-gap: 40px;
}
@media (min-width: 768px) {
  .stats .stats-wrap {
    width: 100%;
    margin: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 28px;
    grid-row-gap: 60px;
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
  }
}
.stats .stats-block h2 {
  text-align: left;
  font-weight: 410;
  font-size: 35px;
  font-family: "Sequel Sans", sans-serif;
  color: #1CFAAE;
  margin-bottom: 20px;
}
.stats .stats-block p {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
}
.stats.in-view .stats-wrap > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.stats.in-view .stats-wrap > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.stats.in-view .stats-wrap > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.stats.in-view .stats-wrap > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.stats.in-view .stats-wrap > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.stats.in-view .stats-wrap > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.stats.in-view .stats-wrap > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.stats.in-view .stats-wrap > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.stats.in-view .stats-wrap > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.stats.in-view .stats-wrap > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.stats.in-view .stats-wrap > :nth-child(10) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.7s, transform 1.4s 2.7s;
}
.stats.in-view .stats-wrap > :nth-child(11) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3s, transform 1.4s 3s;
}
.stats.in-view .stats-wrap > :nth-child(12) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.3s, transform 1.4s 3.3s;
}
.stats.in-view .stats-wrap > :nth-child(13) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.6s, transform 1.4s 3.6s;
}
.stats.in-view .stats-wrap > :nth-child(14) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 3.9s, transform 1.4s 3.9s;
}
.stats.in-view .stats-wrap > :nth-child(15) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.2s, transform 1.4s 4.2s;
}
.stats.in-view .stats-wrap > :nth-child(16) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.5s, transform 1.4s 4.5s;
}
.stats.in-view .stats-wrap > :nth-child(17) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 4.8s, transform 1.4s 4.8s;
}
.stats.in-view .stats-wrap > :nth-child(18) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.1s, transform 1.4s 5.1s;
}
.stats.in-view .stats-wrap > :nth-child(19) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 5.4s, transform 1.4s 5.4s;
}
.stats .stats-wrap > * {
  opacity: 0;
  transform: translateY(10px);
}

.pin-location,
.pin-location-two {
  width: 30px;
  height: 30px;
  color: #002429;
  display: none;
}

.midtown-info {
  color: #FFFFFF;
  font-size: 14px;
  background-color: #002429;
  font-family: "Sequel Sans", sans-serif;
  font-weight: 700;
  padding: 15px !important;
}

.location-wrapper {
  padding: 0 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .location-wrapper {
    padding: 0 60px 60px;
  }
}
@media (min-width: 1600px) {
  .location-wrapper {
    padding: 0 80px 80px;
  }
}
.location-wrapper .gm-style .gm-style-iw-c {
  display: flex;
  flex-direction: row-reverse;
}
.location-wrapper .gm-ui-hover-effect > span {
  background-color: #1CFAAE;
}
.location-wrapper .gm-ui-hover-effect {
  height: unset !important;
  width: unset !important;
  background: #002429 !important;
}
.location-wrapper .gm-style .gm-style-iw-tc::after {
  background: #002429;
}
.location-wrapper .location-title.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.location-wrapper .location-title {
  width: 100%;
  padding: 40px 0;
}
.location-wrapper .location-title > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.location-wrapper .location-title > :nth-child(1) {
  transition-delay: 0s !important;
}
.location-wrapper .location-title > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.location-wrapper .location-title > :nth-child(3) {
  transition-delay: 1s !important;
}
.location-wrapper .location-title > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.location-wrapper .location-title > :nth-child(5) {
  transition-delay: 2s !important;
}
.location-wrapper .location-title > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.location-wrapper .location-title > :nth-child(7) {
  transition-delay: 3s !important;
}
.location-wrapper .location-title > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.location-wrapper .location-title > :nth-child(9) {
  transition-delay: 4s !important;
}
@media (min-width: 992px) {
  .location-wrapper .location-title.mobile {
    display: none;
  }
}
.location-wrapper .location-title.desktop {
  display: none;
}
@media (min-width: 992px) {
  .location-wrapper .location-title.desktop {
    display: block;
  }
}
.location-wrapper .location-title h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
}
@media (min-width: 1300px) {
  .location-wrapper .location-title h2 {
    font-size: 55px;
  }
}
.location {
  padding-bottom: 55px;
  background-color: #002429;
  position: relative;
  transition: opacity 1.5s, transform 1.5s;
}
@media (min-width: 768px) {
  .location {
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) {
  .location {
    padding-bottom: 150px;
  }
}
.location .location-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
@media (min-width: 992px) {
  .location .location-inner {
    width: 40%;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .location .location-inner {
    width: 50%;
  }
}

.location-container,
.location-container-two {
  width: 100%;
  height: 630px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.default-location,
.default-location-two {
  display: none;
}

.location-content {
  width: 100%;
  padding: 0;
}

.location-map {
  width: 100%;
  height: 250px;
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000000;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .location-map {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .location-map {
    height: 400px;
    margin-bottom: 0;
  }
}
@media (min-width: 1300px) {
  .location-map {
    height: 630px;
  }
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.travel-times {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-left: 0;
}
@media (min-width: 992px) {
  .travel-times {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 80px;
  }
}
@media (min-width: 1300px) {
  .travel-times {
    width: 50%;
  }
}
.travel-times p {
  color: #FFFFFF;
}
.travel-times span {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 40px;
  display: block;
}
@media (min-width: 992px) {
  .travel-times span {
    margin-top: 0;
  }
}
.travel-times .transport-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 200px;
  gap: 5px;
}
.travel-times .transport-list li {
  padding: 4px 20px;
  cursor: pointer;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 100%;
  height: 35px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  box-shadow: 0 4px 40px 0 rgba(28, 250, 174, 0.1);
}
.travel-times .transport-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 200px;
  border: 1px solid transparent;
  background: linear-gradient(to top, white, transparent) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0.3;
}
.travel-times .transport-list li:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  display: inline-flex;
  border-radius: 100%;
  margin-top: 0;
  right: 0;
  opacity: 0;
  background: #002429;
  transition: opacity 0.4s ease;
  z-index: -1;
}
.travel-times .transport-list li:hover {
  background-color: #1CFAAE;
  color: #002429;
}
.travel-times .transport-list li:hover:after {
  opacity: 1;
  z-index: 2;
  position: relative;
  left: 5px;
}
.travel-times .transport-list li:hover:before {
  opacity: 0;
}
.travel-times .transport-list li:hover {
  font-weight: bold;
}
.travel-times .transport-list li.active {
  font-weight: bold;
  background-color: #1CFAAE;
  color: #002429;
}
.travel-times .transport-list li.active:after {
  opacity: 1;
  z-index: 2;
  position: relative;
  left: 5px;
}
.travel-times .transport-list li.active::before {
  opacity: 0;
}
.travel-times .route-grid {
  display: none;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
}
.travel-times .route-grid .route {
  padding: 10px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-column-gap: 24px;
  grid-column-gap: clamp($min, vw($max), $max);
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Sequel Sans", sans-serif;
  font-weight: 410;
}
@media (min-width: 992px) {
  .travel-times .route-grid .route {
    font-size: 20px;
  }
}
.travel-times .route-grid .route:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(229, 233, 234, 0.4);
}
.travel-times .route-grid .route .name {
  grid-area: 1/1/2/4;
}
.travel-times .route-grid .route .time {
  grid-area: 1/4/2/6;
  min-width: 91.5px;
  text-align: right;
}
@media all and (max-width: 480px) {
  .travel-times .route-grid .route .time {
    min-width: 73px;
  }
}
.travel-times.hide {
  display: none;
}

.marker-link {
  color: #FFFFFF;
}

.partnership {
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 100;
  padding: 80px 25px;
  height: auto;
  align-items: center;
  background-color: #002429;
}
@media (min-width: 992px) {
  .partnership {
    min-height: 100vh;
    height: auto;
    padding: 0 0 120px;
  }
}
.partnership .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.partnership .wrapper .partnership-content {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px 20px 0 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .partnership .wrapper .partnership-content {
    padding: 80px;
  }
}
.partnership .wrapper .partnership-content .partnership-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
  align-items: flex-end;
  flex-direction: column-reverse;
  overflow: hidden;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .partnership-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .partnership-text {
    width: 50%;
  }
}
.partnership .wrapper .partnership-content .partnership-text p {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
}
.partnership .wrapper .partnership-content .partnership-text p strong {
  font-weight: 410;
  font-size: 20px;
  font-family: "Sequel Sans", sans-serif;
}
.partnership .wrapper .partnership-content .partnership-text p:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  .partnership .wrapper .partnership-content .partnership-text p:first-of-type {
    margin-bottom: 50px;
  }
}
.partnership .wrapper .partnership-content .partnership-text .partnership-logos {
  width: 100%;
}
.partnership .wrapper .partnership-content .partnership-text .partnership-logos svg {
  height: 22px;
  width: auto;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .partnership-text .partnership-logos svg {
    height: 22px;
  }
}
@media (min-width: 1300px) {
  .partnership .wrapper .partnership-content .partnership-text .partnership-logos svg {
    height: 32px;
    width: auto;
  }
}
.partnership .wrapper .partnership-content .partnership-text .partnership-logos svg:first-of-type {
  margin-right: 40px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .partnership-text .partnership-logos svg:first-of-type {
    margin-bottom: 0;
  }
}
.partnership .wrapper .partnership-content .graphic {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  top: 40px;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .graphic {
    width: 50%;
    top: unset;
  }
}
.partnership .wrapper .partnership-content .graphic svg {
  width: 100%;
  overflow: visible;
  height: auto;
}
@media (min-width: 992px) {
  .partnership .wrapper .partnership-content .graphic svg {
    width: 70%;
  }
}
.partnership .wrapper .partnership-content .graphic.in-view .left, .partnership .wrapper .partnership-content .graphic.in-view .right {
  opacity: 1;
  transform: translateX(0);
}
.partnership .wrapper .partnership-content .graphic .left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 1.4s, transform 2.4s;
}
.partnership .wrapper .partnership-content .graphic .right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(1) {
  transition-delay: 0s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(2) {
  transition-delay: 0.5s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(3) {
  transition-delay: 1s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(4) {
  transition-delay: 1.5s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(5) {
  transition-delay: 2s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(6) {
  transition-delay: 2.5s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(7) {
  transition-delay: 3s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(8) {
  transition-delay: 3.5s !important;
}
.partnership .wrapper .partnership-content .graphic path:nth-child(9) {
  transition-delay: 4s !important;
}
.partnership .partnership-text.in-view > *,
.partnership .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.partnership .partnership-text.in-view > *,
.partnership .top-text.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.partnership .partnership-text,
.partnership .top-text {
  position: relative;
  z-index: 1;
}
.partnership .partnership-text > *,
.partnership .top-text > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.partnership .partnership-text > :nth-child(1),
.partnership .top-text > :nth-child(1) {
  transition-delay: 0s !important;
}
.partnership .partnership-text > :nth-child(2),
.partnership .top-text > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.partnership .partnership-text > :nth-child(3),
.partnership .top-text > :nth-child(3) {
  transition-delay: 1s !important;
}
.partnership .partnership-text > :nth-child(4),
.partnership .top-text > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.partnership .partnership-text > :nth-child(5),
.partnership .top-text > :nth-child(5) {
  transition-delay: 2s !important;
}
.partnership .partnership-text > :nth-child(6),
.partnership .top-text > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.partnership .partnership-text > :nth-child(7),
.partnership .top-text > :nth-child(7) {
  transition-delay: 3s !important;
}
.partnership .partnership-text > :nth-child(8),
.partnership .top-text > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.partnership .partnership-text > :nth-child(9),
.partnership .top-text > :nth-child(9) {
  transition-delay: 4s !important;
}
.partnership .top-text h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .partnership .top-text h2 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .partnership .top-text h2 {
    font-size: 55px;
  }
}
.partnership .top-text h2 strong {
  color: #1CFAAE;
}
.partnership .content {
  width: 100%;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (min-width: 992px) {
  .partnership .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.team {
  width: 100%;
  background-size: cover;
  background-position: top center;
  padding: 0;
  position: relative;
  display: flex;
  z-index: 100;
  padding: 0px 25px;
  height: auto;
  align-items: center;
  background-color: #002429;
}
@media (min-width: 992px) {
  .team {
    min-height: 100vh;
    height: auto;
    padding: 0 0 120px;
  }
}
.team .team-title.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.team .team-title {
  width: 100%;
  padding: 0px 0 40px 0;
}
.team .team-title > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.team .team-title > :nth-child(1) {
  transition-delay: 0s !important;
}
.team .team-title > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.team .team-title > :nth-child(3) {
  transition-delay: 1s !important;
}
.team .team-title > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.team .team-title > :nth-child(5) {
  transition-delay: 2s !important;
}
.team .team-title > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.team .team-title > :nth-child(7) {
  transition-delay: 3s !important;
}
.team .team-title > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.team .team-title > :nth-child(9) {
  transition-delay: 4s !important;
}
@media (min-width: 992px) {
  .team .team-title {
    padding: 40px 0;
  }
}
.team .team-title h2 {
  font-size: 40px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 410;
  text-align: left;
}
@media (min-width: 992px) {
  .team .team-title h2 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .team .team-title h2 {
    font-size: 55px;
  }
}
.team .team-title h2 strong {
  color: #1CFAAE;
}
.team .wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
.team .wrapper .team-wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #002429;
  padding: 30px 20px;
}
@media (min-width: 992px) {
  .team .wrapper .team-wrapper {
    padding: 60px;
  }
}
@media (min-width: 1600px) {
  .team .wrapper .team-wrapper {
    padding: 80px;
  }
}
.team .team-inner.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.team .team-inner.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.team .team-inner {
  position: relative;
  z-index: 1;
}
.team .team-inner > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.team .team-inner > :nth-child(1) {
  transition-delay: 0s !important;
}
.team .team-inner > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.team .team-inner > :nth-child(3) {
  transition-delay: 1s !important;
}
.team .team-inner > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.team .team-inner > :nth-child(5) {
  transition-delay: 2s !important;
}
.team .team-inner > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.team .team-inner > :nth-child(7) {
  transition-delay: 3s !important;
}
.team .team-inner > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.team .team-inner > :nth-child(9) {
  transition-delay: 4s !important;
}
.team .team-inner > :nth-child(10) {
  transition-delay: 4.5s !important;
}
.team .team-inner > :nth-child(11) {
  transition-delay: 5s !important;
}
.team .team-inner > :nth-child(12) {
  transition-delay: 5.5s !important;
}
.team .team-inner > :nth-child(13) {
  transition-delay: 6s !important;
}
.team .team-inner > :nth-child(14) {
  transition-delay: 6.5s !important;
}
.team .team-inner > :nth-child(15) {
  transition-delay: 7s !important;
}
.team .team-inner > :nth-child(16) {
  transition-delay: 7.5s !important;
}
.team .team-inner > :nth-child(17) {
  transition-delay: 8s !important;
}
.team .team-inner > :nth-child(18) {
  transition-delay: 8.5s !important;
}
.team .team-inner > :nth-child(19) {
  transition-delay: 9s !important;
}

.team-inner {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .team-inner {
    gap: 60px 0;
  }
}
@media (min-width: 768px) {
  .team-inner .block-wrap {
    width: 244px;
  }
}
.team-inner .team-block {
  position: relative;
  display: flex;
  width: 48%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .team-inner .team-block {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .team-inner .team-block {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .team-inner .team-block:nth-child(3n+1) {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .team-inner .team-block:nth-child(3n+2) {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .team-inner .team-block:nth-child(3n+3) {
    justify-content: flex-end;
  }
}
.team-inner .team-block .image {
  height: 130px;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 768px) {
  .team-inner .team-block .image {
    height: 162px;
  }
}
.team-inner .team-block .image svg.semicircle {
  width: 81px;
  height: 162px;
  display: none;
}
@media (min-width: 768px) {
  .team-inner .team-block .image svg.semicircle {
    display: block;
  }
}
.team-inner .team-block .image .image-mask {
  width: 130px;
  height: 130px;
  background-size: cover;
  border-radius: 500px;
}
@media (min-width: 768px) {
  .team-inner .team-block .image .image-mask {
    width: 162px;
    height: 162px;
  }
}
.team-inner .team-block .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team-inner .team-block p {
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: left;
}
@media (min-width: 768px) {
  .team-inner .team-block p {
    font-size: 16px;
  }
}
.team-inner .team-block p strong {
  font-weight: 410;
  font-size: 16px;
  font-family: "Sequel Sans", sans-serif;
}
@media (min-width: 768px) {
  .team-inner .team-block p strong {
    font-size: 20px;
  }
}
.team-inner .team-block a {
  margin-top: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .team-inner .team-block a {
    font-size: 16px;
  }
}
.team-inner .team-block a svg {
  margin-left: 10px;
}
.team-inner.in-view .icons-wrap > * {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.4s, transform 1.4s;
}
.team-inner.in-view .icons-wrap > :nth-child(1) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0s, transform 1.4s 0s;
}
.team-inner.in-view .icons-wrap > :nth-child(2) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.3s, transform 1.4s 0.3s;
}
.team-inner.in-view .icons-wrap > :nth-child(3) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.6s, transform 1.4s 0.6s;
}
.team-inner.in-view .icons-wrap > :nth-child(4) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 0.9s, transform 1.4s 0.9s;
}
.team-inner.in-view .icons-wrap > :nth-child(5) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.2s, transform 1.4s 1.2s;
}
.team-inner.in-view .icons-wrap > :nth-child(6) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.5s, transform 1.4s 1.5s;
}
.team-inner.in-view .icons-wrap > :nth-child(7) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 1.8s, transform 1.4s 1.8s;
}
.team-inner.in-view .icons-wrap > :nth-child(8) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.1s, transform 1.4s 2.1s;
}
.team-inner.in-view .icons-wrap > :nth-child(9) {
  transition: border-color 0.3s, background-color 0.3s, opacity 1.4s 2.4s, transform 1.4s 2.4s;
}
.team-inner .icons-wrap > * {
  opacity: 0;
  transform: translateY(10px);
}

.ticker {
  display: flex;
  width: 100vw;
  overflow: hidden;
  top: 10px;
  position: relative;
}
@media (min-width: 992px) {
  .ticker {
    top: 5%;
  }
}
@media (min-width: 1300px) {
  .ticker {
    top: 4.5%;
  }
}
.ticker svg {
  width: 100vw;
  height: auto;
}

.ticker__list {
  display: flex;
  margin-top: 20px;
  -webkit-animation: ticker 15s infinite linear;
          animation: ticker 15s infinite linear;
  width: 100vw;
}

.ticker__item {
  width: 100vw;
}
.ticker__item:nth-child(odd) {
  -webkit-animation: loop 40s -20s linear infinite;
          animation: loop 40s -20s linear infinite;
}
.ticker__item:nth-child(even) {
  -webkit-animation: loop2 40s linear infinite;
          animation: loop2 40s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.footer-contact {
  display: block;
  width: 100%;
  padding: 50px 25px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .footer-contact {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .footer-contact {
    padding: 120px 0;
  }
}

.footer-contact-content {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-contact-content {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.footer-contact-aside {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .footer-contact-aside {
    width: 41.6667%;
    justify-content: space-between;
    height: 100%;
  }
}
.footer-contact-aside.in-view > * {
  opacity: 1;
  transform: translateY(0);
}
.footer-contact-aside > * {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 2.4s;
}
.footer-contact-aside > :nth-child(1) {
  transition-delay: 0s !important;
}
.footer-contact-aside > :nth-child(2) {
  transition-delay: 0.5s !important;
}
.footer-contact-aside > :nth-child(3) {
  transition-delay: 1s !important;
}
.footer-contact-aside > :nth-child(4) {
  transition-delay: 1.5s !important;
}
.footer-contact-aside > :nth-child(5) {
  transition-delay: 2s !important;
}
.footer-contact-aside > :nth-child(6) {
  transition-delay: 2.5s !important;
}
.footer-contact-aside > :nth-child(7) {
  transition-delay: 3s !important;
}
.footer-contact-aside > :nth-child(8) {
  transition-delay: 3.5s !important;
}
.footer-contact-aside > :nth-child(9) {
  transition-delay: 4s !important;
}
.footer-contact-aside .details-top {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-contact-aside .details-top {
    margin-bottom: 0;
  }
}
.footer-contact-aside h2 {
  font-size: 40px;
  line-height: 1;
  color: #002429;
  font-weight: 410;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-contact-aside h2 {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .footer-contact-aside h2 {
    font-size: 55px;
  }
}
.footer-contact-aside h2 strong {
  color: #1CFAAE;
}
.footer-contact-aside p {
  font-size: 14px;
  line-height: 1.4;
  color: #002429;
  text-align: left;
}
@media (min-width: 992px) {
  .footer-contact-aside p {
    font-size: 16px;
  }
}
.footer-contact-aside p a {
  font-weight: 410;
  font-size: 20px;
  font-family: "Sequel Sans", sans-serif;
  color: #B2BDBF;
}
.footer-contact-aside-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-contact-main {
  display: block;
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-contact-main {
    width: 50%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .footer-contact-main .nf-form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-contact-main .marketing-info {
  color: #000000;
  margin-top: 20px !important;
}
.footer-contact-main .disclaimer {
  color: #000000;
  margin-top: 40px !important;
  font-size: 13px;
}
.footer-contact-main .disclaimer a {
  font-weight: 600;
  color: inherit;
}
.footer-contact-main .disclaimer p:first-of-type {
  margin-bottom: 10px;
}
.footer-contact-main .checkbox-wrap .nf-field-label label {
  font-size: 13px;
}
.footer-contact-main .textarea-container {
  width: 100%;
}
.footer-contact-main .nf-pass .ninja-forms-field {
  border-color: #000000 !important;
  transition: all 0.5s;
}
.footer-contact-main .nf-pass.field-wrap .nf-field-element:after {
  color: #000000;
  font-family: FontAwesome;
  font-size: 30px;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s;
}
.footer-contact-main .nf-form-content select.ninja-forms-field {
  color: #000000;
}
.footer-contact-main .nf-form-content select.ninja-forms-field option {
  color: #000000;
}
.footer-contact-main .list-select-wrap select:active + div,
.footer-contact-main .list-select-wrap select:focus + div {
  background: transparent !important;
  border-color: #000000 !important;
  transition: all 0.5s;
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.footer-contact-main .nf-form-content input:not([type=button]):focus,
.footer-contact-main .nf-form-content textarea:focus {
  background: transparent;
  border-color: #000000;
  color: #000000;
  outline: none;
  transition: all 0.5s;
}
.footer-contact-main .nf-error-wrap {
  display: none !important;
}
.footer-contact-main .list-select-wrap div:after {
  color: #000000;
  transition: all 0.5s;
  right: 0px !important;
}
.footer-contact-main .form-column {
  width: 100%;
}
@media (min-width: 992px) {
  .footer-contact-main .form-column {
    width: 48%;
  }
}
.footer-contact-main .nf-field-container {
  display: block;
}
.footer-contact-main h2,
.footer-contact-main h3 {
  text-align: left;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-contact-main h2,
.footer-contact-main h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .footer-contact-main h2,
.footer-contact-main h3 {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .footer-contact-main h2,
.footer-contact-main h3 {
    font-size: 28px;
  }
}
.footer-contact-main p {
  text-align: left;
}
.footer-contact-main .thank-you-text {
  color: #000000 !important;
}
.footer-contact-main .one-half {
  margin-bottom: 5px !important;
}
.footer-contact-main .full {
  width: 100%;
}
.footer-contact-main .nf-field-container {
  margin-top: 0;
  margin-bottom: 0;
}
.footer-contact-main .nf-form-title {
  display: none;
}
.footer-contact-main .nf-response-msg p {
  color: #000000;
}
.footer-contact-main .textarea-wrap .nf-field-label {
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.footer-contact-main .nf-form-content {
  padding: 0;
}
.footer-contact-main .nf-form-content textarea.ninja-forms-field {
  height: 180px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 15px;
}
.footer-contact-main .nf-form-wrap .field-wrap > div input[type=checkbox] {
  background-color: #000000;
}
.footer-contact-main .nf-before-form-content {
  display: none;
  padding: 0;
}
.footer-contact-main .nf-field-label {
  display: none;
}
.footer-contact-main .checkbox-container label {
  font-weight: 400;
  text-align: left;
  line-height: 1.2;
  font-size: 11px;
}
.footer-contact-main .checkbox-container.label-right label {
  margin: 0 !important;
  display: flex;
  padding: 0 0 0 30px;
  margin-left: 0;
}
.footer-contact-main .checkbox-container.label-right label:before {
  left: 5px;
  top: 0;
}
.footer-contact-main .checkbox-wrap .nf-field-element label:before,
.footer-contact-main .checkbox-wrap .nf-field-label label:before,
.footer-contact-main .listcheckbox-wrap .nf-field-element label:before,
.footer-contact-main .listcheckbox-wrap .nf-field-label label:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  position: absolute;
  font-size: 30px;
  bottom: auto;
  left: 3px !important;
  top: 0 !important;
  font-size: 14px;
  z-index: 2;
}
.footer-contact-main .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.footer-contact-main .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.footer-contact-main .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.footer-contact-main .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: black;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  left: 3px !important;
  top: 0 !important;
  font-size: 14px;
  transition: opacity 1s;
}
@media only screen and (max-width: 800px) {
  .footer-contact-main .nf-field-container .checkbox-wrap .nf-field-label label:after {
    left: 5px !important;
    top: 0px !important;
  }
}
.footer-contact-main .checkbox-wrap .nf-field-element label:after,
.footer-contact-main .checkbox-wrap .nf-field-label label:after,
.footer-contact-main .listcheckbox-wrap .nf-field-element label:after,
.footer-contact-main .listcheckbox-wrap .nf-field-label label:after {
  border: 0 solid #000000 !important;
  background-color: #E5E9EA;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
}
.footer-contact-main .nf-after-form {
  font-size: 13px;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div,
.footer-contact-main .nf-form-content input:not([type=button]),
.footer-contact-main .nf-form-content textarea {
  border: 0;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  font-size: 13px;
  padding: 15px 15px 10px;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  /* border-radius: 10px; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div ::-moz-placeholder, .footer-contact-main .nf-form-content input:not([type=button]) ::-moz-placeholder, .footer-contact-main .nf-form-content textarea ::-moz-placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  color: #000000;
  opacity: 0.4 !important;
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div :-ms-input-placeholder, .footer-contact-main .nf-form-content input:not([type=button]) :-ms-input-placeholder, .footer-contact-main .nf-form-content textarea :-ms-input-placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  color: #000000;
  opacity: 0.4 !important;
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div ::placeholder,
.footer-contact-main .nf-form-content input:not([type=button]) ::placeholder,
.footer-contact-main .nf-form-content textarea ::placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  color: #000000;
  opacity: 0.4 !important;
}
.footer-contact-main ::-moz-placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  opacity: 0.4 !important;
  color: #000000;
}
.footer-contact-main :-ms-input-placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  opacity: 0.4 !important;
  color: #000000;
}
.footer-contact-main ::placeholder {
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  opacity: 0.4 !important;
  color: #000000;
}
.footer-contact-main .nf-error .ninja-forms-field {
  border-color: #000000 !important;
  font-size: 13px;
  margin-top: 30px;
  transition: all 0.5s;
}
.footer-contact-main .nf-form-content .listselect-wrap .nf-field-element div,
.footer-contact-main .nf-form-content .ninja-forms-field {
  font-size: 13px;
  margin: 0;
  padding: 12px 15px;
  color: rgba(0, 0, 0, 0.4) !important;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
}
.footer-contact-main .nf-form-content .list-select-wrap > div div:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("../../img/icons/select-arrow.svg");
  background-size: contain;
  top: 20px;
  bottom: unset;
  right: 15px !important;
  position: absolute;
  z-index: 10;
}
.footer-contact-main select.nf-form-fields {
  font-size: 13px;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 15px 15px !important;
}
.footer-contact-main .nf-field-label label {
  font-size: 16px;
  font-family: "area-normal", sans-serif;
  font-weight: 400;
  color: #000000;
  font-weight: 400;
  margin-top: 20px;
  display: block;
}
.footer-contact-main .nf-error .nf-error-msg {
  color: #1CFAAE;
  font-size: 13px;
  margin-top: 30px;
}
.footer-contact-main .nf-error.field-wrap .nf-field-element:after {
  background-color: #000000;
  color: #FFFFFF;
}
.footer-contact-main .nf-error-msg,
.footer-contact-main .ninja-forms-req-symbol {
  color: #002429;
  font-size: 13px;
  margin-top: 30px;
}
.footer-contact-main nf-cells {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .footer-contact-main nf-cells {
    flex-direction: row;
    align-items: center;
  }
}
.footer-contact-main .last-element {
  margin-top: 20px;
}
.footer-contact-main .nf-form-content button,
.footer-contact-main .nf-form-content input[type=button],
.footer-contact-main .nf-form-content input[type=submit] {
  padding: 8px 20px;
  border-radius: 100px;
  background-color: #1CFAAE;
  color: #000000 !important;
  font-family: "area-normal", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  height: unset !important;
}
@media (min-width: 768px) {
  .footer-contact-main .nf-form-content button,
.footer-contact-main .nf-form-content input[type=button],
.footer-contact-main .nf-form-content input[type=submit] {
    font-size: 14px;
  }
}
.footer-contact-main .nf-form-content button:hover,
.footer-contact-main .nf-form-content input[type=button]:hover,
.footer-contact-main .nf-form-content input[type=submit]:hover {
  background-color: #002429;
  color: #1CFAAE !important;
}
.footer-contact-main .submit-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .footer-contact-main .submit-container {
    justify-content: flex-end;
  }
}
.footer-contact-main .nf-form-content .list-select-wrap .nf-field-element > div:focus,
.footer-contact-main .nf-form-content input:not([type=button]):focus,
.footer-contact-main .nf-form-content textarea:focus {
  background-color: transparent;
  font-size: 13px;
  border-bottom: 1px solid black;
}

.checkbox-container .nf-field-element input {
  display: inherit;
  opacity: 0;
}

.checkbox-wrap .nf-field-element label:before,
.checkbox-wrap .nf-field-label label:before,
.listcheckbox-wrap .nf-field-element label:before,
.listcheckbox-wrap .nf-field-label label:before {
  opacity: 0;
  transition: all 0.5s;
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before,
.checkbox-wrap .nf-field-label label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  opacity: 1;
  transition: all 0.5s;
}

.vid-outer {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .vid-outer {
    padding: 0;
    width: 100%;
  }
}
.vid-outer .vid-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vid-outer .vid-inner video {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .vid-outer .vid-inner {
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .vid-outer .vid-inner {
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.vid-outer .vid-inner .bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  /* min-height: 100%; */
  width: 100%;
  /* height: auto; */
  /* -webkit-transform: translate(-50%, -50%); */
  transform: translate(-50%, -50%);
}
.vid-outer .video-control {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.vid-outer .video-control img {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .vid-outer .video-control img {
    width: 40px;
    height: 40px;
  }
}
.vid-outer .video-control:not(.playing) .video-control-pause,
.vid-outer .video-control.playing .video-control-play {
  display: none;
}
.vid-outer .sound-icon {
  z-index: 30;
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .vid-outer .sound-icon {
    top: 20px;
    left: 20px;
  }
}
.vid-outer .mute-video {
  background-size: 32px;
  border: 0;
  width: 32px;
  height: 32px;
  background-color: #000000;
}
.vid-outer .mute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #FFFFFF;
}
.vid-outer .unmute-video {
  background: transparent;
  background-size: 32px;
  background-color: #000000;
}
.vid-outer .unmute-video:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: #FFFFFF;
}
.vid-outer .play {
  position: absolute;
}
.vid-outer .play.hidden {
  opacity: 0;
}
.vid-outer .fa-play-circle {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 10;
}
.vid-outer .stopfade {
  opacity: 0.5;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.video embed,
.video iframe,
.video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video .placeholder {
  background-color: #E5E9EA;
  height: 500px;
  width: 100%;
  margin: 0 5px;
}
