.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #07259f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #07259f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #07259f !important;
  border-color: #07259f !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0930d0 !important;
  border-color: #0930d0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0930d0 !important;
  border-color: #0930d0 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #07259f;
  color: #07259f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #03124c !important;
  background-color: transparent !important;
  border-color: #03124c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #07259f !important;
  border-color: #07259f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #07259f !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030e3d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #07259f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #07259f;
  border-color: #07259f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #07259f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3057f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #07259f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #07259f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #07259f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #07259f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #07259f;
  border-bottom-color: #07259f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #07259f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c4d6b0 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2307259f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #fffcee !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs5WPRvK6 {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tZs5WPRvK6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tZs5WPRvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs5WPRvK6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs5WPRvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs5WPRvK6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZs5WPRvK6 {
    align-items: center;
  }
  .cid-tZs5WPRvK6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs5WPRvK6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WPRvK6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs5WPRvK6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs5WPRvK6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs5WPRvK6 .mbr-section-subtitle,
.cid-tZs5WPRvK6 .line {
  color: #ffffff;
  text-align: center;
}
.cid-tZs5WPRvK6 .mbr-text,
.cid-tZs5WPRvK6 .mbr-section-btn {
  text-align: right;
}
.cid-tZs5WPRvK6 .mbr-section-title {
  text-align: center;
}
.cid-uMjwt5OHmH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjwt5OHmH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjwt5OHmH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjwt5OHmH .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMjwt5OHmH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uMjwt5OHmH .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjwt5OHmH .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjwt5OHmH .mbr-section-title {
  color: #050f0f;
}
.cid-uMjwt5OHmH .item-text {
  color: #050f0f;
}
.cid-uMjx7dcw9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjx7dcw9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjx7dcw9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjx7dcw9T .items-wrapper {
  justify-content: center;
}
.cid-uMjx7dcw9T .mbr-text,
.cid-uMjx7dcw9T .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjHN9fLPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjHN9fLPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjHN9fLPk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjHN9fLPk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMjHN9fLPk .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMjHN9fLPk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMjHN9fLPk .items-wrapper {
  margin: 0 -5px;
}
.cid-uMjHN9fLPk .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMjHN9fLPk .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffeb69;
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMjHN9fLPk .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMjHN9fLPk .mbr-section-title {
  color: #093388;
}
.cid-uMjHN9fLPk .item-title {
  color: #093388;
}
.cid-uMjHN9fLPk .item-text {
  color: #58595b;
}
.cid-uMjHN9fLPk .item-tag {
  color: #58595b;
}
.cid-uMjHN9fLPk .item-tag,
.cid-uMjHN9fLPk .date-wrapper {
  text-align: center;
}
.cid-uMjHN9fLPk .item-title,
.cid-uMjHN9fLPk .mbr-section-btn,
.cid-uMjHN9fLPk .icon-wrapper {
  text-align: center;
}
.cid-tZs9GKcBB6 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-tZs9GKcBB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9GKcBB6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9GKcBB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9GKcBB6 h1 {
  max-width: 800px;
}
.cid-tZs9GKcBB6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9GKcBB6 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-tZs9GKcBB6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9GKcBB6 .btn div {
  overflow: hidden;
}
.cid-tZs9GKcBB6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9GKcBB6 {
    align-items: center;
  }
  .cid-tZs9GKcBB6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9GKcBB6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9GKcBB6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9GKcBB6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9GKcBB6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs9GKcBB6 .mbr-section-subtitle,
.cid-tZs9GKcBB6 .line {
  color: #291f1e;
}
.cid-tZs9GKcBB6 .mbr-text,
.cid-tZs9GKcBB6 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9GKcBB6 .mbr-section-title {
  color: #291f1e;
}
.cid-tZs9LX8uOJ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tZs9LX8uOJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tZs9LX8uOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9LX8uOJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ .line {
    margin-bottom: 10rem;
  }
}
.cid-tZs9LX8uOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9LX8uOJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9LX8uOJ .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-tZs9LX8uOJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9LX8uOJ .btn div {
  overflow: hidden;
}
.cid-tZs9LX8uOJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9LX8uOJ {
    align-items: center;
  }
  .cid-tZs9LX8uOJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9LX8uOJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9LX8uOJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9LX8uOJ .content-wrap {
    width: 100%;
  }
}
.cid-tZs9LX8uOJ .mbr-section-subtitle,
.cid-tZs9LX8uOJ .line {
  color: #000000;
  text-align: center;
}
.cid-tZs9LX8uOJ .mbr-text,
.cid-tZs9LX8uOJ .mbr-section-btn {
  text-align: left;
}
.cid-tZs9LX8uOJ .mbr-section-title {
  color: #000000;
}
.cid-tZs9Oy5dWS {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-tZs9Oy5dWS .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-tZs9Oy5dWS .display-1 {
    font-size: 2rem;
  }
}
.cid-tZs9Oy5dWS a {
  display: block;
  width: 100%;
}
.cid-tZs9Oy5dWS a:hover {
  background-image: none !important;
}
.cid-tZs9Oy5dWS .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-tZs9Oy5dWS .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #07259f;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-tZs9Oy5dWS .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #07259f;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-tZs9Oy5dWS .content-wrap:hover:before {
  height: 150%;
}
.cid-tZs9Oy5dWS .content-wrap:hover:after {
  background-color: #c4d6b0;
  right: 40px;
}
.cid-tZs9Oy5dWS .content-wrap:hover .mbr-section-title,
.cid-tZs9Oy5dWS .content-wrap:hover .mbr-section-title a {
  color: #c4d6b0 !important;
  z-index: 2;
  position: relative;
}
.cid-tZs9Oy5dWS .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-tZs9Oy5dWS .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-tZs9Oy5dWS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-tZs9Oy5dWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9Oy5dWS .mbr-section-subtitle,
.cid-tZs9Oy5dWS .line {
  color: #291f1e;
}
.cid-tZs9Oy5dWS .mbr-text,
.cid-tZs9Oy5dWS .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9Oy5dWS .mbr-section-title,
.cid-tZs9Oy5dWS .line {
  color: #000000;
  text-align: center;
}
.cid-tZs9Oy5dWS .mbr-section-subtitle {
  text-align: center;
}
.cid-tZs9Oy5dWS .mbr-section-title,
.cid-tZs9Oy5dWS .line DIV {
  text-align: left;
}
.cid-uMjx3vLhJx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMjx3vLhJx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjx3vLhJx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjx3vLhJx .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMjx3vLhJx .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjx3vLhJx .content-wrapper {
    padding: 0;
  }
}
.cid-uMjx3vLhJx .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uMjx3vLhJx .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #ffeb69;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMjx3vLhJx .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #000000;
  }
}
@media (max-width: 1440px) {
  .cid-uMjx3vLhJx .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjx3vLhJx .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uMjx3vLhJx .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uMjx3vLhJx .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjx3vLhJx .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMjx3vLhJx .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uMjx3vLhJx .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uMjx3vLhJx .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMjx3vLhJx .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMjx3vLhJx .mbr-section-title {
  color: #2C2625;
}
.cid-uMjx3vLhJx .mbr-date {
  color: #2C2625;
}
.cid-uMjx3vLhJx .mbr-tag {
  color: #2C2625;
}
.cid-uMjzGf2qkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjzGf2qkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjzGf2qkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjzGf2qkH .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMjzGf2qkH .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjzGf2qkH .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjzGf2qkH .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMjzGf2qkH .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMjzGf2qkH .mbr-section-title {
  color: #000000;
}
.cid-uMjzGf2qkH .mbr-desc {
  color: #fdfde1;
}
.cid-uMjzGf2qkH .mbr-text {
  color: #000000;
}
.cid-uMjzGf2qkH .mbr-text,
.cid-uMjzGf2qkH .text-wrapper {
  color: #000000;
}
.cid-uMjzGf2qkH .mbr-section-title,
.cid-uMjzGf2qkH .mbr-section-btn {
  color: #000000;
}
.cid-uMjAHVBVna {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMjAHVBVna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjAHVBVna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjAHVBVna .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .container {
    padding: 0 24px;
  }
}
.cid-uMjAHVBVna .row {
  justify-content: center;
}
.cid-uMjAHVBVna .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMjAHVBVna .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjAHVBVna .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjAHVBVna .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #ffd7ef;
  margin-top: -6px;
}
.cid-uMjAHVBVna .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMjAHVBVna .panel-group .card:nth-child(2) {
  background-color: #b2f4ff;
}
.cid-uMjAHVBVna .panel-group .card:nth-child(3) {
  background-color: #f8e885;
}
.cid-uMjAHVBVna .panel-group .card:nth-child(4) {
  background-color: #a6aef5;
}
.cid-uMjAHVBVna .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uMjAHVBVna .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uMjAHVBVna .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body img {
  height: 350px;
  width: 40%;
  object-fit: cover;
  border-radius: .75rem !important;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uMjAHVBVna .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uMjAHVBVna .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uMjAHVBVna .mbr-text,
.cid-uMjAHVBVna .text-wrapper {
  color: #141414;
  text-align: right;
}
.cid-uMjAHVBVna .mbr-title {
  color: #141414;
}
.cid-uMjAHVBVna .panel-desc {
  color: #141414;
}
.cid-uMjAHVBVna .panel-text {
  color: #141414;
}
.cid-uMjCoNvOt3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #ffeb69 10%, #ffffff 80%, #ffffff 130%);
}
.cid-uMjCoNvOt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjCoNvOt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjCoNvOt3 .row {
  justify-content: center;
}
.cid-uMjCoNvOt3 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uMjCoNvOt3 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uMjCoNvOt3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMjCoNvOt3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjCoNvOt3 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjCoNvOt3 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMjCoNvOt3 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uMjCoNvOt3 .mbr-section-title {
  color: #ffffff;
}
.cid-uMjCoNvOt3 .mbr-text,
.cid-uMjCoNvOt3 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjCoNvOt3 .mbr-section-title,
.cid-uMjCoNvOt3 .mbr-section-btn,
.cid-uMjCoNvOt3 .logo-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMjD3ZZLAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjD3ZZLAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjD3ZZLAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMjD3ZZLAh .container {
    padding: 0 20px;
  }
}
.cid-uMjD3ZZLAh .row {
  margin: 0;
}
.cid-uMjD3ZZLAh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMjD3ZZLAh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMjD3ZZLAh .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMjD3ZZLAh .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMjD3ZZLAh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMjD3ZZLAh .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMjD3ZZLAh .mbr-section-title {
  color: #ffffff;
}
.cid-uMjD5qns0x {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-uMjD5qns0x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjD5qns0x .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjD5qns0x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjD5qns0x h1 {
  max-width: 800px;
}
.cid-uMjD5qns0x p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjD5qns0x .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjD5qns0x .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjD5qns0x .btn div {
  overflow: hidden;
}
.cid-uMjD5qns0x .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjD5qns0x {
    align-items: center;
  }
  .cid-uMjD5qns0x .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjD5qns0x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjD5qns0x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjD5qns0x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjD5qns0x .content-wrap {
    width: 100%;
  }
}
.cid-uMjD5qns0x .mbr-section-subtitle,
.cid-uMjD5qns0x .line {
  color: #291f1e;
  text-align: left;
}
.cid-uMjD5qns0x .mbr-text,
.cid-uMjD5qns0x .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjD5qns0x .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uMjDafnczP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjDafnczP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjDafnczP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjDafnczP .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMjDafnczP .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMjDafnczP .card-wrapper {
    padding: 22px;
  }
}
.cid-uMjDafnczP .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMjDafnczP .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMjDafnczP .mbr-label {
  color: #c10b02;
}
.cid-uMjAuyMhH1 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMjAuyMhH1 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .img-bg {
    display: none;
  }
}
.cid-uMjAuyMhH1 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .container {
    padding: 0 !important;
  }
}
.cid-uMjAuyMhH1 .row {
  width: 100%;
  align-items: center;
}
.cid-uMjAuyMhH1 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMjAuyMhH1 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMjAuyMhH1 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMjAuyMhH1 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMjAuyMhH1 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMjAuyMhH1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjAuyMhH1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjAuyMhH1 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMjAuyMhH1 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMjAuyMhH1 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMjAuyMhH1 .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMjAuyMhH1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMjAuyMhH1 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjAuyMhH1 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMjAuyMhH1 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMjAuyMhH1 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMjAuyMhH1 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMjAuyMhH1 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMjAuyMhH1 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMjAuyMhH1 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMjAuyMhH1 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMjAuyMhH1 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjAuyMhH1 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjAuyMhH1 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMjAuyMhH1 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMjAuyMhH1 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjAuyMhH1 .copyright {
    text-align: center !important;
  }
}
.cid-uMjJGe8gKN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMjJGe8gKN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMjJGe8gKN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMjJGe8gKN .btn {
  font-weight: 400;
}
.cid-uMjJGe8gKN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjJGe8gKN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMjJGe8gKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjJGe8gKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjJGe8gKN .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMjJGe8gKN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMjJGe8gKN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMjJGe8gKN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMjJGe8gKN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMjJGe8gKN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMjJGe8gKN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMjJGe8gKN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMjJGe8gKN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMjJGe8gKN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMjJGe8gKN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMjJGe8gKN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMjJGe8gKN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjJGe8gKN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMjJGe8gKN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMjJGe8gKN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMjJGe8gKN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjJGe8gKN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMjJGe8gKN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMjJGe8gKN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uMjJGe8gKN .nav-item:focus,
.cid-uMjJGe8gKN .nav-link:focus {
  outline: none;
}
.cid-uMjJGe8gKN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjJGe8gKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjJGe8gKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjJGe8gKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjJGe8gKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjJGe8gKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjJGe8gKN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMjJGe8gKN .navbar.opened {
  transition: all 0.25s;
}
.cid-uMjJGe8gKN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjJGe8gKN .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjJGe8gKN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMjJGe8gKN .navbar.collapsed {
  justify-content: center;
}
.cid-uMjJGe8gKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjJGe8gKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjJGe8gKN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-uMjJGe8gKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjJGe8gKN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjJGe8gKN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMjJGe8gKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjJGe8gKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjJGe8gKN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjJGe8gKN .navbar {
    min-height: 72px;
  }
  .cid-uMjJGe8gKN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjJGe8gKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjJGe8gKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjJGe8gKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjJGe8gKN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjJGe8gKN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMjJGe8gKN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjJGe8gKN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMjJGe8gKN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjJGe8gKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMjJGe8gKN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMjJGe8gKN .dropdown-item.active,
