@font-face {
  font-family: reader-regular;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-regular.eot"), url("https://assets.caa.com/fonts/reader-regular.ttf"), url("https://assets.caa.com/fonts/reader-regular.woff"), url("https://assets.caa.com/fonts/reader-regular.woff2");
}
@font-face {
  font-family: reader-bold-web;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-bold-web.eot"), url("https://assets.caa.com/fonts/reader-bold-web.ttf"), url("https://assets.caa.com/fonts/reader-bold-web.woff"), url("https://assets.caa.com/fonts/reader-bold-web.woff2");
}
@font-face {
  font-family: reader-medium-web;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-medium-web.eot"), url("https://assets.caa.com/fonts/reader-medium-web.ttf"), url("https://assets.caa.com/fonts/reader-medium-web.woff"), url("/fonts/reader-medium-web.woff2");
}
@font-face {
  font-family: reader-black-pro;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-black-pro.eot"), url("https://assets.caa.com/fonts/reader-black-pro.ttf"), url("https://assets.caa.com/fonts/reader-black-pro.woff"), url("/fonts/reader-black-pro.woff2");
}
@font-face {
  font-family: reader-light-pro;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-light-pro.eot"), url("https://assets.caa.com/fonts/reader-light-pro.ttf"), url("https://assets.caa.com/fonts/reader-light-pro.woff"), url("https://assets.caa.com/fonts/reader-light-pro.woff2");
}
@font-face {
  font-family: reader-extralight-pro;
  font-display: swap;
  src: url("https://assets.caa.com/fonts/reader-extralight-pro.eot"), url("https://assets.caa.com/fonts/reader-extralight-pro.ttf"), url("https://assets.caa.com/fonts/reader-extralight-pro.woff"), url("https://assets.caa.com/fonts/reader-extralight-pro.woff2");
}
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: clip;
  min-width: 375px;
  height: 100vh;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none !important;
}
html.fixed, body.fixed {
  position: fixed;
}

.noscroll {
  touch-action: none;
}

#onetrust-consent-sdk {
  transition: opacity 0.3s !important;
  -webkit-overflow-scrolling: none !important;
  overscroll-behavior: none !important;
}

