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

.section {
  height: 100vh;
  background-color: #f3f3e9;
  background-image: url('../images/Recurso-5Nuc.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block {
  width: 1005px;
  height: 100%;
}

.heroe {
  height: 100vh;
  background-image: url('../images/ok.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar {
  height: 10vh;
  background-color: #e8e7e6;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #333;
  font-family: Avenirltstd book, sans-serif;
  font-weight: 100;
}

.nav-link.w--current {
  color: #333;
  margin-left: 10px;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  padding-top: 15px;
}

.container {
  height: 90%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 3%;
  display: flex;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: ivypresto-headline, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 6vw;
}

.js-clock {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 120px;
  height: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-family: ivypresto-headline, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 60px;
}

.clock-label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-right: -5px;
  font-family: Bobbi jeffina, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.sec {
  height: 80vh;
  background-image: url('../images/oki.jpeg');
  background-position: 0 0;
  background-size: auto;
}

.sec._2 {
  height: 100vh;
  background-size: auto;
}

.sec._3 {
  height: auto;
}

.sec._4 {
  height: 100vh;
}

.container1 {
  height: 100%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.container1._2 {
  padding-top: 0%;
  padding-bottom: 0%;
}

.div-block {
  height: 100%;
  background-image: url('../images/Recurso-2Nuc.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block._2 {
  background-image: url('../images/Recurso-6Nuc.webp');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  padding-bottom: 3%;
}

.div-block._3 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block._3._1 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.div-block._5 {
  background-image: url('../images/Recurso-2Nuc_1.webp');
  background-size: cover;
  padding-top: 3%;
  padding-bottom: 3%;
}

.image-4 {
  margin-bottom: 20px;
}

.paragraph {
  color: #7b7b7b;
  margin-top: 10px;
  font-family: Fontsfree net avenir, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 3vw;
}

.paragraph._1 {
  text-align: right;
  padding-right: 15px;
  font-size: 1.7vw;
  font-weight: 100;
  line-height: 2.5vw;
}

.paragraph._3 {
  font-size: 1.7vw;
  font-weight: 100;
  line-height: 2.5vw;
}

.paragraph._3-copy {
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 100;
  line-height: 2.5vw;
}

.paragraph._3-copy._1, .paragraph._3-copy._1-copy {
  margin-top: 0;
}

.heading-2 {
  color: #828e86;
  margin-top: 10px;
  font-family: Fontsfree net avenir, sans-serif;
  font-style: normal;
  font-weight: 300;
}

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

.div-1 {
  border-right: 1px solid #828e86;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 70vh;
  background-image: url('../images/MD-125_1M+D-125.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
}

.full-frame-image-wrapper.homepage._2 {
  background-image: url('../images/DSC05321.webp');
}

.full-frame-image-wrapper.homepage._3 {
  background-image: url('../images/838cfa5e-8c6e-4231-8617-05a01563caef.webp');
  background-position: 50% 30%;
}

.full-frame-image-wrapper.homepage._4 {
  background-image: url('../images/DSC07081.webp');
}

.light {
  color: #fafaf8;
  display: none;
}

.heading-3 {
  color: #828e86;
  text-align: center;
  margin-top: 5%;
  font-family: Crimson foam font, sans-serif;
  font-size: 10vw;
  font-style: italic;
  font-weight: 400;
  line-height: 9vw;
}

.heading-3._2 {
  margin-top: 3%;
}

.heading-3._2._1 {
  margin-top: 0%;
}

.heading-3._4 {
  margin-top: 1%;
  margin-bottom: 0%;
  line-height: 5vw;
}

.heading-3._4.espacio {
  margin-bottom: 5%;
}

.paragraph-2 {
  width: 100%;
  text-align: center;
  font-family: Fontsfree net avenir, sans-serif;
  font-size: 1.5vw;
  font-weight: 100;
  line-height: 3vw;
}

.paragraph-2._2 {
  width: 70%;
  text-align: center;
  border: 1px solid #666;
  border-radius: 20px;
  font-size: 1vw;
  line-height: 2vw;
}

.paragraph-2._1 {
  display: none;
}

.paragraph-2._5 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 1vw;
  line-height: 1.3vw;
}

.paragraph-2._6 {
  margin-bottom: 0;
}

.link-block-2 {
  height: 100%;
  color: #4d4d4d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 10%;
  text-decoration: none;
  display: flex;
}

.link-block-2._2 {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  padding-left: 5%;
  padding-right: 0%;
}

.div-block-21 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-27 {
  flex-direction: column;
  padding-left: 30%;
  display: flex;
}

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

.div-block-22._3 {
  padding-left: 30%;
}

.div-block-22._2 {
  padding-left: 30px;
}

.button {
  color: #4d4d4d;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  margin-top: 10px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Fontsfree net avenir, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
}

.heading-4 {
  color: #4d4d4d;
  text-align: center;
  margin-top: 10px;
  font-family: Fontsfree net avenir, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.heading-4._1 {
  margin-top: 10px;
}

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

.image-5 {
  width: 100%;
}

.grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 10%;
  padding-right: 10%;
}

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

.grid-3 {
  width: 100%;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block-23 {
  height: 45vh;
  background-image: url('../images/Captura-de-pantalla-2022-11-09-a-las-12.23.28_1Captura de pantalla 2022-11-09 a la(s) 12.23.28.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 3px #000;
}

.div-block-23._2 {
  background-image: url('../images/Captura-de-pantalla-2022-11-09-a-las-12.23.35_1Captura de pantalla 2022-11-09 a la(s) 12.23.35.webp');
}

.div-block-23._3 {
  background-image: url('../images/Captura-de-pantalla-2022-11-09-a-las-12.23.40_1Captura de pantalla 2022-11-09 a la(s) 12.23.40.webp');
  box-shadow: 1px 1px 3px #000;
}

.div-block-24 {
  height: auto;
  background-color: #fffffe;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.paragraph-3 {
  color: #4d4d4d;
  text-align: center;
  font-family: Avenirltstd book, sans-serif;
  font-weight: 300;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  align-items: center;
  justify-items: end;
}

.div-block-28 {
  width: 40vh;
  height: 40vh;
}

.image-6 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.heading-5 {
  color: #7b7b7b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: ivypresto-headline, sans-serif;
  font-weight: 300;
}

.rich-text-block {
  width: 100%;
  color: #7b7b7b;
  text-align: left;
  font-family: Avenirltstd book, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.tab-link-tab-1 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
  font-family: ivypresto-headline, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.tab-link-tab-1.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
}

.collection-list {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid-6 {
  width: 85%;
  grid-template-columns: 1fr 1fr;
}

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

.heading-6 {
  color: #4d4d4d;
  text-align: center;
  font-family: ivypresto-headline, sans-serif;
  font-size: 6vw;
  font-weight: 300;
}

.sign-up-field-wrapper {
  display: flex;
}

.text-block-6 {
  text-align: center;
  font-family: Avenirltstd book, sans-serif;
  line-height: 25px;
}

.login-head {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bobbi jeffina, sans-serif;
  font-size: 8vw;
  font-weight: 200;
  line-height: 7vw;
}

.login-section {
  width: 50%;
  height: auto;
  text-align: center;
  background-color: #e8e7e6;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0%;
  margin-right: 5%;
  padding: 0% 5%;
  font-size: 16px;
  display: flex;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
}

.login-label {
  width: 100%;
  opacity: .4;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.form-block {
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.memberstack-form {
  padding-top: 25px;
  position: relative;
}

.login-button {
  width: 100%;
  background-color: rgba(170, 218, 218, .78);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: background-color .2s;
}

.login-button:hover {
  background-color: #36b868;
}

.form-cf10 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.login-field {
  width: 90%;
  height: 40px;
  color: #6e6e6e;
  background-color: rgba(252, 252, 252, .3);
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 20px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
}

.login-field:focus {
  background-color: #fff;
  border: 1px solid #76ce89;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 0 4px #76ce89;
}

.submit-button-cf10 {
  opacity: .4;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #4d4d4d;
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 2%;
  padding: 10px 26px;
  font-family: Avenirltstd book, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  color: #fff;
  background-color: #d5c9c0;
  border-color: #d5c9c0;
}

.error-message-2 {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 22px;
  padding-bottom: 22px;
  font-weight: 700;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-container {
  z-index: 10;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.success-message-cf10 {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.field-wrapper {
  width: 100%;
  min-height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  margin-right: 0;
}

.section-3 {
  height: auto;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-3.foto {
  height: 100vh;
  background-image: url('../images/DSC06618.JPG');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-top: 7%;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.error-message-cf10 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

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

.collection-list-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
}

.div-block-29 {
  width: 90%;
}

.collection-item {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-3, .collection-list-4, .collection-list-5, .collection-list-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div._2 {
  width: 80%;
}

.collection-item-2 {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-7, .div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-family: Avenirltstd book, sans-serif;
}

.container-2 {
  margin-left: 50px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  margin-top: 10px;
  margin-left: 105px;
  margin-right: 10%;
  font-family: Avenirltstd book, sans-serif;
}

.collection-item-3 {
  width: 80%;
}

.div-block-31, .collection-list-wrapper-2 {
  width: 90%;
}

.collection-item-4 {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item-5 {
  width: 80%;
}

.collection-item-6 {
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-34 {
  width: 90%;
}

.div-block-35 {
  align-items: center;
  display: flex;
}

.div-block-36 {
  width: 10px;
  height: 15px;
  background-image: url('../images/Christian-Cross-Transparent-PNG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.select-field {
  width: 90%;
  color: rgba(51, 51, 51, .5);
  background-color: rgba(252, 252, 252, .3);
  border: 1px #000;
}

.section-2 {
  background-color: #b4ac9b;
  background-image: url('../images/oki.jpeg');
  background-position: 50%;
  background-size: auto;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.paragraph-copy {
  color: #7b7b7b;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 160%;
}

.image-7 {
  margin-left: 4px;
}

.tabs {
  display: none;
}

.grid-7 {
  width: 100%;
  height: 50vh;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .35fr .75fr;
}

.grid-7._2 {
  width: 90%;
  grid-template-columns: .45fr .75fr;
}

.div-block-37 {
  height: 90%;
  background-image: url('../images/63869d089b83e0550fe5ec0d_Behind-The-Scenes_-How-I-Use-Photoshop-For-Perfect-Food-Photos.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-37._2 {
  height: 90%;
  background-image: url('../images/63869de19b83e0ddf5e60307_593704611a218523418f4b4bb9a71e9b.jpg');
}

.div-block-37._3 {
  background-image: url('../images/63869e3351644f6002f0d4dc_calle-de-las-artes-en-san-juan-la-laguna-885x500.webp');
}

.div-block-37._4 {
  background-image: url('../images/63869e4bb65921956c290c54_Bar-Sublime-885x500-2.webp');
}

.div-block-37._5 {
  background-image: url('../images/63869ce051644f1efff0b2e6_601f21_e5eab33d94044fe99f9f78d2618e5642_mv2_d_3747_2810_s_4_2.webp');
}

.div-block-37._6 {
  background-image: url('../images/63869da7d3c60b6cada8dd41_Sea-Ray-SDX-270.webp');
}

.tab-pane-tab-1 {
  width: 75%;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
}

.tab-pane-tab-2 {
  width: 80%;
}

.tab-pane-tab-3 {
  width: 120vh;
}

.tab-pane-tab-5 {
  width: 70%;
}

.tab-pane-tab-6, .tab-pane-tab-7 {
  width: 80%;
}

.div-block-39, .div-block-40 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid-7._2 {
    width: 100%;
  }

  .tab-pane-tab-1 {
    width: 80%;
  }

  .tab-pane-tab-3 {
    width: 105vh;
  }

  .tab-pane-tab-5, .tab-pane-tab-6 {
    width: 65%;
  }

  .tab-pane-tab-7 {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .full-frame-image-wrapper {
    height: 50vh;
  }

  .login-section {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-3.foto {
    background-image: linear-gradient(rgba(221, 221, 221, .4), rgba(221, 221, 221, .4)), none;
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .full-frame-image-wrapper {
    height: 100vh;
  }

  .login-head {
    font-size: 27px;
  }

  .login-section {
    padding-left: 9%;
    padding-right: 9%;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    text-align: center;
    margin-left: 0;
  }

  .heading {
    font-size: 12vw;
    line-height: 13vw;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-top: 10%;
    padding-bottom: 20%;
  }

  .box {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 40px;
  }

  .clock-label {
    font-size: 25px;
    line-height: 30px;
  }

  .sec._2 {
    height: 150vh;
  }

  .sec._4 {
    height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container1 {
    background-image: url('../images/63b71f095a93217f805ecb6c_Recurso-2Nuc.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container1._2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block {
    background-image: url('../images/63b71f095a93217f805ecb6c_Recurso-2Nuc.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block._2 {
    background-position: 50%;
    background-size: cover;
  }

  .div-block._3._1 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .div-block._5 {
    height: 100%;
    background-image: none;
    background-size: auto;
  }

  .paragraph {
    text-align: center;
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph._1, .paragraph._3 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph._3-copy {
    text-align: left;
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph.espacio {
    margin-bottom: 20px;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/MD-125_1M+D-125.webp');
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .heading-3 {
    margin-top: 22%;
    font-size: 30vw;
  }

  .heading-3._4 {
    margin-top: 0%;
    margin-bottom: 10%;
    line-height: 15vw;
  }

  .heading-3._5 {
    color: #fff;
  }

  .paragraph-2 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph-2._2 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-2._5 {
    margin-top: 10px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .link-block-2 {
    height: auto;
    padding-right: 0%;
  }

  .link-block-2._2 {
    height: auto;
    padding-left: 0%;
  }

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

  .div-block-27, .div-block-22._3 {
    padding-left: 0%;
  }

  .div-block-22._2 {
    margin-top: 5%;
    padding-left: 0;
  }

  .button {
    margin-top: 0;
  }

  .heading-4 {
    margin-bottom: 5px;
  }

  .grid-2 {
    display: none;
  }

  .grid-2.phone {
    display: block;
  }

  .grid-3 {
    display: none;
  }

  .grid-3.phone {
    display: block;
  }

  .div-block-23 {
    margin-top: 5%;
  }

  .paragraph-3 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-6 {
    margin-bottom: 10px;
  }

  .heading-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .rich-text-block {
    text-align: justify;
    font-family: Fontsfree net avenir, sans-serif;
    font-size: 12px;
    line-height: 13px;
  }

  .tab-link-tab-1 {
    padding: 9px 15px;
  }

  .tab-link-tab-1.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .25fr .75fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .grid-6 {
    display: none;
  }

  .grid-6.phone {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .login-head {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 40px;
  }

  .login-section {
    background-color: rgba(0, 0, 0, 0);
    padding: 3% 5% 50px;
  }

  .login-label {
    opacity: .8;
    color: #fff;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button-cf10 {
    box-shadow: none;
    opacity: 1;
    color: #fff;
    border-color: #fcfcfc;
    transition: none;
  }

  .login-container {
    min-width: 0;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }

  .section-3 {
    background-position: 60%;
  }

  .section-3.foto {
    background-image: url('../images/DSC06618.JPG');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
  }

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

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .text-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    display: flex;
  }

  .container-2 {
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .paragraph-4 {
    width: 100%;
    margin-top: 10px;
    margin-left: 10%;
  }

  .collection-item-3 {
    width: 100%;
  }

  .collection-list-wrapper-2 {
    align-items: center;
    display: flex;
  }

  .collection-item-4 {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-5, .collection-item-6, .div-block-33 {
    width: 100%;
  }

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

  .container-5 {
    padding-top: 5%;
  }

  .paragraph-copy {
    color: #907657;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .icon {
    color: #000;
  }

  .grid-7 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-7._2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-37 {
    width: 90%;
    height: 40vh;
  }

  .div-block-37._2 {
    height: 40vh;
  }

  .div-block-37._3 {
    width: 95%;
  }

  .tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
    width: auto;
  }

  .tab-pane-tab-5, .tab-pane-tab-6, .tab-pane-tab-7 {
    width: 100%;
  }
}

#w-node-_8ec10835-b399-5d4e-b506-86817866ead6-26121e0a, #w-node-_99ffafec-e560-9850-d9e6-ab4aa272bd15-26121e0a, #w-node-_5635e4f4-1271-6351-9363-bc9b410ba9bd-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b1e-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b20-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b22-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b24-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b26-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b28-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b2a-26121e0a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b2c-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b31-26121e0a, #w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b3b-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e3ceb70e-13a3-b279-b92b-9c47eee49b3e-26121e0a, #w-node-ec401b4a-f543-a198-7379-67077f798c27-26121e0a, #w-node-ec401b4a-f543-a198-7379-67077f798c29-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c35-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c2b-26121e0a, #w-node-ec401b4a-f543-a198-7379-67077f798c2d-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c3c-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c2f-26121e0a, #w-node-ec401b4a-f543-a198-7379-67077f798c31-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c33-26121e0a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c48-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ec401b4a-f543-a198-7379-67077f798c54-26121e0a, #w-node-_21bc5070-2318-c0b2-6fb9-496bd3d5eba5-26121e0a, #w-node-_21bc5070-2318-c0b2-6fb9-496bd3d5eba6-26121e0a, #w-node-_21bc5070-2318-c0b2-6fb9-496bd3d5eba7-26121e0a, #w-node-_21bc5070-2318-c0b2-6fb9-496bd3d5eba8-26121e0a, #w-node-_21bc5070-2318-c0b2-6fb9-496bd3d5ebb1-26121e0a, #w-node-_6ef8af3e-f663-f0f5-f88c-cb331160d719-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f3e-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f41-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f3f-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f4e-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f40-26121e0a, #w-node-_58704613-041a-4b55-21bf-246ee31e2f57-26121e0a, #w-node-_06ea159e-1b2e-1d81-95f3-1808c4346ad9-26121e0a, #w-node-_06ea159e-1b2e-1d81-95f3-1808c4346ada-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06ea159e-1b2e-1d81-95f3-1808c4346adb-26121e0a, #w-node-_12292f42-75de-5417-2e0b-1b422003b464-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_12292f42-75de-5417-2e0b-1b422003b465-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12292f42-75de-5417-2e0b-1b422003b466-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b2687973-d93f-3d84-5545-e1534ba53435-26121e0a, #w-node-b2687973-d93f-3d84-5545-e1534ba53436-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2687973-d93f-3d84-5545-e1534ba53437-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2866616f-517a-3596-b83f-9ab63bb81036-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2866616f-517a-3596-b83f-9ab63bb81037-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2866616f-517a-3596-b83f-9ab63bb81038-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e8c74be0-d9e4-1778-b710-f9b5d6f1d7af-26121e0a, #w-node-a1342a22-6bdf-a95d-e9e4-f7574eaaf074-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91b2aa5b-4d1b-2c4e-55cb-e0fe7ad7567e-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8c8d8a7b-831f-5af6-37fb-49487cf5183e-26121e0a, #w-node-_8c8d8a7b-831f-5af6-37fb-49487cf5183f-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c8d8a7b-831f-5af6-37fb-49487cf51840-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f88d3dd2-68ab-6c97-fa16-ded38c976644-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e06a25e7-3ea9-d058-cd21-39a5d4286edb-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50bae9d1-dbf9-b82e-0427-3ee43e673235-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_50bae9d1-dbf9-b82e-0427-3ee43e673236-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67e25a55-8e3c-01da-2c6a-96840cc3168f-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_67e25a55-8e3c-01da-2c6a-96840cc31690-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c689a2a-2a43-c461-5e3e-52dc63bc661d-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c689a2a-2a43-c461-5e3e-52dc63bc661e-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7fa1285-6bc1-b906-3e68-7d79abad70b6-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d7fa1285-6bc1-b906-3e68-7d79abad70b7-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94dcef4a-c2a2-9dfa-ed9d-436fdaedae50-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_94dcef4a-c2a2-9dfa-ed9d-436fdaedae51-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9ab7bfa-d6d0-963c-d662-0e069d3fc5c9-26121e0a, #w-node-c9ab7bfa-d6d0-963c-d662-0e069d3fc5cc-26121e0a, #w-node-c9ab7bfa-d6d0-963c-d662-0e069d3fc5d2-26121e0a, #w-node-c9ab7bfa-d6d0-963c-d662-0e069d3fc5d5-26121e0a, #w-node-d8262605-823d-1f41-5565-ccf7f3c79bfe-26121e0a, #w-node-d8262605-823d-1f41-5565-ccf7f3c79c04-26121e0a, #w-node-d8262605-823d-1f41-5565-ccf7f3c79c00-26121e0a, #w-node-d8262605-823d-1f41-5565-ccf7f3c79c07-26121e0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_67e25a55-8e3c-01da-2c6a-96840cc3168f-26121e0a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40d411e3-f592-30c3-d93d-802717de0beb-26121e0a, #w-node-bd573354-6520-0464-530b-52ea28ee9f8b-26121e0a {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bobbi jeffina';
  src: url('../fonts/Bobbi_Jeffina_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fontsfree net avenir';
  src: url('../fonts/FontsFree-Net-Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimson foam font';
  src: url('../fonts/Crimson-Foam-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Snellbt';
  src: url('../fonts/SnellBT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}