@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-BookItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --transparent-white: #ffffffe0;
  --black: black;
  --grey-1: #000000a3;
  --blue: #0071e3;
  --light-grey: #0000000a;
  --white: white;
  --gray-2: #0000007a;
  --gray-3: #0000003d;
  --red: #e22517;
  --waves-library--black\<deleted\|variable-d656d06e\>: #131313;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.brand {
  justify-content: flex-start;
  align-items: center;
  max-width: 120px;
  height: 60px;
  display: flex;
}

.brand.w--current {
  width: 100%;
}

.navbar-inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  background-color: var(--transparent-white);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px #00000014;
}

.navbar.simple {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.body {
  color: var(--black);
  padding-left: 80px;
  padding-right: 80px;
  font-family: Open Sans, sans-serif;
}

.nav-link {
  color: var(--grey-1);
  border-bottom: 0 #0000;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link:hover {
  color: var(--black);
  border-bottom: 2px #000;
}

.nav-link.w--current {
  color: var(--blue);
  border-width: 1px 1px 2px;
  border-top-style: none;
  border-top-color: #000;
  border-left-style: none;
  border-left-color: #000;
  border-right-style: none;
  border-right-color: #000;
}

.nav-link.w--current:hover {
  border-bottom-style: none;
  border-bottom-color: #0000;
  padding-top: 20px;
}

.nav-submenu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  display: flex;
}

.nav-submenu.mobile {
  min-width: 88px;
  display: none;
}

.nav-sublink {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: auto;
  min-width: 40px;
  height: 40px;
  color: var(--black);
  align-items: center;
  padding: 4px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-sublink:hover {
  background-color: var(--light-grey);
  border-radius: 8px;
  transform: scale(1.05);
}

.nav-menu {
  display: flex;
}

.footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-link {
  color: var(--grey-1);
  text-decoration: none;
}

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

.footer-link.w--current {
  color: var(--blue);
}

.footer-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.footer-social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-end;
}

.footer-social-link {
  width: 36px;
  height: 36px;
  color: var(--black);
  padding: 4px;
  transition: all .2s;
}

.footer-social-link:hover {
  background-color: var(--light-grey);
  border-radius: 8px;
  transform: scale(1.1);
}

.footer-link-title {
  font-weight: 700;
}

.footer-logo {
  width: 100px;
  margin-bottom: 16px;
}

.footer-copyright {
  color: var(--grey-1);
}

