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

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

body {
  background-color: #000;
  font-family: Inter;
  color: hsla(0, 0%, 100%, 0.85);
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora;
  color: #fff;
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
}

h2 {
  font-family: Hauora;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  font-family: Hauora;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-family: Hauora;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

a {
  color: #a5a5a5;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

li {
  padding-top: 6px;
  padding-bottom: 6px;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 100%, 0.06);
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

figcaption {
  margin-top: 5px;
  color: hsla(0, 0%, 58%, 0.85);
  font-size: 12px;
  text-align: center;
}

.section {
  position: relative;
  top: 0px;
  margin-top: 100px;
  background-color: transparent;
}

.section.titles {
  min-height: auto;
  padding-top: 12vh;
  padding-bottom: 0vh;
  border: 1px none #000;
}

.section.bg-dark-gray {
  background-color: #272727;
}

.section.overflow {
  overflow: hidden;
  width: 100%;
}

.section.light-blue {
  background-color: #ebf0f7;
}

.section.desktop-top-padding-header {
  padding-top: 150px;
}

.section.bg-light-gray {
  background-color: #e7e7e7;
}

.gallery-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 50vh;
  min-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 15px;
  border-bottom: 2px none #e0e0e0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: capitalize;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1382px;
  min-height: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.inner-padding-medium {
  padding: 10em 20px 8em;
}

.container.desktop-padding {
  padding-bottom: 2em;
}

.container.titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0vh;
  padding-top: 6vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.85);
  text-align: center;
}

.container.top-padding-large {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container.merch {
  padding-top: 12.5vh;
}

.container.title {
  padding-top: 15vh;
}

.container.footer {
  padding-top: 35px;
}

.container.padding-top-medium {
  padding-top: 6em;
}

.main-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(0px, 1fr);
  grid-template-rows: minmax(0px, 1fr);
}

.main-grid.inner-padding-medium {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 8em;
  padding-bottom: 8em;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}