#onetrust-banner-sdk {
  position: absolute;
  bottom: 11px !important;
  background-color: rgba(19, 30, 41, 0) !important;
  border: none;
  border-radius: 15px;
  height: 101px !important;
  width: 355px !important;
  display: flex;
  align-items: center;
  transition: opacity 0.3s !important;
  margin-left: auto;
  margin-right: auto;
  overflow-y: clip !important;
  opacity: 0;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk {
    bottom: 24px !important;
    height: 78px !important;
    width: 724px !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk {
    top: 90.94vh;
    height: 57px !important;
    width: 920px !important;
    margin-right: 16px;
  }
}
#onetrust-banner-sdk.visible {
  opacity: 1 !important;
}
#onetrust-banner-sdk .ot-sdk-container {
  height: 100%;
  width: 100% !important;
  padding: 12px 10px !important;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container {
    width: 724px !important;
    padding: 14px 17px !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container {
    width: 920px !important;
    padding: auto 15px auto 19px !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  align-items: center;
  /* Text group */
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row {
    display: flex;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container {
  width: 100% !important;
  padding-bottom: 10px !important;
  /* Text div */
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container {
    width: 55% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container {
    width: 62% !important;
    height: 100%;
    padding-bottom: 0 !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container #onetrust-policy {
  margin: 0 !important;
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container #onetrust-policy-text {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 10px !important;
  line-height: 12px;
  letter-spacing: -0.1px;
  color: #E4E4E4;
  width: 334px !important;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container #onetrust-policy-text {
    font-size: 14px !important;
    line-height: 18px;
    letter-spacing: -0.14px;
    width: 368px !important;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-group-container #onetrust-policy-text {
    width: 553px !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent {
  position: static !important;
  width: 100% !important;
  transform: none !important;
  padding: 0 !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent {
    width: 45% !important;
    margin-left: auto !important;
    justify-content: space-between !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent {
    right: 0 !important;
    width: 38% !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group {
  margin-top: auto;
  margin-right: 0 !important;
  display: flex;
  /* Cookies Settings button */
  /* Accept All Cookies button */
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
  font-family: "reader-extralight-pro", sans-serif !important;
  font-size: 9px;
  font-weight: normal !important;
  line-height: 8px;
  letter-spacing: -0.04px;
  color: #E4E4E4;
  height: 32px;
  width: 162px;
  background: none !important;
  border: none;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  outline: none;
  text-decoration: none;
  margin: auto !important;
  margin-left: 0 !important;
  padding: 0 !important;
  opacity: 100%;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
    font-size: 13px;
    line-height: 11px;
    letter-spacing: -0.07px;
    text-decoration: underline;
    width: 150px;
    border: none;
    border-radius: none;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler {
    width: 146px;
    margin-right: 0 !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-pc-btn-handler:hover {
  opacity: 80%;
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
  font-family: "reader-extralight-pro", sans-serif !important;
  font-size: 9px;
  font-weight: normal !important;
  line-height: 8px;
  letter-spacing: -0.04px;
  color: #E4E4E4;
  height: 32px;
  width: 162px;
  background: none;
  background-color: rgba(228, 228, 228, 0.1019607843) !important;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  outline: none;
  margin: auto !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  padding: 0 !important;
}
@media (min-width: 768px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
    font-size: 13px;
    line-height: 11px;
    letter-spacing: -0.07px;
    width: 150px;
    margin-left: 0 !important;
    padding-top: 1px !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler {
    width: 159px;
    margin: 0 !important;
    margin-right: 0 !important;
  }
}
#onetrust-banner-sdk .ot-sdk-container .ot-sdk-row #onetrust-button-group-parent #onetrust-button-group #onetrust-accept-btn-handler:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  opacity: 80%;
}

#onetrust-banner-sdk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; /* Place the pseudo-element below the content */
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: inherit;
  backdrop-filter: blur(30px); /* Apply the blur effect to the background */
  -webkit-backdrop-filter: blur(30px); /* Apply the blur effect to the background */
}

.onetrust-pc-dark-filter {
  background-color: rgba(19, 30, 41, 0) !important;
  backdrop-filter: blur(30px) brightness(88%) !important;
  -webkit-backdrop-filter: blur(30px) brightness(88%) !important;
  -webkit-overflow-scrolling: none !important;
  overscroll-behavior: none !important;
}

/* Cookies Popup */
#onetrust-pc-sdk {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-overflow-scrolling: none !important;
  overscroll-behavior: none !important;
  top: 0 !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk {
    width: 77.9vw !important;
    max-width: none !important;
    height: auto !important;
    top: 5.9vh !important;
    bottom: 5.9vh !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-pc-sdk {
    width: 48vw !important;
    max-width: 676px !important;
    height: 87.5vh !important;
    top: 6.25% !important;
    bottom: 6.25% !important;
  }
}
#onetrust-pc-sdk .ot-pc-header {
  border: none !important;
  position: relative;
  z-index: 5 !important;
  padding-left: 22px !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk .ot-pc-header {
    margin: 5px !important;
  }
}
#onetrust-pc-sdk .ot-pc-header .ot-close-icon {
  background-image: url("../../../../themes/custom//themekit/images/one-trust-close-icon.svg") !important;
  top: 0px !important;
  width: 12px !important;
  height: 12px !important;
  margin: 22px 22px 0px 0px !important;
  background-size: 12px !important;
}
#onetrust-pc-sdk #ot-pc-content {
  width: auto !important;
  height: 100% !important;
  padding-right: 0 !important;
  top: 5px !important;
  z-index: 2 !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  text-align: left !important;
  -webkit-overflow-scrolling: none !important;
  overscroll-behavior: none !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#onetrust-pc-sdk #ot-pc-content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk #ot-pc-content {
    margin-left: 46px !important;
    margin-right: 46px !important;
    height: calc(100% - 11px) !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-pc-sdk #ot-pc-content {
    margin-left: 52px !important;
    margin-right: 52px !important;
  }
}
#onetrust-pc-sdk #ot-pc-content #ot-pc-title {
  font-family: "reader-light-pro", sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 21px;
  letter-spacing: -0.27px;
  color: #93ABB8 !important;
  margin-top: 94px !important;
  z-index: 2 !important;
}
#onetrust-pc-sdk #ot-pc-content #ot-pc-desc {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.14px;
  color: #93ABB8 !important;
}
#onetrust-pc-sdk #ot-pc-content #ot-category-title {
  font-family: "reader-light-pro", sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 21px;
  letter-spacing: -0.27px;
  color: #93ABB8 !important;
}
#onetrust-pc-sdk #ot-pc-content #accept-recommended-btn-handler {
  font-family: "reader-light-pro", sans-serif;
  color: #E4E4E4 !important;
  font-weight: normal !important;
  height: 30px !important;
  width: 159px !important;
  background-color: transparent !important;
  border: 0.5px solid #E4E4E4;
  border-radius: 16px;
  border-color: #E4E4E4 !important;
  outline-color: #E4E4E4;
  padding-top: 9px !important;
  padding-bottom: 7px !important;
  padding: 9px 50px 7px !important;
  margin-bottom: 41px !important;
  text-align: left !important;
}
#onetrust-pc-sdk #ot-pc-content #accept-recommended-btn-handler:focus {
  outline-color: #E4E4E4;
}
#onetrust-pc-sdk #ot-pc-content .ot-cat-header {
  font-family: "reader-light-pro", sans-serif;
  font-size: 14px;
  font-weight: normal !important;
  color: #93ABB8 !important;
  line-height: 25px !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-plus-minus {
  margin-left: 0 !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-plus-minus span {
  background-color: #93ABB8 !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-sdk-row.ot-cat-grp {
  padding-bottom: 220px !important;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk #ot-pc-content .ot-sdk-row.ot-cat-grp {
    padding-bottom: 150px !important;
  }
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item {
  border: 0.5px solid #93ABB8;
  border-bottom: 0px;
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item .ot-acc-hdr {
  padding-left: 17px !important;
  width: calc(100% - 34px) !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item button:focus {
  outline: none;
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item:first-of-type {
  border-top: 0.5px solid #93ABB8;
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item:last-child {
  border-bottom: 0.5px solid #93ABB8;
}
#onetrust-pc-sdk #ot-pc-content .ot-accordion-layout.ot-cat-item:focus {
  outline: none;
}
#onetrust-pc-sdk #ot-pc-content .ot-acc-grpcntr.ot-acc-txt {
  background-color: #1E2833 !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-acc-grpdesc.ot-category-desc {
  font-family: "reader-light-pro", sans-serif;
  font-size: 14px;
  color: #93ABB8 !important;
  margin-top: 20px !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-tgl {
  display: flex !important;
  align-items: center !important;
}
#onetrust-pc-sdk #ot-pc-content .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  background-color: #93ABB9;
  border: 1px solid #93ABB9;
}
#onetrust-pc-sdk #ot-pc-content .ot-switch-nob:before {
  background-color: #131E29;
}
#onetrust-pc-sdk #ot-pc-content .ot-always-active {
  font-weight: normal !important;
  font-family: "reader-light-pro", sans-serif;
  color: #E4E4E4;
}
#onetrust-pc-sdk #ot-pc-lst {
  padding-bottom: 150px;
}
#onetrust-pc-sdk .ot-pc-footer {
  border: none !important;
  width: calc(100% - 10px) !important;
  position: fixed !important;
  z-index: 5 !important;
  margin: 5px;
}
@media (min-width: 768px) {
  #onetrust-pc-sdk .ot-pc-footer {
    width: calc(77.9vw - 10px) !important;
    bottom: 5.9vh !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
  }
}
@media (min-width: 1200px) {
  #onetrust-pc-sdk .ot-pc-footer {
    width: calc(48vw - 10px) !important;
    max-width: 666px !important;
    bottom: 6.25vh !important;
  }
}
#onetrust-pc-sdk .ot-pc-footer .ot-btn-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 20px !important;
}
#onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
  font-family: "reader-light-pro", sans-serif !important;
  font-size: 13px;
  font-weight: normal !important;
  line-height: 11px;
  letter-spacing: -0.07px;
  color: #E4E4E4 !important;
  width: 159px !important;
  height: 32px !important;
  z-index: 10 !important;
  padding: 0 !important;
  background: none !important;
  border-radius: 16px !important;
  border-color: #E4E4E4 !important;
  outline-color: #E4E4E4;
}
#onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler:focus {
  outline-color: #E4E4E4;
}
#onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler:hover {
  opacity: 80% !important;
}
@media (max-width: 767px) {
  #onetrust-pc-sdk .ot-pc-footer .ot-btn-container .save-preference-btn-handler {
    background-color: white !important;
    color: black !important;
    font-family: "reader-regular", sans-serif !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important;
    margin-bottom: 21px !important;
    opacity: 1 !important;
    border: none !important;
    border-color: white !important;
    border-radius: 25px !important;
  }
}