.cid-uMjJGe8gKN .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjJGe8gKN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjJGe8gKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjJGe8gKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjJGe8gKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uMjJGe8gKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMjJGe8gKN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMjJGe8gKN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjJGe8gKN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMjJGe8gKN .navbar-buttons {
    text-align: left;
  }
}
.cid-uMjJGe8gKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjJGe8gKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMjJGe8gKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjJGe8gKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjJGe8gKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjJGe8gKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjJGe8gKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjJGe8gKN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjJGe8gKN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjJGe8gKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjJGe8gKN .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uMjJGe8gKN .opacityScroll {
  background: #fffcee !important;
}
.cid-uMjJGe8gKN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjJGe8gKN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMjJGe8gKN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjJGe8gKN .navbar {
    height: 70px;
  }
  .cid-uMjJGe8gKN .navbar.opened {
    height: auto;
  }
  .cid-uMjJGe8gKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMjJGe8gKN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMjJGe8gKN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMjJGe8gKN .navbar-brand {
    margin-right: auto;
  }
  .cid-uMjJGe8gKN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uMjJGe8gKN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMjJGe8gKN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMjJGe8gKN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjJGe8gKN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjJGe8gKN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMjJGe8gKN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMjJGe8gKN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMjJGfHelx {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/villa20copa29-780x439.jpg");
}
.cid-uMjJGfHelx .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMjJGfHelx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjJGfHelx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjJGfHelx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjJGfHelx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjJGfHelx {
    align-items: center;
  }
  .cid-uMjJGfHelx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjJGfHelx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjJGfHelx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjJGfHelx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjJGfHelx .content-wrap {
    width: 100%;
  }
}
.cid-uMjJGfHelx .mbr-section-subtitle,
.cid-uMjJGfHelx .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMjJGfHelx .mbr-text,
.cid-uMjJGfHelx .mbr-section-btn {
  text-align: right;
}
.cid-uMjJGfHelx .mbr-section-title {
  text-align: center;
}
.cid-uMjJGhvQGY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjJGhvQGY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjJGhvQGY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjJGhvQGY .items-wrapper {
  justify-content: center;
}
.cid-uMjJGhvQGY .mbr-text,
.cid-uMjJGhvQGY .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjJGudy5C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjJGudy5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjJGudy5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjJGudy5C .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMjJGudy5C .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMjJGudy5C .card-wrapper {
    padding: 22px;
  }
}
.cid-uMjJGudy5C .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMjJGudy5C .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMjJGudy5C .mbr-label {
  color: #c10b02;
}
.cid-uMjJGvlOdA .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMjJGvlOdA .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .img-bg {
    display: none;
  }
}
.cid-uMjJGvlOdA .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .container {
    padding: 0 !important;
  }
}
.cid-uMjJGvlOdA .row {
  width: 100%;
  align-items: center;
}
.cid-uMjJGvlOdA .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMjJGvlOdA .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMjJGvlOdA .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMjJGvlOdA .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMjJGvlOdA .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMjJGvlOdA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjJGvlOdA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjJGvlOdA .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .brand-text {
    margin-top: 45px;
  }
}
.cid-uMjJGvlOdA .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMjJGvlOdA .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMjJGvlOdA .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMjJGvlOdA .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMjJGvlOdA .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjJGvlOdA .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMjJGvlOdA .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMjJGvlOdA .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMjJGvlOdA .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMjJGvlOdA .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMjJGvlOdA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMjJGvlOdA .col-link3 {
    padding-left: 0;
  }
}
.cid-uMjJGvlOdA .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMjJGvlOdA .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjJGvlOdA .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjJGvlOdA .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMjJGvlOdA .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMjJGvlOdA .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjJGvlOdA .copyright {
    text-align: center !important;
  }
}
.cid-uMjKmtuiYi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMjKmtuiYi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMjKmtuiYi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMjKmtuiYi .btn {
  font-weight: 400;
}
.cid-uMjKmtuiYi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjKmtuiYi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMjKmtuiYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjKmtuiYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjKmtuiYi .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMjKmtuiYi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMjKmtuiYi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMjKmtuiYi .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMjKmtuiYi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMjKmtuiYi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMjKmtuiYi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMjKmtuiYi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMjKmtuiYi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMjKmtuiYi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMjKmtuiYi .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMjKmtuiYi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMjKmtuiYi .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjKmtuiYi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMjKmtuiYi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMjKmtuiYi .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMjKmtuiYi .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjKmtuiYi .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMjKmtuiYi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMjKmtuiYi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uMjKmtuiYi .nav-item:focus,
.cid-uMjKmtuiYi .nav-link:focus {
  outline: none;
}
.cid-uMjKmtuiYi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjKmtuiYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjKmtuiYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjKmtuiYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjKmtuiYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjKmtuiYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjKmtuiYi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMjKmtuiYi .navbar.opened {
  transition: all 0.25s;
}
.cid-uMjKmtuiYi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjKmtuiYi .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjKmtuiYi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMjKmtuiYi .navbar.collapsed {
  justify-content: center;
}
.cid-uMjKmtuiYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjKmtuiYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjKmtuiYi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-uMjKmtuiYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjKmtuiYi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjKmtuiYi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMjKmtuiYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjKmtuiYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjKmtuiYi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjKmtuiYi .navbar {
    min-height: 72px;
  }
  .cid-uMjKmtuiYi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjKmtuiYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjKmtuiYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjKmtuiYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjKmtuiYi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjKmtuiYi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMjKmtuiYi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjKmtuiYi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMjKmtuiYi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjKmtuiYi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMjKmtuiYi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMjKmtuiYi .dropdown-item.active,
