:root {
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .8;
}

.age-verif-parent {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #191712bf;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
}

.age-popup {
  background-color: #fff;
  border-radius: 15px;
  align-self: center;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 30px;
  position: relative;
  top: 0%;
  left: 0;
}

.popup-head {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.popup-verify-text {
  text-align: center;
  margin-bottom: 15px;
}

.popup-button-div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overage-btn {
  background-color: #c40f30;
  border: 2px solid #c40f30;
  border-radius: .5em;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: all .2s;
}

.overage-btn:hover {
  opacity: .8;
}

.underage-btn {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: .5em;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  transition: all .2s;
}

.underage-btn:hover {
  opacity: .8;
}

.popup-terms-text {
  margin-top: 30px;
}

.error-msg {
  text-align: center;
  background-color: #282828;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.div-footer {
  background-color: #111;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section {
  width: 100%;
  max-width: 1400px;
}

.section.margin-bottom-5em {
  margin-bottom: 5em;
}

.section.hero {
  padding-top: 7.5em;
}

.section.footer {
  background-color: #111;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section.contact-form {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section._111 {
  background-color: #111;
}

.spacing {
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
}

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

.spacing.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacing.align-center.margin-bottom-2em {
  margin-bottom: 2em;
}

.spacing.footer {
  padding-top: 3em;
  padding-bottom: 2em;
}

.spacing.nav-desktop {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacing.nav-mobile {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.login-btn {
  color: #fff;
  background-color: #c40f30;
  border-radius: .5em;
  padding: .75em 2em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
}

.login-btn:hover {
  opacity: .8;
}

.login-btn.white {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu.hide-desktop {
  display: none;
}

.grid-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-image: linear-gradient(90deg, #dd1b3e, #94031d);
  border-radius: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
  padding: 4em 3em;
}

.div {
  max-width: 680px;
}

.div.margin-bottom-1em {
  margin-bottom: 1em;
}

.div.margin-bottom-2em {
  margin-bottom: 2em;
}

.div.margin-bottom-2em.tablet-1em {
  margin-bottom: 1em;
}

.div.width-720 {
  max-width: 720px;
}

.div.width-580 {
  max-width: 580px;
}

.div.width-580.margin-bottom-1em.horizontal {
  display: flex;
}

.div.width-580.margin-bottom-1em.horizontal-gap-1em {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.div.relative {
  position: relative;
}

.div.relative.border-radius-10 {
  border-radius: 10px;
}

.div.limit-380 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 380px;
}

.div.typeform, .div.border-radius-10 {
  border-radius: 10px;
}

.div.border-radius-10.bhh {
  background-color: #e9e9e9;
  width: 100px;
  padding: 2em;
}

.div.justify-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div.credir {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-banner {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-image {
  object-fit: contain;
  width: 90%;
}

.navbar {
  background-color: #fff0;
  border-radius: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 5em;
  display: flex;
}

.div-navbar {
  z-index: 9999;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 5px #0000000d;
}

.c_marquee {
  z-index: 99;
  width: 100%;
  margin-bottom: 2em;
  position: relative;
}

.c_marquee.margin-medium {
  margin-bottom: 60px;
}

.marquee-left {
  display: block;
  position: relative;
}

.section-marquee {
  z-index: 99999;
}

.marquee-logo {
  opacity: 1;
  width: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll-left {
  grid-column-gap: 0rem;
}

.marquee-overlay {
  z-index: 9;
  background-image: radial-gradient(circle, #fff0 80%, #fff);
  width: 100%;
  height: 120px;
  position: absolute;
  inset: 0%;
}

.marquee {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.heading_wrapper {
  margin-bottom: 60px;
}

.heading_wrapper.limit-width {
  max-width: 320px;
}

.card {
  z-index: 99;
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card_cta-wrapper {
  z-index: 9;
  width: 100%;
  display: flex;
}

.btn_learn-more-wrapper {
  align-items: center;
  width: 100%;
}

.card_content {
  z-index: 9;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.product-info {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #c40f30;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.card_title-wrapper {
  z-index: 9;
  width: 100%;
}

.btn_text-large {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
}

.card-back {
  background-image: linear-gradient(#0000, #c2c2c21a);
  position: absolute;
  inset: 0%;
}

.card-front {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.card_background-img {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.icon-item {
  width: 25px;
}

.icon-item.invert {
  filter: invert();
}

.icon-item.invert.smaller {
  width: 17px;
}

.div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.div-2.margin-bottom-2em {
  margin-bottom: 2em;
}

.div-vertical {
  flex-direction: column;
  display: flex;
}

.div-vertical.space-between {
  justify-content: space-between;
}

.nav-link-footer {
  color: #f4f4f4;
  padding: 0;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

.div-block-footer-subtitle-wrapper {
  font-weight: 300;
}

.text-s {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
  display: block;
}

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

.grid-footer-nav.margin-bottom {
  margin-bottom: 6em;
}

.subtitle-medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.subtitle-medium.qqq {
  color: #dcdcdc;
}

.subtitle-medium.white {
  color: var(--white);
}

.button-clipboard {
  cursor: pointer;
  flex: none;
}

.text-m {
  font-size: 1.0725rem;
  font-weight: 400;
  line-height: 1.5em;
}

.text-m.light {
  color: #fffcf1;
}

.text-m._500 {
  font-weight: 500;
}

.nav-footer-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
}

.div-horizontal {
  align-items: center;
  display: flex;
}

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

.div-horizontal.gap-0-5em {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.div-horizontal.gap-0-5em.margin-bottom-0-5em {
  margin-bottom: .5em;
}

.div-horizontal.gap-1em {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.nav-footer-list-item {
  opacity: .5;
  color: #f4f4f4;
  list-style-type: none;
  transition: opacity .2s;
}

.nav-footer-list-item:hover {
  opacity: 1;
  color: var(--white);
}

.line {
  background-color: #6b6b6b;
  width: 100%;
  height: .5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.nav-footer {
  background-color: #fff0;
}

.text-xs {
  color: #000;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3em;
}

.text-xs.light {
  color: #fff;
}

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

.logo {
  width: 100px;
}

.title {
  color: #181818;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

.paragraph-m {
  color: #181818;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph-m.align-center {
  color: #6b6b6b;
  text-align: center;
  margin-bottom: 0;
}

.button-alternative {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #c40f30;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.button-alternative:hover {
  opacity: .8;
}

.icon-m {
  width: .875em;
}

.navbar-notification {
  color: var(--white);
  background-color: #181818;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.subtitle-large {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}

.subtitle-large.email {
  color: #000;
  font-size: 28px;
}

.span-red {
  color: #c40f30;
}

.spacing-footer {
  width: 100%;
  padding: 3em;
}

.footer-logo-wrapper {
  margin-bottom: 3em;
}

.grid-contact-form {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: grid;
}

.contact-form-image {
  z-index: 9;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1em;
  width: 100%;
  height: 100%;
}

.embed-form {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.navigator {
  width: 100%;
  height: 7.5em;
}

.nav-link {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1em;
  transition: all .2s;
}

.nav-link:hover, .nav-link.w--current {
  color: #c40f30;
}

.title-legal {
  color: #181818;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 460px;
  max-width: 100%;
  display: flex;
}

.title-404 {
  color: #181818;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.swiper-nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-nav.space-between {
  justify-content: space-between;
  align-items: center;
}

.basic-swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
}

.swiper-slide.basic-swiper-item {
  z-index: 2;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-pagination-bullet {
  background-color: #dcdcdc;
  border-radius: 100px;
  width: .725em;
  height: .725em;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.snp-pagination {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.swiper-wrapper {
  flex: none;
  display: block;
}

.swiper-wrapper.basic-slider-list {
  align-items: center;
  display: flex;
}

.slider-button-right {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-right: -22.5px;
  padding: 10px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  position: absolute;
  top: 35%;
  right: 0;
  box-shadow: 0 1px 5px #00000026;
}

.slider-button-right:hover {
  color: #fff;
  background-position: 60%;
}

.slider-button-left {
  z-index: 10;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/Group-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-left: -22.5px;
  padding: 10px;
  font-size: 0;
  font-weight: 400;
  line-height: 1em;
  transition: background-position .15s cubic-bezier(.47, 0, .745, .715), background-color .2s, color .2s;
  position: absolute;
  top: 35%;
  box-shadow: 0 1px 5px #00000026;
}

.slider-button-left:hover {
  color: #fff;
  background-position: 40%;
}

.div-slider {
  max-width: 100%;
}

.div-slider-nav {
  max-width: 100%;
  position: absolute;
  inset: 40% 0% auto;
}

.slider {
  width: 100%;
  padding-bottom: 3em;
  position: relative;
}

.subtitle-xs {
  color: var(--white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

.subtitle-xs.email {
  color: var(--black);
  text-align: center;
}

.chevron {
  width: 12px;
  transform: rotate(-90deg);
}

.div-pattern {
  z-index: 10;
  background-image: url('../images/website-pattern.png');
  background-size: 32px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-logo {
  filter: hue-rotate(180deg) invert();
}

.banner-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
  display: block;
}

._404-logo {
  width: 200px;
}

.menu-button.hide {
  display: none;
}

.logo-link {
  padding-left: 0;
}

.footer-contact {
  color: var(--white);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.ipad-shape {
  z-index: 2;
  width: 85%;
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.c_features {
  justify-content: center;
  width: 100%;
  padding: 5%;
  display: flex;
}

.c_features.margin-bottom-100 {
  width: 100%;
  margin-bottom: 100px;
}

.ipad-mockup {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.screenshot-scroll {
  width: 100%;
}

.tablet-mockup-animation {
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  position: relative;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 90%;
  height: 95%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  height: 111%;
  display: flex;
  overflow: hidden;
}

.div-bg-white {
  z-index: 99;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.paragraph-s {
  color: #181818;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.paragraph-s.align-center {
  color: #6b6b6b;
  text-align: center;
  margin-bottom: 0;
}

.paragraph-s.white {
  color: var(--white);
}

.paragraph-s.white.opacity-85 {
  opacity: .85;
}

.paragraph-s.email {
  text-align: center;
}

.login-btn-banner {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  color: #c40f30;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.login-btn-banner:hover {
  opacity: .8;
}

.login-btn-banner.white {
  background-color: var(--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.embed-form-wrapper {
  background-color: #eee;
  border-radius: 10px;
  width: 100%;
  padding: 1em;
}

.footer-grid {
  grid-template-rows: auto;
}

.footer-credit {
  opacity: .5;
  color: #f4f4f4;
  transition: opacity .2s;
}

.footer-credit:hover {
  opacity: 1;
}

.div-order-status {
  background-color: #f4f4f4;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-order-status.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-check {
  width: 26px;
}

.image-logo-email {
  opacity: 1;
  filter: hue-rotate(180deg) invert();
  width: 120px;
  margin-bottom: 40px;
}

.margin-bottom-40px.w--current {
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .subtitle-medium {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1920px) {
  .section.footer {
    justify-content: center;
    align-items: center;
  }

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

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

  .subtitle-medium {
    font-size: 1.4rem;
  }

  .text-m {
    font-size: 1.3725rem;
  }

  .text-xs, .banner-text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .age-popup {
    max-width: 90%;
  }

  .section.footer {
    position: static;
  }

  .spacing.nav-desktop {
    display: none;
  }

  .spacing.nav-mobile {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #fff0;
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-menu.hide-tablet {
    display: none;
  }

  .nav-menu.hide-desktop {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: var(--white);
    background-color: #c40f30;
    justify-content: space-between;
    height: auto;
    margin-top: 1em;
    padding-top: 4em;
    padding-bottom: 4em;
    display: flex;
  }

  .div {
    max-width: 100%;
  }

  .div.margin-bottom-2em.tablet-1em {
    margin-bottom: 1em;
  }

  .marquee-overlay, .marquee {
    height: 100px;
  }

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

  .icon-item {
    filter: none;
  }

  .div-2 {
    align-self: flex-start;
  }

  .div-horizontal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .div-horizontal.gap-1em {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

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

  .logo {
    width: 90px;
  }

  .title {
    font-size: 58px;
  }

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

  .grid-contact-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-areas: "Area-2 ."
                         "Area Area"
                         "Area Area";
    display: flex;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--white);
  }

  .slider-button-right {
    margin-right: 0;
  }

  .slider-button-right:hover {
    background-position: 50%;
  }

  .slider-button-left {
    margin-left: 0;
  }

  .slider-button-left:hover {
    background-position: 50%;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #fff0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button.hide.w--open {
    display: none;
  }

  .c_features {
    padding: 0%;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .icon-l {
    background-color: #fff;
    width: 40px;
  }

  .icon-l.invert {
    filter: invert();
  }

  .icon-l.call-icon {
    filter: invert();
    background-color: #fff0;
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .age-popup {
    max-width: 90%;
  }

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

  .c_marquee.margin-medium {
    margin-bottom: 30px;
  }

  .marquee-logo {
    width: 100px;
    margin-left: 0;
    margin-right: 0;
  }

  .marquee-overlay {
    height: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .grid-footer-nav {
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .grid-footer-nav.margin-bottom {
    margin-bottom: 2em;
  }

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

  .logo {
    width: 80px;
  }

  .title {
    font-size: 52px;
  }

  .subtitle-large {
    font-size: 30px;
  }

  .title-legal {
    font-size: 42px;
  }

  .basic-swiper {
    margin-bottom: 20px;
  }

  .slider-button-right, .slider-button-left {
    background-size: 16px;
    width: 48px;
    height: 48px;
  }

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

  ._404-logo {
    width: 180px;
  }

  .ipad-screen {
    border-radius: 6px;
  }
}

@media screen and (max-width: 479px) {
  .age-popup {
    padding: 40px 15px;
  }

  .overage-btn {
    font-size: 15px;
  }

  .underage-btn {
    margin-left: 10px;
    font-size: 15px;
  }

  .error-text {
    font-size: 16px;
  }

  .div-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section.hero {
    padding-top: 5em;
  }

  .spacing {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .login-btn.hide-mobile {
    display: none;
  }

  .grid-banner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .div.credir {
    justify-content: flex-start;
    align-items: center;
  }

  .marquee-logo {
    width: 90px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .product-info {
    padding: 8px 16px;
  }

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

  .title {
    font-size: 42px;
    font-weight: 600;
  }

  .navbar-notification {
    display: none;
  }

  .subtitle-large {
    font-size: 28px;
  }

  .navigator {
    height: 5em;
  }

  .title-legal {
    font-size: 36px;
  }

  .title-404 {
    font-size: 26px;
  }

  ._404-logo {
    width: 160px;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .login-btn-banner.hide-mobile {
    display: none;
  }

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

#w-node-_4d10a35f-9819-24f6-d8db-1c3904058f47-f98ec5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55a0371b-7f33-32f2-702c-b75395df8f2d-f98ec5cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6b597a4f-cbbe-355b-1cbd-61c9d8f84ba5-f98ec5cf {
  place-self: center start;
}

#w-node-_87902b7c-1c73-454a-a400-bfcab152ca9f-b152ca69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


