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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header-section {
  z-index: 10;
  width: 100%;
  position: fixed;
}

.header-section.no-absolute {
  position: static;
}

.header-section.orange-back {
  background-color: #1f2a35;
}

.container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.back-money-block {
  background-color: #0000002e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.back-money-text {
  color: #e9e9e9;
  text-align: center;
  line-height: 1.2;
}

.second-layer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 3px 20px;
  display: grid;
}

.header-logo {
  width: 160px;
}

.search-bar-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.contact-text {
  color: #bbb;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.contact-number {
  color: #e6e6e6;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  color: #ddd;
  overflow-wrap: normal;
  background-color: #00000040;
  border: 0 solid #000;
  border-radius: 5px 0 0 5px;
  width: 500px;
  height: 50px;
  margin-bottom: 0;
  line-height: 1.2;
}

.search-button {
  background-color: #235c87;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
}

.search-button.material-icon {
  background-color: #1f2a35;
  font-size: 1.5rem;
  line-height: 1;
}

.video-section {
  width: 100%;
  height: auto;
  position: relative;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/LABORATORIO.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 720px;
}

.third-layer-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 50px;
  padding: 5px 20px;
  display: grid;
}

.header-logo-in-scroll {
  opacity: 0;
  width: 125px;
  display: block;
}

.menus-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-menu {
  color: #fff;
  padding: 6px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.shop-header-icons-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.material-icon {
  color: #fff;
  font-family: MaterialIcons, Trebuchet MS, sans-serif;
  font-size: 1.8rem;
  line-height: .9;
}

.pitch-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: grid;
  position: absolute;
}

.hidde-and-show-menu {
  width: 100%;
}

.space {
  height: 1000px;
}

.hide-menu-desktop-pitch, .show-logo, .change-text-color-pitch, .change-back-color-pitch, .change-icons-color-pitch {
  height: 50px;
}

.top-sellers-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
}