.landing-page {
  margin: 0;
}
.landing-page .float-header {
  opacity: 0; /* Start with opacity set to 0 (hidden) */
  transform: translateY(10vh) scale(1.8); /* Start with a vertical offset */
  transition: opacity 0.5s ease, transform 1s ease; /* Add a transition for opacity and transform */
}
.landing-page .float-header.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.landing-page .float-header.fade {
  opacity: 0;
  transform: translateY(5vh);
  transition: opacity 0.5s ease, transform 1s ease;
}
.landing-page .float-div {
  opacity: 0; /* Start with opacity set to 0 (hidden) */
  transform: translateY(10vh); /* Start with a vertical offset */
  transition: opacity 0.5s ease, transform 1s ease; /* Add a transition for opacity and transform */
}
.landing-page .float-div.visible {
  opacity: 1;
  transform: translateY(0);
}
.landing-page .float-text {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.landing-page .float-text.visible {
  opacity: 1;
}
.landing-page .line {
  display: inline-block;
  opacity: 0; /* Start with opacity set to 0 (hidden) */
  transform: translateY(10vh); /* Start with a vertical offset */
  transition: opacity 0.5s ease, transform 1s ease; /* Add a transition for opacity and transform */
}
.landing-page .line.visible {
  opacity: 1;
  transform: translateY(0);
}
.landing-page .header {
  position: fixed;
  top: 0;
  z-index: 10; /* Make sure this is above everything but the subheader */
  width: 100vw;
  height: 84px;
  /*@media (min-width: 1200px) {
      // Sizing
      height: 9.88vh;
  }*/
}
.landing-page .header.blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (max-width: 1199px) {
  .landing-page .header.blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}
.landing-page .header img {
  position: fixed;
  top: 24.47px;
  left: 22px;
  z-index: 2;
  width: 224.9px;
  height: 36.07px;
  padding: 0;
}
.landing-page .header img#logo {
  z-index: 3;
}
.landing-page .header img#logo.hidden {
  top: -6vh;
}
.landing-page .header img#gradient-logo {
  z-index: 4;
  opacity: 0;
}
.landing-page .section-1 {
  z-index: -1;
  height: calc(100vh + min(17.2vh, 80px));
  padding: 0;
}
@media (min-width: 768px) {
  .landing-page .section-1 {
    height: 107.78vh;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-1 {
    height: 118.82vh;
    height: calc(100vh + min(18.82vh, 180px));
  }
}
@media (max-height: 600px) {
  .landing-page .section-1 {
    min-height: 600px !important;
    height: calc(100vh + min(17.2vh, 200px));
  }
}
.landing-page .section-1 .flex-container {
  z-index: 0;
  height: 100vh;
  min-height: 400px;
  background-image: linear-gradient(to top, #131E29 0%, rgba(19, 30, 41, 0.9490196078) 12%, rgba(19, 30, 41, 0.7921568627) 28%, rgba(19, 30, 41, 0.3137254902) 63%, rgba(19, 30, 41, 0.1254901961) 81%, rgba(19, 30, 41, 0) 100%), linear-gradient(to right, rgba(19, 30, 41, 0.7921568627), rgba(95, 95, 110, 0.6901960784), rgba(95, 95, 110, 0));
  background-size: cover;
  padding: 0;
}
.landing-page .section-1 .sub-header {
  font-family: "reader-light-pro", sans-serif;
  font-size: 12px;
  letter-spacing: -0.24px;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  z-index: 11;
  top: 69px;
  left: 22px;
  opacity: 1;
  transition: opacity 3s ease;
}
.landing-page .section-1 .sub-header.hidden {
  opacity: 0;
}
.landing-page .section-1 .text {
  bottom: 14vh;
  overflow-x: clip;
  padding: 0 5.33vw;
  align-items: center;
  min-width: 300px !important;
  min-height: 350px;
}
@media (min-width: 768px) {
  .landing-page .section-1 .text {
    top: 24vh;
    min-height: 800px;
    padding: 0 5.08vw;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .landing-page .section-1 .text {
    align-items: normal !important;
    top: 200px !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-1 .text {
    bottom: 11.3vh;
    min-height: 600px;
    padding: 0 3.66vw;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-1 .text {
    bottom: 10vh;
  }
}
@media (max-height: 600px) {
  .landing-page .section-1 .text {
    top: 200px !important;
    align-items: normal !important;
  }
}
.landing-page .section-1 .text .content {
  font-family: "reader-regular", sans-serif;
  font-size: 44px;
  line-height: 43px;
  letter-spacing: -1.76px;
  word-wrap: break-word;
  color: #E4E4E4;
  text-align: left;
  margin: 0;
}
@media (max-width: 315px) {
  .landing-page .section-1 .text .content {
    font-size: 14vw;
    line-height: 13.7vw;
    line-height: -0.56vw;
  }
}
@media (min-width: 768px) {
  .landing-page .section-1 .text .content {
    font-size: min(90px, max(44px, 11.71vh));
    line-height: min(80px, max(43px, 10.41vh));
    letter-spacing: -min(3.87px, max(1.76px, 0.504vh));
  }
}
@media (min-width: 1200px) {
  .landing-page .section-1 .text .content {
    font-size: 109px;
    line-height: 99px;
    letter-spacing: -5.01px;
    width: 1198px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-1 .text .content {
    font-size: 6.5vw;
    line-height: 6.4vw;
    letter-spacing: -0.32vw;
    width: 90vw;
    padding-right: 6vw;
  }
}
.landing-page .section-1 .text .partnership-button {
  font-family: "reader-regular", sans-serif;
  font-size: 16px;
  letter-spacing: -0.08px;
  font-weight: 300;
  color: #131E29;
  width: 245px;
  height: 50px;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 25px;
  transition: opacity 1s;
  opacity: 1;
  margin-top: 25px;
  box-shadow: 0px 0px 99px rgba(255, 255, 255, 0.1019607843);
}
@media (min-width: 768px) {
  .landing-page .section-1 .text .partnership-button {
    margin-top: 35px;
  }
}
.landing-page .section-1 .text .partnership-button.hidden {
  opacity: 0;
}
.landing-page .section-1 .text .partnership-button:hover {
  opacity: 85%;
}
.landing-page .section-1 .spacer {
  height: 17.2vh;
  max-height: 80px;
  background-color: #131E29;
}
@media (min-width: 768px) {
  .landing-page .section-1 .spacer {
    height: 7.78vh;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-1 .spacer {
    height: 18.82vh;
    max-height: 180px;
  }
}
@media (max-height: 600px) {
  .landing-page .section-1 .spacer {
    min-height: 200px;
  }
}
.landing-page .section-2 {
  position: relative;
  height: 178.63vh;
  max-height: 1300px;
  min-height: 600px;
  background-color: #131E29;
  padding: 0;
}
@media (min-width: 768px) {
  .landing-page .section-2 {
    height: 123.97vh;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-2 {
    height: 127.76vh;
  }
}
.landing-page .section-2 .background {
  position: absolute;
  top: 0 !important;
  height: 175.82vh;
  max-height: 1300px;
  width: 89.07vw;
  min-width: 275px;
  min-height: 600px;
  border-radius: 15px;
  margin: 2.8vh 5.33vw;
  padding: 0;
  overflow: clip;
  /*@media (max-height: 600px) {
      //top: max(600px, )
      min-width: 300px;
  }*/
}
@media (min-width: 768px) {
  .landing-page .section-2 .background {
    height: 108.2vh;
    max-height: none;
    width: 89.84vw;
    margin: 7.89vh 5.08vw;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-2 .background {
    height: 113.06vh;
    width: 92.59vw;
    margin: 7.35vh 3.7vw;
  }
}
.landing-page .section-2 .background #background-img {
  z-index: 1;
  height: 175.82vh;
  max-height: 1300px;
  width: 89.07vw;
  min-width: 275px;
  min-height: 600px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.landing-page .section-2 .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: transparent radial-gradient(closest-side at 50% 50%, #131E29 0%, rgba(19, 30, 41, 0.737254902) 44%, rgba(19, 30, 41, 0.462745098) 67%, rgba(19, 30, 41, 0) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.57;
}
.landing-page .section-2 .row {
  z-index: 2;
}
.landing-page .section-2 .row .sub-header-wrapper {
  margin-top: 6.24vh;
  margin-bottom: 6.24vh;
}
@media (min-width: 768px) {
  .landing-page .section-2 .row .sub-header-wrapper {
    margin-top: 3.9vh;
    margin-bottom: 3.9vh;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-2 .row .sub-header-wrapper {
    margin-top: 4.71vh;
    margin-bottom: 4.71vh;
  }
}
.landing-page .section-2 .row .sub-header-wrapper .sub-header {
  height: 4.68vh;
  width: 100%;
  align-items: center;
  margin-bottom: max(10px, 1.56vh);
}
@media (min-width: 768px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header {
    height: 2.93vh;
    margin-bottom: max(10px, 0.98vh);
  }
}
@media (min-width: 1200px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header {
    height: 3.53vh;
    width: auto;
    margin-bottom: max(10px, 1.18vh);
  }
}
.landing-page .section-2 .row .sub-header-wrapper .sub-header .caa-logo {
  z-index: 2;
  height: 23.49px;
  object-fit: cover;
  opacity: 1;
}
@media (min-width: 768px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .caa-logo {
    height: 29.25px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .caa-logo {
    height: 1.9vw;
  }
}
.landing-page .section-2 .row .sub-header-wrapper .sub-header .plus {
  font-family: "reader-bold-web", sans-serif;
  font-size: 13px;
  letter-spacing: -0.33px;
  color: #E4E4E4;
  z-index: 2;
  width: 8px;
  height: 13px;
  margin: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .plus {
    font-size: 18px;
    letter-spacing: -0.45px;
    height: 19px;
    width: 11px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .plus {
    font-size: 1.17vw;
    letter-spacing: 0 0.029vw;
    height: 1.23vw;
    width: 0.71vw;
  }
}
.landing-page .section-2 .row .sub-header-wrapper .sub-header .m-klein-logo {
  z-index: 2;
  height: 11.69px;
  opacity: 1;
  /*@media (min-width: 1200px) {
      // Sizing
      height: 14.27px;
  }*/
}
@media (min-width: 768px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .m-klein-logo {
    height: 14.27px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-2 .row .sub-header-wrapper .sub-header .m-klein-logo {
    height: 0.93vw;
  }
}
.landing-page .section-2 .content-p {
  width: 71.5%;
  padding: 0;
}
@media (min-width: 768px) {
  .landing-page .section-2 .content-p {
    width: 55%;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-2 .content-p {
    width: 40%;
  }
}
.landing-page .section-2 .content-p .p1 {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.27px;
  text-shadow: 0px 0px 60px #131E29;
  color: #E4E4E4;
  text-align: center;
  z-index: 2;
  margin: 0;
}
@media (min-width: 1540px) {
  .landing-page .section-2 .content-p .p1 {
    font-size: 1.17vw;
    line-height: 1.36vw;
    letter-spacing: -0.018vw;
  }
}
.landing-page .section-2 .content-p .p1.press-release-link {
  margin-top: 15px;
}
.landing-page .section-2 .content-p .p1.press-release-link a {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  letter-spacing: -0.16px;
  color: #E4E4E4;
  text-decoration: underline;
}
@media (min-width: 1540px) {
  .landing-page .section-2 .content-p .p1.press-release-link a {
    font-size: 1.04vw;
    line-height: 1.23vw;
    letter-spacing: -0.0104vw;
  }
}
.landing-page .section-2 .content-p .p1.press-release-link a:hover {
  opacity: 70%;
}
.landing-page .section-3 {
  min-height: 100vh;
  background-color: #131E29;
  padding: 24.96vh 0 0;
}
@media (min-width: 768px) {
  .landing-page .section-3 {
    padding: 7.78vh 0 0;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-3 {
    padding: 18.82vh 1.92vw 0 3.7vw;
  }
}
.landing-page .section-3 .row {
  justify-content: left;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16.8vh;
}
@media (min-width: 768px) {
  .landing-page .section-3 .row {
    padding-bottom: 16.69vh;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-3 .row {
    padding-bottom: 0;
  }
}
.landing-page .section-3 .row .content {
  color: #93ABB8;
  padding: 0 5.33vw 15.6vh;
}
@media (min-width: 768px) {
  .landing-page .section-3 .row .content {
    width: 70%;
    padding: 0 0 9.77vh 5.08vw;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-3 .row .content {
    width: 33.33%;
    padding: 0 5.48vw 23.06vh 3.7vw;
  }
}
.landing-page .section-3 .row .content .heading {
  font-family: "reader-light-pro", sans-serif;
  font-size: 50px;
  line-height: 49px;
  letter-spacing: -2px;
  width: 95vw;
  max-width: 380px;
  margin-bottom: 2.81vh;
}
@media (min-width: 768px) {
  .landing-page .section-3 .row .content .heading {
    font-size: 60px;
    line-height: 58px;
    letter-spacing: -2.4px;
    width: 54vw;
    max-width: none;
    margin-bottom: 1.76vh;
  }
}
@media (min-width: 1200px) {
  .landing-page .section-3 .row .content .heading {
    width: 295px;
    padding-bottom: 0;
    margin-bottom: 18px;
    margin-top: 2px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-3 .row .content .heading {
    font-size: 3.89vw;
    line-height: 3.76vw;
    letter-spacing: -0.15vw;
    width: 19.2vw;
    padding-bottom: 0;
    margin-bottom: 1.17vw;
    margin-top: 0.13vw;
  }
}
.landing-page .section-3 .row .content .heading-small {
  font-family: "reader-regular", sans-serif;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.6px;
  width: 95vw;
  margin-bottom: 0;
  /*@media (min-width: 1200px) {
      // Sizing
      //width: 256px;

      // Padding
      //padding-bottom: 0;
  }*/
}
@media (min-width: 768px) {
  .landing-page .section-3 .row .content .heading-small {
    width: 256px;
    /*
    // Font
    font-size: 60px;
    line-height: 58px;
    letter-spacing: -2.4px;

    // Sizing
    width: 54vw;

    // Margin
    margin-bottom: 1.76vh;*/
  }
}
@media (min-width: 1200px) {
  .landing-page .section-3 .row .content .heading-small {
    margin-top: -8px;
  }
}
@media (min-width: 1540px) {
  .landing-page .section-3 .row .content .heading-small {
    font-size: 1.94vw;
    line-height: 2.08vw;
    letter-spacing: -0.039vw;
    width: 16.6vw;
    margin-top: -0.4vw;
  }
}
.landing-page .section-3 .row .content .desc {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.16px;
}
@media (min-width: 1540px) {
  .landing-page .section-3 .row .content .desc {
    font-size: 1.04vw;
    line-height: 1.23vw;
    letter-spacing: -0.01vw;
  }
}
.landing-page .footer {
  color: #93ABB8;
  background-color: #131E29;
}
.landing-page .footer .row .col {
  padding: 0 !important;
}
.landing-page .footer .footer-text {
  font-family: "reader-extralight-pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.landing-page .footer #contact {
  padding: 0 20px 25px !important;
}
@media (min-width: 768px) {
  .landing-page .footer #contact {
    padding-left: 39px !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .footer #contact {
    padding-left: 52px !important;
  }
}
.landing-page .footer #disclaimer {
  padding: 0 20px 25px !important;
}
@media (min-width: 768px) {
  .landing-page .footer #disclaimer {
    padding: 0 39px 36px !important;
  }
}
@media (min-width: 1200px) {
  .landing-page .footer #disclaimer {
    padding: 0 52px 48px !important;
  }
}
.landing-page .footer a {
  color: inherit;
}
.landing-page .footer a:hover {
  opacity: 70%;
}

/*# sourceMappingURL=styles.css.map */
