:root {
  --white: white;
  --black: black;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.body {
  color: #fff;
  background-image: repeating-linear-gradient(270deg, #113453, #0b1b27 81%, #071219 104%);
  font-family: Montserrat, sans-serif;
}

.noise-overlay {
  z-index: 20;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: color-dodge;
  background-image: url('../images/Rectangle.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.noise-overlay.back {
  z-index: -2;
}

.backdrop {
  opacity: .33;
  background-image: url('../images/Backdrop-3.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1100px;
  position: absolute;
}

.content {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1100px;
  display: flex;
  position: relative;
}

.div-block {
  border: 1px solid rgba(255, 255, 255, .15);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 95%;
  height: 95%;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: auto;
  margin-bottom: 155px;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  width: 120px;
  height: 120px;
}

.image {
  width: 100%;
  height: 100%;
}

.heading {
  letter-spacing: 17px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(17deg, #ffeac2, #eab872 28%, #ae824e 63%, #4b2a16);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 40px;
  font-family: Nikea, sans-serif;
  font-size: 60px;
  line-height: 1;
  position: static;
}

.heading.dubsmall {
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 12px;
}

.heading-2 {
  color: rgba(255, 255, 255, .53);
  letter-spacing: 5px;
  margin-top: 0;
  font-family: Nikea, sans-serif;
  font-size: 16px;
}

.heading-2.mobile {
  display: none;
}

.footer {
  z-index: 20;
  border-top: 1px solid rgba(255, 255, 255, .09);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .3;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.subblock {
  border-top: 1px solid rgba(255, 255, 255, .15);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.subblock.top {
  border-top-style: none;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  justify-content: flex-start;
  align-items: center;
  top: 0%;
}

.link {
  color: #fff;
  margin-left: 0;
  text-decoration: none;
}

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

.text-block {
  color: #fff;
}

.div-block-6 {
  background-color: var(--white);
  width: 1px;
  height: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-8 {
  z-index: 22;
  width: 300px;
  height: 100px;
  margin-top: 0;
  position: relative;
}

.link-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  opacity: .5;
}

.div-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.image-2 {
  width: 100%;
}

.text-block-2 {
  opacity: .5;
  color: #fff;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
}

.div-block-10 {
  opacity: .3;
  width: 50px;
  height: 94.4%;
  margin-left: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10.right {
  margin-left: 0;
  margin-right: 30px;
  left: auto;
}

.text-block-3 {
  color: #fff;
  flex-flow: row;
  margin-left: 10px;
  display: block;
}

.marquee-content.scroll {
  opacity: .27;
  flex: none;
  margin-left: 7px;
  font-family: Nikea, sans-serif;
  display: flex;
}

.div-block-11 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  font-family: Dmserifdisplay, sans-serif;
  display: flex;
}

.text-block-4 {
  font-size: 27px;
}

.text-block-5 {
  color: rgba(255, 255, 255, .42);
  letter-spacing: 1px;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 1.3;
}

.image-3, .image-4 {
  padding-top: 50px;
}

.div-block-12 {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 613px;
}

.section {
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.div-block-13 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 1280px;
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.text-block-6 {
  color: #fff;
  margin-top: 10px;
  font-family: Nikea, sans-serif;
  font-size: 35px;
  line-height: 1;
}

.text-block-7 {
  opacity: .23;
  color: #fff;
  letter-spacing: .5px;
  font-family: Dmserifdisplay, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-14 {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-15 {
  flex: 1;
  max-width: 1280px;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 52px;
  padding-bottom: 90px;
}

.legal {
  color: #fff;
}

.legal h1 {
  font-size: 25px;
  font-weight: 600;
}

.legal h2 {
  font-size: 18px;
  font-weight: 600;
}

.heading-3 {
  font-size: 24px;
}

.heading-4 {
  font-size: 23px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.field-label {
  color: rgba(255, 255, 255, .37);
  margin-bottom: 28px;
  font-family: Nikea, sans-serif;
  font-size: 12px;
}

.heading-5 {
  margin-top: 37px;
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.fs-cc-prefs_button {
  color: #0f2b43;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 37px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button:hover {
  color: #fff;
  background-color: rgba(17, 17, 17, 0);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #fff;
  background-color: rgba(17, 17, 17, 0);
  border-color: #fff;
}

.fs-cc-prefs_button.fs-cc-button-alt:hover {
  color: #0f2b43;
  background-color: #fff;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.link-45 {
  color: #0192d5;
}

.fs-cc-banner_component {
  z-index: 998;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 24px 32px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_form {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, .63);
  border-radius: 20px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #fff;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_component {
  z-index: 997;
  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: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_content {
  background-color: #0f2b43;
  border-radius: 12px;
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: rgba(0, 0, 0, .16);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-cc-components {
  display: block;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs_text {
  color: #fff;
  font-size: 12px;
}

.fs-cc-banner_text {
  color: #fff;
  width: 400px;
  margin-right: 24px;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #d29f5f;
  border: 2px solid #d29f5f;
  border-radius: 0;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.fs-cc-banner_button:hover {
  opacity: 1;
  color: #fff;
  background-color: #b48450;
  border-style: solid;
  border-color: #b48450;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 0;
  font-weight: 500;
}

.fs-cc-banner_button.fs-cc-button-alt:hover {
  opacity: 1;
  color: #112e47;
  background-color: #fff;
  border-color: #3d3d3d;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #0f2b43;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
  box-shadow: -1px 1px 12px rgba(51, 51, 51, .1);
}

.fs-cc-prefs_option {
  border-bottom: 1px solid rgba(51, 51, 51, .15);
  padding-top: 16px;
  padding-bottom: 16px;
}

.bold-text-6 {
  color: #fff;
}

.fs-cc-manager_button-2 {
  color: #333;
  cursor: pointer;
  background-color: #102c45;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button-2:hover {
  color: #4353ff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.link-46 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .noise-overlay {
    z-index: 0;
  }

  .div-block-2 {
    width: auto;
    margin-bottom: 193px;
  }

  .div-block-3 {
    width: 100px;
    height: 100px;
  }

  .heading {
    font-size: 45px;
  }

  .heading-2 {
    font-size: 13px;
  }

  .div-block-8 {
    margin-top: -21px;
  }

  .text-block-4 {
    font-size: 25px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .div-block-15 {
    flex: none;
    width: 85%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .fs-cc-banner_component {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 37px;
  }

  .heading-2 {
    font-size: 11px;
  }

  .footer {
    height: auto;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .subblock, .subblock.top {
    height: 40px;
  }

  .div-block-7 {
    margin-top: 15px;
  }

  .div-block-10 {
    width: 40px;
    margin-left: 10px;
  }

  .div-block-10.right {
    margin-right: 10px;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .fs-cc-banner_buttons-wrapper {
    flex-flow: row;
    margin-top: 12px;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text {
    text-align: center;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .noise-overlay {
    z-index: 20;
    display: block;
  }

  .backdrop {
    background-position: 15%;
    height: 800px;
  }

  .content {
    justify-content: center;
    align-items: center;
    height: 700px;
  }

  .div-block {
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 125px;
    padding-bottom: 0;
  }

  .div-block-2 {
    margin-bottom: 41px;
  }

  .div-block-3 {
    width: 70px;
    height: 70px;
  }

  .heading {
    margin-top: 25px;
    margin-left: 18px;
    font-size: 24px;
  }

  .heading.dubsmall {
    text-align: center;
    margin-left: 0;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-2 {
    font-size: 7px;
    line-height: 2;
    display: none;
  }

  .heading-2.mobile {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    display: block;
  }

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

  .div-block-8 {
    margin-top: 0;
    top: -126px;
  }

  .div-block-10, .div-block-10.right {
    display: none;
  }

  .div-block-11 {
    font-size: 10px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .text-block-5 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .text-block-6 {
    text-align: center;
    line-height: 1.2;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_component {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-manager_component {
    z-index: 7;
  }

  .fs-cc-banner_container {
    justify-content: center;
    align-items: center;
  }

  .fs-cc-banner_text {
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  .fs-cc-banner_button {
    background-color: #d29f5f;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .fs-cc-banner_button.fs-cc-button-alt:hover {
    background-color: #272727;
  }
}


@font-face {
  font-family: 'Nikea';
  src: url('../fonts/NIKEA.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}