:root {
  --dark-slate-grey: #3d3d3d;
  --lighten-black: #151516;
  --blue: #5fa4ff;
  --text-light-grey: #d4d4d5;
  --dim-grey: #424245;
  --text-mid-grey: #6e6e73;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #fff;
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}

.padding-global.is_full-height {
  height: 100%;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.heading-style-h2 {
  font-size: 12rem;
  font-weight: 600;
  line-height: .9;
  letter-spacing: -0.03em;
  background: linear-gradient(90deg, #ffffff, #b0b0b0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-wrapper.is-relative {
  position: relative;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 98rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.is_full-height {
  height: 100%;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.navbar-main__wrapper {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-main__bg-icon {
  background-image: url('../images/globalnav_apple_image__b5er5ngrzxqq_large-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 100%;
}

.navbar-main__bg-icon.icon--search {
  background-image: url('../images/globalnav_search_image__cbllq1gkias2_large.svg');
  background-position: 50% 0;
  background-size: 15px 88px;
}

.navbar-main__bg-icon.icon--cart {
  background-image: url('../images/globalnav_bag_image__yzte50i47ciu_large.svg');
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #147ce5;
  border-radius: 10px;
  padding: .4rem 1.1rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.hero__main {
  z-index: 2;
  height: 400vh;
  position: relative;
}

.navbar-sticky__links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-sticky {
  z-index: 10000;
  height: 5.2rem;
  position: sticky;
  top: 0;
}

.navbar-sticky__heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.navbar-sticky__link {
  color: #ffffffe6;
  font-size: 1.3rem;
  text-decoration: none;
}

.navbar-sticky__link.link--active {
  color: #cccccce6;
}

.navbar-main {
  z-index: 10000;
  background-color: #000;
  height: 4.4rem;
  position: relative;
}

.navbar-sticky__wrapper {
  border-bottom: 1px solid var(--dark-slate-grey);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-main__link {
  color: #f5f5f7b3;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.div_helper_view {
  background-color: var(--dark-slate-grey);
  height: 150vh;
}

.navbar-sticky__background {
  z-index: -1;
  border-bottom: 1px solid var(--dark-slate-grey);
  background-color: var(--lighten-black);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.hero__main-sticky {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 10.8rem;
  margin-top: -9.6rem;
  padding-top: 9.6rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero__main-front {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-blue {
  color: #5fa4ff;
  font-weight: 600;
  text-shadow: 0 0 12px rgba(95, 164, 255, 0.4);
}

.hero__sub-heading-design {
  font-size: 2.4rem;
  font-weight: 600;
  position: absolute;
  inset: 35% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero__heading-design {
  text-align: center;
  width: 100%;
  font-size: 16vw;
  position: absolute;
  inset: 51% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero__lottie-design {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 35% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.hero__links-design {
  position: absolute;
  bottom: 5%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.hero__links-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero__link-box {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero__link-arrow {
  position: relative;
  top: 2px;
}

.hero__main-contents {
  height: 100%;
}

.hero__lottie-anim {
  width: 107%;
  height: 107%;
  position: relative;
  bottom: 3.5%;
  left: -3.5%;
}

.hero__heading-anim {
  font-size: 12vw;
}

.hero__background-video {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.hero__heading1 {
  opacity: 0;
  color: var(--text-light-grey);
  font-size: 7rem;
  position: relative;
  top: -7rem;
}

.hero__video {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200vh;
  margin-top: -150vh;
  position: relative;
}

.hero__video-content {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  padding-bottom: 15vh;
}

.hero__paragraph {
  color: hsla(0, 0%, 100%, .9);
  text-align: center;
  letter-spacing: .5px;
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 600px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.hero__video-sticky {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.navbar__scroll-trigger {
  opacity: 0;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.play-btn__img {
  width: 24px;
  height: 24px;
}

.section_h2 {
  z-index: 1;
  padding-top: 8rem;
  position: relative;
  padding-bottom: 5vh;
}

.sub-heading {
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
}

.paragraph-big {
  letter-spacing: .01em;
  font-size: 2.8rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
  max-width: 85%;
}

.h2__h2 {
  z-index: 2;
  border-top: 1px solid var(--dim-grey);
  border-bottom: 1px solid var(--dim-grey);
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.h2__h2-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 200rem;
  display: grid;
}

.h2__h2-box {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 7.5vw 6vw;
  display: flex;
  overflow: hidden;
}

.h2__h2-box.is_video {
  border-left: 1px solid var(--dim-grey);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h2__h2-box.is_content {
  border-right: 1px solid var(--dim-grey);
  border-left: 1px solid var(--dim-grey);
}

.h2__h2-video {
  width: 100%;
  max-width: 45rem;
  max-height: 45rem;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), 0 0 25px rgba(95, 164, 255, 0.3);
  position: relative;
  background-color: #000;
  animation: subtle-pulse 4s infinite alternate ease-in-out;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  transform: translateY(0);
}

@keyframes subtle-pulse {
  0% {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25), 0 0 25px rgba(95, 164, 255, 0.2);
    transform: translateY(0) scale(1);
  }
  100% {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35), 0 0 35px rgba(95, 164, 255, 0.35);
    transform: translateY(0) scale(1.02);
  }
}

.h2__h2-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  transform: scale(0.95);
}

.h2__h2-video.test {
  width: 50vw;
  height: 50vh;
}

.hidden {
  display: none;
}

.paragraph-medium {
  letter-spacing: .01em;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph-medium.text-color-mid-grey {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 0 1rem;
}

.h2__h2-empty-box {
  position: absolute;
}

.h2__h2-empty-box.is_left {
  inset: 0% auto 0% 0%;
}

.h2__overlay {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.h2__xray {
  height: 200vh;
}

.h2__xray-sticky {
  height: 100vh;
  padding-top: 5.2rem;
  position: sticky;
  top: 0;
}

.h2__xray-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.h2__xray-box {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.h2__xray-box.is__images {
  justify-content: center;
  position: relative;
}

.xray__image {
  width: 100%;
  height: auto;
  position: absolute;
}

.xray__image.is_image-1 {
  z-index: 3;
}

.xray__image.is_image-2 {
  z-index: 2;
}

.xray__image.is_image-3 {
  z-index: 1;
}

.h2__xray-text-wrapper {
  position: absolute;
}

.paragraph-small {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.19em;
}

.h2__xray-video {
  z-index: -1;
  width: 100%;
  max-width: 144rem;
  height: 100%;
  max-height: 105rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

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

@media screen and (min-width: 1280px) {
  .hero__sub-heading-design {
    top: 32%;
  }

  .hero__heading-design {
    top: 54%;
  }

  .hero__heading-anim {
    font-size: 13vw;
  }
}

@media screen and (min-width: 1440px) {
  .hero__heading-design {
    top: 51%;
  }

  .hero__lottie-design {
    top: 31%;
  }
}

@media screen and (min-width: 1920px) {
  .hero__sub-heading-design {
    font-size: 3rem;
    font-weight: 700;
    top: 38%;
  }

  .hero__heading-design {
    top: 50%;
  }

  .hero__lottie-design {
    top: 32%;
  }

  .hero__heading-anim {
    font-size: 12.8vw;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }
}

#w-node-d0e255d0-f1f3-f2be-816d-d107fa0c346d-86be7f60, #w-node-ba90ac6d-20e7-add2-6e5e-c597077756df-86be7f60, #w-node-_36a00227-a159-e905-124e-1ed0b034e8fd-86be7f60, #w-node-_3626b607-4136-a6b5-d898-08b16a819242-86be7f60, #w-node-a16530e8-7cab-c999-be02-42d5ea2cc7f5-86be7f60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-86be7f63, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-86be7f63 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-86be7f63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-86be7f63 {
  justify-self: start;
}


