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

.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 {
  padding: 5%;
}

.section._1 {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: contain;
  height: 100vh;
  position: relative;
}

.section._2 {
  background-image: url('../images/7.png'), url('../images/6.png'), url('../images/4.png');
  background-position: 95% 100%, 5% 100%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 250px, 250px, contain;
}

.section._3 {
  background-image: url('../images/8.png');
  background-position: 0 0;
  background-size: contain;
}

.section._4 {
  background-image: url('../images/e.png'), url('../images/1.png');
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, contain;
  position: relative;
}

.section._5 {
  background-image: url('../images/3.png'), url('../images/18.png'), url('../images/7.png'), url('../images/4.png');
  background-position: 50%, 95% 100%, 5% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  background-size: cover, 120px, 200px, contain;
}

.section._6 {
  background-image: url('../images/c.png');
  background-position: 100%;
  background-size: cover;
}

.section._7 {
  background-image: url('../images/23.png');
  background-position: 0 0;
  background-size: contain;
  padding-top: 10%;
  padding-bottom: 10%;
}

.section._8 {
  background-image: url('../images/8.png');
  background-position: 0 0;
  background-size: contain;
  padding-bottom: 1%;
}

.section._9 {
  background-image: url('../images/23.png');
  background-position: 0 0;
  background-size: contain;
}

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

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: #735943;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.nav-link:hover {
  font-style: italic;
}

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

.div-block {
  justify-content: center;
  align-items: center;
  height: 95%;
  display: flex;
}

