.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.body {
  height: 100vh;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bg-video {
  z-index: 1;
  width: 60vw;
  height: 60vh;
  mix-blend-mode: darken;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: 8%;
}

.background-video {
  min-height: 100vh;
  min-width: 80vw;
  mix-blend-mode: darken;
  margin-left: 15%;
}

.smells-naughty {
  display: block;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.tastes-nice {
  display: block;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 5%;
}

.email-signup {
  z-index: 999;
  width: 400px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 5%;
  right: auto;
}

.email-signup.alt {
  font-family: "Mplus Rounded 1c", sans-serif;
  position: static;
}

.wrapper {
  max-width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.top-marquee {
  color: #f0f50e;
  text-transform: none;
  margin-top: 10px;
  font-family: Inconsolata, monospace;
  overflow: hidden;
}

.bottom-marquee {
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.content {
  height: 100vh;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video-2 {
  z-index: -1;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home {
  background-color: #01160f;
  padding: 20px;
}

.hero-content {
  width: 98%;
  max-width: 1400px;
  min-height: 680px;
  border: 3px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content_logo {
  margin-bottom: 60px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 40px;
}

.div-block {
  width: 50%;
}

.hero-image {
  width: 50%;
  margin-left: 40px;
  margin-right: 40px;
}

.hero-image.mobile {
  display: none;
}

.hero-content_left {
  width: 50%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.hero-text {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 120%;
}

.hero-content_wrap {
  align-items: stretch;
}

.primary-button {
  width: 100%;
  max-width: 224px;
  color: #111;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f0f50e;
  border-radius: 20px;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.primary-button:hover {
  text-decoration: underline;
}

.hero-content_button-group {
  grid-column-gap: 20px;
  margin-left: 40px;
  display: flex;
}

.secondary-button {
  width: 100%;
  max-width: 224px;
  color: #f0f50e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f0f50e;
  border-radius: 20px;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.secondary-button:hover {
  text-decoration: underline;
}

.big-text-block {
  max-width: 1400px;
  grid-column-gap: 40px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 91px auto;
  display: flex;
}

.big-text_middle {
  min-height: 430px;
  background-image: url('../images/big-text_middle_bg_one.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.big-text_middle.alt {
  background-image: url('../images/big-text_middle_bg_two.png');
  background-size: contain;
}

.big-text_heading {
  color: #fff;
  text-align: center;
  flex: 0 100%;
  font-family: Instrument Serif, sans-serif;
  font-size: 112px;
  font-weight: 400;
  line-height: 108px;
}

.footer {
  width: 100%;
  max-width: 1400px;
  border: 3px solid #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.footer_right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.copyright {
  grid-column-gap: 4px;
  color: #fff;
  font-family: "Mplus Rounded 1c", sans-serif;
  display: flex;
}

.social {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  background-color: #f0f50e;
  border-radius: 20px;
  padding: 12px;
}

.big-cards {
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.big-card {
  width: 49.5%;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 44px;
  transition: all .6s;
  display: flex;
}

.big-card:hover {
  border-color: #f0f50e;
}

.big-card_heading {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Instrument Serif, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.big-card_text {
  width: 100%;
  max-width: 490px;
  color: #fff;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.big-card_image {
  width: 100%;
  max-width: 232px;
  filter: contrast(200%) saturate(0%);
  transition: all .2s;
}

.big-card_image.color {
  filter: none;
}

.hero-text-heading {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
}

.hero-text-heading.mobile {
  display: none;
}

.card-wrapper {
  width: 350px;
  height: 300px;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.card-wrapper:hover {
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-front {
  width: 100%;
  height: 300px;
}

.card-front.down {
  z-index: 50;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  background-image: url('../images/triangle-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: absolute;
}

.card-front.down.aslt {
  padding-left: 60px;
  padding-right: 60px;
}

.card-front.up {
  z-index: 50;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: center;
  background-image: url('../images/triangle-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: absolute;
}

.card-back {
  width: 100%;
  height: 300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #111;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: "Mplus Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-heading {
  font-family: Instrument Serif, sans-serif;
  font-size: 36px;
  line-height: 38px;
}

.cards {
  width: 100%;
  max-width: 1200px;
  perspective: 1234px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 140%;
  display: flex;
  overflow: visible;
}

.link {
  color: #111;
}

.h3-heading {
  color: #fff;
  text-align: center;
  flex: 0 100%;
  margin-bottom: 20px;
  font-family: Instrument Serif, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 108px;
}

.more-questions {
  color: #fff;
  margin-right: 20px;
  font-family: Instrument Serif, sans-serif;
  font-size: 30px;
}

.more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 100%;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .bg-video {
    width: 60vw;
    height: 50vh;
    position: relative;
  }

  .background-video {
    min-height: 70vh;
    margin-left: 0%;
  }

  .smells-naughty {
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 5%;
  }

  .tastes-nice {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 60%;
    bottom: auto;
    right: 5%;
  }

  .hero-content_logo {
    margin-bottom: 0;
    padding-right: 0;
  }

  .hero-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-image.mobile {
    padding-right: 0;
    display: block;
  }

  .hero-image.desktop {
    display: none;
  }

  .hero-content_left {
    width: 100%;
  }

  .hero-text {
    margin-right: 40px;
  }

  .hero-content_wrap, .big-text-block {
    flex-wrap: wrap;
  }

  .big-card {
    width: 100%;
  }

  .div-block-2 {
    display: none;
  }

  .hero-text-heading {
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bg-video {
    width: 90vw;
    height: 50vh;
  }

  .background-video {
    min-height: 50vh;
  }

  .smells-naughty {
    top: 5%;
  }

  .tastes-nice {
    left: auto;
    right: 5%;
  }

  .email-signup {
    margin-bottom: 0;
  }

  .hero-content_logo {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-content_left {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .primary-button {
    max-width: 100%;
  }

  .hero-content_button-group {
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: center;
    margin-left: 0;
  }

  .secondary-button {
    max-width: 100%;
  }

  .big-text_middle {
    width: 100%;
    min-height: 430px;
    justify-content: center;
  }

  .big-text_heading {
    font-size: 50px;
    line-height: 48px;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .newsletter {
    margin-bottom: 10px;
  }

  .footer_right {
    align-items: center;
  }

  .hero-text-heading {
    margin-left: 0;
    margin-right: 0;
  }

  .h3-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .more {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .bg-video {
    height: 40vh;
    top: 11vh;
  }

  .background-video {
    min-width: 100vw;
  }

  .smells-naughty {
    width: 280px;
  }

  .tastes-nice {
    width: 230px;
    top: 41%;
  }

  .email-signup {
    width: 100%;
    bottom: 15%;
    left: 0;
    right: 0;
  }

  .content {
    justify-content: flex-start;
  }

  .hero-content {
    min-height: 550px;
    justify-content: flex-start;
  }

  .hero-image.mobile {
    margin-top: -20px;
  }

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

  .big-text_middle {
    background-size: contain;
  }

  .hero-text-heading {
    font-size: 26px;
  }

  .hero-text-heading.desktop {
    display: none;
  }

  .hero-text-heading.mobile {
    display: block;
  }

  .text-block {
    font-size: 14px;
  }
}


@font-face {
  font-family: 'Mplus Rounded 1c';
  src: url('../fonts/MPLUSRounded1c-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mplus Rounded 1c';
  src: url('../fonts/MPLUSRounded1c-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red Hat Mono';
  src: url('../fonts/RedHatMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Serif';
  src: url('../fonts/InstrumentSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}