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

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

a {
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
}

.container {
  width: 100vw;
  max-width: 1000px;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.nav-link {
  color: #1a1b1f;
  text-align: left;
  letter-spacing: .25px;
  min-width: 0;
  min-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.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;
}

.mobile-margin-top-10 {
  max-width: none;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: .25px;
  background-color: #005030;
  border-radius: 7px;
  width: 180px;
  margin-top: 20px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: transform .5s ease-in-out;
}

.button-primary:hover {
  color: #005030;
  background-color: #d9d9d9;
  border: 1px solid #005030;
  font-weight: 600;
  transform: scale(1.05);
}

.button-primary:active {
  background-color: #d9d9d9;
  transform: scale(.9);
}

.hero-heading-left {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 20px;
  position: relative;
}

.hero {
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.header-img {
  vertical-align: baseline;
  border-radius: 7px;
  flex: 1;
  align-self: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-h1 {
  color: #54595f;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.bold-text {
  font-size: 13px;
  font-weight: 200;
}

.oferta {
  color: #005030;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  transition: opacity .2s, color 1.2s ease-in-out;
  display: flex;
}

.oferta:hover {
  opacity: 1;
  color: #005030;
  background-color: #fff;
  font-weight: 400;
}

.us-ugi {
  transform-style: preserve-3d;
  background-color: #005030;
  border-radius: 7px;
  padding-top: 40px;
  padding-bottom: 40px;
  transition-property: transform;
  transition-duration: .75s;
  transition-timing-function: ease-in-out;
}

.us-ugi:hover {
  pointer-events: auto;
  transform: scale3d(1.1, 1.1, 1.1);
}

.quick-stack-cell {
  text-align: center;
  background-color: #005030;
  align-items: center;
  padding: 10px;
  text-decoration: none;
}

.cell-2, .cell-3 {
  background-color: #005030;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.bold-text-2 {
  font-size: 13px;
  font-weight: 500;
}

.image {
  max-width: none;
}

.button {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: row-reverse wrap;
  place-content: flex-start space-around;
  align-items: flex-end;
  width: 180px;
  text-decoration: none;
  display: inline-block;
}

.grid {
  text-align: center;
  -webkit-text-stroke-color: #54595f;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.div-block-oferta-inside {
  opacity: 1;
  border-radius: 7px;
  width: 310px;
  height: 310px;
  padding: 40px 15px;
  transition: background-color .375s, transform .8s ease-in-out;
}

.div-block-oferta-inside:hover {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  mix-blend-mode: normal;
  background-color: #005030;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 20px;
  display: block;
  transform: translate(0, -12px);
}

.div-block-2, .div-block-oferta, .div-block-4, .div-block-5, .div-block-6 {
  width: 310px;
  height: 310px;
}

.image-2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .5s ease-in-out;
}

.image-2:hover {
  transform: scale(1.3);
}

.list-item {
  width: 120px;
  min-width: auto;
  min-height: auto;
}

.navbar {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-7 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: baseline;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navigation-link {
  color: #333;
  font-family: Montserrat, sans-serif;
  transition: transform .5s ease-in-out;
}

.navigation-link:hover {
  font-weight: 600;
  transform: scale(1.05);
}

.navigation-link.w--current {
  color: #333;
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

.nav-menu-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-3 {
  width: 200px;
  height: 200px;
}

.faq-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.faq-accordeon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f1f1f1f2;
  border-radius: 7px;
  flex-flow: column;
  margin-left: 0;
  padding: 10px 20px;
  display: flex;
  position: static;
}

.faq-question {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-answer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: none;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.accordeon-arrow {
  flex-flow: column;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  width: 1000px;
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.input {
  background-color: #f1f1f1f2;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  min-height: 40px;
}

.form {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 7px;
  flex-flow: column;
  display: flex;
}

.input-big {
  background-color: #f1f1f1f2;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  min-height: 150px;
}

.section-offer-2 {
  font-family: Montserrat, sans-serif;
}

.form-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.checkbox {
  border-radius: 7px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  background-color: #005030;
  box-shadow: 0 2px 5px #0003;
}

.checkbox.w--redirected-focus {
  border: 1px solid #f10909;
  box-shadow: 0 2px 5px #f10909;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.quick-stack-2 {
  grid-column-gap: 21px;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  display: block;
}

.bold-text-3 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.checkbox-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.footer-light {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

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

.footer-wrapper-two {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.footer-block-left {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 240px;
  max-width: 400px;
  display: flex;
}

.footer-title {
  color: #005030;
  text-align: left;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: static;
}

.footer-link-two {
  color: #005030;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  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 solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  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: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-bottom-text {
  color: #005030;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

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

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

.footer-section {
  background-color: #d9d9d9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.footer-text {
  color: #005030;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.flex-block, .slider {
  display: none;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.container-4, .nav-menu-3 {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    width: 98vw;
    max-width: none;
    height: 90vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 98vw;
    max-width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .hero-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center stretch;
    width: 98vw;
    margin-bottom: -40px;
    display: flex;
  }

  .hero-split {
    max-width: 90%;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .oferta {
    width: 98vw;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .us-ugi {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 98vw;
    max-width: 96%;
    margin-left: 10px;
    margin-right: 10px;
    position: static;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-oferta-inside {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-oferta {
    width: 40vw;
    height: 40vw;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 98vw;
    display: flex;
  }

  .div-block-7 {
    flex-flow: row;
    justify-content: space-around;
    align-items: baseline;
    width: 98vw;
    max-width: none;
    display: flex;
  }

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

  .nav-menu-2 {
    color: #fff;
    background-color: #fff;
    padding-bottom: 40px;
    display: flex;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
  }

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

  .faq-wrapper {
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    width: 96vw;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .form-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-offer-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 96vw;
    max-width: 100%;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .form-section {
    width: 96vw;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-light {
    max-width: 909%;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    max-width: 100%;
  }

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

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

  .footer-section {
    width: 96vw;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon {
    display: block;
  }

  .section {
    cursor: move;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    width: 100vw;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .flex-block, .slider {
    display: none;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 98vw;
    display: flex;
  }

  .navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: baseline;
  }

  .container-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: baseline;
    width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu-3 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .menu-button-3 {
    opacity: 1;
    background-color: #fff;
  }

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

  .icon-2 {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: stretch;
    width: 98vw;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .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;
  }

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

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 96vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
    width: 96vw;
    display: flex;
  }

  .hero-split {
    justify-content: space-between;
    align-items: center;
  }

  .heading-h1 {
    font-size: 34px;
  }

  .oferta {
    width: 96vw;
    font-size: 34px;
  }

  .us-ugi {
    flex: 0 auto;
    align-self: auto;
    position: static;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 78vw;
    display: flex;
  }

  .div-block-oferta-inside {
    width: 290px;
    height: 290px;
  }

  .div-block-oferta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
    height: 50vw;
    display: flex;
  }

  .navbar {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 96vw;
    height: 30vw;
    position: relative;
  }

  .div-block-7 {
    width: 88%;
    max-width: none;
  }

  .nav-menu-2 {
    position: absolute;
  }

  .faq-wrapper {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 500px;
    max-width: 500px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-offer-2 {
    justify-content: space-around;
    align-items: center;
    width: 96vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-section {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-8 {
    text-align: left;
    position: static;
  }

  .footer-light {
    text-align: center;
    object-fit: fill;
    max-width: 100%;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    text-align: center;
    flex-flow: column;
    position: static;
  }

  .footer-block-left {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
  }

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

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

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

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

  .footer-section {
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: stretch;
    width: 100vw;
    max-width: 92%;
    margin-left: 0;
    display: flex;
  }

  .quick-stack-3 {
    max-width: 70%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #005030;
    border-radius: 7px;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    padding: 40px 20px;
    transition-property: transform;
    transition-duration: .75s;
    transition-timing-function: ease-in-out;
    display: flex;
    overflow: hidden;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .slider {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .mask {
    box-sizing: border-box;
    clear: none;
    object-fit: fill;
    max-width: 100%;
    overflow: hidden;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    max-width: 75%;
    display: flex;
  }

  .slide {
    background-color: #fff;
    margin-bottom: 0;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    max-width: 98%;
    height: 100%;
    display: flex;
  }

  .body {
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
    object-fit: fill;
    max-width: 98vw;
    display: flex;
  }

  .slide-3 {
    overflow: hidden;
  }

  .navbar-2 {
    width: 95vw;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 95vw;
    height: 800px;
    padding-right: 0%;
    display: block;
  }

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

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

  .button-primary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .hero {
    flex-flow: column;
    align-items: stretch;
    width: 100vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    width: 95vw;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .header-img {
    vertical-align: baseline;
    flex: none;
    align-self: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .oferta {
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 92vw;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .us-ugi {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    margin-top: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .grid {
    grid-auto-flow: column dense;
    width: 95vw;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-oferta-inside {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: 100%;
    display: flex;
  }

  .div-block-oferta-inside:hover {
    transform: translate(0, -11px);
  }

  .div-block-2 {
    width: 95vw;
  }

  .div-block-oferta {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95vw;
    height: 60vw;
    display: flex;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    width: 95vw;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    width: 100vw;
    height: 90vw;
    margin-left: 20px;
    margin-right: 0;
    display: inline-block;
    position: static;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    display: inline-block;
  }

  .nav-menu-2 {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: 350px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 40px;
    display: flex;
    position: absolute;
    inset: 5vw 0% auto;
  }

  .menu-button-2 {
    z-index: 1000;
    display: block;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .menu-button-2.w--open {
    position: relative;
  }

  .faq-wrapper {
    max-width: 100%;
  }

  .faq-accordeon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .text-block-2 {
    text-align: left;
    width: 80vw;
    margin-right: 20px;
  }

  .accordeon-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    margin-bottom: 0;
    padding: 20px;
  }

  .form {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    width: 96vw;
    max-width: 100%;
  }

  .section-offer-2 {
    justify-content: space-between;
    align-items: flex-start;
    width: 95vw;
    max-width: none;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .form-section {
    flex-flow: column;
    width: 95vw;
    max-width: none;
    display: flex;
  }

  .checkbox-field {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-light {
    flex-flow: column;
    justify-content: space-between;
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .footer-wrapper-two {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
  }

  .footer-brand {
    flex-flow: column;
    display: block;
  }

  .footer-block-left {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-title {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .footer-link-two {
    text-align: center;
    flex-flow: column;
    align-items: baseline;
    display: flex;
  }

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

  .footer-bottom-text {
    text-align: center;
    position: static;
  }

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

  .footer-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }

  .image-4 {
    max-width: 100%;
    display: inline-block;
  }

  .footer-text {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
  }

  .slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100vw;
    max-width: 100%;
    padding-left: 0;
    overflow: hidden;
  }

  .mask {
    background-color: #fff;
    flex: 0 auto;
    width: 100vw;
    max-width: 100%;
    overflow: visible;
  }

  .slide-nav {
    margin-top: 40px;
  }

  .body {
    flex-flow: row;
    min-width: auto;
    max-width: 100vw;
  }

  .slide-2, .slide-3 {
    position: sticky;
  }

  .recaptcha {
    margin-bottom: 6px;
    margin-right: 0;
    position: static;
    overflow: visible;
  }

  .bold-text-5 {
    padding-right: 0;
  }

  .brand {
    display: flex;
  }

  .navbar-2 {
    background-color: #fff;
  }

  .icon-2, .icon-2:active {
    color: #fff;
  }
}

#us-ugi.w-node-eeb0466d-ae6c-b8b4-76c2-4641a56f6934-f8345a68 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_1bd3fd5b-9036-08f4-ca93-f560415945a5-f8345a68 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_1bd3fd5b-9036-08f4-ca93-f560415945a5-f8345a68 {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #us-ugi.w-node-eeb0466d-ae6c-b8b4-76c2-4641a56f6934-f8345a68 {
    grid-template-rows: 367px;
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #us-ugi.w-node-eeb0466d-ae6c-b8b4-76c2-4641a56f6934-f8345a68 {
    display: none;
  }
}