.cid-uMjKmtuiYi .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjKmtuiYi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjKmtuiYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjKmtuiYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjKmtuiYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uMjKmtuiYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMjKmtuiYi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMjKmtuiYi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjKmtuiYi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMjKmtuiYi .navbar-buttons {
    text-align: left;
  }
}
.cid-uMjKmtuiYi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjKmtuiYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMjKmtuiYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjKmtuiYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjKmtuiYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjKmtuiYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjKmtuiYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjKmtuiYi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjKmtuiYi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjKmtuiYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjKmtuiYi .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uMjKmtuiYi .opacityScroll {
  background: #fffcee !important;
}
.cid-uMjKmtuiYi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjKmtuiYi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMjKmtuiYi .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjKmtuiYi .navbar {
    height: 70px;
  }
  .cid-uMjKmtuiYi .navbar.opened {
    height: auto;
  }
  .cid-uMjKmtuiYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMjKmtuiYi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMjKmtuiYi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMjKmtuiYi .navbar-brand {
    margin-right: auto;
  }
  .cid-uMjKmtuiYi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uMjKmtuiYi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMjKmtuiYi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMjKmtuiYi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjKmtuiYi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjKmtuiYi .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMjKmtuiYi .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMjKmtuiYi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMjKmxlKnJ {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/villa20copa30-780x439.jpg");
}
.cid-uMjKmxlKnJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMjKmxlKnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKmxlKnJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjKmxlKnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKmxlKnJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjKmxlKnJ {
    align-items: center;
  }
  .cid-uMjKmxlKnJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjKmxlKnJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKmxlKnJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjKmxlKnJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjKmxlKnJ .content-wrap {
    width: 100%;
  }
}
.cid-uMjKmxlKnJ .mbr-section-subtitle,
.cid-uMjKmxlKnJ .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMjKmxlKnJ .mbr-text,
.cid-uMjKmxlKnJ .mbr-section-btn {
  text-align: right;
}
.cid-uMjKmxlKnJ .mbr-section-title {
  text-align: center;
}
.cid-uMjKmy1Dyq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjKmy1Dyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKmy1Dyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKmy1Dyq .items-wrapper {
  justify-content: center;
}
.cid-uMjKmy1Dyq .mbr-text,
.cid-uMjKmy1Dyq .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjKmyJ5vW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjKmyJ5vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKmyJ5vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKmyJ5vW .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMjKmyJ5vW .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMjKmyJ5vW .card-wrapper {
    padding: 22px;
  }
}
.cid-uMjKmyJ5vW .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMjKmyJ5vW .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMjKmyJ5vW .mbr-label {
  color: #c10b02;
}
.cid-uMjKmzvLx7 .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMjKmzvLx7 .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .img-bg {
    display: none;
  }
}
.cid-uMjKmzvLx7 .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .container {
    padding: 0 !important;
  }
}
.cid-uMjKmzvLx7 .row {
  width: 100%;
  align-items: center;
}
.cid-uMjKmzvLx7 .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMjKmzvLx7 .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMjKmzvLx7 .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMjKmzvLx7 .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMjKmzvLx7 .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMjKmzvLx7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjKmzvLx7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjKmzvLx7 .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .brand-text {
    margin-top: 45px;
  }
}
.cid-uMjKmzvLx7 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMjKmzvLx7 .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMjKmzvLx7 .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMjKmzvLx7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMjKmzvLx7 .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjKmzvLx7 .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKmzvLx7 .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMjKmzvLx7 .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMjKmzvLx7 .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMjKmzvLx7 .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMjKmzvLx7 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMjKmzvLx7 .col-link3 {
    padding-left: 0;
  }
}
.cid-uMjKmzvLx7 .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMjKmzvLx7 .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjKmzvLx7 .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjKmzvLx7 .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMjKmzvLx7 .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMjKmzvLx7 .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjKmzvLx7 .copyright {
    text-align: center !important;
  }
}
.cid-uMjQWGjecc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMjQWGjecc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMjQWGjecc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMjQWGjecc .btn {
  font-weight: 400;
}
.cid-uMjQWGjecc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjQWGjecc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMjQWGjecc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjQWGjecc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjQWGjecc .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMjQWGjecc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMjQWGjecc .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMjQWGjecc .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMjQWGjecc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMjQWGjecc .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMjQWGjecc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMjQWGjecc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMjQWGjecc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMjQWGjecc .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMjQWGjecc .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMjQWGjecc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMjQWGjecc .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjQWGjecc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMjQWGjecc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMjQWGjecc .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMjQWGjecc .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWGjecc .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMjQWGjecc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMjQWGjecc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uMjQWGjecc .nav-item:focus,
.cid-uMjQWGjecc .nav-link:focus {
  outline: none;
}
.cid-uMjQWGjecc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjQWGjecc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjQWGjecc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjQWGjecc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjQWGjecc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjQWGjecc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjQWGjecc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMjQWGjecc .navbar.opened {
  transition: all 0.25s;
}
.cid-uMjQWGjecc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjQWGjecc .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjQWGjecc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMjQWGjecc .navbar.collapsed {
  justify-content: center;
}
.cid-uMjQWGjecc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjQWGjecc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjQWGjecc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-uMjQWGjecc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjQWGjecc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjQWGjecc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMjQWGjecc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjQWGjecc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjQWGjecc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjQWGjecc .navbar {
    min-height: 72px;
  }
  .cid-uMjQWGjecc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjQWGjecc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjQWGjecc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjQWGjecc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjQWGjecc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjQWGjecc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMjQWGjecc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjQWGjecc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMjQWGjecc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjQWGjecc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMjQWGjecc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMjQWGjecc .dropdown-item.active,
