<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --white: #fff;
  --yellow: #f7b82c;
  --brown: #796a58;
  --ocean-blue: #008faf;
  --dark-yellow: #c9921a;
  --black: #000;
  --dark-blue: #5b7285;
  --green: #00a559;
  --light-green: #859f32;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.3;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  color: var(--yellow);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  color: var(--brown);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1;
}

.landing {
  z-index: 1;
  background-color: var(--ocean-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 200vh;
  display: flex;
  position: relative;
}

.ocean {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.overview {
  z-index: 1;
  filter: saturate(120%) hue-rotate(-10deg);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient {
  z-index: 3;
  background-image: linear-gradient(360deg, #000, #0000);
  height: 25%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.main-title {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100dvh;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  shape-rendering: crispedges;
  width: 2em;
}

.border {
  z-index: 98;
  border: .5em solid #000;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-2 {
  shape-rendering: crispedges;
  height: 3.5em;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.image-3 {
  height: 3.3em;
}

.image-3._2 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-2 {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-3 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.buttons {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
}

.logo {
  padding: 0;
}

.border-line {
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-line._4 {
  transform-style: preserve-3d;
  inset: auto 0% 0% auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.border-line._3 {
  transform-style: preserve-3d;
  inset: auto auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.border-line._2 {
  transform-style: preserve-3d;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.background-video {
  height: 100%;
}

.div-block-4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 4.5em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-btn {
  background-color: var(--dark-yellow);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100vw;
  margin-top: 0;
  padding: .7em 1em;
  text-decoration: none;
  position: relative;
}

.div-block-5 {
  flex: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.body {
  font-size: 1vw;
}

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

.bottom-btn {
  z-index: 96;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.3em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.bottom-btn._2 {
  position: absolute;
}

.bottom-btn._3 {
  z-index: 90;
}

.scroll-btn, .mute-btn {
  background-color: var(--dark-yellow);
  border-radius: 100%;
  width: 2.5em;
  height: 2.5em;
  position: relative;
}

.mute-btn.mute {
  background-image: url('../images/mute.svg');
}

.meter {
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  position: relative;
  display: none;
}

.scroll {
  z-index: 2;
  text-align: center;
  position: absolute;
  inset: auto auto 2em;
}

.up-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-4 {
  color: var(--white);
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 20%;
  position: absolute;
  inset: 0% -20% auto auto;
}

.image-5._2 {
  width: 15%;
  inset: auto auto 0% -15%;
}

.div-block-7 {
  background-image: linear-gradient(180deg, var(--ocean-blue), #007a95 25%, #006d85 40%, #005e73 55%, #000);
  height: 100vh;
  position: relative;
}

.image-6 {
  z-index: 9;
  width: 15%;
  position: absolute;
  inset: -27% auto auto 0%;
}

.container {
  width: 100%;
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.one {
  z-index: 3;
  max-width: 1390px;
  position: relative;
}

.container.two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.three {
  z-index: 1;
  position: relative;
}

.container.four {
  z-index: 4;
}

.container.five {
  flex-flow: column;
  display: flex;
}

.section {
  width: 100%;
  padding-left: 15em;
  padding-right: 15em;
  position: relative;
}

.section.one {
  z-index: 2;
  background-color: var(--ocean-blue);
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
}

.section.two {
  z-index: 2;
  background-image: url('../images/bg3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.three {
  z-index: 1;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 15em;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.four {
  z-index: 0;
  background-image: linear-gradient(#000, #0378a2);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section.footer {
  z-index: 1;
  background-image: linear-gradient(#0177a0, #07759e00 25%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100dvh;
  padding-top: 5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.five {
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
}

.section.divider {
  justify-content: center;
  align-items: stretch;
  height: 100dvh;
  min-height: 100dvh;
  padding-top: 6em;
  padding-bottom: 5em;
  display: flex;
}

.section.content {
  background-image: url('../images/content-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.section.content._2 {
  padding-top: 7em;
}

.section.six {
  z-index: 1;
  background-color: var(--black);
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
  position: relative;
}

.overview-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

.overview-text._2 {
  margin-top: 3em;
}

.yellow {
  color: var(--yellow);
}

.image-7 {
  height: 100%;
  position: relative;
}

.bubbles-video {
  z-index: 0;
  mix-blend-mode: color-dodge;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-2 {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--ocean-blue), #0183a100);
  height: 10%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-10._2 {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.div-block-11 {
  background-color: var(--yellow);
  width: 2em;
  height: .3em;
  margin-top: .3em;
  margin-right: .5em;
}

.div-block-11._2 {
  margin-left: .5em;
}

.outline {
  color: #fff;
  position: relative;
}

.boulder {
  z-index: 2;
  width: 14em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.boulder._2 {
  inset: auto 0% 0% auto;
}

.gradient-3 {
  z-index: 2;
  background-image: linear-gradient(360deg, #000, #0000);
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-8 {
  width: 20%;
  position: absolute;
  inset: auto auto -30% -15%;
}

.image-8._1 {
  inset: 10em auto auto -3em;
}

.image-8-copy {
  width: 25%;
  position: absolute;
  inset: 0% -20% auto auto;
}

.image-8-copy._2 {
  width: 8em;
  top: 5em;
  right: -8em;
}

.image-8-copy._3 {
  width: 40%;
  top: 0%;
  right: -40%;
}

.image-9 {
  width: 45%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.image-10 {
  z-index: 1;
  transform-style: preserve-3d;
  width: 12em;
  position: absolute;
  inset: -5em -12em auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.background-video-2 {
  z-index: 0;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-12 {
  z-index: 1;
  background-image: linear-gradient(#000, #0000);
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-12._2 {
  background-image: linear-gradient(360deg, #000, #0000);
  inset: auto 0% 0%;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.div-block-8-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  display: flex;
  position: relative;
}

.div-block-8-copy._2 {
  z-index: 1;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.image-11 {
  z-index: 0;
  width: 180%;
  max-width: none;
  position: absolute;
  bottom: -40%;
  left: -90%;
}

.btn {
  color: var(--white);
  text-transform: uppercase;
  background-color: #c9921a;
  border-radius: 100vw;
  margin-top: 2em;
  padding: .5em .8em;
  text-decoration: none;
  position: relative;
}

.btn._2 {
  margin-top: 0;
}

.btn._3 {
  margin-top: 0;
  margin-bottom: 2em;
  top: -3em;
}

.btn._4, .btn._5 {
  margin-top: 0;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.minisub-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -5em;
  display: flex;
  position: relative;
}

.main-title-container {
  width: 32vw;
  margin-top: -15vw;
  position: relative;
}

.spline-scene {
  height: 100vh;
}

.div-block-17 {
  height: 100dvh;
}

.spline-scene-2 {
  height: 100%;
}

.spline-scene-3 {
  height: 100vh;
}

.div-block-18 {
  width: 59%;
}

.image-12 {
  width: 100%;
}

.lottie-animation {
  transform-style: preserve-3d;
  width: 25em;
  position: absolute;
  inset: auto auto -15em -15em;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-13 {
  z-index: 0;
  position: absolute;
}

.lottie-animation-2 {
  width: 100%;
}

.div-block-19 {
  z-index: 1;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 10em;
  display: flex;
  position: absolute;
  inset: 20% auto auto 10%;
}

.div-block-19._2 {
  inset: 35% 10% auto auto;
}

.div-block-19._3 {
  inset: auto auto 35% 10%;
}

.div-block-19._4 {
  inset: auto 10% 20% auto;
}

.div-block-20 {
  border: 1px solid var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  margin-top: .5em;
  display: flex;
}

.div-block-21 {
  background-color: var(--yellow);
  border-radius: 100%;
  width: .7em;
  height: .7em;
}

.counter {
  color: var(--yellow);
  font-size: 4em;
  line-height: 1;
}

.minisub {
  z-index: 5;
  width: auto;
  height: 35%;
  margin-top: 5em;
  position: absolute;
}

.sub {
  width: 25%;
  margin-bottom: 0%;
  margin-left: -30%;
}

.image-16 {
  z-index: 0;
  width: 130%;
  max-width: none;
  position: absolute;
  inset: -40% auto auto -140%;
}

.background-video-3 {
  width: 10em;
  height: 20em;
  position: absolute;
  inset: auto -12em 0% auto;
}

.div-block-22 {
  z-index: 1;
  mix-blend-mode: lighten;
  width: 15em;
  height: 29em;
  position: absolute;
  inset: auto -15em 15% auto;
}

@media screen and (max-width: 768px) {
  .div-block-22 {
    inset: auto -25em 10% auto; /* Adjusted values for mobile */
  }
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.slider {
  color: var(--white);
  background-color: #ddd0;
  width: 100%;
  height: auto;
  margin-top: 4em;
  padding-bottom: 3em;
}

.slider.mobile {
  display: none;
}

.div-block-24 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.image-17 {
  width: 100%;
  margin-top: 1em;
}

.left-arrow {
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  inset: 0% auto 0% -2em;
}

.right-arrow {
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  inset: 0% -2em 0% auto;
}

.image-18 {
  width: 20em;
  position: absolute;
  inset: auto auto 5em -20em;
}

.image-18._2 {
  width: 40em;
  inset: -2em 0% auto auto;
}

.div-block-26 {
  z-index: 6;
  background-image: linear-gradient(#000, #0000);
  width: 100%;
  height: 15em;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-26._2 {
  background-image: linear-gradient(#0000, #000);
  inset: auto 0% 0%;
}

.image-19 {
  z-index: 0;
  height: 100%;
  padding-top: 18em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-27 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-28 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.mini-sub-container {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.mini-sub {
  width: 60%;
}

.div-block-30 {
  /* z-index: 3;
  color: var(--white);
  text-align: center;
  background-image: url('../images/footnote-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5em;
  padding: .5em 3em;
  font-size: .9em;
  display: flex;
  position: absolute;
  inset: auto auto 0%; */

  z-index: 3;
  justify-content: center;
  padding: .5em 3em 1em;
  font-size: 12px;
  background-color: black;
  clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  color: var(--white);
}

.image-21 {
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0% -1.9em 0% auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-21._2 {
  transform-style: preserve-3d;
  inset: 0% auto 0% -1.9em;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.main-loadbar {
  z-index: 96;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 5em;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.loadbar-container {
  background-color: var(--white);
  border-radius: 100vw;
  justify-content: center;
  align-items: flex-start;
  width: .7em;
  height: 20em;
  display: flex;
  position: relative;
}

.loadbar {
  background-color: var(--yellow);
  border-radius: 100vw;
  width: 100%;
  height: 100%;
}

.loadbar-sub {
  width: 400%;
  max-width: none;
  position: absolute;
  top: 95%;
}

.lottie-animation-3 {
  width: 9em;
  position: absolute;
}

.meter-counter {
  margin-left: 6.5em;
  margin-right: 0;
}

.intro {
  z-index: 99;
  background-image: url('../images/AdobeStock_709422822.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.intro-title-container {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40em;
  display: flex;
  position: relative;
}

.intro-title-container._2 {
  margin-top: -20vw;
}

.div-block-34 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.intro-title {
  font-size: 5.6em;
  line-height: .9;
}

.intro-title._2 {
  text-shadow: 1px 1px 4px #0000004f;
  font-size: 9em;
}

.yelllow-lines {
  background-color: var(--yellow);
  flex: 0 auto;
  width: 9.5em;
  height: .5em;
}

.yelllow-lines._2 {
  flex: 0 auto;
  width: 30em;
  margin-bottom: 1em;
}

.yelllow-lines._2.b {
  width: 100%;
}

.yelllow-lines._3 {
  flex: 1;
  width: auto;
}

.div-block-36 {
  margin-bottom: 1em;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.intro-logo {
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-22 {
  width: 7em;
}

.enter-btn {
  background-color: var(--dark-yellow);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100vw;
  padding: .7em 1em;
  text-decoration: none;
  position: relative;
}

.enter-btn.w--current {
  background-color: var(--dark-yellow);
  position: relative;
}

.sub-container {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navigation {
  z-index: 97;
  background-image: url('../images/nav-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.btn-container._2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.btn-container._3 {
  justify-content: flex-end;
  align-items: center;
}

.btn-container._4 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-39 {
  flex-flow: column;
  place-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7em;
  display: flex;
}

.div-block-40 {
  color: var(--white);
  flex-flow: column;
  order: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
  margin-bottom: 1.5em;
  display: flex;
  gap: 5px;
  padding-bottom: 20px;
}

.div-block-40._2 {
  order: 8;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.div-block-40._3 {
  order: 4;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.div-block-40.a {
  order: 1;
  width: 32%;
}

.div-block-40.b {
  order: 2;
  width: 32%;
}

.div-block-40.c {
  width: 32%;
}

.div-block-40.d {
  order: 5;
  width: 32%;
}

.div-block-40.e {
  order: 6;
  width: 32%;
}

.div-block-40.f {
  order: 7;
  width: 32%;
}

.chapter-links {
  color: var(--white);
  text-transform: uppercase;
  margin-top: .2em;
  margin-bottom: .2em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.chapter-links:hover, .chapter-links.w--current {
  color: var(--yellow);
}

.navlinks {
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .3em;
  padding-bottom: .3em;
  text-decoration: none;
  display: flex;
}

.navlinks:hover, .navlinks.w--current {
  color: var(--yellow);
}

.navlinks._2 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-41 {
  border: 1px solid var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  margin-top: .15em;
  margin-right: .3em;
  display: flex;
}

.div-block-41._2 {
  display: none;
}

.div-block-42 {
  background-color: var(--yellow);
  border-radius: 100%;
  width: .5em;
  height: .5em;
}

.div-block-43 {
  z-index: 2;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  display: flex;
  position: relative;
  overflow: hidden;
  padding-right: 14px;
}

.div-block-43::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.div-block-43:hover,
.div-block-43:focus,
.div-block-43:active {
    overflow-y: auto;
}

/* .div-block-43::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 10px;
} */
.div-block-43::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.div-block-43:hover::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

.div-block-43::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.div-block-44 {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.image-23 {
  z-index: 2;
  width: 50%;
  position: relative;
  bottom: -20%;
}

.image-24 {
  width: 40%;
  max-width: 70em;
  position: absolute;
  inset: auto auto 0%;
  /* transform: translate(calc(0% - 70px), 0); */
}


.div-block-45 {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 100%;
  display: flex;
}

.link-block-7 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 48%;
  font-size: 1em;
  text-decoration: none;
}

.image-25 {
  margin-bottom: .5em;
}

.div-block-46 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.link-block-8 {
  width: 3em;
  height: 3em;
}

.no-scroll {
  overflow: hidden;
}

.div-block-47 {
  height: 100%;
}

.scroll-container {
  width: 100vw;
}

.intro-text {
  letter-spacing: .1em;
  text-shadow: 0 1px 1px #0000004d;
  font-size: 1.39em;
}

.overview-text-copy {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 3em;
  font-size: 1.5em;
}

.overview-text-copy._2 {
  margin-top: 3em;
}

.landing-title-container {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  width: 30em;
  margin-top: 5em;
  font-size: 1.2vw;
  display: flex;
  position: relative;
}

.landing-title-container._2 {
  margin-top: -20vw;
}

.btn-inside {
  background-color: var(--yellow);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.2em 0% .2em;
}

.btn-inside.hover {
  top: 0;
  bottom: 0;
}

.btn-inside._2 {
  background-image: url('../images/music.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.btn-inside._2.mute {
  background-image: url('../images/mute.svg');
}

.btn-inside._3 {
  background-image: url('../images/arrow-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.btn-text {
  z-index: 2;
  position: relative;
  bottom: .1em;
}

.btn-text.hover {
  bottom: 0;
}

.btn-text._2.b {
  text-align: center;
  display: none;
}

.btn-text._2.b.open {
  display: block;
}

.btn-text._2.open {
  display: none;
}

.image-26 {
  width: .7em;
}

.intro-titles {
  text-shadow: 3px 2px 1px #0003;
  margin-bottom: .1em;
  font-size: 6.1em;
  line-height: .9;
}

.intro-titles._2 {
  font-size: 9em;
}

.intro-texts {
  letter-spacing: .1em;
  text-shadow: 3px 2px 1px #0003;
  font-size: 1.2em;
}

.intro-texts._2 {
  font-size: 1.8em;
}

.yellow-lines {
  background-color: var(--yellow);
  flex: 0 auto;
  width: 14.6em;
  height: .5em;
}

.yellow-lines._2 {
  flex: 0 auto;
  width: 40em;
  margin-bottom: 1em;
}

.yellow-lines._2.b {
  width: 100%;
}

.yellow-lines._3 {
  flex: 1;
  width: auto;
}

.divider {
  width: 100%;
  padding-left: 15em;
  padding-right: 15em;
  position: relative;
}

.divider.one {
  z-index: 2;
  background-color: var(--ocean-blue);
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 20em;
  display: flex;
  position: relative;
}

.divider.two {
  z-index: 2;
  background-image: url('../images/bg3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.divider.three {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 15em;
  padding-bottom: 5em;
  display: flex;
}

.divider.four {
  z-index: 0;
  background-image: linear-gradient(#000, #0378a2);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.divider.footer {
  z-index: 1;
  background-image: linear-gradient(#0177a0, #07759e00 25%), url('../images/footer-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100dvh;
  padding-top: 5em;
  display: flex;
  position: relative;
  overflow: visible;
}

.divider.five {
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 2000px;
  height: 100dvh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.tabs-menu.main-loadbar {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.flex-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
}

.tab-link {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #ddd0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link:hover, .tab-link.w--current {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.text-block-2 {
  white-space: nowrap;
  margin-left: .5em;
  position: absolute;
  inset: auto auto auto 100%;
}

.text-block-2._2 {
  margin-left: 0;
  margin-right: .5em;
  inset: auto 100% auto auto;
}

.inner-tablink {
  background-color: var(--white);
  border-radius: 100%;
  width: .6em;
  height: .6em;
}

.inner-tablink.active {
  background-color: var(--yellow);
}

.text-block-2._2 {
  margin-left: auto;
  margin-right: .5em;
  left: auto;
  right: 100%;
}

.image-27 {
  height: 26em;
  margin-right: -.2em;
  position: absolute;
}

.divider-line {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-50 {
  width: 100%;
  max-width: 2000px;
  padding-left: 5em;
  padding-right: 5em;
}

.div-block-51 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-3 {
  width: 100%;
  margin-bottom: 1em;
  font-size: .9em;
}

.content-container {
  position: relative;
}

.background-video-5 {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-52 {
  z-index: -1;
  background-image: linear-gradient(90deg, #00000080, #00000078 33%, #0000006b 50%, #0000);
  width: 60%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.submenu-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  border: 1px solid #0003;
  border-radius: 100vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: .4em .5em;
  display: flex;
}

.submenu-container.mobile {
  display: none;
}

.image-28 {
  mix-blend-mode: darken;
  width: 20%;
  position: absolute;
  inset: 0% -20% auto auto;
}

.image-28._2 {
  inset: auto auto 50% -20%;
}

.image-28._3 {
  inset: auto -20% 10% auto;
}

.image-28._1 {
  inset: auto auto 10% -20%;
}

.submenu-containers {
  z-index: 4;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3em;
  display: flex;
  position: fixed;
  inset: 0%;
}

.footer {
  z-index: 5;
  background-color: #5a3e3e;
  min-height: 100dvh;
  position: relative;
}

.footer.section {
  z-index: 5;
}

.div-block-53 {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.div-block-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.image-29 {
  width: 15em;
}

.text-block-4 {
  color: var(--yellow);
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
}

.div-block-55 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-30 {
  mix-blend-mode: darken;
  width: 7em;
}

.bold-text {
  font-size: 1.1em;
}

.heading-2 {
  position: relative;
}

.div-block-56 {
  transform-style: preserve-3d;
  width: 22%;
  position: absolute;
  inset: auto auto 5% -10%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

@media screen and (max-width: 768px) {
  .div-block-56 {
    inset: auto auto 2% -10%;
  }
}

.image-31 {
  width: 30%;
}

.image-32 {
  width: 100%;
}

.tabs-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -5em;
  padding-top: 5em;
  display: flex;
}

.image-33 {
  height: 100%;
}

.rotate {
  z-index: 99;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_709422822.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation-4 {
  width: 7em;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-title {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-34 {
  width: 100%;
  position: relative;
}

.section-content {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -5em;
  margin-bottom: -5em;
  display: flex;
  position: relative;
}

.section-sub {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-gradient {
  z-index: 2;
  background-image: linear-gradient(#000, #000000ed 22%, #000000bd 54%, #00000087 72%, #0000);
  height: 20em;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-58 {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0% auto auto -100%;
}

.div-block-59 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 3em;
  display: flex;
}

.div-block-60 {
  position: absolute;
}

.lottie-animation-5, .front-sub {
  display: none;
}

.submenu {
  border: 1px solid var(--yellow);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 100vw;
  padding: 0 1em;
  line-height: 1;
  text-decoration: none;
  height: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.submenu:hover, .submenu.w--current {
  background-color: var(--yellow);
  color: var(--white);
}

.enter-btn-container {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.enter-nomusic {
  background-color: var(--dark-yellow);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 100vw;
  padding: .7em 1em;
  text-decoration: none;
  position: relative;
}

.enter-nomusic.w--current {
  padding: 0;
  position: relative;
}

.heading-3, .shadow {
  text-shadow: 3px 1px 5px #0000004d;
}

.justified {
  text-align: justify;
}

.div-block-61 {
  z-index: 0;
  background-image: linear-gradient(0deg, #000, #000000ed 28%, #0000);
  height: 15em;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-4 {
  color: var(--yellow);
}

.footnote-mobile {
  z-index: 3;
  color: var(--white);
  text-align: center;
  background-image: url('../images/footnote-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5em;
  padding: .5em 3em;
  font-size: .9em;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.div-block-62 {
  order: 1;
}

.div-block-63 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: wrap;
  width: 74%;
  display: flex;
}

.div-block-64 {
  border-left: 1px solid var(--yellow);
  flex-flow: column;
  justify-content: space-between;
  width: 24%;
  padding-left: 1.5em;
  display: flex;
}

.div-block-65 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tablink-container {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-68 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.div-block-68._2 {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: space-between;
}

.div-block-68._3 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.div-block-68._4 {
  justify-content: space-between;
  padding: 0px 20px 0 10px;
}

.bod-container {
  text-align: center;
  flex-flow: column;
  width: 32%;
  display: flex;
}

.text-block-6 {
  font-size: 1.2em;
  font-weight: 700;
}

.image-35 {
  margin-bottom: .5em;
}

.legend-container {
  border: 1px solid #000;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 15px 18px !important;
  font-size: .9em;
  position: relative;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 43%;
  margin-right: 16px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 15px;
}

.list {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--yellow);
  flex-flow: column;
  padding-left: 1em;
  display: flex;
}

.list._2 {
  color: #333;
  list-style: none;
  padding-left: 0;
}

.list._3 {
  color: var(--black);
  list-style-type: lower-alpha;
}

.list._4 {
  color: #333;
}

.footnote-container {
  width: 50%;
}

.heading-6 {
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

.div-block-69 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  display: flex;
}

.div-block-69._2 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 23%;
}

.heading-7 {
  color: var(--brown);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.2em;
}

.div-block-70 {
  grid-column-gap: 1%;
  grid-row-gap: 1%;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.div-block-71 {
  background-color: var(--yellow);
  border-radius: 100vw;
  flex: none;
  width: 17%;
  max-width: .8em;
  height: auto;
}

.div-block-71._2 {
  background-color: var(--brown);
}

.div-block-71._3 {
  background-color: var(--dark-blue);
}

.div-block-71._4 {
  background-color: var(--green);
}

.div-block-71._5 {
  background-color: var(--light-green);
}

.div-block-71._1 {
  background-color: #f7b82c00;
}

.div-block-72 {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  justify-content: space-between;
  align-items: center;
  width: 40%;
  display: flex;
}

.text-block-7 {
  width: 58%;
  line-height: .9;
}

.div-block-73 {
  width: 100%;
  padding-top: 100%;
}

.div-block-74 {
  margin-top: 1em;
}

.image-36, .div-block-75 {
  width: 100%;
}

.div-block-76 {
  width: 100%;
  font-size: .9em;
}

.text-block-8 {
  color: #333;
}

.link {
  color: var(--yellow);
  text-decoration: none;
}

.div-block-77 {
  width: 100%;
  display: flex;
}

.div-block-78 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.div-block-79 {
  border: 1px solid #000;
  border-bottom-width: 0;
  padding: .3em 1em;
}

.div-block-79._2 {
  border-bottom-width: 1px;
  flex: 1;
}

.div-block-79._3 {
  border-left-width: 0;
}

.div-block-79._4 {
  border-bottom-width: 1px;
  border-left-width: 0;
  flex: 1;
}

.div-block-79.b {
  background-color: var(--yellow);
  color: var(--white);
}

.image-37 {
  width: 100%;
}

.gri-outline {
  z-index: -1;
  border: 1px solid #000;
  border-radius: 22px;
  position: absolute;
  inset: .3em -.4em -.4em .3em;
}

.div-block-80 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gri {
  z-index: 5;
  border: 1px solid #000;
  border-left-width: 5px;
  border-radius: 1vw;
  padding: 1em;
  position: relative;
}

.gri-container {
  border: 1px solid #000;
  border-radius: 1vw;
  padding: 1.3em 1.5em;
  position: relative;
}

.gri-container._2 {
  margin-bottom: 1.5em;
  padding-top: 1em;
  padding-bottom: .7em;
}

.div-block-81 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-82 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.text-block-9 {
  margin-top: 1em;
  font-size: .9em;
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 4em;
  }

  h5 {
    font-size: 1.1em;
  }

  .overview {
    height: 100%;
  }

  .main-title {
    width: 100%;
  }

  .buttons, .bottom-btn, .section {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.one {
    padding-bottom: 50em;
    overflow: hidden;
  }

  .section.three {
    overflow: hidden;
  }

  .section.footer.main {
    flex-flow: column;
  }

  .section.five {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.content {
    padding-bottom: 3.5em;
  }

  .image-11 {
    left: -40%;
  }

  .minisub-container {
    width: 100%;
  }

  .main-title-container {
    width: 60vw;
    margin-top: -40vw;
  }

  .counter {
    font-size: 3em;
  }

  .minisub {
    height: 35%;
  }

  .sub {
    margin-bottom: 30%;
    bottom: 50%;
    right: -30%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .image-18._2 {
    width: 30em;
  }

  .div-block-30 {
    background-color: var(--black);
    background-image: none;
    width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .image-21 {
    right: -3.1em;
  }

  .image-21._2 {
    left: -3.1em;
  }

  .heading {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
  }

  .main-loadbar {
    margin-left: 3em;
  }

  .div-block-40 {
    width: 30%;
  }

  .div-block-40._2 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 49%;
  }

  .div-block-40._3 {
    order: 7;
    justify-content: flex-start;
    align-items: flex-start;
    width: 49%;
  }

  .div-block-40.d {
    order: 4;
  }

  .div-block-40.e {
    order: 5;
  }

  .div-block-40.f {
    order: 6;
  }

  .navlinks._2 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-41 {
    flex: none;
  }

  .div-block-43 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    height: 80%;
    overflow: scroll;
  }

  .div-block-44 {
    flex: 0 auto;
    height: 20%;
  }

  .image-25 {
    width: 100%;
  }

  .landing-title-container {
    margin-top: 10em;
    font-size: .8em;
  }

  .divider {
    padding-left: 3em;
    padding-right: 3em;
  }

  .divider.one {
    padding-bottom: 50em;
    overflow: hidden;
  }

  .divider.five {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section-content {
    margin-top: 0;
  }

  .footnote-mobile {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
    width: 100%;
    margin-top: auto;
    /* padding-left: 7em;
    padding-right: 7em; */
    display: flex;
    /* position: relative; */
    inset: auto 0% 0%;
  }

  .div-block-63 {
    width: 100%;

  }

  .div-block-64 {
    border-top: 1px solid var(--yellow);
    border-left-style: none;
    flex-flow: wrap;
    width: 100%;
    padding-top: 1.5em;
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-template-groupfinancial .div-block-76 {
    padding: 0px 6%;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-groupfinancial .div-block-76 {
    font-size: 10px;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  .ocean {
    height: 100dvh;
  }

  .overview {
    height: 100%;
    padding-bottom: 0;
  }

  .main-title {
    width: 100%;
    padding-top: 0;
  }

  .buttons {
    padding-left: 2em;
    padding-right: 2em;
  }

  .scroll {
    padding-left: 7.5em;
    padding-right: 7.5em;
  }

  .section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.one {
    padding-top: 10em;
    padding-bottom: 50em;
  }

  .section.two, .section.three, .section.four {
    overflow: hidden;
  }

  .overview-text {
    font-size: 1.4em;
  }

  .div-block-8-copy {
    width: auto;
  }

  .main-title-container {
    width: 35%;
  }

  .sub {
    inset: auto 0% 0% auto;
  }

  .overview-text-copy {
    font-size: 1.4em;
  }

  .divider {
    padding-left: 2em;
    padding-right: 2em;
  }

  .divider.one {
    padding-top: 10em;
    padding-bottom: 50em;
  }

  .divider.two, .divider.three, .divider.four {
    overflow: hidden;
  }

  .rotate {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 4.5em;
  }

  h3 {
    font-size: 3.5em;
  }

  h5 {
    font-size: 1em;
  }

  .overview {
    height: 100%;
  }

  .main-title {
    width: 100vw;
  }

  .image-2 {
    height: 2em;
  }

  .div-block-3 {
    position: absolute;
    inset: 0% auto auto;
  }

  .buttons {
    padding-left: 1em;
    padding-right: 1em;
  }

  .border-line {
    margin-left: -.1em;
  }

  .border-line._4 {
    margin-bottom: -.1em;
    margin-left: auto;
    margin-right: -.1em;
  }

  .border-line._3 {
    margin-bottom: -.1em;
  }

  .border-line._2 {
    margin-left: 0;
    margin-right: -.1em;
  }

  .div-block-4 {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    height: 5em;
  }

  .nav-btn {
    background-image: url('../images/menu-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    order: 1;
    width: 2.5em;
    height: 2.5em;
  }

  .div-block-5 {
    display: none;
  }

  .bottom-btn {
    margin-bottom: 2.1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .scroll {
    width: 50%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .scroll._2 {
    width: 40%;
  }

  .section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section.one {
    padding-top: 10em;
    padding-bottom: 50em;
  }

  .section.two {
    overflow: hidden;
  }

  .section.three {
    min-height: auto;
    padding-top: 5em;
    overflow: hidden;
  }

  .section.four {
    padding-top: 2em;
    overflow: hidden;
  }

  .section.footer {
    min-height: auto;
    padding-top: 15em;
  }

  .section.footer.main {
    padding-top: 12em;
    padding-bottom: 0;
  }

  .section.five {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section.divider {
    overflow: hidden;
  }

  .section.content {
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
  }

  .section.six {
    padding-top: 5em;
  }

  .div-block-8 {
    text-align: center;
    margin-top: 0;
  }

  .overview-text {
    font-size: 1.2em;
  }

  .div-block-10._2 {
    text-align: left;
  }

  .div-block-11 {
    width: 1em;
    height: .2em;
  }

  .image-8-copy._2 {
    width: 5em;
    inset: 0% 0% auto auto;
  }

  .image-8-copy._3 {
    inset: -24% 0% auto auto;
  }

  .image-10 {
    top: -8em;
    right: 0;
  }

  .div-block-13 {
    flex-flow: wrap;
  }

  .div-block-8-copy {
    width: 100%;
  }

  .image-11 {
    width: 100%;
    margin-top: 1em;
    position: relative;
    inset: auto;
  }

  .btn {
    text-align: center;
  }

  .btn._3 {
    margin-bottom: 2em;
  }

  .btn._4 {
    margin-top: 0;
  }

  .minisub-container {
    flex-flow: wrap;
    align-items: stretch;
    margin-top: 0;
  }

  .main-title-container {
    width: 65vw;
    margin-top: -100vw;
  }

  .text-block {
    display: none;
  }

  .div-block-18 {
    flex: 0 auto;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 6em;
    padding-left: 0%;
  }

  .lottie-animation {
    width: 17em;
    bottom: -15em;
    left: 0;
  }

  .image-13 {
    margin-top: 3em;
    margin-bottom: 3em;
    position: relative;
  }

  .lottie-animation-2 {
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-19 {
    width: 49%;
    margin-bottom: 1.5em;
    position: relative;
    top: auto;
    left: auto;
  }

  .div-block-19._2 {
    top: auto;
    right: auto;
  }

  .div-block-19._3 {
    bottom: auto;
    left: auto;
  }

  .div-block-19._4 {
    bottom: auto;
    right: auto;
  }

  .minisub {
    z-index: 1;
    height: 20%;
    margin-top: -20%;
  }

  .sub {
    width: 35%;
    margin-bottom: 120%;
    margin-left: 10%;
    inset: auto -30% 50% auto;
  }

  .image-16 {
    left: -120%;
  }

  .slider {
    display: none;
  }

  .slider.mobile {
    display: block;
  }

  .div-block-24 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
  }

  .div-block-25 {
    width: 100%;
  }

  .div-block-26 {
    z-index: 1;
    height: 32em;
    margin-top: 0;
    display: flex;
  }

  .image-19 {
    width: 80%;
    height: auto;
  }

  .div-block-28 {
    width: 100%;
  }

  .mini-sub-container {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .mini-sub {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-30 {
    background-image: none;
    width: 100%;
    margin-top: 3em;
    padding-left: 8em;
    padding-right: 8em;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-21 {
    right: -4.2em;
  }

  .image-21._2 {
    left: -4.2em;
  }

  .main-loadbar {
    margin-left: 1em;
  }

  .meter-counter {
    margin-left: 6.4em;
    margin-right: .1em;
  }

  .intro-title-container {
    align-items: stretch;
    width: 80%;
  }

  .intro-title {
    font-size: 4em;
  }

  .intro-title._2 {
    text-shadow: 1px 1px 4px #0000001a;
    font-size: 20vw;
  }

  .yelllow-lines {
    flex: 1;
    width: auto;
  }

  .yelllow-lines._2 {
    width: auto;
  }

  .div-block-37 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .enter-btn {
    text-align: center;
  }

  .div-block-39 {
    padding-top: 5em;
  }

  .div-block-40 {
    width: 100%;
    margin-bottom: .5em;
  }

  .div-block-40._2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-40._3, .div-block-40.a, .div-block-40.b, .div-block-40.c, .div-block-40.d, .div-block-40.e, .div-block-40.f {
    width: 100%;
  }

  .navlinks._2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-41._2 {
    border-color: var(--yellow);
    order: -1;
    margin-top: 0;
    display: flex;
  }

  .div-block-43 {
    height: 80%;
    overflow: scroll;
  }

  .image-23 {
    width: 100%;
    bottom: 0%;
  }

  .image-24 {
    width: 100%;
    height: auto;
  }

  .div-block-46 {
    margin-top: 2em;
  }

  .overview-text-copy {
    font-size: 1.2em;
  }

  .landing-title-container {
    width: 70%;
    margin-top: 6em;
  }

  .btn-inside._4 {
    background-image: url('../images/menu-icon.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40%;
  }

  .btn-inside._4.close {
    background-image: url('../images/close.svg');
    background-size: 30%;
  }

  .btn-text._2 {
    display: none;
  }

  .intro-titles {
    text-shadow: 1px 1px 1px #0003;
    font-size: 3.4em;
  }

  .intro-titles._2 {
    font-size: 6em;
  }

  .intro-texts {
    text-shadow: 1px 1px 1px #0003;
  }

  .intro-texts._2 {
    font-size: 1.3em;
  }

  .yellow-lines {
    flex: 1;
    width: auto;
  }

  .yellow-lines._2 {
    width: auto;
  }

  .divider {
    padding-left: 2em;
    padding-right: 2em;
  }

  .divider.one {
    padding-top: 10em;
    padding-bottom: 50em;
  }

  .divider.two {
    overflow: hidden;
  }

  .divider.three {
    min-height: auto;
    padding-top: 5em;
    overflow: hidden;
  }

  .divider.four {
    overflow: hidden;
  }

  .divider.footer {
    min-height: auto;
    padding-top: 15em;
  }

  .divider.five {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .tabs-menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: row;
    padding-bottom: 7em;
    inset: 0% 0% auto;
  }

  .div-block-48 {
    width: 100%;
  }

  .text-block-2, .image-27 {
    display: none;
  }

  .divider-line {
    display: flex;
  }

  .div-block-50 {
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 8em;
    display: flex;
  }

  .submenu-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #fff0;
    border-style: none;
    border-radius: 10vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .submenu-container.mobile {
    display: flex;
  }

  .submenu-containers {
    display: none;
  }

  .footer.section {
    min-height: 0;
    padding-top: 3em;
    padding-bottom: 7em;
  }

  .image-29 {
    width: 10em;
  }

  .rotate {
    display: none;
  }

  .image-34 {
    position: relative;
  }

  .section-content {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2em;
    margin-bottom: 0;
  }

  .section-sub, .section-gradient {
    display: none;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    margin-bottom: 2em;
    display: flex;
    position: relative;
  }

  .lottie-animation-5 {
    width: 100%;
    display: block;
    position: absolute;
    inset: auto;
  }

  .front-sub {
    height: 90%;
    display: block;
    position: absolute;
  }

  .submenu {
    text-align: left;
    border-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    display: flex;
  }

  .submenu:hover {
    color: var(--black);
    background-color: #c9921a00;
    border-style: none;
  }

  .submenu.w--current {
    color: var(--yellow);
    background-color: #f7b82c00;
  }

  .enter-btn-container {
    flex-flow: wrap;
  }

  .enter-nomusic {
    text-align: center;
  }

  .footnote-mobile {
    z-index: 91;
    text-align: center;
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding: 1em 2em;
    font-size: 12px;
  }

  .tablink-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: center;
  }

  .heading-5 {
    text-transform: uppercase;
    order: -1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2em;
  }

  .div-block-67 {
    text-align: center;
    padding-bottom: 2em;
    padding-left: 7em;
    padding-right: 7em;
  }

  .div-block-68, .div-block-68._2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .bod-container, .legend-container, .footnote-container {
    width: 100%;
  }

  .div-block-69 {
    width: 45%;
  }

  .div-block-69._2 {
    width: 100%;
  }

  .div-block-77 {
    flex-flow: wrap;
  }

  .div-block-78 {
    width: 100%;
  }

  .div-block-79._3 {
    border-top-width: 0;
    border-left-width: 1px;
  }

  .div-block-79._4 {
    border-left-width: 1px;
  }
}

/* CUSTOM CSS */
/* .page-template-home {
  .div-block-30 {
    display: none !important;
  }

  .footnote-mobile {
    display: none !important;
  }
} */

.navigation {
  .div-block-64 {
    border: 0;
  }
}

.page-template-bod {
  .footnote-container {
    .text-block-8 {
      ul {
        padding: 0px 0 0 18px;
      }
    }
  }
}

.section.content .submenu-container {
  margin-top: 3rem;
}

.global-copyright {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 490px) {
  .page-template-chapter1 video {
    object-position: 75% center;
  }
}

@media screen and (max-width: 990px) {
  .scroll-container {
    .bottom-btn._3 {
      display: none;
    }
  }
}

@media screen and (min-width: 992px) {
  .image-24 {
    transform: translate(calc(0% - 40px), 0);
  }
}

.with-pdf {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* a:hover .with-pdf svg path {
  fill: #ffffff;
} */

.submenu.nav-pdf .div-block-41::before {
  content: url(/icons/pdf_black.svg) !important;
  left: 2px !important;
}

.page-parent .submenu.nav-pdf .div-block-41::before {
  left: -3 !important;
}

a.submenu.nav-pdf:hover .div-block-41::before {
  content: url(/icons/pdf_white.svg) !important;
}

@media screen and (max-width: 479px) {
  .btn-text._2.b.open {
    display: none !important;
  }

  .with-pdf {
    display: flex;
    flex-direction: row-reverse;
  }

  .submenu {
    height: 20px;
  }

  .submenu.nav-pdf {
    margin-left: 22px;
  }

  a.sub-menu-icon.nav-pdf:hover .div-block-41::before {
    content: url(/icons/pdf_black.svg) !important;
  }

  .legend-container {
    margin-right: 0;
  }

  .page-parent .submenu.nav-pdf .div-block-41::before {
    content: url(/icons/pdf_yellow.svg) !important;
  }

  .page-parent a.submenu.nav-pdf:hover .div-block-41::before {
    content: url(/icons/pdf_yellow.svg) !important;
  }

}

@media screen and (max-width: 1850px) {
  .legend-container {
    margin-right: 5px;
  }
}

a.navlinks.w-inline-block.nav-pdf {
  margin-left: 25px;
}

@media screen and (max-width: 348px) {
  .navigation a.navlinks {
    font-size: 14px;
  }
}

@media screen and (max-width: 1196px) {
  .div-block-63 {
    width: 100%;
  }
}

@media screen and (max-width: 1453px) {
  .div-block-43 {
    padding-right: 0;
  }

  .section.five {
    padding-left: 2em;
    padding-right: 2em;
  }

  .chapter-links {
    font-size: 1.2em;
  }

  .navigation a.navlinks {
    font-size: 14px;
  }

  .div-block-40 {
    gap: 2px;
  }
}</pre></body></html>