.main-grid.margin-bottom-small {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.main-grid.inner-padding-small {
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.hero-images {
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.grid-wrapper {
  position: relative;
  min-height: auto;
}

.grid-wrapper.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-wrapper.top-padding {
  padding-top: 4vh;
}

.grid-wrapper.product-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-wrapper.sticky-faq {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  padding-top: 45px;
}

.margin-bottom-small {
  margin-bottom: 36px;
}

.margin-bottom-medium {
  margin-bottom: 12em;
}

.inner-padding-xsmall {
  margin-bottom: 0px;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.inner-padding-medium {
  padding-top: 12em;
  padding-bottom: 12em;
}

.hero-grid-header {
  min-height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 10vh auto auto 10vh auto auto;
  grid-template-rows: 10vh auto auto 10vh auto auto;
  background-color: #000;
}

.hero-grid-header.align-top {
  -ms-grid-rows: 10vh 10vh auto auto auto auto;
  grid-template-rows: 10vh 10vh auto auto auto auto;
}

.title-tag {
  display: inline-block;
  font-family: ChaiGothic, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-rail {
  width: auto;
  min-height: auto;
  min-width: 60vw;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1.25fr;
  grid-column-gap: 0vw;
  -ms-grid-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  white-space: nowrap;
}

.hero-rail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-rail.gap {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-rail.about-page {
  position: relative;
  top: -7vh;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-logo {
  width: 100%;
  max-height: 48px;
  max-width: 110px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-logo.large {
  max-height: 60px;
  max-width: 120px;
}

.image-logo.xlarge {
  max-height: 90px;
  max-width: 220px;
}

.grid-gallery {
  width: 100%;
  max-width: 1980px;
  min-height: 60vh;
  min-width: 120vw;
  padding-right: 36px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
  grid-template-rows: 6vh 6vh 6vh 6vh 6vh 6vh 6vh 6vh;
}

.frame-image-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background-color: #f44;
}

.frame-image-hero._01 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-image-hero._02 {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-image-hero._03 {
  z-index: 2;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-image-hero._04 {
  z-index: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-image-hero._05 {
  z-index: 4;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.frame-image-hero._05 {
  z-index: 4;
}

.frame-image-hero._03 {
  z-index: 2;
}

.frame-image-hero._04 {
  z-index: 0;
}

.small-legal-text {
  font-family: 'Gotham book', sans-serif;
  color: #6e6e6e;
  font-size: 13px;
  font-weight: 400;
}

.wrapper-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper-heading.align-left {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  margin-bottom: 60px;
  color: #383838;
  font-size: 1.65em;
  line-height: 1.7;
  font-weight: 400;
}

.hero-images-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.divider-overlap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 35%;
  max-height: 450px;
  background-color: #fff;
}

.divider-overlap.bg-dark-gray {
  background-color: #272727;
}

.heading-wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-wrapper-center.padding-bottom-medium {
  margin-top: 200px;
}

.inner-full-width-grid {
  overflow: hidden;
  max-width: 2250px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-full-width-grid.inner-padding-medium {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
}

.half-container {
  width: 100%;
  max-width: 690px;
  min-height: 400px;
  padding-right: 5vw;
  padding-left: 30px;
  color: #fff;
}

.half-container.reverse {
  min-height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
}

.image-frame {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 20vw;
  max-width: 380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.image-frame.frame-padding-small {
  padding: 2vh 2vw;
}

.image-frame.frame-padding-small._3d {
  overflow: visible;
}

.image-frame.move {
  left: -45px;
  bottom: -20px;
  overflow: visible;
  width: 25vw;
  max-width: 480px;
}

.image-frame.up {
  top: -8vh;
}

.image-frame.down {
  bottom: -7vh;
}

.image-tiles-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 38vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-tiles-hero._3d-flip {
  max-height: 38vh;
}

.wrappernav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  width: 100%;
  opacity: 1;
  font-family: ChaiGothic, sans-serif;
  mix-blend-mode: normal;
}

.navgrid {
  width: 100%;
  max-width: 1380px;
  min-height: 10vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr 1fr;
  grid-template-columns: auto 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.heading-xlarge {
  margin-top: 0px;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 700;
}

.heading-xlarge.white {
  color: #fff;
  font-size: 90px;
  text-align: center;
}

.heading-xlarge._16-ch {
  max-width: 16ch;
}

.heading-xlarge._16-ch.inner-padding-xsmall {
  font-family: Gotham, sans-serif;
}

.heading-xlarge.inter {
  font-family: Inter;
}

.heading-xlarge.hero-v4 {
  margin-top: 40px;
  font-family: ChaiGothic, sans-serif;
  font-size: 4.8em;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
}

.hero-overlayer {
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #000), color-stop(20%, rgba(37, 37, 37, 0))), -webkit-gradient(linear, left top, right top, from(#000), color-stop(67%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000 5%, rgba(37, 37, 37, 0) 20%), linear-gradient(90deg, #000, hsla(0, 0%, 100%, 0) 67%);
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 50%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Gotham book', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button:hover {
  background-color: #555;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 70%, 0.3);
  background-color: transparent;
  color: hsla(0, 0%, 100%, 0.5);
}

.button.outline:hover {
  border-color: hsla(0, 0%, 70%, 0.8);
  color: hsla(0, 0%, 100%, 0.85);
}

.button.color-red {
  background-color: #ff0062;
  white-space: nowrap;
}

.button.color-red:hover {
  background-color: #4400c3;
}

.button.color-red.topnav {
  box-shadow: none;
  font-family: 'Gotham book', sans-serif;
}

.button.color-red.topnav:hover {
  background-color: #6411ff;
  color: #fff;
}

.button.topnav {
  padding: 15px 20px;
  background-color: rgba(41, 41, 41, 0.2);
  box-shadow: none;
}

.button.topnav:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.button.topnav.color-red {
  background-color: #ff0062;
  box-shadow: none;
}

.button.learn-more {
  color: hsla(0, 0%, 100%, 0.7);
}

.button.bg-white {
  background-color: #fff;
  color: #000;
}

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.grid-buttons {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 10px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-buttons.inner-padding-micro {
  padding-top: 2em;
  padding-bottom: 2em;
  grid-column-gap: 20px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
}

.grid-buttons.grid-buttons-header {
  grid-column-gap: 0px;
}

.p-small-size {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
}

.p-small-size.min-h {
  min-height: 6em;
}

.wrapper-blurb {
  color: #747474;
  text-align: left;
}

.wrapper-blurb.margin-bottom-small {
  color: #8d8d8d;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}

.nav-link.w--current {
  color: #fff;
}

.image-brand {
  max-height: 42px;
}

.image-iphone {
  width: 30vw;
  margin-top: -60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.padding-bottom-medium {
  padding-bottom: 12vh;
}

.padding-bottom-small {
  padding-bottom: 3vh;
}

.link-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-icons.center {
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6vh;
  padding-bottom: 6vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs-menu.plan {
  padding-top: 0vh;
}

.list-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 1.2em;
}

.list-flex.off {
  color: hsla(0, 0%, 56.7%, 0.54);
  text-decoration: line-through;
}

.icon-check {
  height: 9px;
}

.image-tab-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 65vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.tabs-column {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 1.5vw;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tab-list {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 25px 20px;
  border-radius: 5px;
  background-color: #222;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.tab-list.w--current {
  background-color: #6411ff;
}

.dropdown-toggle {
  padding-right: 32px;
  padding-left: 12px;
  color: #fff;
  font-size: 16px;
}

.mockup {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: 715px;
  max-width: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px solid #000;
  border-radius: 25px;
  background-color: #4e4e4e;
  box-shadow: none;
}

.tabs-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: inset 0 -1px 0 0 #1b1b1b;
}

.button-tab {
  margin-right: 10px;
  margin-left: 0px;
  padding: 15px 25px;
  border-radius: 4px 4px 0px 0px;
  background-color: #1b1b1b;
  color: #838383;
  font-size: 16px;
  text-align: center;
}

.button-tab.w--current {
  background-color: #6411ff;
  box-shadow: inset 0 -4px 0 0 #6411ff;
  color: #fff;
}

.button-tab.rounded {
  border-radius: 4px;
}

.gray-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #1b1b1b;
  font-family: ChaiGothic, sans-serif;
  text-decoration: none;
}

.gray-wrapper.auto {
  height: auto;
}

.gray-wrapper.no-padding {
  padding: 0em;
}

.gray-wrapper.flex-vertical-mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-wrapper.inner-quote {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-wrapper.selected-plan {
  background-color: #6411ff;
}

.gray-wrapper.inner-form {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-wrapper.float-bottom {
  overflow: hidden;
  padding-top: 4em;
  padding-bottom: 0em;
}

.gray-wrapper.featured-plan-outline {
  border-style: solid;
  border-width: 1px;
  border-color: #6411ff;
}

.gray-wrapper.inner-form-medium {
  padding-top: 5em;
  padding-bottom: 5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gray-wrapper.link {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.icon-wrap {
  width: auto;
  height: 55px;
  margin-top: 0px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-wrap.margin-bottom-xsmall {
  width: auto;
}

.stats {
  font-family: Hauora;
  color: #fff;
  font-size: 4em;
  font-weight: 600;
}

.stats.small-size {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 32px;
  line-height: 1.2;
}

.text-field {
  width: 100%;
  height: 65px;
  min-width: 16em;
  margin-right: 15px;
  margin-bottom: 0px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  box-shadow: inset 1px 1px 0 0 #fff;
  font-size: 16px;
}

.text-field.dark {
  border-color: #333;
  background-color: #302f2f;
  box-shadow: none;
  color: #fff;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 10px;
}

.inner-footer-nav {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: 'Gotham book', sans-serif;
}

.link-footer {
  font-family: ChaiGothic, sans-serif;
  color: hsla(0, 0%, 100%, 0.54);
  font-size: 16px;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.heading-wrapper.inner-padding-small.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-grid-hero {
  position: relative;
  height: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.profile {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.image-profile-wrapper {
  position: relative;
  overflow: hidden;
  width: 85px;
  height: 85px;
  border-radius: 100px;
}

.image-profile-wrapper.small {
  width: 45px;
  height: 45px;
}

.image-profile-wrapper.large {
  width: 220px;
  height: 220px;
}

.image-profile-wrapper.large.margin-bottom-xsmall {
  border-radius: 300px;
}

.stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}

.wrapper-text-opacity {
  color: hsla(0, 0%, 100%, 0.5);
  line-height: 1.5;
}

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

.paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.margin-bottom-small {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-wrapper.inner-padding-micro {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-wrapper.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-wrapper.align-center.half {
  max-width: 50%;
  padding-bottom: 35px;
}

.ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.ratings-stars.large {
  max-height: 24px;
}

.plan-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  padding: 2em 2vw 3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1b1b1b;
}

.plan-column.recommended {
  border-style: solid;
  border-width: 2px;
  border-color: #6411ff;
}

.form-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-content {
  max-height: 140px;
  max-width: 140px;
}

.big-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 3em;
  padding-bottom: 3em;
}

.xlarge-scroll-heading {
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Gotham, sans-serif;
  color: #282829;
  font-size: 20vh;
  font-weight: 600;
  text-transform: none;
  white-space: nowrap;
}

.top-padding {
  padding-top: 10vh;
}

.quote-icon {
  margin-bottom: 4%;
}

.image-grid-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 45vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-grid-wrapper.logo-wrapper {
  position: relative;
  z-index: 3;
  max-height: none;
  min-height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-grid-wrapper.rounded {
  height: 100%;
}

.image-grid-wrapper.hero {
  height: 70vh;
  min-height: auto;
}

.logo-footer {
  max-height: 32px;
  max-width: 120%;
  margin-bottom: 25px;
}

.grid-overlap {
  position: relative;
  z-index: 3;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.overlap-divider {
  height: 100%;
  background-color: #e6e6e6;
}

.overlap-divider.black {
  height: 100%;
  min-height: 400px;
  background-color: #000;
  color: #000;
}

.overlap-divider.bg-dark-gray {
  background-color: #272727;
}

.overlap-divider.bg-dark-gray.medium {
  height: 35%;
}

.device-wrapper {
  position: relative;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1050px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.half-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 5px;
}

.half-section.reverse {
  padding-right: 0vw;
  padding-left: 5vw;
}

.inner-half-section {
  overflow: hidden;
  width: 100%;
  height: 75vh;
  max-width: 990px;
  border-style: solid solid solid none;
  border-width: 8px;
  border-color: #000;
  border-radius: 0px 15px 15px 0px;
  box-shadow: none;
}

.inner-half-section.reverse {
  border-right-style: none;
  border-left-style: solid;
  border-radius: 15px 0px 0px 25px;
}

.inner-half-section.reverse.device {
  border-style: solid;
  border-width: 0px;
}

.inner-half-section.device {
  height: auto;
}

.inner-content-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 550px;
  padding-top: 2.5em;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.inner-content-column.rounded {
  background-color: #1b1b1b;
}

.inner-content-column.vertical-center {
  padding: 1.5em 3.5em 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-product-mobile {
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 500px;
  min-width: 500px;
}

.content-divider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: none;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-image {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 0px;
  opacity: 1;
  text-align: left;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-image.high-column {
  height: 40vh;
}

.full-image.device {
  height: auto;
}

.full-image.large-device {
  height: auto;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.full-image.inner-img-wrapper {
  margin-bottom: 25px;
}

.full-image.cta {
  max-width: 70%;
}

.full-image.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-grid-ticker {
  display: -ms-grid;
  display: grid;
  padding-right: 0vw;
  padding-left: 0vw;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-wrap-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-scrolling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.flex-scrolling.inner-padding-medium {
  margin-bottom: 80px;
}

.grid-logo-wall {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.main-paragraph {
  font-family: ChaiGothic, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 1.4em;
  font-weight: 400;
  text-align: left;
}

.main-paragraph.text-white-opacity {
  max-width: 360px;
  color: hsla(0, 0%, 100%, 0.46);
}

.main-paragraph.bold {
  font-size: 1.8em;
  font-weight: 500;
}

.main-paragraph.split {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  column-gap: 5em;
}

.main-paragraph.size-large {
  font-size: 2em;
}

.main-paragraph.compare-pricing {
  color: hsla(0, 0%, 100%, 0.7);
  text-decoration: line-through;
}

.button-play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #313131;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button-play:hover {
  background-color: rgba(255, 0, 98, 0.9);
}

.media-videos {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-videos.absolute {
  position: absolute;
}

.icon-play {
  max-height: 22px;
  margin-left: 5px;
}

.circle-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: rgba(90, 90, 90, 0.12);
}

.circle-check.off {
  opacity: 0.35;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter;
  color: #fff;
  font-size: 4.5em;
  line-height: 1.2;
  font-weight: 700;
}

.span-small {
  padding-right: 2px;
  padding-left: 2px;
  color: #a5a5a5;
  font-size: 32px;
  font-weight: 400;
}

.price-wrapper {
  min-height: auto;
}

.faq-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #424242;
  font-family: ChaiGothic, sans-serif;
}

.faq-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: ChaiGothic, sans-serif;
  color: #000;
  text-decoration: none;
}

.faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-icon {
  height: 16px;
}

.faq-container {
  color: #747474;
}

.rail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-cta-wrapper {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.rail-wrapper-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.inner-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-half.reverse {
  width: 100%;
  padding-right: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-wrap {
  max-width: 480px;
  min-height: auto;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon {
  margin-right: 12px;
  opacity: 0.35;
  font-size: 12px;
}

.wrapper-dark-bg {
  background-color: #1b1b1b;
  color: #fff;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.link-wrapper:hover {
  padding-right: 0px;
}

.link-wrapper.text-white {
  color: hsla(0, 0%, 100%, 0.85);
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.icon-arrow.opacity {
  opacity: 0.5;
}

.text-gray {
  color: #5a5a5a;
}

.full-form {
  width: 100%;
}

.image-gallery-hero {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 50vh;
  padding: 13px 27px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-gallery-hero.move {
  height: auto;
  max-height: none;
  padding: 0px;
}

.image-gallery-hero._3d {
  width: 100%;
  height: auto;
  max-height: none;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wrapper-user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.frame-image-overflow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25vw;
  max-height: 38vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.frame-image-overflow.no-frame {
  left: 10px;
  right: 10px;
  overflow: visible;
  width: 20vw;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: hsla(0, 0%, 50.2%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.lightbox-link:hover {
  background-color: hsla(0, 0%, 50.2%, 0.35);
}

.icon-play-button {
  height: auto;
  margin-right: 12px;
  opacity: 0.7;
}

.wrap-container {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-padding-micro {
  padding-top: 1em;
  padding-bottom: 1em;
}

.scribble {
  background-image: url('../images/scribble.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wrapper-outline {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #494949;
}

.small-paragraph-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-wrapper {
  width: auto;
  min-height: auto;
  margin-top: 0px;
  margin-right: 10px;
  padding: 10px 15px 10px 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.margin-bottom-xsmall {
  margin-bottom: 35px;
}

.grid-stats {
  height: 100%;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-stats.gap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.text-small {
  font-size: 13px;
}

.value {
  color: #fff;
  font-size: 4.5em;
  font-weight: 500;
}

.value.small {
  font-size: 3em;
}

.logo-quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 420px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0062;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.hero-grid {
  overflow: hidden;
  min-height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 10vh auto auto auto auto auto;
  grid-template-rows: 10vh auto auto auto auto auto;
}

.grid-hero {
  height: 100vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-medium {
  margin-top: 10px;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.25;
  text-align: center;
}

.heading-medium.margin-bottom-xsmall {
  font-size: 2em;
}

.heading-medium.text-white {
  margin-top: -5px;
  padding-top: 0px;
}

.heading-large {
  margin-top: 10px;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 700;
}

.heading-large._20-ch {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: ChaiGothic, sans-serif;
}

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

.heading-large.merch {
  font-family: Inter;
}

.heading-large.merch.text-black {
  font-size: 5em;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.heading-regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  text-align: left;
}

.heading-regular.text-light-gray {
  color: #a5a5a5;
  font-weight: 400;
}

.heading-regular.text-light-gray.margin-bottom-xsmall {
  font-family: ChaiGothic, sans-serif;
}

.heading-regular.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.heading-regular.text-light {
  font-family: Hauora;
  font-weight: 400;
}

.heading-regular.text-light-gray {
  font-family: Hauora;
  font-weight: 400;
}

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

.heading-small {
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.heading-small.text-white {
  font-family: Gotham, sans-serif;
}

.heading-small.text-light {
  font-weight: 400;
}

.heading-small.text-cyan {
  color: #6086d3;
}

.flex-name {
  font-size: 16px;
}

.bg-graybox {
  background-color: #6411ff;
}

.bg-graybox.rounded {
  overflow: hidden;
  border-radius: 12px;
  background-color: #1b1b1b;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.inner-hero-images {
  min-height: 100vh;
  padding-top: 15vh;
}

.collection-list-news {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: ChaiGothic, sans-serif;
}

.collection-list-news._3-col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: #ff0062;
}

.text-white-opacity {
  color: hsla(0, 0%, 100%, 0.54);
}

.color-blue {
  background-color: #4700e0;
}

.hero-track {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: none;
  min-height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.paragraph-large {
  color: #fff;
  font-size: 2.8em;
}

.paragraph-large.spacing {
  margin-bottom: 0px;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

.wrapper-call-to-action {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrapper-call-to-action.inner-cta-padding-small {
  padding-bottom: 0px;
}

.rounded {
  overflow: hidden;
  border-radius: 10px;
}

.wrap-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 60em;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap-summary.header {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-ticker-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._20-ch {
  max-width: 20ch;
}

.p-xsmall {
  font-size: 14px;
}

.inner-overlap {
  background-color: #1b1b1b;
}

.dropdown-list {
  min-width: 150px;
  border-radius: 6px;
  background-color: #2e2b2b;
}

.dropdown-list.w--open {
  background-color: #242424;
}

.dropdown-link {
  color: hsla(0, 0%, 87.3%, 0.85);
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.35);
  color: #dfdfdf;
}

.dropdown-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.padding-top-large {
  padding-top: 12em;
}

.text-orange {
  color: #f5841b;
}

.text-orange.spacing {
  padding-right: 7px;
  padding-left: 7px;
}

.text-cyan {
  color: #c9d5ec;
}

.bg-dark-gray {
  background-color: #1f1f1f;
}

.grid-list-stats {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-stats-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.flex-column-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-column-features.device-wrapper {
  position: -webkit-sticky;
  position: sticky;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.flex-column-features.device-wrapper {
  padding-top: 3vh;
  padding-bottom: 3vh;
}

.wrapper-full-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 75vh;
}

.wrapper-full-image.rounded {
  height: auto;
}

.wrapper-full-image.blog-post {
  height: 60vh;
}

.wrapper-full-image.full-height {
  height: 125vh;
}

.wrapper-full-image.device {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-full-image.banner {
  height: 50vh;
}

.wrapper-full-image.banner.margin-bottom-small {
  min-height: 550px;
}

.wrapper-full-image.large-size {
  height: auto;
  padding-right: 5vw;
  padding-bottom: 10vh;
  padding-left: 5vw;
}

.wrapper-full-image.media.rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-legal-page {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-products {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #000;
  color: hsla(0, 0%, 100%, 0.85);
  text-decoration: none;
}

.product-image-wrapper {
  overflow: hidden;
  height: 40vh;
  min-height: 40vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 12px;
}

.product-image-wrapper.rounded {
  position: relative;
}

.product-image-wrapper.merch {
  height: 45vh;
  min-height: auto;
}

.product-image-wrapper.home {
  height: 55vh;
  min-height: auto;
}

.wrap-product-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sidebar-product {
  position: -webkit-sticky;
  position: sticky;
  top: 14vh;
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view-more {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9em;
  height: 9em;
  padding: 20px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ff0062;
  font-weight: 600;
  text-transform: capitalize;
}

.wrapper-image-product.rounded {
  margin-bottom: 45px;
}

.wrapper-image-product.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  min-height: 55px;
  padding: 15px;
  border-radius: 4px;
  background-color: rgba(27, 27, 27, 0.2);
  font-size: 16px;
}

.wrapper-features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-features.margin-bottom-small {
  font-family: ChaiGothic, sans-serif;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-light {
  font-family: Inter;
  font-weight: 400;
}

.inner-grid-cms {
  display: -ms-grid;
  display: grid;
  margin-bottom: 48px;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.inner-grid-cms.vertical {
  grid-auto-flow: row;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr;
  grid-template-columns: 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

.image-cms {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.team-members {
  height: 45vh;
}

.wrapper-image-blog.list {
  height: 30vh;
  max-height: 220px;
}

.wrapper-image-blog.row {
  height: 25vh;
}

.wrapper-image-blog.row.rounded {
  height: auto;
  max-width: 300px;
}

.paragraph-wrapper-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.flex-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-features {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 13px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: rgba(46, 46, 46, 0.7);
  color: hsla(0, 0%, 100%, 0.56);
  font-weight: 500;
}

.inner-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.stats-number.large {
  font-family: ChaiGothic, sans-serif;
  color: #ffc600;
  font-size: 56px;
  font-weight: 700;
  -o-object-fit: fill;
  object-fit: fill;
}

.inner-grid-column {
  padding-right: 2.5em;
}

.form-container {
  width: 100%;
  max-width: 40em;
  color: #747474;
}

.label-form {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.contain-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: auto;
  padding: 5em 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1b1b1b;
}

.inner-input.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-input.password {
  margin-bottom: 10px;
}

.button-cart {
  z-index: 10;
}

.text-red {
  color: #ff0062;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.info-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.icon-cart {
  margin-right: 0px;
}

.cart-quantity {
  background-color: #ff0062;
  color: #fff;
}

.main-navbar {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-header {
  color: rgba(0, 0, 0, 0.85);
}

.default-state-nav {
  color: #464646;
}

.image-cart {
  border-radius: 4px;
}

.field-label {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  border-radius: 4px;
  background-color: #1b1b1b;
  color: #7a7a7a;
  font-size: 12px;
}

.option-button.w--ecommerce-pill-selected {
  border-color: #ff0062;
  background-color: #1b1b1b;
}

.cart-wrapper {
  z-index: 200;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.half-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: auto;
  padding-right: 5vw;
  padding-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 5px;
}

.inner-padding-small {
  margin-bottom: 0px;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.full-hero-image {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-hero-image.device {
  height: auto;
  min-height: auto;
}

.wrapper-quote {
  padding-right: 30px;
  padding-left: 30px;
  background-color: #1b1b1b;
}

.wrapper-quote.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.logo-quote {
  width: 100%;
  height: 100%;
  max-height: 40px;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-quote.large {
  max-height: none;
}

.text-gray-light {
  font-family: Hauora;
  color: #a5a5a5;
  font-weight: 400;
}

.collection-item-banner {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  width: 100%;
}

.ticker-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ticker-wrapper.shop {
  min-height: auto;
}

.inner-ticker {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-height: 35vh;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-ticker.shop {
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-rail {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.inner-text-scrolling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: ChaiGothic, sans-serif;
  color: #000;
  font-size: 1.8em;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}

.flex-ticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc600;
}

.flex-ticker.inner-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.social-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: inset 1px 1px 0 0 #464646, 1px 1px 0 0 #464646;
  -webkit-transition: padding-bottom 200ms ease, background-color 200ms ease;
  transition: padding-bottom 200ms ease, background-color 200ms ease;
}

.link-social:hover {
  padding-bottom: 10px;
  background-color: #ff0062;
  box-shadow: inset 1px 1px 0 0 #464646, 1px 1px 0 0 #464646;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.overflow-wrapper {
  overflow: hidden;
}

.overflow-wrapper.top-padding {
  overflow: hidden;
}

.wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.wrapper-sticky.blog {
  top: 50px;
}

.inner-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.label {
  color: rgba(41, 40, 40, 0.85);
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: rgba(58, 58, 58, 0.7);
}

.checkout-form {
  background-color: #ebf0f7;
}

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image-logo-back {
  height: 20px;
  margin-right: 15px;
  margin-bottom: 3px;
}

.wrapper-link-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  color: #464646;
  text-decoration: none;
}

.wrapper-link-back:hover {
  color: #6411ff;
}

.paypal-checkout-form {
  background-color: transparent;
}

.order-confirmation {
  background-color: transparent;
}

.remove-link {
  color: #464646;
  text-decoration: underline;
}

.wrap-form-checkout {
  overflow: hidden;
  border-radius: 12px;
  color: rgba(0, 0, 0, 0.85);
}

.main-richtext h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-richtext p {
  margin-bottom: 35px;
}

.main-richtext blockquote {
  margin-top: 30px;
  margin-bottom: 40px;
  border-style: solid;
  border-color: #763ae6;
}

.wrapper-container {
  width: 100%;
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divider-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #a7a7a7;
}

.inner-grid-plan {
  width: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
}

.span-divider {
  width: 25px;
  height: 25px;
}

.flex-form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.empty-state {
  color: rgba(0, 0, 0, 0.85);
}

.error-state {
  color: #ff0062;
}

.link-banner {
  color: #fff;
  text-decoration: none;
}

.bg-red {
  background-color: #ff0062;
}

.tag-sale {
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #4700e0;
  color: #9cecec;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.tag-sale.plan {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom-left-radius: 5px;
  background-color: #6411ff;
  font-size: 11px;
}

.image-product {
  position: static;
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-grid {
  width: 100%;
  height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-row-gap: 5em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 140px auto;
  grid-template-rows: 140px auto;
}

.content-grid.gap-short {
  grid-row-gap: 2em;
}

.image-features {
  width: 100%;
  max-width: 85%;
}

.image-features.max-width {
  position: static;
  max-height: 550px;
  max-width: 55%;
  -o-object-fit: contain;
  object-fit: contain;
}

.button-plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.button-plan-wrapper.inline-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plan-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.loader {
  position: fixed;
  z-index: 90;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-bar-wrapper {
  overflow: hidden;
  width: 350px;
  height: 6px;
  margin-top: 52px;
  margin-bottom: 52px;
  border-radius: 20px;
  background-color: #2e2e2e;
}

.progress-bar {
  width: 100%;
  height: 6px;
  background-color: #fff;
}

.images-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.licenses-image-wrapper {
  overflow: hidden;
  height: 180px;
  min-height: auto;
}

.screenshot {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
}

.heading-style-guide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.styleguide-color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-swatch {
  height: 120px;
  margin-bottom: 25px;
  background-color: #363636;
}

.color-swatch.bg-red {
  background-color: #ff0062;
}

.color-swatch.bg-blue {
  background-color: #6411ff;
}

.color-swatch.bg-dark-gray {
  background-color: #1b1b1b;
}

.color-swatch.bg-mid-gray {
  background-color: #464646;
}

.color-swatch.bg-light-grey {
  background-color: #a5a5a5;
}

.color-swatch.bg-smoke-grey {
  background-color: #e9e8e8;
}

.color-swatch.bg-blue-secondary {
  background-color: #4700e0;
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.styleguide-elements.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-style-guide.inner-padding-xsmall {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

.line {
  height: 1px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #5a5a5a;
}

.row-changelog {
  width: 100%;
  padding: 20px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #414141;
}

.grid-column {
  height: 100%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-column.short-gap {
  grid-row-gap: 16px;
}

.home-link-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 25px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f8f8f8;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none;
}

.home-link-grid:hover {
  background-color: #d2d5d4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.home-small-text {
  color: rgba(63, 63, 63, 0.85);
  font-size: 13px;
  font-weight: 600;
}

.sing-up-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 7px;
  background-color: #302f2f;
  text-decoration: none;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divider-posts {
  width: 100%;
  height: 1px;
  margin-bottom: 5em;
  background-color: #424242;
}

.textarea-message {
  min-height: 280px;
  padding-top: 12px;
  padding-left: 16px;
  border: 1px solid #302f2f;
  border-radius: 4px;
  background-color: #302f2f;
  font-size: 16px;
}

.inner-ticker-wrapper {
  position: absolute;
  left: -8%;
  top: auto;
  right: auto;
  bottom: 10%;
  overflow: hidden;
  width: 120vw;
  -webkit-transform: rotate(-14deg);
  -ms-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.success {
  background-color: #c4f85c;
  color: #313d17;
}

.error {
  padding-top: 13px;
  padding-bottom: 13px;
  border-radius: 4px;
  background-color: #f76969;
  color: #8a0a0a;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  border-radius: 4px;
  background-color: #575757;
  color: hsla(0, 0%, 71.3%, 0.85);
}

.quantity-field {
  border-color: #464646;
  background-color: #464646;
}

.inner-icon {
  max-height: 42px;
}

.dropdown-grid {
  grid-column-gap: 5px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-image-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-loader {
  height: 50px;
}

.paragraph-2 {
  font-family: ChaiGothic, sans-serif;
  font-weight: 400;
}

.button-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: #141414;
}

.grid {
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
}

.container-2 {
  max-width: 1000px;
}

.heading {
  font-family: ChaiGothic, sans-serif;
}

.heading-2 {
  font-family: ChaiGothic, sans-serif;
}

.section-2 {
  margin-top: 100px;
}

.heading-3 {
  font-size: 24px;
  text-align: right;
  text-decoration: none;
}

.heading-4 {
  font-family: ChaiGothic, sans-serif;
  font-size: 24px;
}

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

.heading-6 {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
}

.heading_date {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
}

.text_timeline {
  font-family: ChaiGothic, sans-serif;
  font-size: 20px;
}

.grid-2 {
  grid-row-gap: 8px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
}

.text-block {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
  text-transform: none;
}

.heading-xlarge-2 {
  margin-top: 0px;
  color: #fff;
  font-size: 4em;
  line-height: 1.1;
  font-weight: 700;
}

.heading-xlarge-2._16-ch {
  max-width: 16ch;
  font-family: ChaiGothic, sans-serif;
}

.container-3 {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: ChaiGothic, sans-serif;
}

.main-grid-2 {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-grid-2.hero-images {
  max-width: 1980px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-rows: auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.main-paragraph-2.size-large {
  min-width: 600px;
  margin-bottom: 100px;
  font-size: 2em;
}

.main-paragraph-2.size-large.main_paragraph_mobile {
  max-width: 480px;
  min-width: 520px;
}

.main-paragraph-2.text-white-opacity {
  margin-bottom: 0px;
  font-family: ChaiGothic, sans-serif;
  color: hsla(0, 0%, 100%, 0.46);
  font-size: 1.2em;
}

.main-paragraph-2.text-white-opacity.text_phone {
  color: #ffc600;
  font-size: 3em;
  font-weight: 400;
}

.gray-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0px;
  padding: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #1b1b1b;
}

.full-image-2 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none transparent;
  border-radius: 60px;
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-3 {
  position: relative;
  top: 0px;
  background-color: transparent;
}

.heading-medium-2 {
  margin-top: 10px;
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-size: 2.4em;
  line-height: 1.25;
}

.content-grid-2 {
  width: 100%;
  height: 100%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-row-gap: 5em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-grid-2.gap-short {
  grid-row-gap: 2em;
}

.paragraph-3 {
  font-family: ChaiGothic, sans-serif;
  font-size: 0.8em;
}

.text-block-2 {
  font-family: ChaiGothic, sans-serif;
  color: #fff;
  font-weight: 700;
}

.heading-7 {
  font-size: 1.4em;
}

.text_news {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
}

.heading-8 {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
  font-weight: 400;
}

.grid-3 {
  position: relative;
  margin-right: 60px;
  margin-left: 60px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-4 {
  margin-top: 200px;
  margin-bottom: 200px;
}

.text-block-3 {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
  font-weight: 700;
}

.text_news_title {
  font-family: ChaiGothic, sans-serif;
  color: #a5a5a5;
  font-weight: 700;
}

.text_news {
  color: #a5a5a5;
}

.image {
  border-radius: 20px;
}

.paragraph-4 {
  font-family: 'Gotham book', sans-serif;
  color: #a5a5a5;
}

.img_news {
  border-radius: 20px;
}

.text-block-4 {
  font-family: 'Gotham book', sans-serif;
}

.text-block-5 {
  font-family: 'Gotham book', sans-serif;
}

.image-product-mobile-2 {
  max-height: 85vh;
}

.paragraph-5 {
  font-family: ChaiGothic, sans-serif;
  color: #ffc600;
}

.paragraph-6 {
  color: #ffc600;
}

.paragraph-7 {
  color: #ffc600;
}

.heading-9 {
  font-family: Gotham, sans-serif;
  color: #ffc600;
  font-size: 1.4em;
}

.div-block {
  background-color: #ffc600;
}

.div-block-2 {
  background-color: #464646;
}

.heading-10 {
  font-family: Gotham, sans-serif;
  font-size: 1.4em;
}

.link-block {
  font-family: ChaiGothic, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-8 {
  color: #fff;
}

.image-2 {
  margin-top: 60px;
}

.button-3 {
  background-color: rgba(0, 255, 34, 0);
}

.heading-small-2 {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.heading-small-2.text-white {
  font-family: ChaiGothic, sans-serif;
  font-weight: 700;
}

.small-legal-text-2 {
  color: #6e6e6e;
  font-size: 13px;
}

.container-4 {
  position: relative;
  z-index: 2;
  max-width: 1380px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-4.footer {
  padding-top: 35px;
}

.main-grid-3 {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-footer-2 {
  max-height: 22px;
  margin-bottom: 25px;
}

.inner-footer-nav-2 {
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
}

.button.button_header {
  padding: 10px 20px;
  background-color: hsla(0, 0%, 50%, 0);
}

.image-3 {
  width: 20px;
}

.text-block-6 {
  padding-left: 10px;
}

.grid-buttons-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 50%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.button-4:hover {
  background-color: #5311ce;
}

.button-4.color-red {
  background-color: #ff0062;
  white-space: nowrap;
}

.button-4.color-red:hover {
  background-color: #4400c3;
}

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

.lottie-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999999;
  display: none;
  width: 30%;
  height: 30%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .section.titles {
    min-height: auto;
    padding-top: 0vh;
  }

  .section.desktop-top-padding-header {
    padding-top: 0vh;
  }

  .menu-mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-li {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.desktop-padding {
    padding-right: 0px;
    padding-bottom: 0vh;
    padding-left: 0px;
  }

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

  .container.merch {
    padding-top: 2vh;
  }

  .main-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid.inner-padding-medium {
    display: block;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .main-grid.margin-bottom-small {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0px, 1fr) auto auto;
    grid-template-rows: minmax(0px, 1fr) auto auto;
  }

  .main-grid.hero-images {
    min-height: 80vh;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .main-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-wrapper.product-banner {
    min-height: 35vh;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding-medium {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .hero-grid-header {
    min-height: auto;
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .hero-grid-header.align-top {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-rail {
    min-height: auto;
    min-width: 100vw;
    margin-top: -3px;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
    -o-object-fit: fill;
    object-fit: fill;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 22px;
  }

  .grid-gallery {
    min-height: 30vh;
    min-width: 250vw;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .hero-images-wrapper {
    padding-bottom: 0vh;
  }

  .inner-full-width-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .half-container {
    width: auto;
    max-width: none;
    min-height: auto;
  }

  .half-container.reverse {
    padding-left: 30px;
  }

  .image-frame {
    width: 35vw;
  }

  .image-tiles-hero._3d-reverse {
    max-height: none;
  }

  .image-tiles-hero._3d-flip {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrappernav {
    position: -webkit-sticky;
    position: sticky;
    background-color: #1b1b1b;
  }

  .navgrid {
    padding-right: 10px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr auto auto;
    grid-template-columns: 1fr 1fr auto auto;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 45px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .heading-xlarge {
    font-size: 4em;
    text-align: center;
  }

  .heading-xlarge.white {
    font-size: 60px;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-xlarge.hero-v4 {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
  }

  .navbar {
    background-color: #000;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .button.outline:hover {
    border-color: hsla(0, 0%, 70.2%, 0.3);
  }

  .button.color-red:hover {
    background-color: #ff0062;
  }

  .button.color-red.topnav:hover {
    background-color: #ff0062;
  }

  .button.color-blue {
    background-color: #4700e0;
  }

  .button.color-blue:hover {
    background-color: #4700e0;
  }

  .button.topnav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button.bg-white:hover {
    background-color: #fff;
  }

  .grid-buttons {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .grid-buttons.inner-padding-small {
    width: 100%;
    justify-items: center;
  }

  .p-small-size.min-h {
    min-height: auto;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #a5a5a5;
    font-size: 20px;
  }

  .image-iphone {
    margin-top: 0px;
  }

  .tabs-menu {
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-check {
    margin-right: 0px;
  }

  .image-tab-wrapper {
    max-height: none;
  }

  .tabs-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-vertical {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tab-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mockup {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tabs-nav-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gray-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    min-width: auto;
  }

  .form-block {
    padding-right: 0px;
  }

  .inner-footer-nav {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .heading-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-profile-wrapper.large {
    width: 120px;
    height: 120px;
  }

  .stats-wrapper {
    padding: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    text-align: left;
  }

  .paragraph-wrapper.margin-bottom-medium {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-wrapper.align-center.half {
    max-width: none;
  }

  .plan-column {
    padding: 35px 35px 45px;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .device-wrapper.side-padding {
    padding-right: 35px;
    padding-left: 35px;
  }

  .half-section {
    height: auto;
    min-height: auto;
    padding: 10vh 45px;
  }

  .half-section.reverse {
    padding-right: 45px;
    padding-left: 45px;
  }

  .inner-half-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 450px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: solid;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }

  .inner-content-column {
    padding-top: 2.5em;
    padding-right: 2.5em;
    padding-left: 2.5em;
  }

  .main-paragraph.split {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .hero-cta-wrapper {
    max-width: none;
  }

  .inner-half {
    min-height: auto;
    padding: 10vw 35px;
  }

  .content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .nav-menu {
    background-color: #000;
  }

  .frame-image-overflow {
    width: 45vw;
    max-height: 55vh;
  }

  .frame-image-overflow.no-frame {
    width: 35vw;
    max-height: 35vh;
  }

  .lightbox-link {
    padding: 18px 40px;
  }

  .lightbox-link:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-quote-wrapper {
    min-height: 400px;
  }

  .hero-grid {
    min-height: auto;
    -ms-grid-columns: 30px 1fr 30px;
    grid-template-columns: 30px 1fr 30px;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .heading-large.hero {
    margin-right: auto;
    margin-left: auto;
    padding-top: 35px;
    text-align: center;
  }

  .inner-hero-images {
    min-height: auto;
    padding-top: 0vh;
  }

  .collection-list-news {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-news._3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 32px;
  }

  .wrapper-call-to-action {
    width: 100%;
  }

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

  .wrap-summary.header {
    text-align: center;
  }

  .hero-ticker-images {
    padding-bottom: 0vh;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    position: relative;
    min-width: auto;
  }

  .grid-list-stats.margin-bottom-small {
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

  .collection-list-products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-link-wrapper {
    height: auto;
  }

  .product-image-wrapper {
    height: 35vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 8px;
  }

  .view-more {
    display: none;
  }

  .wrapper-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

  .wrapper-image-blog.team-members {
    height: 35vh;
  }

  .paragraph-wrapper-center.inner-padding-medium {
    width: auto;
  }

  .flex-features {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-features.inner-padding-xsmall {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tag-features {
    font-size: 14px;
  }

  .stats-number.large {
    margin-top: 40px;
  }

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

  .contain-form {
    padding-top: 1.25em;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .dropdown {
    width: 100%;
  }

  .main-navbar {
    padding-right: 20px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .label-dropdown {
    color: #a5a5a5;
    font-size: 20px;
  }

  .underline {
    display: none;
  }

  .half-image-wrapper {
    height: auto;
    min-height: auto;
    padding: 10vw 45px 10vh;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: 100%;
    max-height: none;
  }

  .inner-text-scrolling {
    font-weight: 700;
  }

  .link-social:hover {
    padding-bottom: 0px;
    background-color: transparent;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0px;
  }

  .wrapper-link-back:hover {
    color: #464646;
  }

  .tag-sale {
    font-size: 13px;
  }

  .image-features.max-width {
    max-width: 85%;
  }

  .images-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-style-guide {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .home-link-grid {
    padding: 20px 10px 15px;
    border-radius: 4px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .hero-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .more-images {
    width: 100%;
  }

  .paragraph-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .grid-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-xlarge-2 {
    font-size: 4em;
    text-align: center;
  }

  .container-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .main-grid-2.hero-images {
    min-height: 80vh;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .gray-wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo-footer-2 {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .inner-footer-nav-2 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .grid-buttons-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .button-4 {
    padding: 18px 40px;
  }

  .button-4:hover {
    background-color: hsla(0, 0%, 50.2%, 0.2);
  }

  .button-4.color-red:hover {
    background-color: #ff0062;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .container.header {
    padding-top: 5vh;
  }

  .main-grid {
    grid-row-gap: 36px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .hero-rail.about-page {
    top: 0vh;
  }

  .frame-image-hero.hero {
    height: 30vh;
    min-width: 25vw;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .inner-full-width-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navgrid {
    min-height: 75px;
  }

  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-xlarge {
    font-size: 40px;
  }

  .heading-xlarge.hero-v4 {
    text-align: center;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .grid-buttons {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-buttons.inner-padding-micro {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-buttons.social {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .image-iphone {
    width: 50vw;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tabs-menu-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-list {
    margin: 10px 0px;
  }

  .mockup {
    display: block;
    max-height: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #ff2121;
  }

  .tabs-nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-tab {
    margin: 10px 0px;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .text-field {
    margin-bottom: 15px;
    text-align: left;
  }

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

  .form-block {
    width: 100%;
  }

  .stats-wrapper {
    font-size: 14px;
  }

  .half-section {
    padding-right: 0vw;
  }

  .main-paragraph.bold {
    font-size: 24px;
  }

  .inner-half {
    min-height: auto;
  }

  .lightbox-link {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .value {
    font-size: 36px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .heading-large {
    font-size: 32px;
  }

  .heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-regular.text-gray-light {
    font-weight: 400;
  }

  .heading-small {
    font-size: 16px;
    font-weight: 700;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.media.rounded {
    height: 55vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.merch {
    height: 35vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .inner-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats-number.large {
    font-size: 35px;
  }

  .half-image-wrapper {
    padding-right: 0vw;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100.000068%;
  }

  .inner-ticker {
    min-height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 33.3%;
    -ms-flex: 0 33.3%;
    flex: 0 33.3%;
  }

  .image-product {
    height: 45vh;
  }

  .grid-style-guide {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-style-guide.inner-padding-xsmall {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home-small-text {
    font-size: 13px;
  }

  .logo-loader {
    height: 35px;
  }

  .grid-2 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-xlarge-2 {
    font-size: 40px;
  }

  .main-grid-2 {
    grid-row-gap: 36px;
  }

  .gray-wrapper-2 {
    padding: 35px;
  }

  .heading-medium-2 {
    font-size: 24px;
  }

  .heading-small-2 {
    font-size: 16px;
    font-weight: 700;
  }

  .main-grid-3 {
    grid-row-gap: 36px;
  }

  .grid-buttons-2 {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .button-4 {
    width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .gallery-grid-wrapper {
    min-height: auto;
  }

  .container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .main-grid {
    margin-bottom: -50px;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 36px;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .main-grid.inner-padding-medium {
    display: block;
    margin-bottom: 0px;
    padding-top: 2em;
    padding-bottom: 2em;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .main-grid.margin-bottom-small {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr) auto auto;
    grid-template-rows: minmax(auto, 1fr) auto auto;
  }

  .main-grid.hero-images {
    min-height: 60vh;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .main-grid.short-gap {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .grid-wrapper.top-padding {
    padding-top: 0vh;
  }

  .margin-bottom-small {
    margin-bottom: 35px;
  }

  .margin-bottom-medium {
    margin-bottom: 55px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-grid-header {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .title-tag {
    font-size: 12px;
  }

  .grid-rail {
    min-height: auto;
    min-width: auto;
    margin-right: 0vw;
    margin-left: 3vw;
    padding-top: 100px;
    padding-bottom: 0.75vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1.5vw;
  }

  .hero-rail {
    height: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-rail.gap {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-rail.about-page {
    top: 0vh;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .logos-wrapper {
    padding: 1em;
  }

  .image-logo {
    max-height: 32px;
    max-width: 120px;
    font-size: 16px;
  }

  .image-logo.large {
    max-height: 40px;
    max-width: 145px;
  }

  .image-logo.xlarge {
    max-height: 40px;
    max-width: 145px;
  }

  .grid-gallery {
    min-width: 300vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
    grid-template-rows: 2vh 2vh 2vh 2vh 2vh 2vh 2vh 2vh;
  }

  .frame-image-hero {
    max-width: none;
  }

  .frame-image-hero.hero {
    width: 100%;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-heading.inner-padding-medium {
    padding-top: 0em;
    padding-bottom: 4em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .hero-images-wrapper {
    display: block;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .divider-overlap {
    display: block;
    height: 30%;
    max-height: 15vh;
  }

  .heading-wrapper-center.padding-bottom-medium {
    margin-top: 100px;
    padding-bottom: 2vh;
  }

  .half-container {
    padding-right: 30px;
  }

  .half-container.reverse {
    padding-right: 30px;
  }

  .image-frame {
    width: 45vw;
    height: 15vh;
    max-width: none;
  }

  .image-frame.move {
    width: 45vw;
  }

  .image-tiles-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .navgrid {
    padding-right: 10px;
    padding-left: 20px;
  }

  .menu-button {
    padding-right: 10px;
    padding-left: 5px;
  }

  .heading-xlarge {
    font-size: 32px;
  }

  .heading-xlarge.white {
    font-size: 32px;
  }

  .heading-xlarge._16-ch.inner-padding-xsmall {
    font-family: ChaiGothic, sans-serif;
  }

  .heading-xlarge.hero-v4 {
    margin-top: -40px;
    margin-bottom: 30px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2em;
    line-height: 1.2;
    text-align: center;
  }

  .hero-overlayer {
    display: block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18%, #000), color-stop(65%, rgba(14, 14, 14, 0.15)));
    background-image: linear-gradient(180deg, #000 18%, rgba(14, 14, 14, 0.15) 65%);
  }

  .button {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.topnav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }

  .grid-buttons {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-buttons.inner-padding-small {
    justify-items: stretch;
  }

  .grid-buttons.inner-padding-micro {
    padding-top: 0em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .p-small-size {
    font-size: 14px;
  }

  .p-small-size.text-white-opacity {
    font-family: ChaiGothic, sans-serif;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-brand {
    max-height: 28px;
    max-width: 100%;
  }

  .image-iphone {
    width: 45vw;
    max-height: 550px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .icon-check {
    margin-bottom: 0px;
  }

  .mockup {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 8px;
    border-radius: 20px;
    -webkit-perspective-origin: 50% 0%;
    perspective-origin: 50% 0%;
  }

  .gray-wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .gray-wrapper.float-bottom {
    padding-top: 3em;
  }

  .stats {
    font-size: 35px;
  }

  .text-field {
    height: 60px;
    max-width: none;
    margin-right: 0px;
    text-align: left;
  }

  .text-field.dark {
    min-width: auto;
    text-align: left;
  }

  .inner-footer-nav {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .inner-grid-hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .stats-wrapper {
    padding: 0px 0vh;
    font-size: 14px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .paragraph-wrapper.margin-bottom-xsmall {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .plan-column {
    padding: 20px;
  }

  .form-wrapper {
    width: 100%;
  }

  .icon-content {
    max-width: 84px;
  }

  .big-heading-wrapper {
    padding-top: 0em;
    padding-bottom: 0em;
  }

  .xlarge-scroll-heading {
    font-size: 8vh;
    line-height: 1;
  }

  .image-grid-wrapper {
    max-height: 45vh;
    min-height: auto;
  }

  .image-grid-wrapper.logo-wrapper {
    margin-bottom: 25px;
  }

  .grid-overlap {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .overlap-divider.black {
    height: auto;
    min-height: 150px;
  }

  .overlap-divider.bg-dark-gray {
    max-height: 15em;
  }

  .device-wrapper {
    max-width: none;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .half-section {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-half-section {
    height: auto;
    max-height: 30vh;
    min-height: auto;
    border-style: solid;
    border-radius: 17px;
  }

  .inner-content-column {
    min-height: 50vh;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .inner-content-column.vertical-center {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-product-mobile {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 72%;
    min-width: 100%;
  }

  .content-divider-wrapper {
    min-height: auto;
  }

  .full-image {
    display: inline-block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
  }

  .main-paragraph {
    font-size: 14px;
  }

  .main-paragraph.text-white-opacity {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    text-align: left;
  }

  .main-paragraph.bold {
    font-size: 18px;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

  .main-paragraph.paragraph_faq_mobile {
    font-size: 14px;
  }

  .price {
    font-size: 40px;
  }

  .faq-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .faq-link {
    font-family: ChaiGothic, sans-serif;
    font-size: 16px;
  }

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

  .plus-icon {
    height: 12px;
  }

  .hero-cta-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-half {
    padding: 0vw 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .image-gallery-hero {
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .frame-image-overflow.no-frame {
    width: 25vw;
    max-height: 25vh;
  }

  .lightbox-link {
    width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .margin-bottom-xsmall {
    margin-bottom: 30px;
  }

  .grid-stats.gap {
    grid-column-gap: 12px;
  }

  .text-small {
    font-size: 13px;
  }

  .value {
    font-size: 36px;
  }

  .value.small {
    font-size: 24px;
  }

  .logo-quote-wrapper {
    min-height: auto;
    padding: 90px 35px;
  }

  .hero-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid-hero {
    height: auto;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .heading-medium {
    font-size: 24px;
    line-height: 1.15;
    text-align: left;
  }

  .heading-large {
    font-size: 32px;
  }

  .heading-large._20-ch {
    font-size: 28px;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

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

  .heading-regular.text-white.title_faq_mobile {
    font-size: 16px;
  }

  .heading-small {
    font-size: 12px;
  }

  .inner-hero-images {
    min-height: auto;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 24px;
  }

  .hero-track {
    display: block;
    min-height: 360vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paragraph-large {
    font-size: 28px;
  }

  .wrapper-call-to-action {
    width: 100%;
    min-height: 35vh;
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper-call-to-action.inner-cta-padding-small {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-ticker-images {
    display: block;
    min-height: 300px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .padding-top-large {
    padding-top: 6em;
  }

  .flex-column-features {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-column-features.device-wrapper {
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-column-features.device-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .wrapper-full-image.blog-post {
    height: 35vh;
  }

  .wrapper-full-image.full-height {
    height: 50vh;
    max-height: 200px;
    margin-top: 40px;
  }

  .wrapper-full-image.media.rounded {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrapper {
    height: 15vh;
    min-height: auto;
    border-radius: 6px;
  }

  .product-image-wrapper.merch {
    height: 15vh;
  }

  .product-image-wrapper.home {
    height: 15vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .wrapper-image-product.rounded {
    margin-bottom: 20px;
  }

  .cart-button {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 13px;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    margin-bottom: 0px;
    grid-row-gap: 10px;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.team-members {
    height: 25vh;
  }

  .wrapper-image-blog.list {
    height: 15vh;
  }

  .wrapper-image-blog.row {
    height: 15vh;
  }

  .paragraph-wrapper-center.inner-padding-medium.wrapper_about_global_mobile {
    margin-top: 60px;
    padding-top: 3em;
    padding-bottom: 1.5em;
  }

  .tag-features {
    font-size: 13px;
  }

  .stats-number.large {
    margin-top: 30px;
    font-size: 28px;
  }

  .inner-grid-column {
    padding-right: 10px;
  }

  .form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .contain-form {
    min-height: 50vh;
  }

  .info-members {
    padding-right: 20px;
  }

  .icon-cart {
    font-size: 10px;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .half-image-wrapper {
    height: auto;
    padding: 5vh 30px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .full-hero-image {
    height: auto;
    max-height: none;
    min-height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .inner-ticker {
    min-height: auto;
  }

  .inner-text-scrolling {
    font-size: 18px;
  }

  .flex-ticker.inner-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .buttons-nav-wrapper {
    padding: 20px 30px 40px;
  }

  .image-product {
    height: 35vh;
  }

  .content-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 6px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-grid.gap-short {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .image-features {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .images-features-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-frame {
    margin-bottom: 10px;
  }

  .grid-style-guide {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: stretch;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .home-link-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-wrapper {
    font-size: 18px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .text_timeline {
    font-family: ChaiGothic, sans-serif;
    font-size: 18px;
  }

  .grid-2 {
    padding-right: 30px;
    padding-left: 30px;
    grid-column-gap: 12px;
    -ms-grid-columns: 0.5fr 1.25fr;
    grid-template-columns: 0.5fr 1.25fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .container-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-grid-2 {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-column-gap: 20px;
    grid-row-gap: 32px;
  }

  .main-grid-2.hero-images {
    min-height: 60vh;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .main-paragraph-2.size-large {
    min-width: 0px;
    font-size: 16px;
    text-align: center;
  }

  .main-paragraph-2.size-large.main_paragraph_mobile {
    max-width: none;
    min-width: 220px;
    font-size: 18px;
  }

  .main-paragraph-2.text-white-opacity.text_phone {
    text-decoration: none;
  }

  .gray-wrapper-2 {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .heading-medium-2 {
    line-height: 1.15;
  }

  .content-grid-2 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 36px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-grid-2.gap-short {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

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

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

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .heading-9 {
    font-size: 1em;
  }

  .heading-small-2 {
    font-size: 16px;
  }

  .small-legal-text-2 {
    font-size: 11px;
  }

  .container-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .main-grid-3 {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-row-gap: 36px;
  }

  .inner-footer-nav-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-buttons-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .button-4 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e3b88766 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-e3b88766 {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-e3b88766 {
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e3b88766 {
  -ms-grid-column-span: 12;
  grid-column-end: 13;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d580a314-b268-db94-ca92-03bb8a263903-e3b88766 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8b5-e3b88766 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8bc-e3b88766 {
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf438-e3b88766 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 12;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf43d-e3b88766 {
  -ms-grid-column-span: 5;
  grid-column-end: 7;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7fef019-d95b-7c5d-4ad6-3027917197ed-e3b88766 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 4;
  grid-column-end: 6;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-b7fef019-d95b-7c5d-4ad6-3027917197f2-e3b88766 {
  -ms-grid-column-span: 5;
  grid-column-end: 12;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f580df41-1170-0634-c6f0-fc0062552ad2-e3b88766 {
  -ms-grid-column-span: 10;
  grid-column-end: 12;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904659-07bf8e43 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904667-07bf8e43 {
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca90466d-07bf8e43 {
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca90466f-07bf8e43 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904677-07bf8e43 {
  -ms-grid-column-span: 5;
  grid-column-end: 13;
  -ms-grid-column: 8;
  grid-column-start: 8;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904678-07bf8e43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca90469a-07bf8e43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904689-07bf8e43 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-b2052354-5446-da9c-e906-f9d98118b8b3-8118b8ae {
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdad-e5b887ef {
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdaf-e5b887ef {
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb1-e5b887ef {
  -ms-grid-column-span: 4;
  grid-column-end: 11;
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb3-e5b887ef {
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb5-e5b887ef {
  -ms-grid-column-span: 4;
  grid-column-end: 10;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d93adab6-2883-d2d0-6348-38ad1f3a4907-e5b887ef {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d93adab6-2883-d2d0-6348-38ad1f3a490c-e5b887ef {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d93adab6-2883-d2d0-6348-38ad1f3a4913-e5b887ef {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdee-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf2-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf8-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdfc-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffde6-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdea-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf6-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdec-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf4-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-d0883931-aab3-823f-a22e-c2ccd8cffde8-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_86539912-b624-d097-3647-a9c5fd3f4b05-e5b887ef {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_86539912-b624-d097-3647-a9c5fd3f4b09-e5b887ef {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2e17f7af-afb3-56b6-fdce-fc316ed04d17-71b88839 {
  -ms-grid-column-span: 8;
  grid-column-end: 11;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_77033c14-2ae7-9cce-ccd7-4125f572fabd-71b88839 {
  -ms-grid-column-span: 6;
  grid-column-end: 10;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 991px) {
  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e3b88766 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
  }

  #w-node-_0e6c05eb-f13a-9945-a126-977dee56fc71-e3b88766 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-e3b88766 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e3b88766 {
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
  }

  #w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8b5-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8bc-e3b88766 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf438-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf43d-e3b88766 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-b7fef019-d95b-7c5d-4ad6-3027917197ed-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b7fef019-d95b-7c5d-4ad6-3027917197f2-e3b88766 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-f580df41-1170-0634-c6f0-fc0062552ad2-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904659-07bf8e43 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904667-07bf8e43 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca90466d-07bf8e43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904677-07bf8e43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8c9-8118b8ae {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d93adab6-2883-d2d0-6348-38ad1f3a4907-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d93adab6-2883-d2d0-6348-38ad1f3a490c-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d93adab6-2883-d2d0-6348-38ad1f3a4913-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdee-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf2-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf8-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdfc-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffde6-e5b887ef {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdea-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf6-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdec-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdf4-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffde8-e5b887ef {
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_2e17f7af-afb3-56b6-fdce-fc316ed04d17-71b88839 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-_77033c14-2ae7-9cce-ccd7-4125f572fabd-71b88839 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    -ms-grid-column-span: 3;
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-b2052354-5446-da9c-e906-f9d98118b8b1-8118b8ae {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dba4cd18-18b7-52f8-564f-914cf6ae55a8-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-d68f6320-2373-2433-0132-2ed5f3b9de3d-e3b88766 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-b3fdc0c4-7162-b493-f01a-ac52dffe4cd2-e3b88766 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-d580a314-b268-db94-ca92-03bb8a263911-e3b88766 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d580a314-b268-db94-ca92-03bb8a263913-e3b88766 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d580a314-b268-db94-ca92-03bb8a263905-e3b88766 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-d580a314-b268-db94-ca92-03bb8a263907-e3b88766 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8b5-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-ff6ad665-75da-3845-3cf0-f62bf15ec8bc-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf438-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_2a2c1ca7-f0c8-44b0-3209-cc1e313bf43d-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-b7fef019-d95b-7c5d-4ad6-3027917197ed-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-b7fef019-d95b-7c5d-4ad6-3027917197f2-e3b88766 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904659-07bf8e43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904677-07bf8e43 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904678-07bf8e43 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca90469a-07bf8e43 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_94d1e134-54d0-4e85-60c3-5ac6ca904689-07bf8e43 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdad-e5b887ef {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdaf-e5b887ef {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb1-e5b887ef {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 2;
    grid-column-end: 6;
    -ms-grid-row-span: 2;
    grid-row-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb3-e5b887ef {
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }

  #w-node-d0883931-aab3-823f-a22e-c2ccd8cffdb5-e5b887ef {
    -ms-grid-column-span: 2;
    grid-column-end: 7;
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_77033c14-2ae7-9cce-ccd7-4125f572fabd-71b88839 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }
}

@font-face {
  font-family: 'ChaiGothic';
  src: url('../fonts/ChaiGothicLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ChaiGothic';
  src: url('../fonts/ChaiGothicBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ChaiGothic';
  src: url('../fonts/ChaiGothicRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  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 ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  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;
}