:root {
  --yellow: #ffff1a;
  --black: black;
  --dark-grey: #1a1a1a;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  color: #fff;
  background-color: #1c1b1e;
  padding-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container._1080-height {
  height: 1080px;
}

.container.top-margin-89 {
  margin-top: 80px;
}

.container._100-vh {
  height: 100vh;
}

.column {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.column.justify-center {
  justify-content: center;
}

.column.align-left {
  align-items: flex-start;
}

.column.align-left.left-margin-20 {
  margin-left: 20px;
}

.column.align-left.top-margin-60 {
  margin-top: 50px;
}

.column.align-left.top-margin-20 {
  margin-top: 20px;
}

.column.justify-right {
  align-items: flex-end;
}

.column.justify-right.top-margin-30 {
  margin-top: 30px;
}

.column.stretch {
  align-items: stretch;
}

.column.stretch.relative {
  position: relative;
}

.column._100--spacebetween {
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 2vh;
}

.column.hero-col {
  justify-content: center;
  padding-top: 55px;
}

.column.center-stretch {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.column.center-stretch.just-mobile {
  display: none;
}

.logo {
  max-width: 540px;
}

.logo.top-margin-60 {
  margin-top: 60px;
}

.h1 {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.h1.top-margin-60 {
  margin-top: 90px;
  font-size: 2rem;
}

.button {
  background-color: rgba(82, 105, 125, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 12px 55px 14px;
  font-size: 20px;
  line-height: 100%;
}

.button.top-margin-30 {
  margin-top: 60px;
  font-size: 1rem;
  transition: all .2s;
}

.button.top-margin-30:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .2);
}

.button.narrow {
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
}

.button.narrow.top-margin-30 {
  margin-top: 30px;
  padding-right: 25px;
  font-size: 1rem;
}

.button.narrow.top-margin-20 {
  margin-top: 20px;
  font-size: 1.25rem;
  transition: all .2s;
}

.button.narrow.top-margin-20:hover {
  background-color: rgba(255, 255, 255, .2);
}

.button.narrow.top-margin-20.hide {
  display: none;
}

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

.row.top-margin-30, .row.top-margin-150 {
  margin-top: 30px;
}

.row.left-align {
  justify-content: flex-start;
}

.row.left-align.relative {
  position: relative;
}

.row.top-margin-15 {
  margin-top: 15px;
}

.row.right-align {
  justify-content: flex-end;
}

.row.right-align._100width {
  width: 100%;
}

.row.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.row.center-left {
  justify-content: flex-start;
}

.social-media-wrapper.hide {
  display: none;
}

.social-media-link-block {
  color: #fff;
  margin-left: 6px;
  margin-right: 6px;
  transition: all .2s;
}

.social-media-link-block:hover {
  color: var(--yellow);
}

.menu-button {
  color: var(--yellow);
  background-color: rgba(255, 255, 255, 0);
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
}

.image1 {
  z-index: -5;
  width: auto;
  max-height: 76vh;
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.container-1030 {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1030.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-1030._1080-height {
  height: 1080px;
}

.container-1030.top-margin-89 {
  margin-top: 80px;
}

.container-1030.top-margin-80 {
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1030.top-margin-80._130 {
  margin-top: 130px;
}

.container-1030.top-margin-130 {
  margin-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-1030.top-margin-250 {
  margin-top: 250px;
}

.slide-wrapper {
  background-color: rgba(26, 26, 26, .9);
  border-radius: 10px;
}

.slide-wrapper.top-margin-40 {
  margin-top: 40px;
}

.icon {
  margin-top: 11px;
  margin-bottom: 0;
  margin-right: auto;
  position: relative;
}

.left-arrow {
  width: 55px;
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 36px;
  padding-bottom: 27px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 11.5%;
}

.right-arrow {
  width: 55px;
  color: var(--yellow);
  margin-bottom: 20px;
  padding-top: 36px;
  padding-bottom: 27px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4.5%;
}

.slide {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 0 50px 35px;
}

.regular-white {
  font-size: 28px;
  line-height: 100%;
}

.regular-white.center {
  text-align: center;
}

.regular-white.bold {
  font-weight: 600;
}

.regular-white.bold.center._60px {
  font-size: 70px;
  font-weight: 800;
}

.regular-white.bold.center._20px {
  font-size: 1.25rem;
  font-weight: 500;
}

.regular-white._20px {
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.regular-white._20px.top-margin-20 {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 200%;
}

.regular-white._20px.top-margin-20._16x {
  font-size: 16px;
}

.regular-white._20px.top-margin-20._18px {
  font-size: 18px;
}

.regular-white._16px {
  font-size: 1rem;
  line-height: 150%;
}

.regular-white._16px.top-margin-20 {
  margin-top: 20px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.regular-white.margins {
  text-transform: uppercase;
  padding-top: 53px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 4.375rem;
  font-weight: 800;
}

.regular-yellow {
  color: var(--yellow);
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.regular-yellow.top-margin-20 {
  margin-top: 45px;
  font-size: 1.375rem;
}

.regular-yellow._20px {
  font-size: 20px;
}

.regular-yellow._20px.top-margin-30 {
  margin-top: 30px;
  text-decoration: none;
  transition: all .2s;
}

.regular-yellow._20px.top-margin-30:hover {
  text-decoration: underline;
}

.regular-yellow._20px.top-margin-30.align-right {
  text-align: right;
}

.regular-yellow._20px.top-margin-30.align-right.max-width {
  max-width: 299px;
  font-size: 16px;
}

.regular-yellow._20px.top-margin-15 {
  margin-top: 15px;
  font-size: 1rem;
  text-decoration: none;
}

.regular-yellow.center {
  text-align: center;
}

.regular-yellow.bold {
  font-weight: 600;
}

.regular-yellow.bold.center.top-margin-20 {
  font-size: 1.625rem;
}

.regular-yellow.bold._26 {
  margin-bottom: 15px;
  font-size: 1.625rem;
  line-height: 200%;
}

.regular-yellow.top-margin-30 {
  margin-top: 30px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
}

.regular-yellow.top-margin-30:hover {
  text-decoration: underline;
}

.slide-nav {
  color: #000;
  margin-bottom: 40px;
  margin-left: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider {
  height: 230px;
  background-color: rgba(221, 221, 221, 0);
}

.html-embed {
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.button-2 {
  justify-content: center;
  display: flex;
}

.link-block {
  background-color: var(--yellow);
  color: var(--black);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.html-embed-2 {
  margin-left: 15px;
}

.image-2 {
  z-index: -4;
  position: absolute;
  top: 2029px;
  right: 0;
}

.headline-combo-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 43px;
  display: flex;
}

.headline-combo-wrapper.align-bot {
  align-items: flex-end;
}

.headline-combo-wrapper.justify-right {
  justify-content: flex-end;
}

.h2 {
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 100%;
}

.h2.align-right {
  text-align: right;
}

.h2.align-right._100px, .h2.align-right._100px.align-left {
  font-size: 5.313rem;
}

.h2.align-right._90px, .h2.align-right._90px.align-left {
  font-size: 5rem;
}

.h2.align-right._200px {
  font-size: 43px;
}

.h3 {
  color: var(--yellow);
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 119%;
}

.h3._42px {
  font-size: 42px;
}

.h3._42px.bot-margin-11 {
  margin-bottom: 11px;
  font-size: 36px;
}

.blackbox {
  background-color: rgba(26, 26, 26, .6);
  border-radius: 10px;
  margin-top: 20px;
  padding: 40px;
}

.blackbox.transparent, .blackbox.no-color {
  background-color: rgba(26, 26, 26, 0);
}

.paragraph {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 200%;
}

.paragraph.top-margin-30 {
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 200%;
}

.paragraph._22px {
  font-size: 22px;
}

.paragraph.bot-margin-40 {
  margin-bottom: 40px;
}

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

.grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid1._1-1 {
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.grid1._1-1.top-margin-30 {
  grid-column-gap: 30px;
  align-items: start;
  margin-top: 30px;
}

.grid1._1-1._25col {
  grid-column-gap: 16px;
  align-items: center;
}

.grid1.top-margin-60 {
  margin-top: 60px;
}

.button-yellow {
  background-color: var(--yellow);
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.button-yellow.top-margin-30 {
  border-radius: 5px;
  margin-top: 30px;
}

.text-span {
  color: var(--yellow);
  font-weight: 800;
}

.bulletpoint {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.bulletpoint.top-margin-30 {
  margin-top: 30px;
  margin-bottom: 0;
}

.bulletpoint.top-margin-10 {
  margin-top: 13px;
  font-size: 1rem;
  font-weight: 400;
}

.bulletpoint.top-margin-10.bold {
  margin-top: 0;
  font-weight: 700;
}

.yellow-bulletpoint {
  color: var(--yellow);
  margin-right: 10px;
}

.container-620 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-620.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-620._1080-height {
  height: 1080px;
}

.container-620.top-margin-89 {
  margin-top: 80px;
}

.container-620.top-margin-80 {
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-620.top-margin-80._130 {
  margin-top: 130px;
}

.container-620.top-margin-130 {
  margin-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-620.top-margin-130.bot-padding-70 {
  padding-bottom: 70px;
}

.container-620.top-margin-250 {
  margin-top: 250px;
}

.text-field {
  width: 100%;
  color: rgba(0, 0, 0, .86);
  border-radius: 5px;
  margin-top: 5px;
  padding: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.textarea {
  border-radius: 5px;
  overflow: auto;
}

.form.top-margin-30 {
  margin-top: 30px;
}

.grid2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-2 {
  width: 447px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 0 0 20px;
  display: flex;
}

.right-arrow-2 {
  width: 60px;
  height: 70px;
  color: var(--yellow);
  top: -23%;
  bottom: 0;
  left: -18%;
  right: auto;
}

.left-arrow-2 {
  width: 60px;
  height: 70px;
  color: var(--yellow);
  top: -23%;
  bottom: 0;
  left: -32%;
  right: auto;
}

.html-embed-3 {
  margin-top: 19px;
  padding-left: 20px;
}

.slide-nav-2 {
  top: -5%;
  bottom: 0%;
  left: -34%;
  right: auto;
}

.accordion-wrapper {
  margin-top: 30px;
}

.drp {
  line-height: 0;
  transition: all .2s;
  display: block;
}

.drop {
  background-color: var(--yellow);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: all .2s;
  display: block;
}

.drop:hover {
  background-color: rgba(255, 255, 255, .1);
}

.drop.w--open {
  color: #fff;
}

.text-block-2 {
  line-height: 20px;
}

.drp-list {
  height: 0;
  background-color: #fff;
  line-height: 23px;
  transition: all .5s;
  display: block;
  position: static;
  overflow: hidden;
}

.drp-list.w--open {
  line-height: 23px;
  position: static;
  overflow: hidden;
}

.text-wrapper {
  padding: 30px 25px;
}

.drop-2 {
  width: 500px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: all .2s;
  display: block;
}

.drop-2:hover {
  background-color: rgba(255, 255, 255, .1);
}

.drop-2.w--open {
  color: #fff;
}

.section {
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.accordion-container {
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-tab-button {
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  transition: background-color .2s;
  display: flex;
}

.accordion-arrow {
  width: 15px;
  opacity: .8;
}

.accordion-pane {
  background-color: rgba(26, 26, 26, .9);
  border-bottom: 1px #e6e6e6;
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-pane-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-2 {
  color: #000;
}

.heading {
  color: var(--black);
}

.accordion-headline {
  font-size: 1.375rem;
}

.image2 {
  z-index: -500;
  width: auto;
  max-height: 195vh;
  max-width: 60%;
  position: absolute;
  top: 76%;
  left: -4%;
}

.image-4 {
  z-index: -2;
  width: 100vw;
  position: absolute;
  top: 136%;
  left: -2%;
}

.image3 {
  z-index: -8;
  width: 100vw;
  max-width: 80%;
  position: absolute;
  top: 255%;
  left: auto;
  right: 0%;
}

.image4 {
  z-index: -8;
  width: 100vw;
  max-width: 70%;
  position: absolute;
  top: 435%;
  left: auto;
  right: 0%;
}

.image-footer {
  z-index: -10;
  width: 100vw;
  margin-top: auto;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  padding-top: 0;
  position: relative;
}

.image-4-2 {
  z-index: -2;
  width: 100vw;
  position: absolute;
  top: 170%;
  left: -2%;
}

.image {
  z-index: -8;
  width: 100vw;
  display: none;
  position: absolute;
  top: 375%;
  left: auto;
  right: 0%;
}

.nav-bar {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button-2 {
  z-index: 101;
  width: 80px;
  height: 80px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30px;
  bottom: 0%;
  left: auto;
  right: auto;
}

.burger-line {
  width: 40px;
  height: 2px;
  background-color: var(--yellow);
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(13, 13, 13, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #fff;
  text-transform: capitalize;
  margin-top: 10px;
  padding: 22px;
  font-size: 26px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--yellow);
}

.link-block-2 {
  color: #fff;
  text-decoration: none;
}

.link-block-3 {
  color: rgba(255, 255, 255, .66);
  margin-top: 30px;
  position: relative;
}

.html-embed-4 {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.html-embed-4:hover {
  color: var(--yellow);
}

.link {
  color: #fff;
  transition: all .2s;
}

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

.mask {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.logo-scroll {
  z-index: -4;
  opacity: 1;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: -44%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._16px {
  font-size: 1rem;
}

.page-wrapper {
  overflow: hidden;
}

.circle {
  width: 30vw;
  height: 30vh;
  opacity: 1;
  filter: blur(110px);
  mix-blend-mode: normal;
  background-color: #fce51b;
  border-radius: 10000px;
  position: absolute;
}

.circle.yelllow {
  z-index: 0;
  width: 37vw;
  height: 30vh;
  background-color: #ffe500;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle.green {
  z-index: 0;
  background-color: #c2e11a;
  top: 9%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.circle.orange {
  z-index: 10;
  width: 35vw;
  height: 40vh;
  opacity: .84;
  background-color: #f9a51d;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 7%;
  transform: rotate(164deg);
}

.circle.orange._2 {
  width: 10vw;
  height: 40vh;
  right: 36%;
  transform: rotate(83deg);
}

.circle.green1 {
  z-index: 9;
  width: 30vw;
  height: 20vh;
  background-color: #23af3d;
  top: 44%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.circle.green2 {
  z-index: 5;
  width: 30vw;
  height: 15vh;
  background-color: #31b993;
  top: 27%;
  bottom: auto;
  left: auto;
  right: 27%;
  transform: rotate(-42deg);
}

.circle.cyan {
  z-index: 20;
  width: 10vw;
  height: 10vh;
  background-color: #23c8ca;
  top: 55%;
  bottom: auto;
  left: auto;
  right: 60%;
}

.circle.blue {
  width: 10vw;
  height: 10vh;
  background-color: #243f78;
  top: 73%;
  bottom: auto;
  left: auto;
  right: 65%;
}

.image-5 {
  z-index: 14;
  width: 100%;
  height: 100%;
  opacity: .69;
  mix-blend-mode: soft-light;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-div {
  z-index: 30;
  opacity: 1;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: -44%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  height: 55vh;
}

.icon-3 {
  color: #ffff1a;
}

.text-block-4 {
  color: var(--yellow);
  text-align: left;
  margin-left: 7px;
  font-size: 16px;
}

.image-6 {
  max-width: 450px;
  margin-top: 47px;
  margin-left: 10px;
}

.container-820 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-820.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-820._1080-height {
  height: 1080px;
}

.container-820.top-margin-89 {
  margin-top: 80px;
}

.container-820.top-margin-80 {
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-820.top-margin-80._130 {
  margin-top: 130px;
}

.container-820.top-margin-130 {
  margin-top: 130px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-820.top-margin-250 {
  margin-top: 250px;
}

.h3-elise {
  color: var(--yellow);
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 119%;
}

.h3-elise._42px {
  font-size: 42px;
}

.h3-elise._42px.bot-margin-11 {
  margin-top: 106px;
  margin-bottom: 11px;
  margin-left: 0;
  font-size: 36px;
}

.h3-elise._42px.bot-margin-11.mobile {
  display: none;
}

.background-video {
  z-index: 30;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-2 {
  color: var(--yellow);
  text-decoration: none;
  transition: all .2s;
}

.link-2:hover {
  text-decoration: underline;
}

.image-7 {
  max-width: 30px;
}

.text-block-5 {
  padding-left: 8px;
}

.image-8 {
  width: 40px;
  margin-top: 14px;
}

.checkbox-label {
  color: rgba(255, 255, 255, .4);
  font-size: 14px;
  font-weight: 300;
}

.link-3 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-size: .875rem;
  text-decoration: underline;
  transition: all .2s;
}

.link-3:hover {
  color: var(--yellow);
}

.image-6-copy {
  max-width: 300px;
  margin-left: 10px;
}

.text-block-6 {
  color: rgba(255, 255, 255, .5);
  font-size: 16px;
  font-weight: 300;
}

.text-block-7 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.link-4, .link-5 {
  color: #fff;
}

.text-block-8 {
  font-size: 1.5rem;
}

.blackbox-nomargins {
  background-color: rgba(26, 26, 26, .6);
  border-radius: 10px;
}

.logo-fixed-scroll {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: .21;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-10 {
  width: 270px;
}

.text-block-11 {
  margin-left: 5px;
  margin-right: 5px;
  font-size: .875rem;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.success-message {
  background-color: var(--yellow);
  color: var(--black);
}

.text-block-12 {
  font-weight: 600;
}

.error-message {
  background-color: #7b0a0a;
}

.html-embed-5 {
  z-index: 3;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.html-embed-6 {
  z-index: 4;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  z-index: -1;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-11 {
  width: 100vw;
  height: 100vh;
}

.html-embed-7 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-6 {
  z-index: -1;
  position: fixed;
}

.div-block-7 {
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-container {
  height: 900px;
}

.section-3 {
  width: 100vw;
  height: 100vh;
}

.html-embed-8 {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.section-4 {
  z-index: 30;
  position: fixed;
}

.html-embed-9 {
  object-fit: cover;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-all-screens {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.html-embed-11 {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  display: flex;
}

.button-class {
  width: 100%;
  background-color: rgba(82, 105, 125, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 55px 14px;
  font-size: 20px;
  line-height: 100%;
  transition: all .2s;
}

.button-class:hover {
  background-color: rgba(128, 128, 128, .14);
}

.button-class.top-margin-30 {
  margin-top: 60px;
  font-size: 1rem;
  transition: all .2s;
}

.button-class.top-margin-30:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .2);
}

.button-class.narrow {
  padding-left: 25px;
  padding-right: 25px;
  transition: all .2s;
}

.button-class.narrow.top-margin-30 {
  width: 100px;
  margin-top: 30px;
  padding-right: 25px;
  font-size: 1rem;
}

.button-class.narrow.top-margin-20 {
  margin-top: 20px;
  font-size: 1.25rem;
  transition: all .2s;
}

.button-class.narrow.top-margin-20:hover {
  background-color: rgba(255, 255, 255, .2);
}

.button-class.narrow.top-margin-20.hide {
  display: none;
}

.column-stretch {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.column-stretch.justify-center {
  justify-content: center;
}

.column-stretch.align-left {
  align-items: flex-start;
}

.column-stretch.align-left.left-margin-20 {
  margin-left: 20px;
}

.column-stretch.align-left.top-margin-60 {
  margin-top: 50px;
}

.column-stretch.align-left.top-margin-20 {
  margin-top: 20px;
}

.column-stretch.justify-right {
  align-items: flex-end;
}

.column-stretch.justify-right.top-margin-30 {
  margin-top: 30px;
}

.column-stretch.stretch {
  align-items: stretch;
}

.column-stretch.stretch.relative {
  position: relative;
}

.column-stretch._100--spacebetween {
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 2vh;
}

.column-stretch.hero-col {
  justify-content: center;
  padding-top: 55px;
}

.column-stretch.center-stretch {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.column-stretch.center-stretch.just-mobile {
  display: none;
}

.checkbox-field {
  margin-top: 20px;
}

.old-form-hide {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.old-form-hide.justify-center {
  justify-content: center;
}

.old-form-hide.align-left {
  align-items: flex-start;
}

.old-form-hide.align-left.left-margin-20 {
  margin-left: 20px;
}

.old-form-hide.align-left.top-margin-60 {
  margin-top: 50px;
}

.old-form-hide.align-left.top-margin-20 {
  margin-top: 20px;
}

.old-form-hide.justify-right {
  align-items: flex-end;
}

.old-form-hide.justify-right.top-margin-30 {
  margin-top: 30px;
}

.old-form-hide.stretch {
  align-items: stretch;
}

.old-form-hide.stretch.relative {
  position: relative;
}

.old-form-hide._100--spacebetween {
  height: 100%;
  justify-content: flex-start;
  padding-bottom: 2vh;
}

.old-form-hide.hero-col {
  justify-content: center;
  padding-top: 55px;
}

.old-form-hide.center-stretch {
  width: 100%;
  justify-content: center;
  align-items: center;
}

.old-form-hide.center-stretch.just-mobile, .form-2 {
  display: none;
}

.sec-full-viewport {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  max-width: 300px;
}

.link-block-4 {
  margin-bottom: 40px;
}

.text-span-2 {
  color: var(--yellow);
}

.link-7 {
  color: var(--yellow);
  text-decoration: none;
  transition: all .2s;
}

.link-7:hover {
  text-decoration: underline;
}

.heading-2 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1.top-margin-60 {
    font-size: 1.7rem;
  }

  .regular-white.margins {
    font-size: 3.5rem;
  }

  .regular-yellow.top-margin-20 {
    font-size: 1.2rem;
  }

  .slider {
    height: 212px;
  }

  .h2.align-right._100px {
    margin-bottom: 0;
    font-size: 75px;
  }

  .h2.align-right._100px.align-left {
    text-align: left;
    font-size: 5rem;
  }

  .h2.align-right._90px.align-left {
    text-align: left;
  }

  .paragraph.top-margin-30 {
    line-height: 180%;
  }

  .grid1._1-1._25col, .grid2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .slider-2 {
    width: auto;
    padding-bottom: 58px;
  }

  .right-arrow-2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .left-arrow-2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 10%;
  }

  .slide-nav-2 {
    z-index: 10;
    padding-left: 25px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-6 {
    max-width: 400px;
  }

  .h3-elise._42px.bot-margin-11 {
    margin-top: 86px;
  }

  .text-block-8 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .column.align-left.left-margin-20 {
    margin-left: 0;
  }

  .column.align-left.hide-mobile {
    display: none;
  }

  .column.justify-right.left {
    align-items: flex-start;
  }

  .column.center-stretch.just-mobile {
    display: flex;
  }

  .h1.top-margin-60 {
    font-size: 6vw;
    line-height: 120%;
  }

  .button.narrow.top-margin-30, .row {
    font-size: .9rem;
  }

  .row.right-align._100width.align-bot {
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 40px;
  }

  .regular-white.bold.center._60px {
    font-size: 4rem;
  }

  .regular-white._16px, .regular-white._16px.top-margin-20 {
    font-size: .9rem;
  }

  .regular-white.margins {
    font-size: 2.5rem;
  }

  .regular-yellow.top-margin-20 {
    font-size: 1rem;
  }

  .regular-yellow._20px.top-margin-15 {
    font-size: .9rem;
  }

  .regular-yellow.bold.center.top-margin-20 {
    font-size: 1.3rem;
  }

  .regular-yellow.bold._26 {
    font-size: 1.3rem;
    line-height: 160%;
  }

  .slider {
    height: 195px;
  }

  .link-block {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .h2 {
    margin-bottom: 0;
    font-size: 4.2rem;
  }

  .h2.align-right._100px {
    font-size: 3.2rem;
  }

  .h2.align-right._100px.align-left {
    font-size: 2.6rem;
  }

  .h2.align-right._90px {
    font-size: 3rem;
  }

  .h2.align-right._90px.align-left {
    max-width: 90%;
    font-size: 3rem;
  }

  .h3 {
    margin-top: 11px;
    font-size: 1.4rem;
  }

  .blackbox {
    padding: 20px;
  }

  .paragraph {
    font-size: .9rem;
    line-height: 180%;
  }

  .grid1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid1._1-1.top-margin-30 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .bulletpoint.top-margin-10 {
    font-size: .9rem;
  }

  .slider-2 {
    width: 85vw;
    padding-left: 0;
  }

  .left-arrow-2 {
    right: 14%;
  }

  .slide-nav-2 {
    padding-left: 0;
  }

  .accordion-headline {
    font-size: 1.2rem;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .image-6 {
    max-width: 57vw;
    margin-top: 73px;
  }

  .container-820.top-margin-130 {
    margin-top: 70px;
  }

  .container-820.top-margin-250 {
    margin-top: 170px;
  }

  .h3-elise._42px.bot-margin-11.hide-mobile {
    display: none;
  }

  .h3-elise._42px.bot-margin-11.mobile {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 1.3rem;
    display: block;
  }

  .text-block-8 {
    font-size: 1rem;
  }

  .image-9 {
    width: 80vw;
  }

  .image-10 {
    width: 30vw;
  }

  .button-class.narrow.top-margin-30 {
    font-size: .9rem;
  }

  .column-stretch.align-left.left-margin-20 {
    margin-left: 0;
  }

  .column-stretch.align-left.hide-mobile {
    display: none;
  }

  .column-stretch.justify-right.left {
    align-items: flex-start;
  }

  .column-stretch.center-stretch.just-mobile {
    display: flex;
  }

  .old-form-hide.align-left.left-margin-20 {
    margin-left: 0;
  }

  .old-form-hide.align-left.hide-mobile {
    display: none;
  }

  .old-form-hide.justify-right.left {
    align-items: flex-start;
  }

  .old-form-hide.center-stretch.just-mobile {
    display: flex;
  }

  .image-13 {
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .column.align-left.top-margin-60 {
    margin-top: 20px;
  }

  .column.stretch.relative {
    align-items: flex-start;
  }

  .h1.top-margin-60 {
    max-width: 72vw;
    margin-top: 70px;
    font-size: 6vw;
  }

  .button.top-margin-30 {
    font-size: 1rem;
  }

  .button.narrow.top-margin-30, .button.narrow.top-margin-20 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }

  .row.right-align._100width.align-bot {
    justify-content: flex-start;
    padding-left: 10px;
  }

  .container-1030.top-margin-250 {
    margin-top: 120px;
  }

  .slide-wrapper.top-margin-40 {
    margin-top: 20px;
  }

  .icon {
    margin-top: 16px;
  }

  .left-arrow {
    font-size: 6.5vw;
    bottom: -6%;
    right: 20.8vw;
  }

  .right-arrow {
    font-size: 6.5vw;
    bottom: -6%;
    right: 4.6vw;
  }

  .slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .regular-white.bold.center._60px {
    font-size: 15vw;
  }

  .regular-white._20px.top-margin-20 {
    font-size: .9rem;
    line-height: 180%;
  }

  .regular-white._16px, .regular-white._16px.top-margin-20 {
    font-size: .9rem;
    line-height: 160%;
  }

  .regular-white.margins {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 8.5vw;
  }

  .regular-yellow.top-margin-20 {
    margin-top: 15px;
    font-size: .9rem;
    line-height: 160%;
  }

  .regular-yellow._20px.top-margin-15 {
    font-size: .9rem;
    line-height: 160%;
  }

  .regular-yellow.bold.center.top-margin-20 {
    font-size: 5vw;
  }

  .regular-yellow.bold._26 {
    font-size: 8vw;
    line-height: 120%;
  }

  .regular-yellow.top-margin-30 {
    width: 100%;
    text-align: center;
    font-size: .9rem;
    line-height: 180%;
  }

  .slide-nav {
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 3vw;
  }

  .slider {
    height: auto;
    padding-bottom: 39px;
  }

  .link-block {
    padding: 10px 15px;
  }

  .headline-combo-wrapper {
    padding-left: 20px;
    padding-right: 0;
  }

  .headline-combo-wrapper.no-margin {
    padding-right: 0;
  }

  .h2 {
    margin-bottom: -20px;
    font-size: 14vw;
  }

  .h2.align-right._100px {
    font-size: 9.7vw;
  }

  .h2.align-right._100px.align-left {
    font-size: 15vw;
  }

  .h2.align-right._90px {
    font-size: 12vw;
  }

  .h2.align-right._90px.align-left {
    font-size: 14vw;
    position: static;
  }

  .h2.align-right._90px.bot-margin-0 {
    margin-bottom: 0;
    font-size: 15vw;
  }

  .h2.align-right._90px.bot-margin-0._12vw {
    font-size: 12vw;
  }

  .h3 {
    margin-left: 3vw;
    font-size: 6vw;
  }

  .blackbox {
    padding: 15px;
  }

  .paragraph {
    font-size: .9rem;
  }

  .paragraph.top-margin-30 {
    margin-top: 20px;
    font-size: .9rem;
  }

  .bulletpoint.top-margin-10 {
    font-size: .9rem;
  }

  .container-620.top-margin-250 {
    margin-top: 130px;
  }

  .grid2 {
    grid-auto-flow: column;
  }

  .slider-2 {
    width: 85vw;
    height: auto;
    overflow: hidden;
  }

  .right-arrow-2 {
    left: 16%;
    right: auto;
  }

  .left-arrow-2 {
    left: -4%;
    right: auto;
  }

  .html-embed-3 {
    width: 150px;
    padding-left: 0;
  }

  .slide-nav-2 {
    font-size: 3vw;
    bottom: 3%;
    left: auto;
    right: 0;
  }

  .accordion-headline {
    font-size: 1rem;
    line-height: 120%;
  }

  .menu-button-2 {
    z-index: 90000;
    left: 0;
  }

  .full-screen-menu {
    z-index: 5000;
  }

  .text-block-4 {
    text-align: left;
  }

  .image-6 {
    max-width: 72vw;
  }

  .container-820.top-margin-250 {
    margin-top: 130px;
  }

  .h3-elise._42px.bot-margin-11.mobile {
    font-size: 5.7vw;
  }

  .text-block-5 {
    text-align: left;
    line-height: 140%;
  }

  .text-block-8 {
    font-size: .9rem;
    line-height: 120%;
  }

  .image-9 {
    width: 100vw;
  }

  .mask-2 {
    width: 100%;
    height: auto;
  }

  .icon-4 {
    margin-top: 16px;
  }

  .text-block-10 {
    text-align: center;
  }

  .image-10 {
    width: 35vw;
  }

  .slide-2 {
    height: auto;
  }

  .button-class.top-margin-30 {
    font-size: 1rem;
  }

  .button-class.narrow.top-margin-30, .button-class.narrow.top-margin-20 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
  }

  .column-stretch.align-left.top-margin-60 {
    margin-top: 20px;
  }

  .column-stretch.stretch.relative {
    align-items: flex-start;
  }

  .old-form-hide.align-left.top-margin-60 {
    margin-top: 20px;
  }

  .old-form-hide.stretch.relative {
    align-items: flex-start;
  }

  .image-13 {
    max-width: 72vw;
  }

  .heading-2 {
    font-size: 8vw;
    line-height: 120%;
  }
}

#w-node-bfc10cd1-10b2-8d23-7fe9-9e0e9f4ea33c-9505d591, #w-node-c42b9ef1-1601-7f48-9c53-217b699eb742-9505d591, #w-node-_41a2903e-b29b-415f-0c4f-9e91ec277038-9505d591, #w-node-_574836c2-b022-b2a6-708a-0e9911c570fb-9505d591, #w-node-_34e78f57-465d-6a4a-b0e3-a53bb53a94d3-9505d591, #w-node-_8edcdca8-6190-54c9-5bbe-56ef30ffdd16-9505d591, #w-node-_8edcdca8-6190-54c9-5bbe-56ef30ffdd29-9505d591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