.cid-uMjQWGjecc .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjQWGjecc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjQWGjecc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjQWGjecc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjQWGjecc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uMjQWGjecc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMjQWGjecc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMjQWGjecc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjQWGjecc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMjQWGjecc .navbar-buttons {
    text-align: left;
  }
}
.cid-uMjQWGjecc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjQWGjecc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMjQWGjecc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjQWGjecc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjQWGjecc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjQWGjecc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjQWGjecc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjQWGjecc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjQWGjecc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjQWGjecc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjQWGjecc .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uMjQWGjecc .opacityScroll {
  background: #fffcee !important;
}
.cid-uMjQWGjecc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjQWGjecc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMjQWGjecc .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjQWGjecc .navbar {
    height: 70px;
  }
  .cid-uMjQWGjecc .navbar.opened {
    height: auto;
  }
  .cid-uMjQWGjecc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMjQWGjecc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMjQWGjecc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMjQWGjecc .navbar-brand {
    margin-right: auto;
  }
  .cid-uMjQWGjecc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uMjQWGjecc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMjQWGjecc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMjQWGjecc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjQWGjecc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjQWGjecc .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMjQWGjecc .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMjQWGjecc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMjQWHHtyr {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/villa20copa36-1250x833.jpg");
}
.cid-uMjQWHHtyr .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMjQWHHtyr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWHHtyr .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjQWHHtyr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWHHtyr p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjQWHHtyr {
    align-items: center;
  }
  .cid-uMjQWHHtyr .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjQWHHtyr .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWHHtyr {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjQWHHtyr .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjQWHHtyr .content-wrap {
    width: 100%;
  }
}
.cid-uMjQWHHtyr .mbr-section-subtitle,
.cid-uMjQWHHtyr .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMjQWHHtyr .mbr-text,
.cid-uMjQWHHtyr .mbr-section-btn {
  text-align: right;
}
.cid-uMjQWHHtyr .mbr-section-title {
  text-align: center;
}
.cid-uMjQWILYPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjQWILYPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWILYPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWILYPg .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMjQWILYPg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uMjQWILYPg .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjQWILYPg .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjQWILYPg .mbr-section-title {
  color: #050f0f;
}
.cid-uMjQWILYPg .item-text {
  color: #050f0f;
}
.cid-uMjQWJtwl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjQWJtwl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWJtwl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWJtwl7 .items-wrapper {
  justify-content: center;
}
.cid-uMjQWJtwl7 .mbr-text,
.cid-uMjQWJtwl7 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjQWKgz0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjQWKgz0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWKgz0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWKgz0p .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMjQWKgz0p .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWKgz0p .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMjQWKgz0p .items-wrapper {
  margin: 0 -5px;
}
.cid-uMjQWKgz0p .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMjQWKgz0p .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffeb69;
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMjQWKgz0p .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMjQWKgz0p .mbr-section-title {
  color: #093388;
}
.cid-uMjQWKgz0p .item-title {
  color: #093388;
}
.cid-uMjQWKgz0p .item-text {
  color: #58595b;
}
.cid-uMjQWKgz0p .item-tag {
  color: #58595b;
}
.cid-uMjQWKgz0p .item-tag,
.cid-uMjQWKgz0p .date-wrapper {
  text-align: center;
}
.cid-uMjQWKgz0p .item-title,
.cid-uMjQWKgz0p .mbr-section-btn,
.cid-uMjQWKgz0p .icon-wrapper {
  text-align: center;
}
.cid-uMjQWLutiU {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjQWLutiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWLutiU .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjQWLutiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWLutiU h1 {
  max-width: 800px;
}
.cid-uMjQWLutiU p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjQWLutiU .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjQWLutiU .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjQWLutiU .btn div {
  overflow: hidden;
}
.cid-uMjQWLutiU .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjQWLutiU {
    align-items: center;
  }
  .cid-uMjQWLutiU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjQWLutiU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWLutiU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjQWLutiU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjQWLutiU .content-wrap {
    width: 100%;
  }
}
.cid-uMjQWLutiU .mbr-section-subtitle,
.cid-uMjQWLutiU .line {
  color: #291f1e;
}
.cid-uMjQWLutiU .mbr-text,
.cid-uMjQWLutiU .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjQWLutiU .mbr-section-title {
  color: #291f1e;
}
.cid-uMjQWMhE9y {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/villa20copa37-1024x768.jpg");
}
.cid-uMjQWMhE9y .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uMjQWMhE9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWMhE9y .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uMjQWMhE9y .line {
    margin-bottom: 10rem;
  }
}
.cid-uMjQWMhE9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWMhE9y p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjQWMhE9y .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjQWMhE9y .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjQWMhE9y .btn div {
  overflow: hidden;
}
.cid-uMjQWMhE9y .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjQWMhE9y {
    align-items: center;
  }
  .cid-uMjQWMhE9y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjQWMhE9y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWMhE9y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjQWMhE9y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjQWMhE9y .content-wrap {
    width: 100%;
  }
}
.cid-uMjQWMhE9y .mbr-section-subtitle,
.cid-uMjQWMhE9y .line {
  color: #000000;
  text-align: center;
}
.cid-uMjQWMhE9y .mbr-text,
.cid-uMjQWMhE9y .mbr-section-btn {
  text-align: left;
}
.cid-uMjQWMhE9y .mbr-section-title {
  color: #000000;
}
.cid-uMjQWNaCmj {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-uMjQWNaCmj .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uMjQWNaCmj .display-1 {
    font-size: 2rem;
  }
}
.cid-uMjQWNaCmj a {
  display: block;
  width: 100%;
}
.cid-uMjQWNaCmj a:hover {
  background-image: none !important;
}
.cid-uMjQWNaCmj .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-uMjQWNaCmj .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #07259f;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-uMjQWNaCmj .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #07259f;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-uMjQWNaCmj .content-wrap:hover:before {
  height: 150%;
}
.cid-uMjQWNaCmj .content-wrap:hover:after {
  background-color: #c4d6b0;
  right: 40px;
}
.cid-uMjQWNaCmj .content-wrap:hover .mbr-section-title,
.cid-uMjQWNaCmj .content-wrap:hover .mbr-section-title a {
  color: #c4d6b0 !important;
  z-index: 2;
  position: relative;
}
.cid-uMjQWNaCmj .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-uMjQWNaCmj .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-uMjQWNaCmj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uMjQWNaCmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWNaCmj .mbr-section-subtitle,
.cid-uMjQWNaCmj .line {
  color: #291f1e;
}
.cid-uMjQWNaCmj .mbr-text,
.cid-uMjQWNaCmj .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjQWNaCmj .mbr-section-title,
.cid-uMjQWNaCmj .line {
  color: #000000;
  text-align: center;
}
.cid-uMjQWNaCmj .mbr-section-subtitle {
  text-align: center;
}
.cid-uMjQWNaCmj .mbr-section-title,
.cid-uMjQWNaCmj .line DIV {
  text-align: left;
}
.cid-uMjQWNScaX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMjQWNScaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWNScaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWNScaX .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMjQWNScaX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWNScaX .content-wrapper {
    padding: 0;
  }
}
.cid-uMjQWNScaX .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uMjQWNScaX .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #ffeb69;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMjQWNScaX .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #000000;
  }
}
@media (max-width: 1440px) {
  .cid-uMjQWNScaX .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWNScaX .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uMjQWNScaX .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uMjQWNScaX .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjQWNScaX .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMjQWNScaX .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uMjQWNScaX .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uMjQWNScaX .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMjQWNScaX .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMjQWNScaX .mbr-section-title {
  color: #2C2625;
}
.cid-uMjQWNScaX .mbr-date {
  color: #2C2625;
}
.cid-uMjQWNScaX .mbr-tag {
  color: #2C2625;
}
.cid-uMjQWOIunw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjQWOIunw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWOIunw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWOIunw .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMjQWOIunw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjQWOIunw .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjQWOIunw .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMjQWOIunw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMjQWOIunw .mbr-section-title {
  color: #000000;
}
.cid-uMjQWOIunw .mbr-desc {
  color: #fdfde1;
}
.cid-uMjQWOIunw .mbr-text {
  color: #000000;
}
.cid-uMjQWOIunw .mbr-text,
.cid-uMjQWOIunw .text-wrapper {
  color: #000000;
}
.cid-uMjQWOIunw .mbr-section-title,
.cid-uMjQWOIunw .mbr-section-btn {
  color: #000000;
}
.cid-uMjQWPv5W6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMjQWPv5W6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWPv5W6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWPv5W6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .container {
    padding: 0 24px;
  }
}
.cid-uMjQWPv5W6 .row {
  justify-content: center;
}
.cid-uMjQWPv5W6 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMjQWPv5W6 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjQWPv5W6 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjQWPv5W6 .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #ffd7ef;
  margin-top: -6px;
}
.cid-uMjQWPv5W6 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMjQWPv5W6 .panel-group .card:nth-child(2) {
  background-color: #b2f4ff;
}
.cid-uMjQWPv5W6 .panel-group .card:nth-child(3) {
  background-color: #f8e885;
}
.cid-uMjQWPv5W6 .panel-group .card:nth-child(4) {
  background-color: #a6aef5;
}
.cid-uMjQWPv5W6 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uMjQWPv5W6 .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uMjQWPv5W6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body img {
  height: 350px;
  width: 40%;
  object-fit: cover;
  border-radius: .75rem !important;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uMjQWPv5W6 .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uMjQWPv5W6 .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uMjQWPv5W6 .mbr-text,
.cid-uMjQWPv5W6 .text-wrapper {
  color: #141414;
  text-align: right;
}
.cid-uMjQWPv5W6 .mbr-title {
  color: #141414;
}
.cid-uMjQWPv5W6 .panel-desc {
  color: #141414;
}
.cid-uMjQWPv5W6 .panel-text {
  color: #141414;
}
.cid-uMjQWQCPc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #ffeb69 10%, #ffffff 80%, #ffffff 130%);
}
.cid-uMjQWQCPc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWQCPc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWQCPc0 .row {
  justify-content: center;
}
.cid-uMjQWQCPc0 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uMjQWQCPc0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uMjQWQCPc0 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMjQWQCPc0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjQWQCPc0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjQWQCPc0 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMjQWQCPc0 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uMjQWQCPc0 .mbr-section-title {
  color: #ffffff;
}
.cid-uMjQWQCPc0 .mbr-text,
.cid-uMjQWQCPc0 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjQWQCPc0 .mbr-section-title,
.cid-uMjQWQCPc0 .mbr-section-btn,
.cid-uMjQWQCPc0 .logo-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMjQWRzont {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjQWRzont .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWRzont .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMjQWRzont .container {
    padding: 0 20px;
  }
}
.cid-uMjQWRzont .row {
  margin: 0;
}
.cid-uMjQWRzont .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMjQWRzont .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMjQWRzont .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMjQWRzont .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMjQWRzont .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMjQWRzont .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMjQWRzont .mbr-section-title {
  color: #ffffff;
}
.cid-uMjQWSq5Nx {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffeb69;
}
.cid-uMjQWSq5Nx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWSq5Nx .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjQWSq5Nx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWSq5Nx h1 {
  max-width: 800px;
}
.cid-uMjQWSq5Nx p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjQWSq5Nx .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjQWSq5Nx .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjQWSq5Nx .btn div {
  overflow: hidden;
}
.cid-uMjQWSq5Nx .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjQWSq5Nx {
    align-items: center;
  }
  .cid-uMjQWSq5Nx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjQWSq5Nx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWSq5Nx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjQWSq5Nx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjQWSq5Nx .content-wrap {
    width: 100%;
  }
}
.cid-uMjQWSq5Nx .mbr-section-subtitle,
.cid-uMjQWSq5Nx .line {
  color: #291f1e;
  text-align: left;
}
.cid-uMjQWSq5Nx .mbr-text,
.cid-uMjQWSq5Nx .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjQWSq5Nx .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uMjQWVLEuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #ffeb69 -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uMjQWVLEuj {
    background-image: linear-gradient(45deg, #ffeb69 -60%, #000000 40%);
  }
}
.cid-uMjQWVLEuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWVLEuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWVLEuj .row {
  justify-content: space-between;
}
.cid-uMjQWVLEuj .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMjQWVLEuj .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uMjQWVLEuj .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMjQWVLEuj .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uMjQWVLEuj .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMjQWVLEuj .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uMjQWVLEuj .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uMjQWVLEuj .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uMjQWVLEuj .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjQWVLEuj .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uMjQWVLEuj .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uMjQWVLEuj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMjQWVLEuj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMjQWVLEuj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMjQWVLEuj .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uMjQWVLEuj .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMjQWVLEuj .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMjQWVLEuj .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uMjQWVLEuj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMjQWVLEuj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMjQWVLEuj .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMjQWVLEuj .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uMjQWVLEuj .panel-title-edit {
  color: #ffffff;
}
.cid-uMjQWVLEuj .panel-text {
  color: #ffffff;
}
.cid-uMjQWXrozK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjQWXrozK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjQWXrozK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjQWXrozK .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMjQWXrozK .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMjQWXrozK .card-wrapper {
    padding: 22px;
  }
}
.cid-uMjQWXrozK .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMjQWXrozK .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMjQWXrozK .mbr-label {
  color: #c10b02;
}
.cid-uMjQWYG1GZ .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMjQWYG1GZ .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .img-bg {
    display: none;
  }
}
.cid-uMjQWYG1GZ .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .container {
    padding: 0 !important;
  }
}
.cid-uMjQWYG1GZ .row {
  width: 100%;
  align-items: center;
}
.cid-uMjQWYG1GZ .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMjQWYG1GZ .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMjQWYG1GZ .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMjQWYG1GZ .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMjQWYG1GZ .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMjQWYG1GZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjQWYG1GZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjQWYG1GZ .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .brand-text {
    margin-top: 45px;
  }
}
.cid-uMjQWYG1GZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMjQWYG1GZ .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMjQWYG1GZ .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMjQWYG1GZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMjQWYG1GZ .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjQWYG1GZ .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMjQWYG1GZ .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMjQWYG1GZ .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMjQWYG1GZ .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMjQWYG1GZ .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMjQWYG1GZ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMjQWYG1GZ .col-link3 {
    padding-left: 0;
  }
}
.cid-uMjQWYG1GZ .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMjQWYG1GZ .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjQWYG1GZ .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjQWYG1GZ .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMjQWYG1GZ .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMjQWYG1GZ .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjQWYG1GZ .copyright {
    text-align: center !important;
  }
}
.cid-uMmMAst8Uu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMmMAst8Uu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMmMAst8Uu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMmMAst8Uu .btn {
  font-weight: 400;
}
.cid-uMmMAst8Uu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMmMAst8Uu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMmMAst8Uu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMmMAst8Uu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMmMAst8Uu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMmMAst8Uu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMmMAst8Uu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMmMAst8Uu .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMmMAst8Uu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMmMAst8Uu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMmMAst8Uu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMmMAst8Uu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMmMAst8Uu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMmMAst8Uu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMmMAst8Uu .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMmMAst8Uu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMmMAst8Uu .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMmMAst8Uu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMmMAst8Uu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMmMAst8Uu .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMmMAst8Uu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAst8Uu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMmMAst8Uu .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMmMAst8Uu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uMmMAst8Uu .nav-item:focus,
.cid-uMmMAst8Uu .nav-link:focus {
  outline: none;
}
.cid-uMmMAst8Uu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMmMAst8Uu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMmMAst8Uu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMmMAst8Uu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMmMAst8Uu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMmMAst8Uu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMmMAst8Uu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMmMAst8Uu .navbar.opened {
  transition: all 0.25s;
}
.cid-uMmMAst8Uu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMmMAst8Uu .navbar .navbar-logo img {
  width: auto;
}
.cid-uMmMAst8Uu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMmMAst8Uu .navbar.collapsed {
  justify-content: center;
}
.cid-uMmMAst8Uu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMmMAst8Uu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMmMAst8Uu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-uMmMAst8Uu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMmMAst8Uu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMmMAst8Uu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMmMAst8Uu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMmMAst8Uu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMmMAst8Uu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMmMAst8Uu .navbar {
    min-height: 72px;
  }
  .cid-uMmMAst8Uu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMmMAst8Uu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMmMAst8Uu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMmMAst8Uu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMmMAst8Uu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMmMAst8Uu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMmMAst8Uu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMmMAst8Uu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMmMAst8Uu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMmMAst8Uu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMmMAst8Uu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMmMAst8Uu .dropdown-item.active,