.specs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.section {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section.with-background {
  background-color: var(--light-grey);
  width: auto;
  margin-left: -80px;
  margin-right: -80px;
  padding: 80px;
}

.section.double-margin-top {
  padding-top: 160px;
}

.section.double-margin-bottom {
  padding-bottom: 160px;
}

.section.double-margins {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}

.section.contact {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
}

.heading-3 {
  letter-spacing: -2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.heading-3.centered {
  text-align: center;
  font-family: Gotham, sans-serif;
}

.heading-4 {
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.heading-4.centered {
  text-align: center;
}

.heading-5 {
  letter-spacing: -1px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.heading-5.secondary {
  color: var(--gray-2);
}

.heading-5.centered {
  text-align: center;
}

.specs-grid-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 16px;
  height: 160px;
  padding: 24px 32px;
  position: relative;
}

.specs-grid-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.specs-grid-item-description {
  position: absolute;
  bottom: 24px;
  left: 32px;
  right: 32px;
}

.specs-grid-item-icon {
  width: 24px;
  height: 24px;
}

.specs-grid-item-title-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  align-items: center;
}

.basic-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  max-width: 640px;
}

.button {
  border: 2px solid var(--blue);
  background-color: var(--blue);
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.button:hover {
  opacity: .88;
  transform: scale(1.05);
}

.button.secondary {
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
}

.button.pay-with-cc {
  text-align: center;
  width: 100%;
}

.button.disabled {
  border-color: var(--gray-3);
  background-color: var(--light-grey);
  color: var(--gray-2);
}

.button.danger, .button.danger.w--current {
  border-color: var(--red);
  background-color: var(--red);
}

.body-copy {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-copy.centered {
  text-align: center;
}

.button-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.button-row.tight {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.spacer {
  width: 100%;
  height: 8px;
}

.spacer.m {
  height: 16px;
}

.spacer.l {
  height: 24px;
}

.spacer.xl {
  height: 32px;
}

.spacer._2xl {
  height: 40px;
}

.spacer._3xl {
  height: 48px;
}

.spacer.xs {
  height: 4px;
}

.spacer._5xl {
  height: 64px;
}

.spacer._4xl {
  height: 56px;
}

.hero-section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-left: -80px;
  margin-right: -80px;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.hero-logo {
  width: 30vw;
  max-width: 320px;
}

.hero-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.hero-value-prop {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
}

.hero-value-prop-label {
  width: 100%;
  color: var(--white);
  text-align: center;
}

.hero-value-prop-value {
  width: 100%;
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.hero-value-prop-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  position: absolute;
  bottom: 40px;
}

.video-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.content-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
}

.text-link {
  color: var(--black);
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.text-link:hover {
  border-bottom-color: var(--blue);
  color: var(--blue);
}

.ecommerce-column-1 {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.ecommerce-column-2 {
  width: 100%;
  max-width: 560px;
  height: 100vh;
  padding: 120px 80px 80px;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
  box-shadow: -16px 0 24px #00000014;
}

._3d-viewer {
  width: 100%;
}

.heading-6 {
  letter-spacing: -1px;
  flex: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-6.centered {
  text-align: center;
}

.label {
  color: var(--blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.label.secondary {
  color: var(--gray-2);
}

.radio-button-group-simple {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.ecommerce-form {
  margin-bottom: 0;
}

.radio-button-label-hidden {
  display: none;
}

.radio-button {
  border: 1px solid var(--gray-3);
  cursor: pointer;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  margin-left: 0;
}

.radio-button:hover {
  border-color: var(--black);
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--blue);
}

.radio-button-simple {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.radio-button-image {
  z-index: -1;
  cursor: pointer;
  border-radius: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 6px;
}

.radio-button-group-full {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.radio-button-full {
  margin-bottom: 0;
  padding: 16px;
  display: flex;
  position: relative;
}

.radio-button-box {
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
  height: 52px;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  transition: all .2s;
  display: block;
  position: absolute;
  inset: 0;
}

.radio-button-box:hover {
  border: 1px solid #000;
}

.radio-button-box.w--redirected-checked {
  border: 2px solid var(--blue);
}

.radio-button-price {
  text-align: right;
  flex: 1;
  font-weight: 400;
}

.ecommerce-price-details {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: 1;
}

.ecommerce-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.ecommerce-label {
  color: var(--gray-2);
}

.button-payment {
  background-color: var(--black);
  border: 2px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.button-payment:hover {
  transform: scale(1.05);
}

.button-payment-image {
  max-width: none;
  height: 40px;
}

.ecommerce-included {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 16px;
  display: flex;
}

.ecommerce-included-image {
  width: 80px;
  height: 80px;
}

.ecommerce-included-text {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
}

.ecommerce-included-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.ecommerce-included-description {
  color: var(--gray-2);
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
}

.ecommerce-included-price {
  background-color: var(--light-grey);
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.ecommerce-price-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: baseline;
  width: 100%;
}

.ecommerce-price-label {
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}

.fade-out-top {
  background-image: linear-gradient(180deg, var(--white), #fff0);
  width: 100%;
  max-width: 560px;
  height: 120px;
  position: fixed;
  top: 0;
  right: 0;
}

.fade-out-top.drawer {
  max-width: 400px;
}

.badge-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--light-grey);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px 4px 8px;
  display: flex;
}

.badge-icon {
  width: 20px;
  height: 20px;
}

.badge-label {
  font-size: 12px;
}

.delivery-date {
  background-color: var(--light-grey);
  border: 1px #000;
  border-radius: 12px;
  padding: 16px;
}

.delivery-date-label {
  color: var(--grey-1);
  text-align: center;
}

.nav-sublink-label {
  width: 24px;
  color: var(--black);
  margin-right: 4px;
  font-weight: 600;
  text-decoration: none;
}

.nav-sublink-icon {
  width: 24px;
  height: 24px;
}

.language-drawer-wrapper {
  z-index: 1000;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.background-blur {
  background-color: var(--gray-3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0;
}

.language-drawer {
  background-color: var(--white);
  width: 400px;
  height: 100vh;
  box-shadow: -8px 0 24px 0 var(--gray-3);
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: scroll;
}

.drawer-close {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  padding: 4px;
  transition: all .2s;
  position: fixed;
  top: 24px;
  right: 16px;
}

.drawer-close:hover {
  background-color: var(--light-grey);
  transform: scale(1.05);
}

.language-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.language-list-item {
  border-radius: 8px;
  padding: 16px 16px 8px;
}

.language-list-item:hover, .language-list-item.active {
  background-color: var(--light-grey);
}

.language-list-country {
  font-size: 16px;
}

.language-list-link {
  color: var(--gray-2);
  border-bottom: 2px solid #0000;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.language-list-link:hover {
  color: var(--black);
  border-bottom: 2px solid #000;
}

.language-list-link.active {
  color: var(--black);
}

.language-list-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.language-drawer-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  position: fixed;
  top: 24px;
}

.nav-logo {
  flex: 1;
}

.text-field {
  height: 52px;
  color: var(--gray-2);
  background-color: #0000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px 16px 0;
  transition: all .2s;
}

.text-field:hover {
  border: 1px solid #000;
}

.text-field:focus {
  border: 1px solid var(--blue);
  color: var(--black);
}

.text-field.code {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
}

.cc-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  margin-top: 32px;
  display: none;
}

.select-field {
  border: 1px solid var(--gray-3);
  height: 52px;
  color: var(--gray-2);
  background-color: #0000;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 16px 16px 0;
  transition: all .2s;
}

.select-field:hover {
  border-color: var(--blue);
}

.input-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.form-fineprint {
  color: var(--gray-2);
  margin-top: 8px;
  font-size: 12px;
}

.form-fineprint.double-margin-top {
  margin-top: 16px;
}

.faq-icon {
  background-color: var(--waves-library--black\<deleted\|variable-d656d06e\>);
  width: 20px;
  height: 2px;
}

.faq-icon.vertical {
  width: 2px;
  height: 20px;
  position: absolute;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  display: flex;
  position: absolute;
  top: 34px;
  right: 0;
}

.accordion-item-text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.accordion-item-inner-content {
  transform-origin: 50% 0;
}

.accordion-item-title {
  flex: 1;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-item-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.accordion-item {
  border-top: 1px none var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.accordion-line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.text-field-2 {
  color: #0000007a;
  border-radius: 12px;
  height: 52px;
  margin-bottom: 0;
  padding: 8px 12px 8px 16px;
  transition: all .2s;
}

.text-field-2:hover {
  border: 1px solid #000;
}

.updates-form {
  width: 100%;
  max-width: 480px;
  margin-bottom: 0;
}

.features-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.features-grid-item {
  background-color: var(--light-grey);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 8px;
  display: flex;
}

.features-grid-value {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-weight: 500;
}

.features-grid-description {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.features-grid-fineprint {
  color: var(--grey-1);
  text-align: center;
  font-size: 10px;
  line-height: 16px;
}

.features-grid-image {
  border-radius: 16px;
  width: 100%;
  max-width: 160px;
}

.features-grid-icon {
  width: 48px;
  height: 48px;
}

.image-section {
  background-color: var(--white);
  justify-content: center;
  width: auto;
  margin-left: -80px;
  margin-right: -80px;
  display: flex;
  position: relative;
}

.image-section.dark {
  background-color: var(--black);
}

.image-section-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  position: absolute;
  top: 32px;
  left: 80px;
  right: 80px;
}

.features-text {
  width: 100%;
  max-width: 360px;
}

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

.hero-fade {
  background-image: linear-gradient(#0000, #000);
  height: 16vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.video-lightbox {
  z-index: 1001;
  background-color: var(--grey-1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  padding: 80px;
  display: none;
  position: fixed;
  inset: 0;
}

.lightbox-close {
  background-color: var(--black);
  width: 48px;
  height: 48px;
  color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  padding: 8px;
  transition: all .2s;
  position: absolute;
  top: 40px;
  right: 40px;
}

.lightbox-close:hover {
  background-color: var(--gray-3);
  transform: scale(1.05);
}

.play-button {
  border: 3px solid var(--blue);
  width: 80px;
  height: 80px;
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  border-radius: 40px;
  padding: 16px;
  transition: all .2s;
  position: absolute;
  top: 50%;
}

.play-button:hover {
  transform: scale(1.1);
}

.audience-column-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  border-radius: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 240px;
  padding: 16px;
}

.audience-column-item-title {
  color: var(--white);
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.icon-row-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.icon-row-icon {
  border: 3px solid var(--blue);
  background-color: var(--white);
  width: 80px;
  height: 80px;
  color: var(--blue);
  border-radius: 16px;
  margin-bottom: 16px;
  padding: 16px;
}

.icon-row-title {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.wide-image {
  width: 100%;
  max-width: 1440px;
}

.ecommerce-columns {
  flex-flow: row;
  margin-left: -80px;
  margin-right: -80px;
}

.radio-button-color-shimmer {
  z-index: -1;
  background-image: radial-gradient(circle at 0 0, #ffffffa3 16%, #0000 48%, #0006);
  border-radius: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 6px;
}

.auth-form {
  width: 100%;
  max-width: 480px;
}

.auth-form.step-2 {
  display: none;
}

.auth-form.step-1 {
  display: block;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.or-divider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  color: var(--gray-2);
  align-items: center;
  display: flex;
}

.or-divider-line {
  background-color: var(--gray-3);
  width: 100%;
  height: 1px;
}

.or-divider-label {
  font-size: 14px;
}

.form-inputs {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.input-wrap {
  z-index: 0;
  width: 100%;
  position: relative;
}

.input-wrap._6-digits {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.field-label {
  z-index: -1;
  color: var(--gray-2);
  margin-bottom: 0;
  font-family: Gotham Book, sans-serif;
  font-weight: 400;
  transition: all .1s;
  position: absolute;
  top: 16px;
  left: 16px;
}

.field-label.select {
  font-size: 10px;
  top: 6px;
}

.select-icon {
  z-index: -1;
  width: 20px;
  height: 20px;
  color: var(--gray-2);
  position: absolute;
  top: 16px;
  right: 12px;
}

.account-tabs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  margin-right: 40px;
  display: flex;
}

.tab-icon {
  width: 28px;
  height: 28px;
}

.account-tab-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--white);
  background-color: var(--white);
  color: var(--black);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  font-family: Gotham, sans-serif;
  display: flex;
}

.account-tab-button:hover {
  border: 1px none var(--gray-3);
  background-color: var(--white);
  color: var(--blue);
}

.account-tab-button.w--current {
  border: 1px none var(--black);
  background-color: var(--light-grey);
  color: var(--black);
}

.my-products-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.my-products-grid-item {
  border: 1px solid var(--gray-3);
  color: var(--black);
  cursor: pointer;
  border-radius: 16px;
  padding: 32px 24px 20px;
  text-decoration: none;
  transition: all .2s;
}

.my-products-grid-item:hover {
  border-color: var(--black);
}

.my-products-grid-title {
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.my-products-grid-order-number {
  font-size: 12px;
}

.my-products-grid-image {
  margin-bottom: 16px;
}

.my-products-grid-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
}

.my-products-grid-icon {
  width: 32px;
  height: 32px;
}

.my-products-grid-content-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

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

.profile-grid-label {
  color: var(--grey-1);
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.profile-grid-value {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.profile-grid-value.no-margin {
  margin-bottom: 8px;
}

.profile-settings-grid-add {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.profile-settings-grid-add-icon {
  background-color: var(--light-grey);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  padding: 4px;
}

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

.profile-grid-credit-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
}

.profile-grid-text-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
}

.credit-card-logos {
  border-radius: 8px;
  height: 36px;
  box-shadow: 2px 2px 8px #00000029;
}

.divider-line {
  background-color: var(--gray-3);
  width: 100%;
  height: 1px;
}

.updates-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-close {
  background-color: var(--black);
  width: 48px;
  height: 48px;
  color: var(--white);
  cursor: pointer;
  border-radius: 24px;
  padding: 8px;
  transition: all .2s;
  position: absolute;
  top: 40px;
  right: 40px;
}

.modal-close:hover {
  transform: scale(1.05);
}

.modal-close.sticky {
  position: sticky;
  top: 0;
  right: 0;
}

.modal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white);
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 640px;
  padding: 40px;
  display: flex;
  box-shadow: -4px 16px 40px #00000029;
}

.modal-content.large {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 920px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.modal-content.left-aligned {
  justify-content: center;
  align-items: flex-start;
}

.modal-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
}

.block-quote-2 {
  border-left-color: var(--blue);
  color: var(--gray-2);
  margin-bottom: 0;
  padding: 16px 0 16px 24px;
  font-family: Gotham Book, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.subheader-1 {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 16px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.legal-copy {
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 20px;
}

.subheader-2 {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.bulleted-list {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.bulleted-list.legal {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

.bulleted-sublist {
  margin-bottom: 16px;
  padding-left: 80px;
  font-size: 16px;
  line-height: 24px;
}

.bulleted-sublist.legal {
  font-size: 12px;
  line-height: 20px;
  list-style-type: square;
}

.sign-out-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.checkbox-box {
  width: 100%;
  height: 52px;
  color: var(--gray-2);
  margin-bottom: 0;
  padding: 14px 16px 14px 28px;
  position: relative;
}

.checkbox {
  border: 1px solid var(--gray-3);
  background-color: var(--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  padding: 4px;
  display: block;
  position: absolute;
  inset: 14px 0 0;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 0;
  margin-left: 0;
}

.input-icon {
  width: 32px;
  height: 32px;
  color: var(--gray-2);
  cursor: pointer;
  padding: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.input-icon:hover {
  color: var(--black);
}

.jump-link {
  width: 100%;
  color: var(--gray-2);
}

.jump-link-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: stretch;
  width: 100%;
}

.tabs {
  justify-content: center;
  width: 100%;
  display: flex;
}

.faq-questions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 320px;
  margin-right: 80px;
  display: flex;
}

.faq-tabs-content {
  width: 100%;
  max-width: 880px;
}

.faq-question-item {
  background-color: var(--white);
  color: var(--gray-2);
  padding: 0;
}

.faq-question-item.w--current {
  background-color: var(--white);
  color: var(--black);
}

.legal-fine-print {
  font-size: 10px;
}

.contact-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.payment-method-tabs {
  margin-top: 32px;
}

.payment-method-tab-menu {
  display: flex;
}

.payment-method-tab-button {
  border-bottom: 1px solid var(--gray-3);
  background-color: var(--white);
  text-align: center;
  width: 100%;
  padding: 12px 16px 13px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.payment-method-tab-button.w--current {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  background-color: var(--white);
  padding-bottom: 12px;
}

.payment-method-tabs-content {
  margin-top: 24px;
}

.feature-card-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 40px 80px;
  display: inline-grid;
  overflow: scroll;
}

.feature-card {
  width: 320px;
  height: 560px;
  color: var(--white);
  border-radius: 24px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: scale(1.03);
}

.feature-card-title {
  font-family: Gotham, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.feature-card-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  position: absolute;
  top: 32px;
  left: 24px;
  right: 24px;
}

.feature-cards-section {
  margin: 80px -80px 40px;
}

.image {
  margin-top: 0;
  position: absolute;
  bottom: -54px;
  left: 0;
  right: 0;
}

.feature-card-section-title {
  margin-left: 80px;
  margin-right: 80px;
}

.audience-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 100%;
  display: none;
}

.audience-box {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--light-grey);
  border-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 720px;
  padding: 80px;
  display: grid;
  overflow: hidden;
}

.audience-image {
  width: auto;
  height: auto;
  overflow: visible;
}

.audience-image.tab-1 {
  display: block;
  position: absolute;
  transform: translate(0);
}

.audience-image.tab-2, .audience-image.tab-3 {
  opacity: 0;
  display: block;
  position: absolute;
  transform: translate(1000px);
}

.audience-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 560px;
  position: relative;
}

.accordion-list-single-open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.accordion-item-value {
  background-color: #0000;
  margin-bottom: 32px;
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: static;
}

.accordion-item-single-open {
  width: 100%;
  overflow: hidden;
}

.accordion-button {
  align-items: center;
  height: 80px;
  padding: 28px 32px 28px 0;
  display: flex;
}

.accordion-icon {
  margin-right: 0;
  font-size: 24px;
  line-height: 24px;
}

.modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal.delete-account {
  display: flex;
}

.modal-category {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.modal-section {
  background-color: var(--light-grey);
  border-radius: 16px;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
}

.modal-image {
  border-radius: 8px;
}

.modal-section-text {
  letter-spacing: -.5px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.modal-header {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 48px;
  position: absolute;
  top: 40px;
  left: 80px;
}

.modal-header-text {
  width: 100%;
}

.captcha-block {
  background-color: var(--light-grey);
  width: 320px;
  height: 80px;
}

.text-highlight {
  color: var(--blue);
  font-weight: 400;
}

.header-icon {
  width: 80px;
  height: 80px;
  color: var(--blue);
}

.modal-bulleted-list {
  width: 100%;
}

.delete-account-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.delete-account-modal-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}

.bulleted-list-title {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.name-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.name-form {
  justify-content: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.modal-cover {
  z-index: -1;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: absolute;
  inset: 0;
}

.phone-number-modal, .address-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.address-form {
  width: 100%;
  max-width: 480px;
}

.modal-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.email-modal, .remove-card-modal, .edit-card-modal {
  z-index: 1001;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0;
}

.edit-card-form {
  width: 100%;
  max-width: 480px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.enter-code-form, .enter-password-form {
  width: 100%;
  max-width: 480px;
}

.product-info-container {
  width: 100%;
}

.product-info-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.qr-code {
  border: 2px solid var(--blue);
  border-radius: 24px;
  width: 160px;
}

.documents-dropdown {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-icon {
  width: 28px;
  height: 28px;
}

.document-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.document-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--gray-2);
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.document-item:hover {
  color: var(--black);
}

.document-icon {
  width: 20px;
  height: 20px;
}

.product-info-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    color: var(--black);
    text-align: left;
    border-bottom-style: none;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-submenu {
    justify-content: center;
    display: flex;
  }

  .nav-submenu.mobile {
    align-items: flex-start;
    display: flex;
  }

  .nav-sublink.w--open {
    background-color: var(--light-grey);
    border-radius: 8px;
  }

  .nav-menu {
    background-color: var(--white);
    left: 0;
    right: 0;
  }

  .specs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section.with-background {
    margin-left: -40px;
    margin-right: -40px;
    padding: 40px;
  }

  .section.double-margin-top {
    padding-top: 120px;
  }

  .specs-grid-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .specs-grid-item-description {
    left: 24px;
    right: 24px;
  }

  .hero-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 80vw;
    margin-left: -40px;
    margin-right: -40px;
    padding-top: 112px;
  }

  .hero-logo {
    max-width: none;
  }

  .ecommerce-column-1 {
    height: 40vh;
  }

  .ecommerce-column-2 {
    max-width: none;
    height: auto;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .fade-out-top {
    max-width: none;
    height: 80px;
    top: 40vh;
  }

  .accordion-item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .accordion-item-title {
    font-size: 16px;
    line-height: 20px;
  }

  .features-columns {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: flex-start;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
  }

  .features-grid-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-section {
    margin-left: -40px;
    margin-right: -40px;
  }

  .image-section-title {
    font-size: 32px;
    line-height: 40px;
    top: 32px;
    left: 40px;
    right: 40px;
  }

  .features-text {
    max-width: none;
  }

  .video-lightbox {
    padding: 40px;
  }

  .play-button {
    border-width: 3px;
    border-radius: 36px;
    width: 72px;
    height: 72px;
  }

  .icon-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .icon-row-item {
    width: 100%;
    max-width: 440px;
  }

  .ecommerce-columns {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    margin-left: -40px;
    margin-right: -40px;
    position: fixed;
  }

  .account-tabs {
    flex-flow: column;
  }

  .tabs-menu {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .my-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .modal-content {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .feature-card-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-card {
    width: 280px;
    height: 480px;
  }

  .feature-cards-section {
    margin-left: -40px;
    margin-right: -40px;
  }

  .feature-card-section-title {
    margin-left: 40px;
    margin-right: 40px;
  }

  .audience-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    padding: 40px;
    display: flex;
  }

  .audience-image-wrapper {
    width: 100%;
  }

  .edit-card-modal {
    display: none;
  }

  .product-info-columns {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .brand.w--current {
    height: 52px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar.simple {
    background-color: var(--transparent-white);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .nav-submenu, .nav-submenu.mobile {
    height: 52px;
  }

  .nav-sublink {
    min-width: 36px;
    height: 36px;
  }

  .specs-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-4 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .specs-grid-item-title {
    font-size: 14px;
    line-height: 16px;
  }

  .specs-grid-item-description {
    font-size: 12px;
    line-height: 16px;
  }

  .hero-section {
    height: 80vw;
    padding-top: 92px;
  }

  .hero-logo {
    max-width: none;
  }

  .hero-text {
    font-size: 12px;
  }

  .hero-value-prop {
    width: 120px;
  }

  .hero-value-prop-list {
    bottom: 32px;
  }

  .video-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .ecommerce-column-1 {
    height: 320px;
  }

  .ecommerce-column-2 {
    padding-top: 40px;
    overflow: visible;
  }

  .button-payment {
    height: 44px;
  }

  .fade-out-top {
    display: none;
  }

  .nav-sublink-label {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-sublink-icon {
    width: 28px;
    height: 28px;
  }

  .text-field-2 {
    height: 44px;
  }

  .updates-form {
    max-width: none;
  }

  .features-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .features-grid-value {
    font-size: 28px;
    line-height: 32px;
  }

  .image-section-title {
    font-size: 24px;
    line-height: 32px;
    top: 24px;
  }

  .video-lightbox {
    padding: 24px;
  }

  .ecommerce-columns {
    width: auto;
    display: block;
    position: static;
  }

  .bulleted-list {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-card {
    height: 440px;
  }

  .feature-card-label {
    font-size: 12px;
  }

  .feature-card-title {
    font-size: 20px;
    line-height: 28px;
  }

  .audience-image-wrapper {
    height: 400px;
  }

  .accordion-list-single-open {
    width: 100%;
  }

  .delete-account-modal, .edit-card-modal {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    max-width: 100px;
    padding-left: 0;
  }

  .navbar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .body, .nav-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-submenu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav-submenu.mobile {
    min-width: auto;
  }

  .nav-menu {
    background-color: var(--white);
    left: 0;
    right: 0;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .specs-grid {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .section.with-background {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .specs-grid-item {
    height: 128px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .specs-grid-item-description {
    left: 16px;
    right: 16px;
  }

  .body-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: 100vw;
    margin-left: -24px;
    margin-right: -24px;
    padding-top: 76px;
  }

  .hero-logo {
    max-width: none;
  }

  .hero-text {
    letter-spacing: 1.5px;
    font-size: 9px;
    line-height: 20px;
  }

  .hero-value-prop {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 100px;
  }

  .hero-value-prop-label {
    font-size: 10px;
    line-height: 16px;
  }

  .hero-value-prop-value {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-value-prop-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    bottom: 16px;
  }

  .video-wrapper {
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ecommerce-column-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 24px;
  }

  .ecommerce-price {
    font-size: 20px;
    line-height: 20px;
  }

  .ecommerce-label {
    font-size: 12px;
    line-height: 16px;
  }

  .ecommerce-price-label {
    font-size: 16px;
    line-height: 20px;
  }

  .language-drawer {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .input-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
  }

  .faq-icon {
    flex: none;
  }

  .faq-icon.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .accordion-icon-wrapper {
    flex: none;
  }

  .accordion-item-text {
    font-size: 16px;
    line-height: 24px;
  }

  .accordion-item-content {
    flex: 0 auto;
    max-width: none;
  }

  .features-columns {
    grid-template-columns: 1fr;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .features-grid-value {
    font-size: 20px;
    line-height: 24px;
  }

  .features-grid-image {
    max-width: 104px;
  }

  .image-section {
    margin-left: -24px;
    margin-right: -24px;
  }

  .image-section-title {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 24px;
    top: 8px;
    left: 24px;
    right: 24px;
  }

  .lightbox-close {
    width: 48px;
    height: 48px;
    top: 24px;
    right: 24px;
  }

  .play-button {
    border-width: 2px;
    width: 40px;
    height: 40px;
    padding: 8px;
    top: 53%;
  }

  .icon-row-title {
    text-align: center;
    width: 100%;
  }

  .ecommerce-columns {
    margin-left: -24px;
    margin-right: -24px;
  }

  .my-products-grid, .profile-grid {
    grid-template-columns: 1fr;
  }

  .updates-modal {
    display: none;
  }

  .modal-close {
    width: 48px;
    height: 48px;
    top: 24px;
    right: 24px;
  }

  .modal-content {
    border-radius: 24px;
    width: 88%;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 16px;
  }

  .modal-text {
    margin-left: 0;
    margin-right: 0;
  }

  .sign-out-modal {
    display: none;
  }

  .tabs {
    flex-flow: column;
  }

  .faq-questions {
    margin-bottom: 80px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .feature-card-list {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-card {
    width: 240px;
    height: 400px;
  }

  .feature-cards-section {
    margin-left: -24px;
    margin-right: -24px;
  }

  .feature-card-section-title {
    margin-left: 24px;
    margin-right: 24px;
  }

  .audience-box {
    padding: 24px;
  }

  .audience-image-wrapper {
    height: 320px;
  }

  .captcha-block {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .delete-account-modal, .name-modal, .phone-number-modal, .address-modal, .email-modal, .remove-card-modal, .edit-card-modal {
    display: none;
  }
}

#w-node-_44de2999-c2ba-96c4-e6b2-74250e424342-4328414a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9bcc271-9e69-6dbe-632f-3cdbb90044c4-4328414a, #w-node-_87f5bd59-aafb-5255-42c8-69e645b3bcfa-4328414a, #w-node-f3c3cde8-6ad0-00fd-31bc-c5265f264e8e-4328414a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a070892e-9c5b-dcb9-01b7-2f7978bc0a13-4328414a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_506f52bb-b42e-c5cf-ba1e-a2f8c55d4f29-4328414a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-4328414a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7809add6-3926-4e8a-0930-02e2bde52221-4328414a {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-4328414a, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-4328414a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-4328414a, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-4328414a, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-4328414a, #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-4328414a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-4328414a, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-4328414a, #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-4328414a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-4328414a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-4328414a, #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-4328414a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30012531-1acb-44a8-1005-e92c8004b07f-8004b07e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4eccdfd-8e2f-b7e6-b37f-6d693c8e6197-27a99130 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44de2999-c2ba-96c4-e6b2-74250e424342-f20acfc3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c9bcc271-9e69-6dbe-632f-3cdbb90044c4-f20acfc3, #w-node-_87f5bd59-aafb-5255-42c8-69e645b3bcfa-f20acfc3, #w-node-f3c3cde8-6ad0-00fd-31bc-c5265f264e8e-f20acfc3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a070892e-9c5b-dcb9-01b7-2f7978bc0a13-f20acfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_506f52bb-b42e-c5cf-ba1e-a2f8c55d4f29-f20acfc3 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-f20acfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7809add6-3926-4e8a-0930-02e2bde52221-f20acfc3 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-f20acfc3, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-f20acfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-f20acfc3, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-f20acfc3, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-f20acfc3, #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-f20acfc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-f20acfc3, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-f20acfc3, #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-f20acfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-f20acfc3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-f20acfc3, #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-f20acfc3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a070892e-9c5b-dcb9-01b7-2f7978bc0a13-4328414a, #w-node-_506f52bb-b42e-c5cf-ba1e-a2f8c55d4f29-4328414a {
    grid-column: span 6 / span 6;
  }

  #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-4328414a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-4328414a {
    grid-column: span 1 / span 1;
  }

  #w-node-_0aa7501f-a404-674b-b363-246466dff354-4328414a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-4328414a {
    grid-column: span 1 / span 1;
  }

  #w-node-a070892e-9c5b-dcb9-01b7-2f7978bc0a13-f20acfc3, #w-node-_506f52bb-b42e-c5cf-ba1e-a2f8c55d4f29-f20acfc3 {
    grid-column: span 6 / span 6;
  }

  #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-f20acfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-f20acfc3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0aa7501f-a404-674b-b363-246466dff354-f20acfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-f20acfc3 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-4328414a {
    grid-column: span 3 / span 3;
  }

  #w-node-_7809add6-3926-4e8a-0930-02e2bde52221-4328414a {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-4328414a, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-4328414a {
    grid-column: span 3 / span 3;
  }

  #w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-4328414a, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-4328414a, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-4328414a {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-4328414a, #w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-4328414a, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-4328414a {
    grid-column: span 3 / span 3;
  }

  #w-node-a98e7a34-0b9a-7a5c-d88d-ff1ec3354241-4328414a, #w-node-a521a788-516c-9af9-966b-1bd7f502b158-4328414a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-4328414a {
    grid-column: span 3 / span 3;
  }

  #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-4328414a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-4328414a {
    grid-column: span 2 / span 2;
  }

  #w-node-ba329a0f-f3a4-0e6c-4769-8aea827f2968-4328414a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0aa7501f-a404-674b-b363-246466dff354-4328414a, #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-4328414a {
    grid-column: span 3 / span 3;
  }

  #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-4328414a {
    grid-column: span 2 / span 2;
  }

  #w-node-_0b0ee884-cc27-5f89-e59b-1456a14f1198-4328414a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f0fe66a-554a-bd24-333f-ed88d0a1d375-4328414a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-f20acfc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7809add6-3926-4e8a-0930-02e2bde52221-f20acfc3 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-f20acfc3, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-f20acfc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-f20acfc3, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-f20acfc3, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-f20acfc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-f20acfc3, #w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-f20acfc3, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-f20acfc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-a98e7a34-0b9a-7a5c-d88d-ff1ec3354241-f20acfc3, #w-node-a521a788-516c-9af9-966b-1bd7f502b158-f20acfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-f20acfc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-f20acfc3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-f20acfc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-ba329a0f-f3a4-0e6c-4769-8aea827f2968-f20acfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0aa7501f-a404-674b-b363-246466dff354-f20acfc3, #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-f20acfc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-f20acfc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0b0ee884-cc27-5f89-e59b-1456a14f1198-f20acfc3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f0fe66a-554a-bd24-333f-ed88d0a1d375-f20acfc3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-4328414a {
    grid-column: span 1 / span 1;
  }

  #w-node-_7809add6-3926-4e8a-0930-02e2bde52221-4328414a {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-4328414a, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-4328414a, #w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-4328414a, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-4328414a, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-4328414a, #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-4328414a, #w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-4328414a, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-4328414a, #w-node-a98e7a34-0b9a-7a5c-d88d-ff1ec3354241-4328414a, #w-node-a521a788-516c-9af9-966b-1bd7f502b158-4328414a, #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-4328414a, #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-4328414a, #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-4328414a, #w-node-ba329a0f-f3a4-0e6c-4769-8aea827f2968-4328414a, #w-node-_0aa7501f-a404-674b-b363-246466dff354-4328414a, #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-4328414a, #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-4328414a, #w-node-_0b0ee884-cc27-5f89-e59b-1456a14f1198-4328414a, #w-node-_5f0fe66a-554a-bd24-333f-ed88d0a1d375-4328414a {
    grid-column: span 1 / span 1;
  }

  #w-node-_30012531-1acb-44a8-1005-e92c8004b07f-8004b07e {
    grid-column: span 2 / span 2;
  }

  #w-node-_30012531-1acb-44a8-1005-e92c8004b09c-8004b07e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec07420d-62f9-23c4-b88c-51922f820aa2-f20acfc3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7809add6-3926-4e8a-0930-02e2bde52221-f20acfc3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7f325a0e-5ab2-b47c-07c7-58af08c8dc33-f20acfc3, #w-node-b2dc48e3-561f-bdbd-c7db-d43c9e7f7561-f20acfc3, #w-node-bcaead37-93b6-4316-3bf7-d589578cecf9-f20acfc3, #w-node-_25bcb904-c969-1906-ad78-ecc019155429-f20acfc3, #w-node-_398791d3-6bf3-017a-43ca-9fb566c26494-f20acfc3, #w-node-_7b6b9117-066f-6726-edd1-9785458e7959-f20acfc3, #w-node-_703558a5-7e20-f38e-1888-fe49c9bb925b-f20acfc3, #w-node-ec73c90a-6432-ccd8-9e71-bd975d82b7ca-f20acfc3, #w-node-a98e7a34-0b9a-7a5c-d88d-ff1ec3354241-f20acfc3, #w-node-a521a788-516c-9af9-966b-1bd7f502b158-f20acfc3, #w-node-_4b7c33c5-dc7b-dc62-62d7-5890d4452165-f20acfc3, #w-node-_510b6eb7-84eb-6b13-df82-55a5b2512404-f20acfc3, #w-node-_5e752622-76aa-d25d-af78-96b5d7d1dc7b-f20acfc3, #w-node-ba329a0f-f3a4-0e6c-4769-8aea827f2968-f20acfc3, #w-node-_0aa7501f-a404-674b-b363-246466dff354-f20acfc3, #w-node-aa5e867d-5cba-2b93-598b-f1df626adea8-f20acfc3, #w-node-_07a54de2-bf21-0d8e-e94a-c5a3e4fb975e-f20acfc3, #w-node-_0b0ee884-cc27-5f89-e59b-1456a14f1198-f20acfc3, #w-node-_5f0fe66a-554a-bd24-333f-ed88d0a1d375-f20acfc3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}