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

.section {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/Fondo_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section._2 {
  background-image: url('../images/5_1.avif'), url('../images/4_1.avif');
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  padding-left: 0%;
  padding-right: 0%;
}

.section._3 {
  background-image: url('../images/8_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section._4 {
  background-image: url('../images/14_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.section._4.compu {
  display: block;
}

.section._5 {
  background-image: url('../images/19_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section._6 {
  background-image: url('../images/20_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  height: auto;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #d2c9bc;
  letter-spacing: 1.5px;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-weight: 200;
}

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

.cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.cont._1, .cont._2 {
  height: 100%;
}

.fotolarga {
  background-image: url('../images/6.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 0;
}

.fotolarga.jo {
  background-image: url('../images/INV-ANA-PAULINA--7.png'), url('../images/foto.jpg');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
}

.fotolarga.jo._2 {
  background-image: url('../images/3_1.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 10vh;
}

.fotolarga.jo._2._1 {
  background-image: url('../images/18_1.avif');
}

.fotolarga.jo._2._5 {
  background-image: url('../images/16_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fotolarga.jo._2-copy {
  background-image: url('../images/7_1.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 10vh;
}

.fotolarga.jo._2-copy-copy {
  background-image: url('../images/13_2.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  height: 10vh;
}

.div {
  height: auto;
  margin-top: -140px;
  margin-left: 5%;
  margin-right: 5%;
}

.heading {
  color: #676435;
  text-align: center;
  letter-spacing: 1.5px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.js-clock-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 0;
  display: flex;
}

.box-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: #676435;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 5px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.bonita {
  color: #676435;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 15px;
  font-style: normal;
  line-height: 30px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  display: flex;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-img {
  background-image: url('../images/10.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-quote {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.div-2 {
  height: auto;
}

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

.div-block-19._2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.paragraph-2 {
  color: #606961;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-2._3 {
  color: #d2c9bd;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  line-height: 15px;
}

.c-flipping-cards-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 0 0;
  display: flex;
}

.c-card-back {
  perspective: 1000px;
  background-image: url('../images/13_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  display: block;
}

.c-card-front {
  perspective: 1000px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  display: flex;
}

.c-card-front._1 {
  box-shadow: none;
  background-image: none;
  width: 300px;
}

.c-flip-card {
  position: relative;
}

.cloneable-area {
  padding: 20px 0;
}

.text-span {
  text-transform: none;
  font-size: 12px;
  line-height: 10px;
}

._w-card-back {
  perspective: 1000px;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-3 {
  color: #626b63;
  text-decoration: none;
}

._w-flip-card {
  z-index: 10;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.button-2 {
  color: #d2c9be;
  background-color: #3898ec00;
  border: 1px solid #cdc5b9;
  border-radius: 20px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

._w-card-front {
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(#00000069, #00000069), url('../images/IMG_7087IMG_7086.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front._1 {
  background-color: #0000;
  background-image: none;
  border-radius: 0;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  background-color: #0000;
  background-image: url('../images/11.avif');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  background-color: #0000;
  background-image: url('../images/12.avif');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
}

.heading-2 {
  color: #d2c9bc;
  font-size: 20px;
  line-height: 25px;
}

.heading-3 {
  color: #d2c9bc;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.grid {
  grid-template-rows: auto;
  width: 40%;
}

.boton {
  color: #d2c9bc;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #d2c9bc;
  border-radius: 20px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
}

.div-block-20 {
  background-image: url('../images/15_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 190vh;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  height: 100%;
}

.button {
  background-color: #000;
  border-radius: 10px;
}

.button.secondary-button {
  color: #000;
  background-color: #fff;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper._2, .modal-wrapper._3, .modal-wrapper._4, .modal-wrapper._5, .modal-wrapper._6 {
  display: none;
}

.displayonly_component {
  box-shadow: none;
  background-color: #fff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding: 0 0 0 40px;
  display: flex;
}

.displayonly_component._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.displayonly_component._3 {
  padding-left: 0;
}

.displayonly_component._4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.displayonly_component._5 {
  padding-top: 0;
}

.displayonly_component._6 {
  margin-top: 0;
  padding-top: 0;
}

.button-3 {
  color: #676535;
  background-color: #35353500;
  border: 1px solid #676535;
  border-radius: 20px;
  padding: 5px 24px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-3.modal-open_btn {
  color: #3330;
  background-color: #4353ff00;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: inline-block;
}

.button-3.modal-open_btn._3 {
  display: block;
}

.button-3._1 {
  margin-bottom: 10px;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-component {
  width: 100%;
  height: 100%;
}

.modal-component._4 {
  margin-top: 0;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  background-image: url('../images/16_1.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 1px 40px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.displayonly_margin-top {
  margin-top: 40px;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.heading-4 {
  color: #676435;
  text-align: center;
  font-family: Plumrose Font, Palatino Linotype, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.paragraph-3 {
  text-align: center;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
}

.heading-5 {
  color: #676435;
  font-family: Plumrose Font, Palatino Linotype, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 105px;
}

.paragraph-4 {
  text-align: center;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-weight: 400;
}

.paragraph-4._1 {
  margin-top: 5%;
}

.div-block-20-copy {
  background-image: url('../images/17_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 225vh;
  margin-top: 0;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: .25fr auto auto;
  height: 100%;
}

.div-block-21 {
  height: 90vh;
}

.grid-4 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.grid-4.phone {
  display: none;
}

.heading-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.heading-6-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-top: -1px;
  font-family: Plumrose Font, Palatino Linotype, sans-serif;
  font-size: 100px;
  font-weight: 400;
}

.button-4 {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.div1 {
  background-image: url('../images/24.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block {
  color: #b8b09b;
}

.checkbox {
  margin-top: 0;
}

.text-field-2 {
  text-align: center;
  -webkit-text-stroke-color: #3a393400;
  color: #431213;
  background-color: #f3f3f300;
  border: 1px solid #627164;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}

.text-field-2:focus-visible {
  font-size: 12px;
}

.text-field-2[data-wf-focus-visible] {
  font-size: 12px;
}

.text-field-2::placeholder {
  color: #431213;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox-field {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.checkbox-label {
  color: #431213;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.success-message {
  background-color: #ddd0;
}

.field-label-4 {
  color: #431213;
  margin-top: 5px;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 50px;
}

.heading-7._2 {
  color: #676435;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-72 {
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  margin-bottom: 5px;
  display: flex;
}

.submit-button {
  color: #431213;
  letter-spacing: 1px;
  background-color: #bbb9ae00;
  border: 1px solid #627164;
  width: 40%;
  margin-top: 0;
  padding: 5px 10px;
  font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.image-9 {
  margin-bottom: 0%;
}

.form-block {
  color: #61645a;
  width: 30%;
  margin-top: 0%;
}

.form {
  text-align: center;
  width: 100%;
}

.heading-8 {
  color: #676435;
  text-align: center;
  margin-top: 0;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
}

.heading-9 {
  color: #676535;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.grid-2-copy {
  grid-template-rows: auto auto auto;
  height: 100%;
}

.text-span-3 {
  font-size: 18px;
}

.link-4 {
  color: #333;
}

.link-5 {
  color: #302f2f;
}

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

@media screen and (min-width: 1920px) {
  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .heading {
    margin-top: 0;
    font-size: 25px;
  }

  .js-clock-2 {
    text-shadow: none;
  }

  .clock-number-2 {
    font-size: 55px;
  }

  .div-block-20-copy {
    margin-top: -150px;
  }

  .div-block-21 {
    height: 90vh;
  }

  .div1 {
    height: 95vh;
    padding-top: 15px;
    font-size: 15px;
  }

  .text-field-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .text-field-2::placeholder {
    font-size: 18px;
  }

  .checkbox-label {
    font-size: 15px;
    line-height: 20px;
  }

  .field-label-4 {
    font-size: 18px;
  }

  .heading-7._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-72 {
    justify-content: space-between;
  }

  .div-block-72._1 {
    justify-content: center;
  }

  .submit-button {
    font-size: 15px;
  }

  .heading-8 {
    margin-top: 2%;
    font-size: 18px;
    line-height: 25px;
  }

  .container-2 {
    flex-flow: row;
    display: block;
  }

  .div-block-73 {
    height: 30vh;
  }

  .text-span-3 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .bonita {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .displayonly_component {
    padding: 30px;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    background-position: 100%;
  }

  .section._2 {
    background-image: url('../images/26.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 95vh;
    display: flex;
  }

  .section._4 {
    padding-left: 2.5%;
    padding-right: 2.5%;
    display: block;
  }

  .section._4.compu {
    display: none;
  }

  .section._5 {
    background-position: 30%;
    height: 90vh;
  }

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

  .fotolarga {
    background-position: 40%;
  }

  .fotolarga.jo {
    background-position: 50%, 80% 0;
    display: block;
  }

  .fotolarga.jo._2 {
    background-image: url('../images/3_1.avif');
    background-position: 45%;
    background-repeat: repeat;
    background-size: contain;
    height: 5vh;
    display: block;
  }

  .fotolarga.jo._2-copy {
    background-image: url('../images/7_1.avif');
    background-position: 45%;
    height: 5vh;
    display: block;
  }

  .fotolarga.jo._2-copy-copy {
    background-image: url('../images/13_2.avif');
    background-position: 45%;
    height: 5vh;
    display: block;
  }

  .div {
    margin-top: 0;
  }

  .heading {
    font-size: 12px;
  }

  .js-clock-2 {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box-2 {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 25% 10%;
    font-size: 8vw;
    line-height: 6vw;
  }

  .bonita {
    font-size: 10px;
    line-height: 10px;
  }

  .container {
    margin-top: -20px;
  }

  .container._2 {
    margin-top: 0;
  }

  .c-flipping-cards-list {
    display: block;
  }

  .c-card-back, .c-card-front {
    width: 330px;
    max-width: 330px;
    height: 400px;
  }

  .c-card-front._1 {
    max-width: 330px;
    height: 400px;
  }

  .c-card-front._2 {
    width: 330px;
  }

  .cloneable-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 12px;
    line-height: 15px;
  }

  .button-2 {
    letter-spacing: 1px;
    font-size: 8px;
    line-height: 12px;
  }

  .grid {
    width: 70%;
  }

  .boton {
    font-size: 10px;
  }

  .div-block-20 {
    background-size: cover;
    height: 65vh;
  }

  .displayonly_component._2 {
    padding: 0;
  }

  .displayonly_component._3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .displayonly_component._4 {
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .displayonly_component._5 {
    padding-left: 0;
  }

  .displayonly_component._6 {
    padding: 0;
  }

  .button-3.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .div-block-20-copy {
    height: 65vh;
  }

  .div-block-20-copy.phone {
    background-position: 50%;
    background-size: cover;
    height: 60vh;
    margin-top: -17px;
  }

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

  .div-block-21 {
    height: 20vh;
  }

  .grid-4 {
    display: none;
  }

  .grid-4.phone {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-4 {
    width: 100%;
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-5 {
    font-family: Dmsans Variablefont Opsz Wght, Times New Roman, sans-serif;
    font-size: 12px;
    line-height: 15px;
  }

  .div1 {
    background-image: url('../images/16_1.avif');
    background-repeat: repeat-y;
    background-size: contain;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 12px;
  }

  .heading-7 {
    font-size: 70px;
  }

  .heading-7._2 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-72 {
    flex-flow: row;
  }

  .submit-button {
    color: #ada88b;
    border-color: #ada88b;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block {
    width: 90%;
  }

  .form {
    width: 100%;
  }

  .heading-9 {
    line-height: 15px;
  }

  .nav-menu {
    background-color: #696643;
  }

  .icon {
    color: #d2c7bc;
  }

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

  .image-10 {
    display: none;
  }

  .grid-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grid-5 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-_50d28f11-7bc2-d32e-1896-30c87b92c4e9-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50d28f11-7bc2-d32e-1896-30c87b92c4f5-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_6e803008-908f-fb33-64dd-9749da1c675a-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6e803008-908f-fb33-64dd-9749da1c6791-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_88d95355-6c57-ab61-fc2c-7dbb884744ac-b5b570f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_88d95355-6c57-ab61-fc2c-7dbb884744b1-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88d95355-6c57-ab61-fc2c-7dbb884744e8-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b3f53e7b-936c-8421-fcfc-fbee639c1653-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b3f53e7b-936c-8421-fcfc-fbee639c168a-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a4b27be2-eef5-649b-36db-35c0c24ba2f0-b5b570f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a4b27be2-eef5-649b-36db-35c0c24ba2f5-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a4b27be2-eef5-649b-36db-35c0c24ba32c-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_073abd00-6137-28cb-0eb7-6c0d386d841a-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_073abd00-6137-28cb-0eb7-6c0d386d8451-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c550cd-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c55107-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c5510d-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c55126-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c55127-b5b570f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c5512c-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c55162-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c5516b-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c5519b-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c5519e-b5b570f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c551a3-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c551c1-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c551c7-b5b570f8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1e4c28df-4f86-b707-c7cd-20c9d5c55209-b5b570f8 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_48f18b59-4ef9-be67-a0a2-ac0f938031d4-b5b570f8, #w-node-_62836952-5d33-4b8a-1e24-654c93d425f1-b5b570f8 {
  place-self: center;
}


@font-face {
  font-family: 'Dmsans Variablefont Opsz Wght';
  src: url('../images/') format('truetype'), url('../images/') format('truetype');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youngserif';
  src: url('../fonts/YoungSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plumrose Font';
  src: url('../fonts/Plumrose-Font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}