.cid-uMmMAst8Uu .dropdown-item:active {
  background-color: transparent;
}
.cid-uMmMAst8Uu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMmMAst8Uu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMmMAst8Uu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMmMAst8Uu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uMmMAst8Uu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMmMAst8Uu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMmMAst8Uu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMmMAst8Uu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMmMAst8Uu .navbar-buttons {
    text-align: left;
  }
}
.cid-uMmMAst8Uu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMmMAst8Uu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMmMAst8Uu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMmMAst8Uu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMmMAst8Uu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMmMAst8Uu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMmMAst8Uu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMmMAst8Uu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMmMAst8Uu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMmMAst8Uu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMmMAst8Uu .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uMmMAst8Uu .opacityScroll {
  background: #fffcee !important;
}
.cid-uMmMAst8Uu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMmMAst8Uu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMmMAst8Uu .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMmMAst8Uu .navbar {
    height: 70px;
  }
  .cid-uMmMAst8Uu .navbar.opened {
    height: auto;
  }
  .cid-uMmMAst8Uu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMmMAst8Uu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMmMAst8Uu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMmMAst8Uu .navbar-brand {
    margin-right: auto;
  }
  .cid-uMmMAst8Uu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uMmMAst8Uu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMmMAst8Uu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMmMAst8Uu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMmMAst8Uu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMmMAst8Uu .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMmMAst8Uu .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMmMAst8Uu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMmMAtQjHv {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/villa20copa38-1198x720.jpg");
}
.cid-uMmMAtQjHv .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMmMAtQjHv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAtQjHv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMmMAtQjHv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAtQjHv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMmMAtQjHv {
    align-items: center;
  }
  .cid-uMmMAtQjHv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMmMAtQjHv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAtQjHv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMmMAtQjHv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMmMAtQjHv .content-wrap {
    width: 100%;
  }
}
.cid-uMmMAtQjHv .mbr-section-subtitle,
.cid-uMmMAtQjHv .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMmMAtQjHv .mbr-text,
.cid-uMmMAtQjHv .mbr-section-btn {
  text-align: right;
}
.cid-uMmMAtQjHv .mbr-section-title {
  text-align: center;
}
.cid-uMmMAuyrqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMmMAuyrqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAuyrqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAuyrqt .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMmMAuyrqt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uMmMAuyrqt .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMmMAuyrqt .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMmMAuyrqt .mbr-section-title {
  color: #050f0f;
}
.cid-uMmMAuyrqt .item-text {
  color: #050f0f;
}
.cid-uMmMAvmICn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMmMAvmICn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAvmICn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAvmICn .items-wrapper {
  justify-content: center;
}
.cid-uMmMAvmICn .mbr-text,
.cid-uMmMAvmICn .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMmMAw0zL1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMmMAw0zL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAw0zL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAw0zL1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMmMAw0zL1 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAw0zL1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMmMAw0zL1 .items-wrapper {
  margin: 0 -5px;
}
.cid-uMmMAw0zL1 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMmMAw0zL1 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffeb69;
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMmMAw0zL1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMmMAw0zL1 .mbr-section-title {
  color: #093388;
}
.cid-uMmMAw0zL1 .item-title {
  color: #093388;
}
.cid-uMmMAw0zL1 .item-text {
  color: #58595b;
}
.cid-uMmMAw0zL1 .item-tag {
  color: #58595b;
}
.cid-uMmMAw0zL1 .item-tag,
.cid-uMmMAw0zL1 .date-wrapper {
  text-align: center;
}
.cid-uMmMAw0zL1 .item-title,
.cid-uMmMAw0zL1 .mbr-section-btn,
.cid-uMmMAw0zL1 .icon-wrapper {
  text-align: center;
}
.cid-uMmMAxaqCF {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMmMAxaqCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAxaqCF .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMmMAxaqCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAxaqCF h1 {
  max-width: 800px;
}
.cid-uMmMAxaqCF p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMmMAxaqCF .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMmMAxaqCF .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMmMAxaqCF .btn div {
  overflow: hidden;
}
.cid-uMmMAxaqCF .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMmMAxaqCF {
    align-items: center;
  }
  .cid-uMmMAxaqCF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMmMAxaqCF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAxaqCF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMmMAxaqCF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMmMAxaqCF .content-wrap {
    width: 100%;
  }
}
.cid-uMmMAxaqCF .mbr-section-subtitle,
.cid-uMmMAxaqCF .line {
  color: #291f1e;
}
.cid-uMmMAxaqCF .mbr-text,
.cid-uMmMAxaqCF .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMmMAxaqCF .mbr-section-title {
  color: #291f1e;
}
.cid-uMmMAxU4h4 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/villa20copa39-1152x769.jpg");
}
.cid-uMmMAxU4h4 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uMmMAxU4h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAxU4h4 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uMmMAxU4h4 .line {
    margin-bottom: 10rem;
  }
}
.cid-uMmMAxU4h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAxU4h4 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMmMAxU4h4 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMmMAxU4h4 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMmMAxU4h4 .btn div {
  overflow: hidden;
}
.cid-uMmMAxU4h4 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMmMAxU4h4 {
    align-items: center;
  }
  .cid-uMmMAxU4h4 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMmMAxU4h4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAxU4h4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMmMAxU4h4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMmMAxU4h4 .content-wrap {
    width: 100%;
  }
}
.cid-uMmMAxU4h4 .mbr-section-subtitle,
.cid-uMmMAxU4h4 .line {
  color: #000000;
  text-align: center;
}
.cid-uMmMAxU4h4 .mbr-text,
.cid-uMmMAxU4h4 .mbr-section-btn {
  text-align: left;
}
.cid-uMmMAxU4h4 .mbr-section-title {
  color: #000000;
}
.cid-uMmMAyH4js {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-uMmMAyH4js .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uMmMAyH4js .display-1 {
    font-size: 2rem;
  }
}
.cid-uMmMAyH4js a {
  display: block;
  width: 100%;
}
.cid-uMmMAyH4js a:hover {
  background-image: none !important;
}
.cid-uMmMAyH4js .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-uMmMAyH4js .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #07259f;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-uMmMAyH4js .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #07259f;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-uMmMAyH4js .content-wrap:hover:before {
  height: 150%;
}
.cid-uMmMAyH4js .content-wrap:hover:after {
  background-color: #c4d6b0;
  right: 40px;
}
.cid-uMmMAyH4js .content-wrap:hover .mbr-section-title,
.cid-uMmMAyH4js .content-wrap:hover .mbr-section-title a {
  color: #c4d6b0 !important;
  z-index: 2;
  position: relative;
}
.cid-uMmMAyH4js .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-uMmMAyH4js .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-uMmMAyH4js .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uMmMAyH4js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAyH4js .mbr-section-subtitle,
.cid-uMmMAyH4js .line {
  color: #291f1e;
}
.cid-uMmMAyH4js .mbr-text,
.cid-uMmMAyH4js .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMmMAyH4js .mbr-section-title,
.cid-uMmMAyH4js .line {
  color: #000000;
  text-align: center;
}
.cid-uMmMAyH4js .mbr-section-subtitle {
  text-align: center;
}
.cid-uMmMAyH4js .mbr-section-title,
.cid-uMmMAyH4js .line DIV {
  text-align: left;
}
.cid-uMmMAzvPtb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMmMAzvPtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAzvPtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAzvPtb .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMmMAzvPtb .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAzvPtb .content-wrapper {
    padding: 0;
  }
}
.cid-uMmMAzvPtb .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uMmMAzvPtb .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #ffeb69;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMmMAzvPtb .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #000000;
  }
}
@media (max-width: 1440px) {
  .cid-uMmMAzvPtb .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAzvPtb .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uMmMAzvPtb .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uMmMAzvPtb .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMmMAzvPtb .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMmMAzvPtb .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uMmMAzvPtb .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uMmMAzvPtb .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMmMAzvPtb .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMmMAzvPtb .mbr-section-title {
  color: #2C2625;
}
.cid-uMmMAzvPtb .mbr-date {
  color: #2C2625;
}
.cid-uMmMAzvPtb .mbr-tag {
  color: #2C2625;
}
.cid-uMmMAAmqNQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMmMAAmqNQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAAmqNQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAAmqNQ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMmMAAmqNQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMmMAAmqNQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMmMAAmqNQ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMmMAAmqNQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMmMAAmqNQ .mbr-section-title {
  color: #000000;
}
.cid-uMmMAAmqNQ .mbr-desc {
  color: #fdfde1;
}
.cid-uMmMAAmqNQ .mbr-text {
  color: #000000;
}
.cid-uMmMAAmqNQ .mbr-text,
.cid-uMmMAAmqNQ .text-wrapper {
  color: #000000;
}
.cid-uMmMAAmqNQ .mbr-section-title,
.cid-uMmMAAmqNQ .mbr-section-btn {
  color: #000000;
}
.cid-uMmMAB8Zm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMmMAB8Zm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAB8Zm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAB8Zm3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .container {
    padding: 0 24px;
  }
}
.cid-uMmMAB8Zm3 .row {
  justify-content: center;
}
.cid-uMmMAB8Zm3 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMmMAB8Zm3 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMmMAB8Zm3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMmMAB8Zm3 .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #ffd7ef;
  margin-top: -6px;
}
.cid-uMmMAB8Zm3 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMmMAB8Zm3 .panel-group .card:nth-child(2) {
  background-color: #b2f4ff;
}
.cid-uMmMAB8Zm3 .panel-group .card:nth-child(3) {
  background-color: #f8e885;
}
.cid-uMmMAB8Zm3 .panel-group .card:nth-child(4) {
  background-color: #a6aef5;
}
.cid-uMmMAB8Zm3 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uMmMAB8Zm3 .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uMmMAB8Zm3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body img {
  height: 350px;
  width: 40%;
  object-fit: cover;
  border-radius: .75rem !important;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uMmMAB8Zm3 .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uMmMAB8Zm3 .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uMmMAB8Zm3 .mbr-text,
.cid-uMmMAB8Zm3 .text-wrapper {
  color: #141414;
  text-align: right;
}
.cid-uMmMAB8Zm3 .mbr-title {
  color: #141414;
}
.cid-uMmMAB8Zm3 .panel-desc {
  color: #141414;
}
.cid-uMmMAB8Zm3 .panel-text {
  color: #141414;
}
.cid-uMmMACinj2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #ffeb69 10%, #ffffff 80%, #ffffff 130%);
}
.cid-uMmMACinj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMACinj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMACinj2 .row {
  justify-content: center;
}
.cid-uMmMACinj2 .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uMmMACinj2 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uMmMACinj2 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMmMACinj2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMmMACinj2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMmMACinj2 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMmMACinj2 .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uMmMACinj2 .mbr-section-title {
  color: #ffffff;
}
.cid-uMmMACinj2 .mbr-text,
.cid-uMmMACinj2 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMmMACinj2 .mbr-section-title,
.cid-uMmMACinj2 .mbr-section-btn,
.cid-uMmMACinj2 .logo-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMmMAD6JaI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMmMAD6JaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAD6JaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMmMAD6JaI .container {
    padding: 0 20px;
  }
}
.cid-uMmMAD6JaI .row {
  margin: 0;
}
.cid-uMmMAD6JaI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMmMAD6JaI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMmMAD6JaI .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMmMAD6JaI .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMmMAD6JaI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMmMAD6JaI .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMmMAD6JaI .mbr-section-title {
  color: #ffffff;
}
.cid-uMmMAEaUXq {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffeb69;
}
.cid-uMmMAEaUXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAEaUXq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMmMAEaUXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAEaUXq h1 {
  max-width: 800px;
}
.cid-uMmMAEaUXq p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMmMAEaUXq .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMmMAEaUXq .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMmMAEaUXq .btn div {
  overflow: hidden;
}
.cid-uMmMAEaUXq .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMmMAEaUXq {
    align-items: center;
  }
  .cid-uMmMAEaUXq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMmMAEaUXq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAEaUXq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMmMAEaUXq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMmMAEaUXq .content-wrap {
    width: 100%;
  }
}
.cid-uMmMAEaUXq .mbr-section-subtitle,
.cid-uMmMAEaUXq .line {
  color: #291f1e;
  text-align: left;
}
.cid-uMmMAEaUXq .mbr-text,
.cid-uMmMAEaUXq .mbr-section-btn {
  text-align: center;
  color: #291f1e;
}
.cid-uMmMAEaUXq .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uMmMAFhV8b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #ffeb69 -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uMmMAFhV8b {
    background-image: linear-gradient(45deg, #ffeb69 -60%, #000000 40%);
  }
}
.cid-uMmMAFhV8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAFhV8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAFhV8b .row {
  justify-content: space-between;
}
.cid-uMmMAFhV8b .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMmMAFhV8b .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uMmMAFhV8b .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMmMAFhV8b .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uMmMAFhV8b .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMmMAFhV8b .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uMmMAFhV8b .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uMmMAFhV8b .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uMmMAFhV8b .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMmMAFhV8b .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uMmMAFhV8b .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uMmMAFhV8b .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMmMAFhV8b .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMmMAFhV8b .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMmMAFhV8b .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uMmMAFhV8b .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMmMAFhV8b .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMmMAFhV8b .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uMmMAFhV8b .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMmMAFhV8b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMmMAFhV8b .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMmMAFhV8b .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uMmMAFhV8b .panel-title-edit {
  color: #ffffff;
}
.cid-uMmMAFhV8b .panel-text {
  color: #ffffff;
}
.cid-uMmMAGkh0b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMmMAGkh0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMmMAGkh0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMmMAGkh0b .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMmMAGkh0b .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMmMAGkh0b .card-wrapper {
    padding: 22px;
  }
}
.cid-uMmMAGkh0b .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMmMAGkh0b .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMmMAGkh0b .mbr-label {
  color: #c10b02;
}
.cid-uMmMAHgAtw .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMmMAHgAtw .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .img-bg {
    display: none;
  }
}
.cid-uMmMAHgAtw .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .container {
    padding: 0 !important;
  }
}
.cid-uMmMAHgAtw .row {
  width: 100%;
  align-items: center;
}
.cid-uMmMAHgAtw .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMmMAHgAtw .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMmMAHgAtw .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMmMAHgAtw .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMmMAHgAtw .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMmMAHgAtw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMmMAHgAtw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMmMAHgAtw .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .brand-text {
    margin-top: 45px;
  }
}
.cid-uMmMAHgAtw .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMmMAHgAtw .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMmMAHgAtw .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMmMAHgAtw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMmMAHgAtw .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMmMAHgAtw .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMmMAHgAtw .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMmMAHgAtw .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMmMAHgAtw .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMmMAHgAtw .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMmMAHgAtw .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMmMAHgAtw .col-link3 {
    padding-left: 0;
  }
}
.cid-uMmMAHgAtw .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMmMAHgAtw .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMmMAHgAtw .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMmMAHgAtw .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMmMAHgAtw .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMmMAHgAtw .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMmMAHgAtw .copyright {
    text-align: center !important;
  }
}
.cid-uMjKRjFxVM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uMjKRjFxVM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uMjKRjFxVM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uMjKRjFxVM .btn {
  font-weight: 400;
}
.cid-uMjKRjFxVM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMjKRjFxVM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uMjKRjFxVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjKRjFxVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjKRjFxVM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uMjKRjFxVM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uMjKRjFxVM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uMjKRjFxVM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uMjKRjFxVM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uMjKRjFxVM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uMjKRjFxVM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uMjKRjFxVM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uMjKRjFxVM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uMjKRjFxVM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uMjKRjFxVM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uMjKRjFxVM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uMjKRjFxVM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjKRjFxVM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uMjKRjFxVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uMjKRjFxVM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uMjKRjFxVM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRjFxVM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uMjKRjFxVM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMjKRjFxVM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uMjKRjFxVM .nav-item:focus,
.cid-uMjKRjFxVM .nav-link:focus {
  outline: none;
}
.cid-uMjKRjFxVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMjKRjFxVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMjKRjFxVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMjKRjFxVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMjKRjFxVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMjKRjFxVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMjKRjFxVM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uMjKRjFxVM .navbar.opened {
  transition: all 0.25s;
}
.cid-uMjKRjFxVM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMjKRjFxVM .navbar .navbar-logo img {
  width: auto;
}
.cid-uMjKRjFxVM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uMjKRjFxVM .navbar.collapsed {
  justify-content: center;
}
.cid-uMjKRjFxVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMjKRjFxVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMjKRjFxVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 1.5rem);
  }
}
.cid-uMjKRjFxVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMjKRjFxVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMjKRjFxVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMjKRjFxVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMjKRjFxVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMjKRjFxVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uMjKRjFxVM .navbar {
    min-height: 72px;
  }
  .cid-uMjKRjFxVM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uMjKRjFxVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMjKRjFxVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMjKRjFxVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMjKRjFxVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMjKRjFxVM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMjKRjFxVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMjKRjFxVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uMjKRjFxVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMjKRjFxVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMjKRjFxVM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uMjKRjFxVM .dropdown-item.active,
