@font-face {
  font-family: Apercuprovar;
  src: url('../fonts/ApercuProVar.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Apercuprovar;
  src: url('../fonts/ApercuProVar-Italic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowvar;
  src: url('../fonts/HelveticaNowVar.ttf') format("truetype");
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: HelveticaNowVarItalic;
  src: url('../fonts/HelveticaNowVarItalic.ttf') format("truetype");
  font-weight: 50 1000;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Newyork;
  src: url('../fonts/NewYork-Regular.ttf') format("truetype");
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Newyork;
  src: url('../fonts/NewYork-RegularItalic.ttf') format("truetype");
  font-weight: 400 1000;
  font-style: italic;
  font-display: swap;
}

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

.body {
  font-family: HelveticaNowVarItalic, Arial, sans-serif;
}

.nav-head {
  background-color: #fff;
  justify-content: center;
  height: 70px;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-cover-wrapper {
  width: 100%;
  height: 70px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-cover {
  background-color: #f5fafc;
  border-bottom: 1px solid #d6e3e7;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  height: 70px;
  display: grid;
  position: relative;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.nav-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.mobile-only {
  display: none;
}

.text-block-6 {
  color: #000;
  font-family: Helveticanowvar, Arial, sans-serif;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.social-link-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-2 {
  border: 1px solid #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.social-icon-2.small {
  border-color: #000;
  flex-direction: column;
  align-items: center;
}

.social-image {
  opacity: .7;
  color: #fff;
}

.nav-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #add4e01f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button.dark {
  z-index: 10;
  color: #000;
  border-color: #d6e3e7;
}

.button-text {
  z-index: 20;
  color: #000;
  font-family: Helveticanowvar, Arial, sans-serif;
  font-size: 10px;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: #000;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400%;
}

.hero-header {
  background-image: url('../images/white-smoke.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.heading {
  letter-spacing: 3px;
  font-family: Newyork, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-7 {
  font-family: Helveticanowvar, Arial, sans-serif;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 1037px;
  display: flex;
}

.hero-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.the-finest {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-family: Newyork, Arial, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}

.image {
  margin-top: -12px;
}

.designer-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 293px;
  display: flex;
}

.div-block-5 {
  background-color: #081d34;
  border: 1px solid #fff;
  width: 34px;
  height: 2px;
  margin-right: 8px;
}

.text-block-3 {
  color: #fff;
}

.tags-wrap {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 16px;
  display: flex;
}

.tag {
  color: #fff;
  background-color: #898990;
  border: 1px solid #081d34;
  border-radius: 13px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 2px 8px;
  font-size: 13px;
}

.in-san-diego {
  color: #fff;
  margin-top: -10px;
  font-family: Helveticanowvar, Arial, sans-serif;
  font-size: 30px;
  font-weight: 200;
}

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

.container.footer {
  margin-right: 1.2em;
}

.container.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.top-title {
  text-align: center;
  margin-bottom: 60px;
}

.top-title-text {
  margin-top: 0;
  margin-bottom: 0;
}

.divider {
  background-color: #000;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-item {
  flex: 1;
  min-height: 510px;
}

.empty-state {
  text-align: center;
  background-color: #f5f5f7;
}

.margin-page {
  margin-top: 120px;
}

.logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.client-logo {
  cursor: default;
  padding: 0 45px;
}

.page-wrapper {
  width: 100%;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-padding {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
}

.page-padding.is-intro {
  padding-top: 2em;
  padding-bottom: 2em;
}

.page-padding.footer {
  padding-bottom: 6em;
  position: relative;
}

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

.text-size-display {
  letter-spacing: -.03em;
  margin-left: 19px;
  font-size: 4.38em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1;
}

.number-wrapper {
  margin-left: 1rem;
}

.cards-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-link {
  position: relative;
  overflow: hidden;
}

.card-height {
  z-index: 1;
  padding-top: 100%;
  position: relative;
}

.card-image-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-image-wrapper._1 {
  justify-content: center;
  align-items: center;
}

.card-image-wrapper._2 {
  z-index: 1;
  display: block;
}

.card-content-wrapper {
  z-index: 2;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 75%;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: auto auto 2em 2em;
  overflow: hidden;
}

.par-large {
  text-transform: uppercase;
  margin-bottom: -27px;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 600;
}

.img-0-reveal {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.flex-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-wrapper-2.links {
  width: auto;
}

.text-size-h2 {
  letter-spacing: -.02em;
  font-size: 2.5em;
  line-height: 1.2;
}

.alt-text-button {
  justify-content: center;
  align-items: center;
  padding-bottom: .13em;
  display: flex;
  position: relative;
}

.alt-text-button.footer-version {
  margin-right: 1.3rem;
}

.alt-button-line {
  background-color: #0000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.right-button-mar {
  margin-right: 1.7em;
}

.right-button-mar.footer {
  margin-right: 1.2em;
}

.button-new {
  color: #fff;
  letter-spacing: .02em;
  text-transform: none;
  background-color: #0000;
  border: 1px solid #7d7d7d;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.7rem 2.5rem;
  font-size: 1vw;
  font-weight: 400;
  line-height: .9;
  transition: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-txt-wrap-2 {
  z-index: 2;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
}

.components-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.components-wrap.ap {
  position: absolute;
}

.button-text-3 {
  color: #242424;
  letter-spacing: 0;
  text-transform: none;
  font-size: .98rem;
  font-weight: 400;
  line-height: .9;
  position: relative;
}

.button-text-3.white {
  color: #fff;
}

.button-arrow-3 {
  width: 1.3rem;
  margin-left: .2rem;
}

.button-wipe {
  z-index: 1;
  background-color: #0a0d0c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-wipe.blue {
  background-color: #4e4df7;
  border-radius: 100vw;
  display: block;
}

.paragraph {
  margin-left: 4px;
  line-height: 22px;
}

.products {
  padding-top: 70px;
  padding-bottom: 70px;
}

.products-heading {
  margin-bottom: 60px;
}

.mask {
  color: #2a293e;
  height: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
  overflow: hidden;
}

.slide {
  width: 25%;
  height: auto;
  padding: 0 20px;
}

.slide.slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
}

.product-card {
  cursor: pointer;
}

.slide-image-wrapper {
  background-color: #f1f1f1;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.slide-image {
  width: 100%;
}

.add-button {
  grid-column-gap: 7px;
  color: #ff6d45;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  box-shadow: 0 6px 16px #0b101d66;
}

.colors-wrapper {
  border-bottom: 1px solid #e3e2ec;
  align-items: center;
  height: 43px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  display: flex;
}

.color-block {
  margin-bottom: 0;
  display: none;
}

.color {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  display: flex;
}

.radio-button-container {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.radio-circle {
  border: 1px solid #dfe0e1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-button {
  z-index: 2;
  border: 1px solid #dfe0e1;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.radio-button._1 {
  justify-content: center;
  align-items: center;
}

.radio-button._2 {
  z-index: 1;
  display: block;
}

.radio-button._3 {
  background-color: #d8c4c4;
}

.radio-button._4 {
  background-color: #f1f0ec;
}

.color-title {
  opacity: 1;
  color: #b1b0b8;
  letter-spacing: -.02em;
  display: block;
}

.product-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.product-price {
  color: #2a293e;
  letter-spacing: -.02em;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.arrow {
  width: 24px;
  height: 8px;
  inset: auto 0% 8px auto;
  overflow: hidden;
}

.arrow.left {
  width: 24px;
  height: 8px;
  right: 28px;
}

.arrow-2 {
  width: 24px;
  height: 8px;
  margin: 0;
  top: auto;
  bottom: 0;
  left: 0;
}

.slide-nav {
  display: none;
}

.slider-progress {
  background-color: #e3e2ec;
  width: 100%;
  height: 2px;
}

.slider-progress-bar {
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #1e1d26;
  width: 100%;
  height: 2px;
  transform: scale3d(.125, 1, 1);
}

.slide-counter-wrapper {
  font-weight: 500;
  line-height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid.footer-text-contact {
  display: flex;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.subscribe-heading {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
}

.grid_item.subscribe-form {
  justify-content: center;
  align-items: center;
  padding-top: 3.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.grid_item.text-links {
  border-right: 2px solid #ebeaea;
  align-items: baseline;
  width: 50%;
  padding: 6.25em 5.21em 4.28em;
  display: flex;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 50%;
  padding: 0;
  display: flex;
}

.grid_item.footer-copywriting {
  justify-content: space-between;
  align-items: center;
  height: 13em;
  padding: 2em 0 0;
  display: flex;
}

.heading-footer {
  text-align: center;
  letter-spacing: .1em;
  white-space: nowrap;
  flex-direction: column;
  font-size: 4em;
  line-height: 1.2;
  display: flex;
}

.form-block {
  width: 44em;
  position: relative;
}

.form {
  position: static;
}

.text-field {
  z-index: 0;
  color: #cacbcb;
  letter-spacing: .2em;
  background-color: #fff0;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  width: 25em;
  height: 5em;
  margin-bottom: 0;
  padding: .3em 0 0 2.1em;
  font-size: 1vw;
  line-height: 1.3;
  position: relative;
}

.text-field::placeholder {
  color: #cacbcb;
  font-size: .8em;
}

.submit-button {
  color: #7e7e7e;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ebeaea;
  border-radius: .8em;
  height: 5em;
  padding: .3em 2em 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-1 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 5em;
  display: flex;
}

.link {
  text-decoration: none;
  overflow: visible;
}

.text-link-footer {
  color: #7e7e7e;
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-1-vertical {
  border-bottom: 2px solid #ebeaea;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 5em 5.21em 5em 6.93em;
  display: flex;
}

.contact-social.column-2-vertical {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 50%;
  padding: 0 5.21em 0 6.93em;
  display: flex;
}

.social-wrapper {
  align-items: baseline;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.social-icon {
  align-items: baseline;
  width: 4.2em;
  padding-right: 2.71em;
  display: flex;
}

.contact-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.contact-text {
  color: #7e7e7e;
  letter-spacing: .1em;
  padding-top: .31em;
  padding-bottom: .31em;
  font-size: .75em;
  line-height: 1.5;
}

.gdpr-text-wrapper {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-gdpr {
  color: #9c9c9c;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.wrapper-text-final {
  overflow: hidden;
}

.text-info-final {
  color: #9c9c9c;
  letter-spacing: .05em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.logo-middle {
  mix-blend-mode: difference;
  width: 11em;
}

.footer2 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.section-7 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
}

.footer2-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.footer2-form {
  align-self: center;
  margin-bottom: 0;
}

.footer2-form-wrap {
  display: flex;
}

.text-field-2 {
  color: #0000;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:hover {
  background-color: #f0f0f0;
}

.text-field-2:active {
  background-color: #ececec;
}

.text-field-2:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field-2.right-margin-field {
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  justify-content: center;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer2-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.footer2-links-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  display: grid;
}

.footer2-logo {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.footer2-logo:hover {
  opacity: .7;
}

.footer2-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer2-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.footer2-link:hover {
  opacity: 1;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-image {
  background-image: url('../images/vape-smop-black-shop.png'), url('../images/vape-black.webp'), url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: cover, cover, cover;
  width: 100%;
  height: 400px;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content23-item {
  margin-bottom: 25px;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.button-text-4 {
  color: #0000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.social-yellow {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center start;
  margin-top: -318px;
  margin-left: auto;
  margin-right: -203px;
  padding-left: 0;
  display: flex;
}

.social-yellow.social {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 13px auto 76px;
  padding-top: 0;
  display: flex;
}

.social-image-2 {
  opacity: .7;
}

.text-block-8 {
  color: #000;
}

.heading-2 {
  justify-content: center;
  align-items: center;
  margin-top: -13px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  color: #fcb500;
  line-height: 48px;
}

.bold-text-2 {
  font-size: 45px;
}

.text-block-9 {
  color: #fff;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 79px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.size1-text-2 {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.paragraph-72 {
  opacity: .7;
  margin-bottom: 10px;
  font-weight: 500;
}

.paragraph-73 {
  color: #fff;
}

.paragraph-74 {
  color: #ffebeb;
}

.paragraph-75, .paragraph-76, .paragraph-77, .paragraph-78, .paragraph-79, .paragraph-80, .paragraph-81, .paragraph-82 {
  color: #fff;
}

.paragraph-83 {
  color: snow;
}

.paragraph-84 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    z-index: 200;
    background-color: #f5fafc;
  }

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fafafa;
    border-bottom: 1px solid #d6e3e7;
    width: 100%;
    height: 33px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .text-block-6 {
    color: #000;
  }

  .right-nav {
    grid-auto-columns: auto;
  }

  .menu-button {
    border-left: 1px #d6e3e7;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

  .menu-icon-wrapper {
    border-left: 1px solid #d6e3e7;
    padding-left: 18px;
  }

  .menu-icon {
    width: 32px;
  }

  .section-5 {
    padding-top: 967px;
  }

  .hero-block {
    max-width: 750px;
  }

  .the-finest {
    margin-top: -1px;
    font-size: 45px;
  }

  .image {
    margin-top: 19px;
  }

  .designer-wrap {
    margin-top: 241px;
  }

  .tags-wrap {
    margin-top: 14px;
  }

  .in-san-diego {
    margin-top: -18px;
    font-size: 30px;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .logo-wrapper {
    display: block;
  }

  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .page-padding {
    padding-left: 4.5em;
    padding-right: 4.5em;
  }

  .text-size-display {
    font-size: 3.5em;
  }

  .cards-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .img-0-reveal, .card-image._1 {
    display: none;
  }

  .flex-wrapper-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-wrapper-2.mar-2 {
    margin-bottom: 4rem;
  }

  .flex-wrapper-2.links {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .alt-text-button {
    font-size: 16px;
  }

  .footer-button-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-new {
    padding: 1.6rem 2.9rem;
    font-size: 1em;
  }

  .button-text-3 {
    font-size: 16px;
  }

  .button-arrow-3 {
    width: 1.2em;
    margin-left: .3em;
  }

  .paragraph {
    margin-left: 5px;
  }

  .slide {
    width: 50%;
  }

  .grid.footer-text-contact {
    flex-direction: column;
  }

  .grid_item.subscribe-heading {
    font-size: 1.5vw;
  }

  .grid_item.subscribe-form {
    font-size: 1vw;
  }

  .grid_item.text-links {
    border-right-style: none;
    width: 100%;
    padding-left: 20em;
    padding-right: 20em;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
  }

  .form-block {
    width: 44em;
    font-size: 1vw;
  }

  .form {
    font-size: 1vw;
  }

  .text-link_wrapper.column-1 {
    justify-content: center;
    padding-left: 5em;
  }

  .text-link_wrapper.column-2 {
    padding-left: 10em;
  }

  .text-link-footer {
    font-size: 1.2em;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    width: 50%;
  }

  .contact-social.column-2-vertical {
    width: 50%;
  }

  .contact-text, .text-gdpr, .text-info-final {
    font-size: 1em;
  }

  .section-7 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer2-form-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .size3-text.size3-full-clear {
    text-align: center;
    font-size: 26px;
  }

  .success-message, .error-message, .content {
    max-width: 738px;
  }

  .footer2-links-grid, .content23-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content23-image {
    height: 300px;
  }

  .text-label {
    margin-bottom: 9px;
  }

  .social-yellow {
    margin-top: -123px;
  }

  .social-yellow.social {
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .view-map {
    margin-left: 61px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .size1-text-2 {
    margin-top: -8px;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.mobile-only {
    display: flex;
  }

  .right-nav {
    grid-template-columns: 1fr;
  }

  .nav-button.dark {
    display: block;
  }

  .section-5 {
    padding-top: 946px;
  }

  .hero-block {
    max-width: 540px;
  }

  .the-finest {
    margin-top: 0;
    margin-bottom: -15px;
    font-size: 30px;
  }

  .in-san-diego {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
  }

  .container.footer {
    margin-bottom: 0;
  }

  .product-item {
    width: 100%;
    min-height: auto;
  }

  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }

  .page-padding {
    padding-left: 3em;
    padding-right: 3em;
  }

  .text-size-display {
    font-size: 2.8em;
  }

  .footer-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .right-button-mar, .right-button-mar.footer {
    margin-bottom: 0;
  }

  .button-new {
    padding: 1.6rem 2.9rem;
  }

  .button-text-3 {
    font-size: 14px;
  }

  .button-arrow-3 {
    width: 1.2em;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer2-form-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .footer2-links-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-image {
    background-image: url('../images/vape-smop-black-shop-B.png'), url('../images/vape-smop-black-shop.png'), url('../images/vape-black.webp'), url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
    background-position: 50%, 50%, 50%, 50%;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;
    background-size: cover, cover, cover, cover;
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content23-item-wrap {
    margin-bottom: 20px;
    margin-left: 329px;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .social-yellow.social {
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .content6-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .size1-text-2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .social-link-wrapper {
    display: none;
  }

  .nav-button.dark {
    padding: 9px;
  }

  .menu-button {
    padding-left: 20px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .heading {
    letter-spacing: .5px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .section-5 {
    padding-top: 150px;
  }

  .the-finest {
    margin-top: -7px;
    font-size: 30px;
    line-height: 45px;
  }

  .in-san-diego {
    margin-top: 2px;
    margin-bottom: auto;
  }

  .container.footer-copywriting {
    padding-top: 7em;
  }

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

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .page-padding {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .text-size-display {
    font-size: 1.7em;
    line-height: 1.3;
  }

  .cards-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .card-content-wrapper {
    margin-bottom: -22px;
    bottom: 1.5em;
    left: 1.5em;
  }

  .par-large {
    font-size: 1.1rem;
  }

  .card-image._1 {
    display: none;
  }

  .flex-wrapper-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .alt-text-button.footer-version {
    margin-bottom: 1em;
    margin-right: 0;
  }

  .right-button-mar {
    margin-bottom: 2em;
    margin-right: 0;
  }

  .button-new {
    padding: 1.6rem 2.8rem;
  }

  .button-text-3 {
    font-size: 14px;
  }

  .button-arrow-3 {
    width: 1.2em;
  }

  .paragraph {
    margin-left: auto;
  }

  .slide {
    width: 100%;
  }

  .grid_item.subscribe-heading {
    font-size: 2vw;
  }

  .grid_item.text-links {
    padding: 7em 5em 10em;
  }

  .grid_item.contact-social {
    align-items: center;
  }

  .grid_item.footer-copywriting {
    font-size: 2vw;
  }

  .form-block {
    width: 80em;
    font-size: 1vw;
  }

  .form {
    font-size: 1vw;
  }

  .text-field {
    border-width: 1px;
    width: 24em;
    padding-top: 0;
    font-size: 2vw;
  }

  .submit-button {
    border-width: 1px;
    font-size: 2vw;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    padding-left: 0;
    font-size: 1vw;
  }

  .text-link_wrapper.column-2 {
    align-items: flex-start;
    width: 42%;
    padding-left: 0;
  }

  .link {
    font-size: 2vw;
  }

  .contact-social.column-1-vertical {
    flex-direction: column;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .contact-social.column-2-vertical {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 7em;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .social-icon {
    width: 5em;
    font-size: 2vw;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-top: 5em;
  }

  .contact-text {
    font-size: 1em;
  }

  .gdpr-text-wrapper {
    flex-direction: column;
    justify-content: space-around;
    font-size: 3vw;
    display: flex;
  }

  .text-gdpr {
    padding-bottom: 1.5em;
  }

  .section-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer2-form-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer2-form-wrap {
    flex-direction: column;
  }

  .text-field-2.right-margin-field {
    margin-bottom: 10px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .footer2-links-grid, .content23-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content23-image {
    height: 300px;
    padding: 57px;
  }

  .content23-item-wrap {
    margin-left: 23px;
  }

  .social-yellow {
    display: none;
  }

  .social-yellow.social {
    padding-bottom: 0;
  }

  .social-image-2 {
    margin-top: 1px;
    padding-left: 0;
  }

  .bold-text {
    margin-top: -5px;
    margin-left: -8px;
    font-size: 25px;
  }

  .content6-headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .paragraph-72 {
    text-align: center;
    padding: 35px;
  }
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c76-803261cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c77-803261cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c79-803261cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c81-803261cc, #w-node-_2c5af60d-b6fa-c630-1d06-60a3a498ca1c-803261cc, #w-node-_5ce6b562-6f25-4f31-efc1-9cd3a0781085-803261cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c87-803261cc {
  justify-self: end;
}

#w-node-d330f7dd-d080-4224-af12-c844466a2c8f-803261cc {
  justify-self: start;
}

#w-node-_6e2397f9-e80c-abff-f557-44003a354bd9-803261cc, #w-node-_6e2397f9-e80c-abff-f557-44003a354be6-803261cc, #w-node-_6e2397f9-e80c-abff-f557-44003a354bf3-803261cc, #w-node-_411898df-8431-83e1-e078-92fcfd3a99a9-803261cc, #w-node-_411898df-8431-83e1-e078-92fcfd3a99b6-803261cc, #w-node-_411898df-8431-83e1-e078-92fcfd3a99c3-803261cc, #w-node-_0d9599ca-c5fb-96a3-3905-d2843186d7c8-803261cc, #w-node-_0d9599ca-c5fb-96a3-3905-d2843186d7d5-803261cc, #w-node-_0d9599ca-c5fb-96a3-3905-d2843186d7e2-803261cc, #w-node-c4677a65-12e5-f637-c712-1e43d16b6200-803261cc, #w-node-c4677a65-12e5-f637-c712-1e43d16b620d-803261cc, #w-node-c4677a65-12e5-f637-c712-1e43d16b621a-803261cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efac03b0-84f4-f6de-ce81-fedbabd8fac3-803261cc {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a6-803261cc {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a7-803261cc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8bc-803261cc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89823f-803261cc {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c898241-803261cc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89824f-803261cc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: start;
}

#w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c898251-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89825c-803261cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-d330f7dd-d080-4224-af12-c844466a2c76-803261cc {
    justify-self: center;
  }

  #w-node-d330f7dd-d080-4224-af12-c844466a2c79-803261cc, #w-node-d330f7dd-d080-4224-af12-c844466a2c87-803261cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efac03b0-84f4-f6de-ce81-fedbabd8fac3-803261cc, #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a6-803261cc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a7-803261cc {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8bc-803261cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89823f-803261cc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c898251-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89825c-803261cc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-efac03b0-84f4-f6de-ce81-fedbabd8fac3-803261cc {
    grid-column: span 6 / span 6;
  }

  #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a6-803261cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a7-803261cc, #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8bc-803261cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89823f-803261cc {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a6-803261cc, #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8a7-803261cc, #w-node-_736d4123-8aeb-18c5-303d-219ab6c0c8bc-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89823f-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c898241-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c898251-803261cc, #w-node-_9b2cdedf-6b06-f3f7-1832-b9aa2c89825c-803261cc {
    grid-column: span 4 / span 4;
  }
}


@font-face {
  font-family: 'Apercuprovar';
  src: url('../fonts/ApercuProVar.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Apercuprovar';
  src: url('../fonts/ApercuProVar-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowvar';
  src: url('../fonts/HelveticaNowVar.ttf') format('truetype');
  font-weight: 50 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNowVarItalic';
  src: url('../fonts/HelveticaNowVarItalic.ttf') format('truetype');
  font-weight: 50 1000;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork-Regular.ttf') format('truetype');
  font-weight: 400 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Newyork';
  src: url('../fonts/NewYork-RegularItalic.ttf') format('truetype');
  font-weight: 400 1000;
  font-style: italic;
  font-display: swap;
}