.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Recurso-1Nuclea.png');
  background-position: 50% 100%;
  background-size: cover;
}

.section._2 {
  background-image: url('../images/Recurso-6WE.png');
  background-position: 50% 98%;
}

.section._3 {
  background-image: url('../images/Recurso-8WE.png');
}

.section._4 {
  height: 100vh;
}

.section._4.indica {
  height: auto;
}

.container {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70%;
  margin-right: 5%;
  margin-bottom: 4%;
  margin-left: 5%;
  padding-top: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container._2 {
  margin-bottom: 5%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  float: none;
  text-align: center;
}

.nav-link {
  margin-right: 12px;
  margin-left: 12px;
  padding: 12px 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.container-2 {
  margin-right: 10%;
  margin-left: 10%;
}

.grid {
  width: 100%;
  height: 100%;
}

.image {
  margin-top: 1%;
  margin-bottom: 5%;
}

.image.phone {
  display: none;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.clock-number {
  font-family: Blackmango, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
}

.clock-label {
  margin-right: -5px;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fdfdfd;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading {
  font-family: Blackmango, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 300;
  text-align: center;
}

.c-card-label {
  padding: 20px;
  text-align: center;
}

.c-flipping-cards-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 60px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-card-btn-text {
  width: 100%;
  padding: 10px 20px;
}

.c-card-btn-text.focus {
  position: absolute;
  overflow: hidden;
  background-color: #fff;
}

.c-card-btn-text.focus.fb {
  background-color: #fff;
}

.c-card-btn-text.focus.tw {
  background-color: #8ca7ff;
}

.c-card-btn-text.default {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

._w-card-front-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/CERE2We-M.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

._w-card-front-2.fb {
  background-color: transparent;
  background-image: url('../images/Recurso-17We-M.png');
}

._w-card-front-2.tw {
  background-color: transparent;
  background-image: url('../images/Recurso-19We-M.png');
}

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

.c-card-btn {
  padding: 0px 20px 20px;
}

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

.card-quote {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  font-family: Blackmango, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: normal;
  text-align: center;
}

.card-bg-quotemark {
  display: inline-block;
  color: #fff;
}

.card-bg-quotemark.btm {
  position: absolute;
  left: auto;
  top: auto;
  right: -0.3em;
  bottom: -0.4em;
  opacity: 0.2;
  font-family: 'PT Sans', sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.card-bg-quotemark.top {
  position: absolute;
  left: -0.3em;
  top: -0.4em;
  right: auto;
  bottom: auto;
  opacity: 0.2;
  font-family: 'PT Sans', sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.card-title-2 {
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
}

.c-card-title {
  margin-bottom: 5px;
}

.card-alias-2 {
  font-family: Blackmango, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.card-img-2 {
  height: 120px;
}

.card-text {
  font-family: Blackmango, sans-serif;
}

.card-text.focus {
  position: relative;
  z-index: 10;
  color: #a7856d;
}

._w-card-back-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: transparent;
  background-image: url('../images/CERE1We-M.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

._w-card-back-2._2 {
  background-image: url('../images/Recurso-18We-M.png');
}

._w-card-back-2._3 {
  background-image: url('../images/Recurso-20We-M.png');
}

.c-card-quote-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 139px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-label {
  opacity: 0.2;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
}

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

.c-card-back-2 {
  display: block;
  width: 300px;
  height: 425px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-card-text {
  padding: 20px 15px;
  border-top: 1px dashed hsla(0, 0%, 100%, 0.25);
  background-color: rgba(180, 143, 115, 0.9);
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.c-no-dots {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-right: 5px;
}

._w-card-quote {
  position: relative;
}

.c-card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-no-text-2 {
  opacity: 0.2;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  color: #fff;
  font-size: 7em;
  line-height: 1em;
  font-weight: 700;
}

.c-card-front-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.card-btn-focus-bg {
  position: absolute;
  left: auto;
  top: -75%;
  right: -10%;
  bottom: auto;
  width: 75%;
  height: 200%;
}

.card-btn-focus-bg.tw {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #8cd1ff, hsla(0, 0%, 100%, 0));
}

.c-card-no {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.card-btn-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.card-btn-link.tw {
  border-color: #8ca7ff;
}

.card-btn-link.fb {
  border-color: #fff;
}

.no-dot {
  width: 10px;
  height: 10px;
  margin: 5px 2px;
  background-color: #fff;
  opacity: 0.2;
}

.paragraph {
  width: 100%;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fcfcfc;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.paragraph._2 {
  width: 50%;
  margin-top: 3%;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.paragraph._4 {
  width: 100%;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3%;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.c-flipping-cards-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 60px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._w-card-front-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #ff6565;
  background-image: url('../images/Sin-título-2-05.webp');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

._w-card-front-3.fb._2 {
  background-color: transparent;
  background-image: url('../images/Sin-título-2-06.webp');
}

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

._w-card-back-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #b48f73;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-card-back-3 {
  display: block;
  width: 350px;
  height: 455px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.c-card-front-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 455px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.rsvp {
  background-image: url('../images/Recurso-13we.webp');
  background-position: 0px 0px;
  background-size: auto;
}

.login-page-wrapper {
  width: 100%;
}

.login-label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  opacity: 0.4;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.water-image {
  background-image: url('../images/MONI_ANUAR-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.success-message {
  background-color: transparent;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 50%;
  padding: 50px 50px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.login-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1100px;
  min-height: 80vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px 10px rgba(56, 62, 147, 0.2);
}

.tree-image {
  background-image: url('../images/MONI_ANUAR-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-section {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.login-page-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 10vh 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/Recurso-7WE.png');
  background-position: 0px 0px;
  background-size: cover;
}

.login-head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Blackmango, sans-serif;
  color: #d2c3b8;
  font-size: 4.5vw;
  line-height: 1.3em;
  text-align: center;
}

.login-field {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
}

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

.text-block-5 {
  font-family: 'Raleway variablefont wght', sans-serif;
}

.sign-up-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  border-radius: 5px;
  background-color: #afa89c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Raleway variablefont wght', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

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

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

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

.field-image {
  background-image: url('../images/MONI_ANUAR-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

.paragraph-2 {
  margin-top: 10px;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}

.text-span {
  font-family: 'Raleway variablefont wght', sans-serif;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.checkbox-field {
  width: auto;
  margin-left: 5%;
}

.checkbox-label {
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #141414;
  font-size: 18px;
}

.c-card-quote-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-card-quote-2-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.text-span-2 {
  font-family: Blackmango, sans-serif;
}

.text-span-3 {
  font-family: Blackmango, sans-serif;
}

.text-span-4 {
  font-family: Blackmango, sans-serif;
}

.link_mesa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-quote-copy {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  font-style: normal;
  text-align: center;
}

.card-quote-copy {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  font-style: normal;
  text-align: center;
}

.link-2 {
  color: #fff;
}

.grid-2 {
  width: 100%;
  height: 100%;
}

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

.mapa {
  height: 80vh;
  background-image: url('../images/WhatsApp-Image-2022-10-23-at-3.29.44-PM.jpeg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

.nav-link-2 {
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-span-5 {
  font-family: Blackmango, sans-serif;
}

.grid-3 {
  width: 100%;
}

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

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.section-2 {
  background-color: #b4ac9b;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-copy {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Raleway variablefont wght', sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 160%;
  text-align: center;
}

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

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

.div_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    margin-right: 9px;
    margin-left: 9px;
    color: #fff;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .c-card-btn-text.focus {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

  .c-card-btn-text.default {
    -webkit-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
  }

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

  .login-box {
    max-width: 600px;
  }

  .slider-section {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    margin-left: 50px;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.4);
  }

  .nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 25px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 13px;
    line-height: 19px;
  }

  .nav-link:hover {
    border-bottom-color: rgba(0, 0, 0, 0.05);
    color: #b4b4b4;
  }

  .nav-link.w--current {
    border-bottom-color: rgba(0, 0, 0, 0.05);
    color: #7cc8db;
  }

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

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

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

@media screen and (max-width: 479px) {
  .section._4 {
    margin-top: 0px;
  }

  .container._2 {
    margin-right: 3%;
    margin-left: 3%;
  }

  .navbar {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #b8b09b;
  }

  .nav-menu {
    margin-left: 0px;
  }

  .nav-link {
    background-color: #b4ab98;
    color: #fff;
  }

  .image {
    display: none;
  }

  .image.phone {
    display: block;
    margin-top: 20%;
  }

  .js-clock {
    padding-bottom: 20%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .clock-label {
    font-size: 12px;
  }

  .div-block {
    padding-right: 10%;
    padding-left: 10%;
  }

  .heading {
    margin-top: 15%;
    font-size: 9vw;
    line-height: 9vw;
    text-align: center;
  }

  .c-flipping-cards-list-2 {
    display: block;
    padding-right: 0%;
    padding-bottom: 5%;
    padding-left: 0%;
  }

  .c-card-btn-text.default {
    width: 76px;
    padding-top: 0px;
  }

  ._w-card-front-2 {
    background-size: cover;
  }

  .c-card-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-quote {
    font-size: 1.1em;
    line-height: 20px;
  }

  .card-text {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Raleway variablefont wght', sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  ._w-card-back-2 {
    background-size: cover;
  }

  .c-card-quote-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._w-flip-card {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-card-back-2 {
    width: 100%;
    height: 380px;
    max-width: 270px;
  }

  .c-card-front-2 {
    width: 100%;
    height: 380px;
    max-width: 270px;
  }

  .cloneable-area-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-btn-link {
    width: 40%;
    margin-right: 3px;
    margin-left: 3px;
  }

  .card-btn-link.fb {
    z-index: 0;
    width: 50%;
  }

  .paragraph {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
  }

  .c-flipping-cards-list-3 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .c-card-back-3 {
    width: 100%;
    max-width: 250px;
  }

  .c-card-front-3 {
    width: 100%;
    max-width: 250px;
  }

  .login-section {
    padding: 25px 5%;
  }

  .slider-section {
    display: none;
  }

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

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

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

  .text-span-4 {
    font-size: 1.1em;
  }

  .card-quote-copy {
    font-size: 12px;
    line-height: 13px;
  }

  .card-quote-copy {
    font-size: 12px;
    line-height: 13px;
  }

  .grid-2 {
    display: none;
    height: auto;
  }

  .grid-2.phone {
    display: block;
    margin-top: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mapa {
    height: 50vh;
  }

  .container-3 {
    margin-left: 0px;
  }

  .nav-link-2 {
    background-color: #b9b19c;
  }

  .grid-3 {
    display: none;
  }

  .grid-3.phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-button {
    padding-right: 0px;
    background-color: transparent;
  }

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

  .icon {
    color: #fff;
  }

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

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

  .icon-2 {
    color: #fff;
  }

  .slide {
    background-image: url('../images/MONI_ANUAR-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-18 {
    display: block;
    height: 70vh;
  }

  .slider {
    height: 100%;
  }

  .icon-3 {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slide-2 {
    background-image: url('../images/MONI_ANUAR-14.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .icon-4 {
    color: #fff;
  }

  .menu-button-2 {
    background-color: transparent;
  }

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

#w-node-_8d863dfa-50d8-6892-aff1-de7b65106bb2-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a7b32bb3-0fbf-8ff0-1a90-b08a65a9642f-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_68a78765-a45e-9a70-5a8a-3c63c76574cc-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee40b1e0-e152-39f1-fcfb-db278b1f6fb4-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b4114090-5ca7-1807-b22a-2dacc6441d31-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4114090-5ca7-1807-b22a-2dacc6441d35-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4114090-5ca7-1807-b22a-2dacc6441d33-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4114090-5ca7-1807-b22a-2dacc6441d38-9fa4a459 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a12b3d8b-a1ee-0a89-e54b-06034046be2c-5cbd51ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_9397dfef-c587-fdb3-c926-e25ea7910361-5cbd51ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2e79002c-e58e-78d8-4bfb-bcad3b44102d-5cbd51ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2e79002c-e58e-78d8-4bfb-bcad3b44102c-5cbd51ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_9397dfef-c587-fdb3-c926-e25ea7910361-d90de829 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d103fe3-6b8f-6455-e2cb-6c918c0a6b73-d90de829 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@font-face {
  font-family: 'Raleway variablefont wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Blackmango';
  src: url('../fonts/BlackMango-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}