@font-face {
  font-family: Boehringerforwardhead Mdit;
  src: url('../fonts/BoehringerForwardHead-MdIt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Boehringerforwardhead Bd;
  src: url('../fonts/BoehringerForwardHead-Bd.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Boehringerforwardhead Md;
  src: url('../fonts/BoehringerForwardHead-Md.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Boehringerforwardhead Bdit;
  src: url('../fonts/BoehringerForwardHead-BdIt.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Boehringerforwardhead It;
  src: url('../fonts/BoehringerForwardHead-It.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark-green: #2a7ab8;
  --white: #fff;
  --hero-paak: Boehringerforwardhead, Arial, sans-serif;
  --black: #414042;
  --light-green: #e9f8f3;
  --green: #42bc99;
  --light-grey: #c5c5c5;
  --amarillo_mercadolibre: #ffe600;
  --hero: Inter, sans-serif;
}

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.navbar-logo-left {
  z-index: 10;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.navbar-brand {
  width: 200px;
}

.nav-menu-wrapper {
  width: auto;
}

.nav-menu-two {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Boehringerforwardhead, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1rem;
  text-decoration: none;
}

.nav-link:hover {
  color: #44f2ff;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 500px;
  margin-right: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #197a8199;
}

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

.hero-stack {
  background-color: #f5f7fa;
  background-image: url('../images/PAAK_HERO_BKGRN-OK.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  height: 100vh;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 500px;
  max-width: 80%;
  margin-top: 0;
  position: static;
  inset: auto auto 0% -42%;
}

.heading-hero {
  font-family: var(--hero-paak);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4.1rem;
}

.hero-span {
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 6.4rem;
}

.image {
  width: 150px;
}

.nav-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-style {
  color: var(--black);
  text-align: left;
  flex: 0 auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
  font-size: 2.3rem;
  line-height: 2.3rem;
}

.h2-style.titulo {
  text-align: left;
}

.h2-style.white {
  color: var(--light-green);
  text-align: left;
}

.h2-style.margin {
  margin-bottom: 60px;
}

.h2-style.productos {
  font-size: 1.7rem;
}

.h2-style.center {
  text-align: center;
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
}

.heading {
  color: #2a7ab8;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Boehringerforwardhead, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: block;
}

.heading.white {
  color: var(--light-green);
  text-align: left;
}

.heading.phone {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.div-subtitle {
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

.div-subtitle.white {
  color: var(--light-green);
  text-align: center;
}

.div-subtitle.white.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-100px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0%;
  display: flex;
}

.h4-style {
  color: var(--dark-green);
  text-align: center;
  font-family: Boehringerforwardhead Md, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 20px;
}

.link-block {
  border: 1px solid var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.link-block:hover {
  box-shadow: 0 2px 7px #0003;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3 {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: clip;
}

.texto-banner {
  width: 600px;
  position: absolute;
}

.section {
  background-image: url('../images/imagen_adn.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.h3-style {
  color: var(--white);
  text-shadow: 0 1px 3px #0003;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  position: absolute;
}

.div-valores {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.section-2 {
  background-image: url('../images/banner-cotizacion.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}

.div-formulario {
  display: flex;
}

.div-50 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 30px 0 0;
  display: flex;
}

.div-50.productos-home {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 60px;
  padding-top: 10px;
}

.div-50.center {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-50.center-img {
  justify-content: center;
  align-items: center;
}

.form-field {
  border-radius: 300px;
  margin-bottom: 30px;
}

.form-field.text-area {
  border-radius: 20px;
  height: 200px;
}

.button--style {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 500px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button--style:hover {
  color: #fff;
  background-color: #197a8199;
}

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

.formulario {
  width: 100%;
}

.footer-light {
  background-color: var(--dark-green);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: #fff;
  font-family: Boehringerforwardhead, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #fff;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: .7rem;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px #a6b1bf;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--green);
  color: var(--black);
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #197a81;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 200;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  width: 20px;
  margin-left: 12px;
}

.form-label {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.container-5 {
  border-top: 1px solid var(--green);
  flex-flow: column;
  max-width: none;
  margin-top: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-radio {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 400px;
  display: flex;
}

.section-cotizador {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-radio-cotizador {
  color: var(--dark-green);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1rem;
}

.label-radio {
  font-family: Inter, sans-serif;
}

.div-product-field {
  width: 20%;
}

.submit-button {
  background-color: var(--dark-green);
  border-radius: 300px;
  width: 300px;
  margin-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.navbar-logo-left-copy {
  background-color: var(--dark-green);
  position: static;
  inset: 0% 0% auto;
}

.flex-block {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
}

.div-100 {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.container-100px-banner {
  background-image: url('../images/imagen_home_estabilidad.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 70vh;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-categorias {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-3 {
  background-image: url('../images/flecha_verde-fondo.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-home-sticky {
  background-color: var(--dark-green);
  position: sticky;
  inset: 0 0% auto;
}

.image-2 {
  width: 400px;
  margin-bottom: 41px;
}

.section-top-banner {
  background-image: url('../images/warehouse_bkgrnd.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.heading-page {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 5rem;
}

.container-100vh--column {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.div-paragraph {
  text-align: justify;
  padding: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.div-paragraph.white {
  color: var(--white);
  text-align: left;
  padding: 40px 0;
}

.div-paragraph-copy {
  text-align: justify;
  padding: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.paragraph {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

.paragraph.center {
  text-align: center;
  display: block;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
  max-width: none;
}

.div-arrow-01 {
  width: 600px;
  position: absolute;
  inset: 45% auto auto 0%;
}

.div-arrow-02 {
  width: 300px;
  position: absolute;
  inset: auto auto 0% 33%;
}

.bold-text {
  text-align: left;
  width: 100%;
  font-family: Boehringerforwardhead Md, Arial, sans-serif;
  display: block;
}

.section-nosotros {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-4 {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.h3-style-copy {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  position: absolute;
}

.section-top-banner-productos {
  background-image: url('../images/banner_productos.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.section-top-banner-nosotros {
  background-image: url('../images/warehouse_bkgrnd.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.section-top-banner-cotizador {
  background-image: url('../images/cotizador-banner.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.flex-block-3, .div-cotizador {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.column {
  padding-left: 0;
}

.section-top-banner-contacto {
  background-image: url('../images/banner_contacto.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.form-block {
  width: 100%;
}

.container-6 {
  max-width: 1200px;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.image-6 {
  width: 20px;
}

.text-link {
  color: var(--dark-green);
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
}

.link {
  margin-top: 0;
  text-decoration: none;
}

.div-productos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.div-productos.flejes {
  width: 280px;
  text-decoration: none;
}

.product-crop {
  box-sizing: content-box;
  object-fit: fill;
  width: 400px;
  height: auto;
  overflow: visible;
}

.texto-productos {
  color: var(--dark-green);
  text-align: left;
  font-family: Boehringerforwardhead Md, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1rem;
}

.texto-productos.white {
  color: var(--light-green);
  text-align: left;
}

.texto-productos.phone {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.image-7 {
  width: 100%;
}

.flex-block-4 {
  background-color: var(--white);
  border-bottom: 1px #c5c5c5;
  justify-content: space-around;
  padding-bottom: 40px;
}

.flex-block-4.margin {
  border-bottom-style: solid;
  border-bottom-color: var(--light-grey);
}

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

.pregunta-texto {
  color: #29265b;
  font-family: Exo, sans-serif;
  font-size: 25px;
}

.acordion-pregunta {
  border-bottom: 1px solid var(--green);
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.bold-text-2 {
  line-height: 30px;
}

.dropdown-list-2 {
  height: auto;
  display: block;
  position: static;
}

.respuesta-numero {
  color: #fff;
  background-color: #29265b;
  border: 2px solid #29265b;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  line-height: 26px;
  display: flex;
}

.div-faq {
  background-color: #fff;
  padding: 50px;
}

.acordion-toggle {
  display: flex;
}

.respueta-texto {
  color: #363232;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.acordion-icon {
  color: var(--green);
  font-size: 21px;
}

.bold-text-3 {
  line-height: 30px;
}

.container-productos {
  max-width: 1200px;
  padding-top: 0;
  padding-bottom: 100px;
}

.heading-productos {
  color: var(--dark-green);
  font-family: Boehringerforwardhead Bd, Arial, sans-serif;
}

.div-esquineros {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.image-8 {
  width: 50px;
}

.div-flejes, .div-accesorios {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.container-products {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-titulo-productos {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.flex-block-productos {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-prodcutos {
  justify-content: space-between;
  align-items: center;
}

.section-top-banner-flejes {
  background-image: url('../images/banner_flejes.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

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

.section-top-banner-esquinero {
  background-image: url('../images/banner_esquinero_plastico.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.button-mercado {
  border: 1px solid var(--white);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 500px;
  margin-right: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
}

.button-mercado:hover {
  color: #fff;
  background-color: #197a8199;
}

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

.image-9 {
  border-radius: 0;
  max-width: 50%;
}

.boton_ml {
  background-color: var(--amarillo_mercadolibre);
  border-radius: 300px;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-productos-azul {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 100px;
  display: flex;
}

.div-galeria {
  aspect-ratio: auto;
  border: 1px solid var(--light-grey);
  object-fit: cover;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 300px;
  max-height: 100%;
  display: flex;
  overflow: clip;
}

.image-10 {
  object-fit: fill;
  max-width: none;
  max-height: 100%;
  overflow: visible;
}

.section-galeria {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-11 {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  position: static;
  overflow: clip;
}

.image-12 {
  object-fit: cover;
  max-height: 100%;
  position: static;
  overflow: clip;
}

.efi-ft-01 {
  padding: 150px 5% 100px;
}

.efi-ft-01-container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.efi-ft-01-grid {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.efi-ft-01-cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-ft-01-image-wrapper {
  margin-bottom: 25px;
}

.efi-ft-01-feature-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  margin: 30px;
}

.quick-stack-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #333;
  margin: 55px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.cell-3 {
  outline-offset: 0px;
  outline: 3px solid #333;
}

.quick-stack-3 {
  box-sizing: content-box;
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  object-fit: cover;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.cell_product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  text-align: center;
  border: 1px #8c8d8d;
  outline: 3px #555;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.th_prod {
  border: 1px solid #000;
  width: 300px;
  height: 300px;
  overflow: clip;
}

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

.quickstack-productos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 80%;
  margin: 30px;
  padding: 0 10px;
}

.h2-n {
  color: var(--black);
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
  line-height: 2rem;
  display: flex;
}

.h2-n.titulo {
  text-align: left;
}

.h2-n.white {
  color: var(--light-green);
  text-align: left;
}

.h2-n.margin {
  margin-bottom: 60px;
}

.h2-n.productos {
  font-size: 1.7rem;
}

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

.h3-n {
  color: #2a7ab8;
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1rem;
}

.h3-n.white {
  color: var(--light-green);
  text-align: left;
}

.h3-n.phone {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

.para-n {
  text-align: left;
  margin-top: 20px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.cell-5 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

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

.img_prod {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid #000;
  flex: 0 auto;
  width: auto;
  height: 300px;
  max-height: none;
  overflow: scroll;
}

.lbox_prod {
  border: 1px #45bc99;
}

.lightbox-link-copy {
  border: 1px solid #45bc99;
}

.lbox_prod_n {
  border: 1px #45bc99;
}

.listblock {
  background-image: url('../images/banner-cotizacion.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0;
}

.cell-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.quick-stack-4 {
  margin-left: 100px;
  margin-right: 100px;
}

.image-14 {
  filter: invert();
  mix-blend-mode: normal;
}

.heading-2 {
  margin: 0;
}

.paragraph-2, .paragraph-3 {
  margin-bottom: 0;
}

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

.img-producto {
  max-width: 70%;
}

.flexbox-tablas {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
}

.div-tablas {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 0 30px 0 0;
  display: flex;
}

.div-tablas.productos-home {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 60px;
  padding-top: 10px;
}

.div-tablas.center {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-tabla {
  max-width: 60%;
}

.section-top-banner-esquinero-kraft {
  background-image: url('../images/banner_esquinero_kraft.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.section-top-banner-esquinero-blanco {
  background-image: url('../images/banner_esquinero_blanco.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 40vh;
}

.bold-text-4 {
  font-family: Boehringerforwardhead Md, Arial, sans-serif;
}

.div-mapa {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .navbar-logo-left {
    z-index: 300;
  }

  .container-hero {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 1200px;
  }

  .hero-stack {
    width: 100%;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

  .hero-image.shadow-two {
    width: 500px;
  }

  .heading-hero {
    font-size: 4rem;
    line-height: 6rem;
  }

  .hero-span {
    font-size: 8rem;
    line-height: 7rem;
  }

  .heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-50.center-img {
    justify-content: center;
    align-items: center;
  }

  .heading-page {
    font-size: 6rem;
    line-height: 6rem;
  }

  .container-100vh--column {
    max-width: 80%;
  }

  .paragraph {
    display: block;
  }

  .flex-block-2 {
    width: 100%;
    max-width: none;
  }

  .flex-block-4 {
    border-bottom: 1px none var(--green);
  }

  .acordion-pregunta {
    z-index: 200;
  }

  .container-productos {
    padding-top: 100px;
  }

  .div-block-5 {
    background-image: url('../images/banner_accesorios.jpg');
    background-position: 0 0;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .heading-productos {
    color: var(--dark-green);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
  }

  .div-esquineros {
    background-image: url('../images/banner_esquineros.jpg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .image-8 {
    width: 50px;
  }

  .div-flejes {
    background-image: url('../images/banner_flejes.jpg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .div-accesorios {
    background-image: url('../images/banner_accesorios.jpg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
  }

  .container-products {
    padding-top: 0;
  }

  .div-titulo-productos {
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    max-width: 1200px;
    display: flex;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    width: 1200px;
    display: flex;
  }

  .div-productos-azul {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-galeria {
    height: 300px;
  }

  .lbox_prod {
    border-style: none;
    width: 100%;
  }

  .img-producto {
    max-width: 70%;
  }

  .flexbox-tablas {
    width: 100%;
    max-width: none;
    margin-bottom: 60px;
  }

  .div-tablas {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .div-tablas.center-img {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-left: 0;
    padding-right: 0;
  }

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

  .navbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--dark-green);
    border-radius: 0;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-green);
    color: #fff;
  }

  .hero-wrapper-two {
    justify-content: center;
    align-items: center;
  }

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

  .h2-style, .heading {
    text-align: center;
  }

  .div-subtitle.white {
    padding-left: 20px;
  }

  .container-100px {
    padding: 40px;
  }

  .h4-style {
    font-size: 1.5rem;
    bottom: 0;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-50 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block-3 {
    flex-flow: column;
    display: block;
  }

  .container-5 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-cotizador-producto {
    flex-flow: column;
    display: block;
  }

  .div-product-field {
    width: auto;
  }

  .columns {
    flex-flow: column;
    display: flex;
  }

  .container-100px-banner {
    max-width: none;
    height: 60vh;
  }

  .container-categorias {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-100vh--column {
    padding-top: 40px;
    padding-bottom: 10px;
  }

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

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .column {
    padding-left: 10px;
  }

  .div-productos {
    padding: 20px;
  }

  .texto-productos {
    text-align: center;
    line-height: 1.4rem;
  }

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

  .bold-text-2, .bold-text-3 {
    font-size: 27px;
  }

  .container-products {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-titulo-productos {
    padding-left: 20px;
  }

  .icon {
    color: var(--white);
  }

  .div-block-7 {
    width: 100%;
  }

  .flex-block-productos, .flex-block-prodcutos {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-galeria {
    height: 300px;
  }

  .efi-ft-01 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .quickstack-productos {
    margin-left: 0;
    margin-right: 25px;
  }

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

  .notas-tablas {
    width: 100%;
    max-width: none;
  }

  .flexbox-tablas {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-tablas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .img-tabla {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .heading-hero {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }

  .hero-span {
    font-size: 4.4rem;
    line-height: 4rem;
  }

  .h4-style {
    bottom: 0;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .div-banner {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .h3-style {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .div-50 {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .container-100px-banner {
    display: block;
  }

  .heading-page {
    font-size: 3rem;
    line-height: 4rem;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .div-productos, .div-productos.flejes {
    width: auto;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

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

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

  .respuesta-numero {
    height: 30px;
  }

  .bold-text-3 {
    font-size: 27px;
  }

  .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    margin-bottom: 20px;
  }

  .flex-block-productos, .flex-block-prodcutos, .container-7 {
    flex-flow: column;
  }

  .section-galeria {
    flex-flow: column;
    display: block;
  }

  .efi-ft-01-grid {
    grid-template-columns: 1fr;
  }

  .flexbox-tablas {
    flex-flow: column;
  }

  .div-tablas {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container-hero {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-stack {
    height: 70vh;
  }

  .hero-image.shadow-two {
    max-width: 90%;
  }

  .heading-hero {
    font-size: 2.7rem;
    line-height: 2.5rem;
  }

  .hero-span {
    font-size: 2.8rem;
  }

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

  .h2-style {
    line-height: 2.5rem;
  }

  .heading {
    text-align: center;
    line-height: 1.5rem;
  }

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

  .texto-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-50 {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-50.productos-home {
    padding-right: 0;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-radio {
    flex-flow: column;
    width: auto;
  }

  .submit-button {
    width: 250px;
  }

  .form {
    justify-content: flex-end;
    align-items: center;
  }

  .flex-block {
    flex-flow: column;
  }

  .container-categorias {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-cotizador {
    flex-flow: column;
  }

  .pregunta-texto {
    text-align: center;
    font-size: 13px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .bold-text-2 {
    text-align: center;
    font-size: 27px;
  }

  .respuesta-numero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 30px;
  }

  .bold-text-3 {
    text-align: center;
    font-size: 27px;
  }

  .quickstack-productos {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2-n {
    line-height: 2.5rem;
  }

  .h3-n {
    line-height: 1.5rem;
  }

  .quick-stack-4 {
    width: 100%;
  }

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

#w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da36-1a3ba7ef {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709c-b2c2529c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709d-b2c2529c, #w-node-d8ea1225-660b-0fe0-f73e-32602c19cbbc-b2c2529c {
  grid-column: span 2 / span 2;
}

#w-node-b380dffb-cbca-b8b4-3b82-d806a863e21d-e6b409c0, #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bc-dc5da5af {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

#w-node-fea077f9-a82a-0e25-5607-ee03df2a39f4-7f090df4, #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc68d-2b0266b6, #w-node-_89f33d16-a971-25b9-6acc-045cff6a4875-f8ec628e, #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25c3-c69f568b {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

@media screen and (min-width: 1440px) {
  #w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da37-1a3ba7ef {
    order: 0;
  }

  #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709c-b2c2529c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709d-b2c2529c {
    order: 0;
    grid-column: span 2 / span 2;
  }

  #w-node-d8ea1225-660b-0fe0-f73e-32602c19cbbc-b2c2529c {
    grid-column: span 2 / span 2;
  }

  #w-node-b380dffb-cbca-b8b4-3b82-d806a863e21e-e6b409c0, #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bd-dc5da5af, #w-node-fea077f9-a82a-0e25-5607-ee03df2a39f5-7f090df4, #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc68e-2b0266b6, #w-node-_89f33d16-a971-25b9-6acc-045cff6a4876-f8ec628e, #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25c4-c69f568b {
    order: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da36-1a3ba7ef {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da37-1a3ba7ef, #w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da3d-1a3ba7ef {
    grid-column: span 1 / span 1;
  }

  #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709c-b2c2529c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709d-b2c2529c, #w-node-d8ea1225-660b-0fe0-f73e-32602c19cbbc-b2c2529c {
    grid-column: span 2 / span 2;
  }

  #w-node-b380dffb-cbca-b8b4-3b82-d806a863e21d-e6b409c0 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b380dffb-cbca-b8b4-3b82-d806a863e21e-e6b409c0 {
    grid-row: span 1 / span 1;
  }

  #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bc-dc5da5af {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bd-dc5da5af {
    grid-row: span 1 / span 1;
  }

  #w-node-fea077f9-a82a-0e25-5607-ee03df2a39f4-7f090df4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fea077f9-a82a-0e25-5607-ee03df2a39f5-7f090df4 {
    grid-row: span 1 / span 1;
  }

  #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc68d-2b0266b6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc68e-2b0266b6, #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc695-2b0266b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_89f33d16-a971-25b9-6acc-045cff6a4875-f8ec628e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89f33d16-a971-25b9-6acc-045cff6a4876-f8ec628e, #w-node-_89f33d16-a971-25b9-6acc-045cff6a4879-f8ec628e, #w-node-_89f33d16-a971-25b9-6acc-045cff6a487c-f8ec628e {
    grid-column: span 1 / span 1;
  }

  #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25c3-c69f568b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25c4-c69f568b, #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25ca-c69f568b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709c-b2c2529c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b380dffb-cbca-b8b4-3b82-d806a863e21e-e6b409c0, #w-node-b380dffb-cbca-b8b4-3b82-d806a863e224-e6b409c0, #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bd-dc5da5af, #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28c3-dc5da5af, #w-node-fea077f9-a82a-0e25-5607-ee03df2a39f5-7f090df4, #w-node-fea077f9-a82a-0e25-5607-ee03df2a39fb-7f090df4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4a830b11-6883-b1a9-13e7-0c6b5419da36-1a3ba7ef, #w-node-_1bdd3a03-4642-6d10-57cd-b8f4e1f6709c-b2c2529c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b380dffb-cbca-b8b4-3b82-d806a863e21d-e6b409c0, #w-node-_0bab8628-cca9-caaf-bcdf-d0c1d4ed28bc-dc5da5af, #w-node-fea077f9-a82a-0e25-5607-ee03df2a39f4-7f090df4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-bf32bda1-3c86-3be8-1f39-0329f24dc68d-2b0266b6, #w-node-_89f33d16-a971-25b9-6acc-045cff6a4875-f8ec628e, #w-node-_2711e4e4-71f4-c5f0-5385-fd6a745a25c3-c69f568b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Boehringerforwardhead Mdit';
  src: url('../fonts/BoehringerForwardHead-MdIt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boehringerforwardhead Bd';
  src: url('../fonts/BoehringerForwardHead-Bd.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boehringerforwardhead';
  src: url('../fonts/BoehringerForwardHead.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boehringerforwardhead Md';
  src: url('../fonts/BoehringerForwardHead-Md.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Boehringerforwardhead Bdit';
  src: url('../fonts/BoehringerForwardHead-BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Boehringerforwardhead It';
  src: url('../fonts/BoehringerForwardHead-It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}