.div-block-2 {
  z-index: 99;
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.div-block-3._1 {
  margin-top: 0%;
}

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

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

.clock-number-2 {
  color: #595a4a;
  text-align: center;
  letter-spacing: 5px;
  border: .5px #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  display: block;
}

.texto_principalcentrado {
  color: #595a4a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 15px;
}

.heading {
  color: #595a4a;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3%;
  font-family: Classy, Times New Roman, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.heading.blanco {
  color: #e2dbd2;
}

.heading._1 {
  font-size: 20px;
  line-height: 30px;
}

.heading.centrado {
  padding-left: 17px;
}

.div-block-4 {
  background-image: url('../images/9.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 3% 5% 10%;
  display: flex;
}

.heading-2 {
  color: #7d765a;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

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

.paragraph {
  color: #7d765a;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.button {
  color: #7d765a;
  background-color: #3898ec00;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-style: italic;
  line-height: 11px;
  text-decoration: underline;
}

.image {
  width: 50%;
  margin-top: 3%;
  margin-bottom: 3%;
}

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

.div-block-23._2 {
  color: #131313;
  margin-top: 5%;
  margin-bottom: 5%;
}

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

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

.paragraph-3 {
  color: #6e684f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

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

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

.button-2 {
  color: #6e684f;
  background-color: #3898ec00;
  border: 1px #606961;
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  line-height: 10px;
  text-decoration: underline;
}

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

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

.heading-4 {
  color: #646465;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
}

.heading-4._1 {
  color: #6e684f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 20px;
}

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

.c-card-front {
  perspective: 1000px;
  background-image: url('../images/13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 350px;
  display: flex;
}

.c-card-front._2 {
  background-image: url('../images/11_1.png');
  background-position: 50%;
  background-size: contain;
}

.c-card-front._1 {
  width: 300px;
  height: 350px;
  box-shadow: none;
  background-image: url('../images/12.png');
  background-position: 50%;
  background-size: contain;
}

.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/15.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

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

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
}

.div-block-25 {
  background-image: url('../images/19.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60vh;
}

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

.modal-container-4 {
  z-index: 5;
  background-color: #b6bea0;
  background-image: url('../images/20.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  height: 90%;
  margin: 3% auto 20px;
  padding: 5% 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5 {
  color: #4e5849;
  background-color: #3898ec00;
  font-size: 12px;
  line-height: 15px;
  text-decoration: underline;
}

.div-block-83 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.modal-wrapper-4 {
  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-4._3 {
  display: flex;
}

.grid-13 {
  grid-column-gap: 20px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.paragraph-7 {
  color: #f4f1eb;
  text-align: center;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.modal-close_area-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0%;
}

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

.div-block-84 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block-84._1 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
}

.button-6 {
  color: #735943;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #735943;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
}

.div-block-85 {
  background-image: url('../images/25.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 140vh;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.drop_hospedaje {
  border-bottom: 1px solid #fff;
  width: 100%;
  line-height: 18px;
  transition: all .2s;
}

.div-block-12 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.div-block-12.gastro, .div-block-12.transporte {
  display: flex;
}

.div_links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.bold-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.dropdown-list-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  transition: all .5s;
  display: none;
  position: static;
}

.dropdown-toggle-2 {
  width: 100%;
  padding: 5px 10px 5px 0;
  transition: all .2s;
}

.icon-3 {
  color: #fff;
}

.detalle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  line-height: 12px;
}

.texto_1 {
  color: #323019;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 17px;
}

.texto_1.transporte {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  padding-bottom: 0;
  padding-right: 0;
}

.section-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: auto;
  margin-bottom: 0;
  display: flex;
  overflow: scroll;
}

.div-block-14 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.link {
  color: #323019;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Bitter, serif;
  font-size: 11px;
  line-height: 13px;
  text-decoration: underline;
}

.link:hover {
  font-style: italic;
}

.link-2 {
  color: #676768;
  text-decoration: none;
}

.link-3 {
  color: #6e684f;
  text-transform: none;
  text-decoration: none;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

._11.phone {
  display: none;
}

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

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

.paragraph-9 {
  color: #433b25;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #595a4a;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Classy, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

.button-7 {
  color: #433b25;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 15px;
  text-decoration: underline;
}

.cock.phone {
  display: none;
}

.div-block-84-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block-84-copy._1 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
}

.d.phone {
  display: none;
}

.heading-6 {
  opacity: .5;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 5%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
}

@media screen and (min-width: 1920px) {
  .js-clock-2 {
    text-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .div-block-12 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-list-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .texto_1 {
    font-size: 11px;
    line-height: 17px;
  }

  .section-6 {
    width: 490px;
    height: 348px;
    margin-top: -121px;
    padding-top: 0;
  }

  .link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .modal-close_btn {
    font-size: 1.8rem;
  }

  .div-block-12 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-6 {
    width: 400px;
    height: 361px;
    margin-top: -107px;
  }

  .div-block-14 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section._1 {
    height: 90vh;
  }

  .section._2 {
    background-size: 100px, 100px, contain;
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .section._3 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._5 {
    background-size: cover, 60px, 100px, contain;
  }

  .section._6 {
    background-position: 30% 100%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .section._7 {
    padding-top: 10%;
    padding-bottom: 5%;
  }

  .section._9 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

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

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

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

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

  .clock-number-2 {
    width: auto;
    height: auto;
    padding: 0%;
    font-size: 5vw;
    font-style: normal;
    line-height: 6vw;
  }

  .texto_principalcentrado {
    font-size: 11px;
    line-height: 14px;
  }

  .heading {
    font-size: 25px;
  }

  .div-block-4 {
    width: 100%;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 15px;
  }

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

  .paragraph-3 {
    color: #6e684f;
  }

  .c-card-back {
    width: 300px;
    max-width: 300px;
    height: 400px;
  }

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

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

  .heading-4._1 {
    color: #6e684f;
  }

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

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

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

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

  .fotolarga {
    background-position: 40%;
  }

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

  .fotolarga.jo._2 {
    background-image: url('../images/15.png');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    height: 60vh;
    display: block;
  }

  .div-block-25 {
    height: 50vh;
  }

  .modal-container-4 {
    width: 100%;
    max-width: 100%;
    margin: 0% 0 0;
  }

  .modal-wrapper-4._3 {
    display: none;
  }

  .grid-13 {
    display: flex;
  }

  .div-block-84._1 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-84._1._2 {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-left: 0%;
  }

  .div-block-85 {
    width: 100%;
    height: 100vh;
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-12 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-12.gastro {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bold-text {
    font-size: 12px;
  }

  .dropdown-list-2 {
    width: 100%;
    padding: 0 0 10px;
    display: none;
  }

  .dropdown-toggle-2 {
    padding-left: 0;
    display: inline-block;
  }

  .detalle {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .text-block-2 {
    letter-spacing: 0;
    width: auto;
    font-size: 9px;
    line-height: 14px;
  }

  .texto_1 {
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
  }

  .texto_1.transporte {
    padding-bottom: 0;
    font-size: 11px;
    line-height: 17px;
  }

  .section-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 450px;
    margin-top: -19px;
    margin-left: 0;
  }

  .div-block-14 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .link {
    font-size: 10px;
  }

  .link-2, .link-3 {
    color: #6e684f;
  }

  .paragraph-8 {
    font-size: 10px;
    line-height: 12px;
  }

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

  .nav-menu {
    background-image: url('../images/3.png'), url('../images/1.png');
    background-position: 0 0, 0 0;
    background-size: cover, contain;
  }

  ._11 {
    display: none;
  }

  ._11.phone {
    display: block;
  }

  .image-2 {
    margin-bottom: 5%;
  }

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

  .paragraph-9 {
    font-size: 12px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .cock {
    display: none;
  }

  .cock.phone {
    display: block;
  }

  .italic-text {
    font-size: 10px;
  }

  .div-block-84-copy {
    height: auto;
  }

  .div-block-84-copy._1 {
    justify-content: flex-end;
    align-items: center;
  }

  .d {
    display: none;
  }

  .d.phone {
    display: block;
  }
}

#w-node-_56eb66fd-3689-2c70-655d-d8c94f89aaf7-07e34c78 {
  place-self: center;
}


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