.align-flex-vertical {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.products-slider-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.single-product-slide {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 10px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.single-product-slide:hover {
  box-shadow: 0 2px 5px #0003;
}

.single-product-slide.ocultado {
  display: none;
}

.product-image {
  width: 100%;
}

.product-name {
  color: #1f2a35;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.product-name:hover {
  text-decoration: underline;
}

.icon-divisor {
  width: 80%;
}

.icon-border-divisor {
  z-index: 5;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 15px;
  display: flex;
  position: absolute;
  top: -50px;
}

.footer-section {
  background-color: #1f2a35;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.col1-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.logo-footer {
  width: 100%;
}

.footer-adress {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.social-medias-footer-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: none;
}

.social-icon {
  width: 35px;
}

.email-footer-block {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, auto) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.contact-icon {
  width: 23px;
}

.paragraph-footer {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.col2-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-left: 0;
  display: flex;
}

.footer-menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.links-footer {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.links-footer:hover {
  text-decoration: underline;
}

.col3-footer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 33%;
  display: flex;
}

.dr-image {
  width: 100%;
}

.dr-badge-image {
  width: 35%;
  position: absolute;
  inset: auto auto -5px -20px;
}

.dr-picture-block {
  width: 60%;
  position: relative;
}

.dr-name {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 5px;
  margin-left: -45px;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
  line-height: 1.4;
}

.after-doctor {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.hide-menu-tablet-pitch, .hide-menu-medium-pitch, .hide-menu-mobile-pitch {
  height: 50px;
}

.navbar {
  display: none;
}

.change-menu-hamburguer-color {
  height: 50px;
}

.container-header {
  max-width: 1920px;
}

.link-block, .link-block-2, .link-block-3, .link-block-4 {
  text-decoration: none;
}

.link-block-4.ocultado {
  display: flex;
}

.link-block-5 {
  text-decoration: none;
}

.link-block-5.ocultado {
  display: flex;
}

.link-block-6, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.contact-us-section {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.bold-text-53 {
  font-size: 17px;
}

.text-span-28 {
  font-size: 14px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.privacy-policy-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.bold-text-54 {
  font-size: 1.3rem;
}

.faq-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.faq_content {
  overflow: hidden;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.text-weight-bold {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq-questions {
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq_header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-faq {
  margin-top: 0;
  margin-bottom: -8px;
  padding-bottom: 0;
}

.paragraph_answer {
  color: #535353;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.spacer_faq {
  width: 100%;
  padding-top: 1.5rem;
}

.faq_block {
  color: #231f20;
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #cdcdcd;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.mobile-menu-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 50px;
  padding: 5px 20px;
  display: none;
}

.menus-mobile-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sublimed {
  background-image: linear-gradient(0deg, #cb8e3ab3, #fff 55%);
  padding-left: 5px;
  padding-right: 5px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
  display: flex;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.hero-form {
  width: 100%;
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 5px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1f2a35;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-2 {
  color: #1f2a35;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.2;
}

.text-block-2 {
  font-size: .9rem;
  line-height: 1.2;
}

.newslatter-paragraph {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
}

.link {
  color: #333;
}

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

.code-embed {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.thanks-page-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 50px;
  padding: 5px 20px;
  display: grid;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .second-layer-block {
    grid-auto-flow: row;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-logo {
    width: 135px;
  }

  .contact-block {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .contact-text {
    color: #dfdfdf;
    font-size: .9rem;
  }

  .contact-number {
    color: #f8f8f8;
    font-size: 1rem;
  }

  .search-input {
    width: 250px;
    height: 45px;
  }

  .search-button.material-icon {
    height: 45px;
  }

  .background-video {
    height: 450px;
  }

  .third-layer-block {
    grid-template-columns: 1fr 1.5fr 1fr;
    min-height: 40px;
  }

  .header-logo-in-scroll {
    width: 100px;
  }

  .menus-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .link-menu {
    font-size: .9rem;
  }

  .pitch-section {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .products-slider-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .icon-border-divisor {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .footer-section {
    padding-top: 2rem;
  }

  .col1-footer {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    width: 33%;
  }

  .footer-adress {
    font-size: .9rem;
  }

  .social-medias-footer-block {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .social-icon {
    width: 32px;
  }

  .paragraph-footer {
    font-size: .9rem;
  }

  .footer-menu-links {
    font-size: 14px;
  }

  .links-footer {
    font-size: 1rem;
  }

  .dr-badge-image {
    bottom: 0;
    left: -25px;
  }

  .dr-picture-block {
    width: 80%;
  }

  .dr-name {
    width: 100%;
    margin-left: -25px;
    margin-right: 0;
  }

  .after-doctor {
    margin-right: 15px;
    font-size: 1.2rem;
  }

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

  .hamburguer-icon {
    color: #fff;
    font-size: 3rem;
  }

  .container-header {
    display: block;
  }

  .container-5 {
    max-width: 728px;
  }

  .centered-heading {
    font-size: 2.25rem;
  }

  .mobile-menu-section {
    grid-template-columns: 1fr 1.5fr 1fr;
    min-height: 40px;
  }

  .menus-mobile-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-6, .container-7 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .thanks-page-header {
    grid-template-columns: 1fr 1.5fr 1fr;
    min-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container.footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    display: flex;
  }

  .container.container-footer {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search {
    display: none;
  }

  .background-video {
    height: 400px;
  }

  .third-layer-block {
    grid-template-columns: minmax(auto, .25fr) 1.5fr 1fr;
    min-height: 40px;
  }

  .menus-block {
    display: none;
  }

  .link-menu, .link-menu.w--current {
    color: #333;
  }

  .pitch-section {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading {
    font-size: 2rem;
  }

  .products-slider-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .col1-footer {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-footer {
    width: 75%;
  }

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

  .email-footer-block {
    place-items: center stretch;
  }

  .col2-footer {
    width: 100%;
  }

  .footer-menu-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    display: grid;
  }

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

  .col3-footer {
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .after-doctor {
    margin-right: 0;
    font-size: 1.2rem;
  }

  .menu-button {
    padding: 0;
  }

  .hamburguer-icon {
    font-size: 2.5rem;
  }

  .navbar {
    background-color: #0000;
    height: auto;
    display: flex;
  }

  .paragraph {
    text-align: center;
    line-height: 1.4;
  }

  .centered-heading {
    font-size: 2.25rem;
  }

  .faq_block {
    text-align: left;
  }

  .link-block-9.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-menu-section {
    color: #333;
    background-color: #fff;
    grid-template-columns: minmax(auto, .25fr);
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px;
    display: flex;
  }

  .menus-mobile-block {
    display: flex;
  }

  .hero-without-image {
    padding: 2rem 0;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .heading-2 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .thanks-page-header {
    grid-template-columns: minmax(auto, .25fr) 1.5fr 1fr;
    min-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .back-money-block {
    height: 25px;
  }

  .back-money-text {
    font-size: 3vw;
  }

  .second-layer-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: .75fr 1fr;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-logo {
    width: 100%;
  }

  .search-bar-block {
    display: none;
  }

  .contact-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .contact-text {
    font-size: 3.25vw;
  }

  .contact-number {
    font-size: 3vw;
  }

  .third-layer-block {
    min-height: 35px;
  }

  .header-logo-in-scroll {
    width: 90px;
  }

  .menus-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .link-menu {
    color: #1f2a35;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 4vw;
  }

  .link-menu.w--current {
    font-size: 4vw;
  }

  .shop-header-icons-block {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .material-icon {
    font-size: 1.3rem;
  }

  .pitch-section {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .heading {
    font-size: 8vw;
  }

  .products-slider-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .product-name {
    font-size: 3.8vw;
  }

  .logo-footer {
    width: 60%;
  }

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

  .footer-menu-links {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .links-footer {
    font-size: .8rem;
  }

  .col3-footer {
    width: 90%;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
  }

  .hamburguer-icon {
    font-size: 2.2rem;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }

  .comparison-row {
    grid-column-gap: 20px;
    display: flex;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .paragraph-2 {
    font-size: .9rem;
  }

  .bold-text-54 {
    font-size: 1.2rem;
  }

  .text-style-allcaps.text-weight-bold {
    font-size: 4vw;
    line-height: 1.4;
  }

  .faq-questions {
    max-width: 100%;
    margin-top: 0;
  }

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

  .paragraph_answer {
    font-size: .9rem;
  }

  .link-block-9 {
    display: flex;
  }

  .link-block-9.w--current {
    justify-content: center;
    align-items: center;
  }

  .mobile-menu-section {
    min-height: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menus-mobile-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-around;
    width: 100%;
  }

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

  .margin-bottom-24px {
    font-size: .9rem;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 0;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button-primary-2 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 45px;
  }

  .heading-2 {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .newslatter-paragraph {
    font-size: .9rem;
  }

  .thanks-page-header {
    min-height: 35px;
  }
}

#w-node-_48b9e8aa-19d8-9dfe-b6a0-abd1671091b4-671091b2, #w-node-_5f0b523d-a12b-bc45-5ea5-9946fd9db8db-dfeec959, #w-node-_5f0b523d-a12b-bc45-5ea5-9946fd9db8e1-dfeec959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f0b523d-a12b-bc45-5ea5-9946fd9db8fd-dfeec959 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_34c4b10c-28a7-ba69-d0e8-ef741118a0e1-fc64ab9a {
    order: 9999;
  }

  #w-node-_6206e4cf-721f-6802-c8d2-41d552472a45-fc64ab9a {
    order: -9999;
  }

  #w-node-_91a52ba2-6ad1-c712-3ad4-2eefdaa6ac4c-53cef1cf {
    order: 9999;
  }

  #w-node-_412b1b84-c481-6717-7ed6-796782d90106-53cef1cf, #w-node-_91a52ba2-6ad1-c712-3ad4-2eefdaa6ac56-53cef1cf {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3ba365fb-7db7-43cd-409e-b5808ee4b009-fc64ab9a, #w-node-_91a52ba2-6ad1-c712-3ad4-2eefdaa6ac61-53cef1cf {
    order: -9999;
  }
}


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