.cid-uMjKRjFxVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uMjKRjFxVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMjKRjFxVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMjKRjFxVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMjKRjFxVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uMjKRjFxVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uMjKRjFxVM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uMjKRjFxVM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMjKRjFxVM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uMjKRjFxVM .navbar-buttons {
    text-align: left;
  }
}
.cid-uMjKRjFxVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMjKRjFxVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMjKRjFxVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMjKRjFxVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjKRjFxVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMjKRjFxVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMjKRjFxVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjKRjFxVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMjKRjFxVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMjKRjFxVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMjKRjFxVM .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uMjKRjFxVM .opacityScroll {
  background: #fffcee !important;
}
.cid-uMjKRjFxVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjKRjFxVM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMjKRjFxVM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMjKRjFxVM .navbar {
    height: 70px;
  }
  .cid-uMjKRjFxVM .navbar.opened {
    height: auto;
  }
  .cid-uMjKRjFxVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uMjKRjFxVM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uMjKRjFxVM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uMjKRjFxVM .navbar-brand {
    margin-right: auto;
  }
  .cid-uMjKRjFxVM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uMjKRjFxVM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uMjKRjFxVM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uMjKRjFxVM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uMjKRjFxVM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uMjKRjFxVM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uMjKRjFxVM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMjKRjFxVM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uMjKRkMTWO {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/villa20copa22-1920x1080.jpg");
}
.cid-uMjKRkMTWO .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uMjKRkMTWO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRkMTWO .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjKRkMTWO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRkMTWO p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uMjKRkMTWO {
    align-items: center;
  }
  .cid-uMjKRkMTWO .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjKRkMTWO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRkMTWO {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjKRkMTWO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjKRkMTWO .content-wrap {
    width: 100%;
  }
}
.cid-uMjKRkMTWO .mbr-section-subtitle,
.cid-uMjKRkMTWO .line {
  color: #ffffff;
  text-align: center;
}
.cid-uMjKRkMTWO .mbr-text,
.cid-uMjKRkMTWO .mbr-section-btn {
  text-align: right;
}
.cid-uMjKRkMTWO .mbr-section-title {
  text-align: center;
}
.cid-uMjKRlxTeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjKRlxTeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRlxTeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRlxTeP .content-wrapper {
  padding: 80px 90px;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uMjKRlxTeP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uMjKRlxTeP .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #050f0f;
  box-shadow: 3px 3px #050f0f;
  background-color: #ffb2ef;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uMjKRlxTeP .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #050f0f;
  }
}
.cid-uMjKRlxTeP .mbr-section-title {
  color: #050f0f;
}
.cid-uMjKRlxTeP .item-text {
  color: #050f0f;
}
.cid-uMjKRmilsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjKRmilsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRmilsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRmilsR .items-wrapper {
  justify-content: center;
}
.cid-uMjKRmilsR .mbr-text,
.cid-uMjKRmilsR .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjKRn3xj5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjKRn3xj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRn3xj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRn3xj5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uMjKRn3xj5 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRn3xj5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMjKRn3xj5 .items-wrapper {
  margin: 0 -5px;
}
.cid-uMjKRn3xj5 .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uMjKRn3xj5 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ffeb69;
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper .item-tag {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .date-wrapper .item-tag .item-tag {
  margin-left: 10px;
  margin-bottom: 0;
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMjKRn3xj5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMjKRn3xj5 .mbr-section-title {
  color: #093388;
}
.cid-uMjKRn3xj5 .item-title {
  color: #093388;
}
.cid-uMjKRn3xj5 .item-text {
  color: #58595b;
}
.cid-uMjKRn3xj5 .item-tag {
  color: #58595b;
}
.cid-uMjKRn3xj5 .item-tag,
.cid-uMjKRn3xj5 .date-wrapper {
  text-align: center;
}
.cid-uMjKRn3xj5 .item-title,
.cid-uMjKRn3xj5 .mbr-section-btn,
.cid-uMjKRn3xj5 .icon-wrapper {
  text-align: center;
}
.cid-uMjKRovUg8 {
  display: flex;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjKRovUg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRovUg8 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjKRovUg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRovUg8 h1 {
  max-width: 800px;
}
.cid-uMjKRovUg8 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjKRovUg8 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjKRovUg8 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjKRovUg8 .btn div {
  overflow: hidden;
}
.cid-uMjKRovUg8 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjKRovUg8 {
    align-items: center;
  }
  .cid-uMjKRovUg8 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjKRovUg8 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRovUg8 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjKRovUg8 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjKRovUg8 .content-wrap {
    width: 100%;
  }
}
.cid-uMjKRovUg8 .mbr-section-subtitle,
.cid-uMjKRovUg8 .line {
  color: #291f1e;
}
.cid-uMjKRovUg8 .mbr-text,
.cid-uMjKRovUg8 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjKRovUg8 .mbr-section-title {
  color: #291f1e;
}
.cid-uMjKRpnBzg {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/villa20copa31-1280x720.jpg");
}
.cid-uMjKRpnBzg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-uMjKRpnBzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRpnBzg .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uMjKRpnBzg .line {
    margin-bottom: 10rem;
  }
}
.cid-uMjKRpnBzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRpnBzg p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjKRpnBzg .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjKRpnBzg .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjKRpnBzg .btn div {
  overflow: hidden;
}
.cid-uMjKRpnBzg .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjKRpnBzg {
    align-items: center;
  }
  .cid-uMjKRpnBzg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjKRpnBzg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRpnBzg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjKRpnBzg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjKRpnBzg .content-wrap {
    width: 100%;
  }
}
.cid-uMjKRpnBzg .mbr-section-subtitle,
.cid-uMjKRpnBzg .line {
  color: #000000;
  text-align: center;
}
.cid-uMjKRpnBzg .mbr-text,
.cid-uMjKRpnBzg .mbr-section-btn {
  text-align: left;
}
.cid-uMjKRpnBzg .mbr-section-title {
  color: #000000;
}
.cid-uMjKRqhkCu {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-uMjKRqhkCu .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uMjKRqhkCu .display-1 {
    font-size: 2rem;
  }
}
.cid-uMjKRqhkCu a {
  display: block;
  width: 100%;
}
.cid-uMjKRqhkCu a:hover {
  background-image: none !important;
}
.cid-uMjKRqhkCu .content-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.cid-uMjKRqhkCu .content-wrap:before {
  content: '';
  width: 150%;
  height: 0%;
  background: #07259f;
  position: absolute;
  transition: all 0.5s;
  left: -25%;
  bottom: -25%;
  transform: rotate(2deg);
}
.cid-uMjKRqhkCu .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #07259f;
  right: 20px;
  top: 50%;
  transform: translateY(-10px);
  border-radius: 50%;
}
.cid-uMjKRqhkCu .content-wrap:hover:before {
  height: 150%;
}
.cid-uMjKRqhkCu .content-wrap:hover:after {
  background-color: #c4d6b0;
  right: 40px;
}
.cid-uMjKRqhkCu .content-wrap:hover .mbr-section-title,
.cid-uMjKRqhkCu .content-wrap:hover .mbr-section-title a {
  color: #c4d6b0 !important;
  z-index: 2;
  position: relative;
}
.cid-uMjKRqhkCu .content-wrap:hover .mbr-section-title {
  padding-left: 2rem;
}
.cid-uMjKRqhkCu .mbr-section-title {
  margin-top: 2rem;
  transition: all 0.3s;
  padding: 0 1rem;
  color: #d70081;
}
.cid-uMjKRqhkCu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uMjKRqhkCu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRqhkCu .mbr-section-subtitle,
.cid-uMjKRqhkCu .line {
  color: #291f1e;
}
.cid-uMjKRqhkCu .mbr-text,
.cid-uMjKRqhkCu .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjKRqhkCu .mbr-section-title,
.cid-uMjKRqhkCu .line {
  color: #000000;
  text-align: center;
}
.cid-uMjKRqhkCu .mbr-section-subtitle {
  text-align: center;
}
.cid-uMjKRqhkCu .mbr-section-title,
.cid-uMjKRqhkCu .line DIV {
  text-align: left;
}
.cid-uMjKRr9zOV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.cid-uMjKRr9zOV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRr9zOV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRr9zOV .content-wrapper {
  position: relative;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uMjKRr9zOV .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRr9zOV .content-wrapper {
    padding: 0;
  }
}
.cid-uMjKRr9zOV .content-wrapper .mbr-section-btn {
  margin-bottom: 32px;
}
.cid-uMjKRr9zOV .content-wrapper .card-wrap {
  position: absolute;
  z-index: 1;
  left: 108px;
  bottom: 0;
  width: 55%;
  padding: 80px;
  background-color: #ffeb69;
  border: 2px solid #000000;
  box-shadow: -10px 10px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uMjKRr9zOV .content-wrapper .card-wrap {
    box-shadow: -5px 5px 0 #000000;
  }
}
@media (max-width: 1440px) {
  .cid-uMjKRr9zOV .content-wrapper .card-wrap {
    padding: 64px;
    left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRr9zOV .content-wrapper .card-wrap {
    position: static;
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.cid-uMjKRr9zOV .content-wrapper .card-wrap .mbr-date {
  margin-bottom: 32px;
}
.cid-uMjKRr9zOV .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjKRr9zOV .content-wrapper .card-wrap .tag-wrapper .mbr-tag {
  padding: 6px 16px;
  display: inline-block;
  margin-bottom: 0;
  border: 2px solid #2c2625;
}
.cid-uMjKRr9zOV .content-wrapper .image-wrapper {
  position: relative;
  padding-left: 30%;
  padding-bottom: 6%;
}
@media (max-width: 992px) {
  .cid-uMjKRr9zOV .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.cid-uMjKRr9zOV .content-wrapper .image-wrapper img {
  object-fit: cover;
  height: 750px;
  border: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMjKRr9zOV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uMjKRr9zOV .mbr-section-title {
  color: #2C2625;
}
.cid-uMjKRr9zOV .mbr-date {
  color: #2C2625;
}
.cid-uMjKRr9zOV .mbr-tag {
  color: #2C2625;
}
.cid-uMjKRsix6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffeb69;
}
.cid-uMjKRsix6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRsix6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRsix6H .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uMjKRsix6H .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjKRsix6H .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjKRsix6H .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uMjKRsix6H .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMjKRsix6H .mbr-section-title {
  color: #000000;
}
.cid-uMjKRsix6H .mbr-desc {
  color: #fdfde1;
}
.cid-uMjKRsix6H .mbr-text {
  color: #000000;
}
.cid-uMjKRsix6H .mbr-text,
.cid-uMjKRsix6H .text-wrapper {
  color: #000000;
}
.cid-uMjKRsix6H .mbr-section-title,
.cid-uMjKRsix6H .mbr-section-btn {
  color: #000000;
}
.cid-uMjKRtx9GK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMjKRtx9GK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRtx9GK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRtx9GK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .container {
    padding: 0 24px;
  }
}
.cid-uMjKRtx9GK .row {
  justify-content: center;
}
.cid-uMjKRtx9GK .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMjKRtx9GK .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uMjKRtx9GK .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjKRtx9GK .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #ffd7ef;
  margin-top: -6px;
}
.cid-uMjKRtx9GK .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uMjKRtx9GK .panel-group .card:nth-child(2) {
  background-color: #b2f4ff;
}
.cid-uMjKRtx9GK .panel-group .card:nth-child(3) {
  background-color: #f8e885;
}
.cid-uMjKRtx9GK .panel-group .card:nth-child(4) {
  background-color: #a6aef5;
}
.cid-uMjKRtx9GK .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uMjKRtx9GK .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uMjKRtx9GK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body img {
  height: 350px;
  width: 40%;
  object-fit: cover;
  border-radius: .75rem !important;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uMjKRtx9GK .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uMjKRtx9GK .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-uMjKRtx9GK .mbr-text,
.cid-uMjKRtx9GK .text-wrapper {
  color: #141414;
  text-align: right;
}
.cid-uMjKRtx9GK .mbr-title {
  color: #141414;
}
.cid-uMjKRtx9GK .panel-desc {
  color: #141414;
}
.cid-uMjKRtx9GK .panel-text {
  color: #141414;
}
.cid-uMjKRvPFgY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(135deg, #ffeb69 10%, #ffffff 80%, #ffffff 130%);
}
.cid-uMjKRvPFgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRvPFgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRvPFgY .row {
  justify-content: center;
}
.cid-uMjKRvPFgY .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uMjKRvPFgY .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uMjKRvPFgY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMjKRvPFgY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMjKRvPFgY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMjKRvPFgY .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uMjKRvPFgY .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uMjKRvPFgY .mbr-section-title {
  color: #ffffff;
}
.cid-uMjKRvPFgY .mbr-text,
.cid-uMjKRvPFgY .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uMjKRvPFgY .mbr-section-title,
.cid-uMjKRvPFgY .mbr-section-btn,
.cid-uMjKRvPFgY .logo-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uMjKRx6Ooe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjKRx6Ooe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRx6Ooe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMjKRx6Ooe .container {
    padding: 0 20px;
  }
}
.cid-uMjKRx6Ooe .row {
  margin: 0;
}
.cid-uMjKRx6Ooe .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMjKRx6Ooe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uMjKRx6Ooe .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uMjKRx6Ooe .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uMjKRx6Ooe .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uMjKRx6Ooe .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uMjKRx6Ooe .mbr-section-title {
  color: #ffffff;
}
.cid-uMjKRyTfXo {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffeb69;
}
.cid-uMjKRyTfXo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRyTfXo .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uMjKRyTfXo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRyTfXo h1 {
  max-width: 800px;
}
.cid-uMjKRyTfXo p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uMjKRyTfXo .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #07259f !important;
}
.cid-uMjKRyTfXo .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uMjKRyTfXo .btn div {
  overflow: hidden;
}
.cid-uMjKRyTfXo .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uMjKRyTfXo {
    align-items: center;
  }
  .cid-uMjKRyTfXo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uMjKRyTfXo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRyTfXo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uMjKRyTfXo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uMjKRyTfXo .content-wrap {
    width: 100%;
  }
}
.cid-uMjKRyTfXo .mbr-section-subtitle,
.cid-uMjKRyTfXo .line {
  color: #291f1e;
  text-align: left;
}
.cid-uMjKRyTfXo .mbr-text,
.cid-uMjKRyTfXo .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uMjKRyTfXo .mbr-section-title {
  color: #291f1e;
  text-align: left;
}
.cid-uMjPN2x1zU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(45deg, #ffeb69 -20%, #000000 40%);
}
@media (max-width: 768px) {
  .cid-uMjPN2x1zU {
    background-image: linear-gradient(45deg, #ffeb69 -60%, #000000 40%);
  }
}
.cid-uMjPN2x1zU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjPN2x1zU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjPN2x1zU .row {
  justify-content: space-between;
}
.cid-uMjPN2x1zU .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uMjPN2x1zU .content-wrapper {
    margin-bottom: 22px;
    height: auto;
  }
}
.cid-uMjPN2x1zU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uMjPN2x1zU .content-wrapper .card-wrapper {
  -webkit-flex: inherit;
}
.cid-uMjPN2x1zU .content-wrapper .card-wrapper .card-wrap {
  display: inline-block;
  padding: 32px 26px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMjPN2x1zU .content-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-uMjPN2x1zU .content-wrapper .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uMjPN2x1zU .content-wrapper .card-wrapper .card-wrap .mbr-email {
  margin-bottom: 0;
}
.cid-uMjPN2x1zU .panel-group .card {
  position: relative;
  padding: 22px 0 26px 0;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMjPN2x1zU .panel-group .card {
    padding: 16px 0 16px 0;
  }
}
.cid-uMjPN2x1zU .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uMjPN2x1zU .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uMjPN2x1zU .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uMjPN2x1zU .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uMjPN2x1zU .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background-color: #1f2329;
}
.cid-uMjPN2x1zU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uMjPN2x1zU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uMjPN2x1zU .panel-group .card .panel-collapse .panel-body {
  margin-top: 22px;
}
.cid-uMjPN2x1zU .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMjPN2x1zU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMjPN2x1zU .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uMjPN2x1zU .mbr-email {
  color: #ffffff;
  text-align: center;
}
.cid-uMjPN2x1zU .panel-title-edit {
  color: #ffffff;
}
.cid-uMjPN2x1zU .panel-text {
  color: #ffffff;
}
.cid-uMjKRA3Uyy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMjKRA3Uyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMjKRA3Uyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMjKRA3Uyy .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uMjKRA3Uyy .card-wrapper {
  padding: 54px;
  border: 3px dashed #ffeb69;
}
@media (max-width: 992px) {
  .cid-uMjKRA3Uyy .card-wrapper {
    padding: 22px;
  }
}
.cid-uMjKRA3Uyy .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uMjKRA3Uyy .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uMjKRA3Uyy .mbr-label {
  color: #c10b02;
}
.cid-uMjKRBcZJn .footer-head {
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: #ffeb69;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.cid-uMjKRBcZJn .img-bg {
  content: '';
  position: absolute;
  top: 0;
  right: 57%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border-top-right-radius: 190px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .img-bg {
    display: none;
  }
}
.cid-uMjKRBcZJn .container {
  display: flex;
  justify-content: center;
  max-width: 1160px;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .container {
    padding: 0 !important;
  }
}
.cid-uMjKRBcZJn .row {
  width: 100%;
  align-items: center;
}
.cid-uMjKRBcZJn .content-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .content-container {
    padding-top: 0;
    background-color: #ffeb69;
  }
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .col-brand {
    padding: 0 15px 65px 15px;
    padding-top: 5rem;
    border-bottom-left-radius: 40px;
    background-color: #ffffff;
  }
}
.cid-uMjKRBcZJn .col-links {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .col-links {
    padding: 70px 15px 0 15px;
  }
}
.cid-uMjKRBcZJn .navbar-brand {
  display: flex;
  flex-basis: auto;
  word-break: break-word;
  min-height: 40px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.3s;
  z-index: 1;
  font-weight: 700;
}
.cid-uMjKRBcZJn .navbar-brand .navbar-logo {
  margin-right: 0.5rem;
}
.cid-uMjKRBcZJn .navbar-brand .navbar-logo img {
  width: auto;
}
.cid-uMjKRBcZJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMjKRBcZJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMjKRBcZJn .brand-text {
  margin-top: 75px;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.85;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .brand-text {
    margin-top: 45px;
  }
}
.cid-uMjKRBcZJn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 10px;
}
.cid-uMjKRBcZJn .social-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.cid-uMjKRBcZJn .mbr-iconfont {
  font-size: 16px;
  color: #f92c50;
}
.cid-uMjKRBcZJn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
  min-height: 28px;
  min-width: 28px;
}
.cid-uMjKRBcZJn .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMjKRBcZJn .soc-item .mbr-iconfont {
  font-size: 28px;
  color: #f92c50 !important;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .col-link {
    width: auto !important;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cid-uMjKRBcZJn .col-link {
    max-width: 100%;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .cid-uMjKRBcZJn .col-link1 {
    margin-bottom: 30px;
  }
}
.cid-uMjKRBcZJn .col-link2 {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .cid-uMjKRBcZJn .col-link2 {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .cid-uMjKRBcZJn .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .col-link3 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uMjKRBcZJn .col-link3 {
    padding-left: 0;
  }
}
.cid-uMjKRBcZJn .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #000000;
}
.cid-uMjKRBcZJn .list li {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjKRBcZJn .list a {
  display: flex;
  align-items: center;
  line-height: 1.44;
}
.cid-uMjKRBcZJn .footer-copyright {
  position: relative;
  z-index: 4;
  width: 100%;
  margin-top: -40px;
  background-color: #ffffff;
}
.cid-uMjKRBcZJn .col-copyright {
  padding: 85px 0 60px 0 !important;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .col-copyright {
    padding: 85px 10px 60px 10px !important;
  }
}
.cid-uMjKRBcZJn .copyright {
  color: #000000;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uMjKRBcZJn .copyright {
    text-align: center !important;
  }
}
