.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Stack Sans Notch;
}
.display-1 {
  font-family: 'Velvetique';
  font-size: 8.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.25rem;
}
.display-2 {
  font-family: 'AloeveraDisplay-Light';
  font-size: 4rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'AloeveraDisplay-Light';
  font-size: 1.6rem;
  line-height: 1.35;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'AloeveraDisplay-Light';
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'AloeveraDisplay-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 6.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.74rem;
    font-size: calc( 3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.74rem;
    font-size: calc( 3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (3.5199999999999996rem + (8.2 - 3.5199999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #b29f4f !important;
}
.bg-success {
  background-color: #e4ded4 !important;
}
.bg-info {
  background-color: #506d3a !important;
}
.bg-warning {
  background-color: #2b3b20 !important;
}
.bg-danger {
  background-color: #796000 !important;
}
.btn-primary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #c2b272;
  margin-left: 16px;
  pointer-events: none;
}
.btn-primary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-primary,
.btn-primary:active {
  background-color: #b29f4f !important;
  border-color: #b29f4f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #b29f4f !important;
  border-color: #c2b272 !important;
  box-shadow: none;
}
.btn-primary:hover::after,
.btn-primary:focus::after,
.btn-primary.focus::after,
.btn-primary.active::after {
  transform: scale(50);
  background-color: #c2b272 !important;
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c2b272 !important;
  border-color: #c2b272 !important;
}
.btn-secondary::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}
.btn-secondary::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdf9f2 !important;
  border-color: #fdf9f2 !important;
  color: #a47119 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdf9f2 !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover::after,
.btn-secondary:focus::after,
.btn-secondary.focus::after,
.btn-secondary.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  opacity: 1;
  background-color: #a47119;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #a47119 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #688e4c;
  margin-left: 16px;
  pointer-events: none;
}
.btn-info::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-info,
.btn-info:active {
  background-color: #506d3a !important;
  border-color: #506d3a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #506d3a !important;
  border-color: #688e4c !important;
  box-shadow: none;
}
.btn-info:hover::after,
.btn-info:focus::after,
.btn-info.focus::after,
.btn-info.active::after {
  transform: scale(50);
  background-color: #688e4c !important;
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #688e4c !important;
  border-color: #688e4c !important;
}
.btn-success::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #f8f6f3;
  margin-left: 16px;
  pointer-events: none;
}
.btn-success::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-success,
.btn-success:active {
  background-color: #e4ded4 !important;
  border-color: #e4ded4 !important;
  color: #524734 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e4ded4 !important;
  border-color: #f8f6f3 !important;
  box-shadow: none;
}
.btn-success:hover::after,
.btn-success:focus::after,
.btn-success.focus::after,
.btn-success.active::after {
  transform: scale(50);
  background-color: #f8f6f3 !important;
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  opacity: 1;
  background-color: #524734;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #524734 !important;
  background-color: #f8f6f3 !important;
  border-color: #f8f6f3 !important;
}
.btn-warning::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #435c32;
  margin-left: 16px;
  pointer-events: none;
}
.btn-warning::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-warning,
.btn-warning:active {
  background-color: #2b3b20 !important;
  border-color: #2b3b20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #2b3b20 !important;
  border-color: #435c32 !important;
  box-shadow: none;
}
.btn-warning:hover::after,
.btn-warning:focus::after,
.btn-warning.focus::after,
.btn-warning.active::after {
  transform: scale(50);
  background-color: #435c32 !important;
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #435c32 !important;
  border-color: #435c32 !important;
}
.btn-danger::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ac8800;
  margin-left: 16px;
  pointer-events: none;
}
.btn-danger::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-danger,
.btn-danger:active {
  background-color: #796000 !important;
  border-color: #796000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #796000 !important;
  border-color: #ac8800 !important;
  box-shadow: none;
}
.btn-danger:hover::after,
.btn-danger:focus::after,
.btn-danger.focus::after,
.btn-danger.active::after {
  transform: scale(50);
  background-color: #ac8800 !important;
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac8800 !important;
  border-color: #ac8800 !important;
}
.btn-white::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #ffffff;
  margin-left: 16px;
  pointer-events: none;
}
.btn-white::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  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:hover::after,
.btn-white:focus::after,
.btn-white.focus::after,
.btn-white.active::after {
  transform: scale(50);
  background-color: #ffffff !important;
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  opacity: 1;
  background-color: #666666;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black::after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: -1;
  transform: scale(1);
  background-color: #1a1a1a;
  margin-left: 16px;
  pointer-events: none;
}
.btn-black::before {
  content: '';
  position: absolute;
  right: 24px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: all .8s ease;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black:hover::after,
.btn-black:focus::after,
.btn-black.focus::after,
.btn-black.active::after {
  transform: scale(50);
  background-color: #1a1a1a !important;
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  opacity: 1;
  background-color: #ffffff;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b29f4f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #766a34 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b29f4f !important;
  border-color: #b29f4f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdf9f2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f1d6a7 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d09020 !important;
  background-color: #fdf9f2 !important;
  border-color: #fdf9f2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #506d3a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #26341c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #506d3a !important;
  border-color: #506d3a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4ded4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3b59f !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #726247 !important;
  background-color: #e4ded4 !important;
  border-color: #e4ded4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2b3b20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020302 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #2b3b20 !important;
  border-color: #2b3b20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #796000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221b00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #796000 !important;
  border-color: #796000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #b29f4f !important;
}
.text-secondary {
  color: #fdf9f2 !important;
}
.text-success {
  color: #e4ded4 !important;
}
.text-info {
  color: #506d3a !important;
}
.text-warning {
  color: #2b3b20 !important;
}
.text-danger {
  color: #796000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6c602f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #efd09a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bdae95 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f2a17 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #130f00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #b29f4f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #506d3a;
}
.alert-warning {
  background-color: #2b3b20;
}
.alert-danger {
  background-color: #796000;
}
.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: #b29f4f;
  border-color: #b29f4f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b29f4f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9cfa8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8fb472;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9bbc84;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9c500;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'AloeveraDisplay-Light';
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #b29f4f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'AloeveraDisplay-Regular';
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #b29f4f;
}
/* 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: #b29f4f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b29f4f;
}
.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: #b29f4f;
  border-bottom-color: #b29f4f;
}
.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: #000000 !important;
  background-color: #b29f4f !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: #fdf9f2 !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='%23b29f4f' %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;
}
.mbr-section-btn {
  will-change: transform;
}
.mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  font-weight: 400;
  padding: 15px 24px;
  overflow: hidden;
  align-items: center;
  transition: all .8s ease;
  will-change: transform;
}
.mbr-section-btn .btn-white {
  color: #000000 !important;
}
.mbr-section-btn .btn-white::after {
  background-color: #b29f4f !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  color: #ffffff !important;
  background-color: #b29f4f !important;
  border-color: #b29f4f !important;
  box-shadow: none;
  transition: background-color 1s ease;
}
.mbr-section-btn .btn-white:hover::before,
.mbr-section-btn .btn-white:focus::before,
.mbr-section-btn .btn-white.focus::before,
.mbr-section-btn .btn-white.active::before {
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::after {
  background-color: #b29f4f !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  color: #ffffff !important;
  background-color: #b29f4f !important;
  border-color: #b29f4f !important;
  box-shadow: none;
  transition: background-color 1s ease;
}
.mbr-section-btn .btn-black:hover::before,
.mbr-section-btn .btn-black:focus::before,
.mbr-section-btn .btn-black.focus::before,
.mbr-section-btn .btn-black.active::before {
  background-color: #ffffff !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 32px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 16px !important;
  }
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 24px !important;
  }
}
.little-radius {
  border-radius: 24px !important;
}
.lit-radius {
  border-radius: 16px !important;
}
.nav-item .nav-link,
.dropdown-item {
  border-radius: 12px !important;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.menu-2 {
  font-family: 'Velvetique';
  font-size: 2rem;
  line-height: 1.5;
}
.menu-2 > .mbr-iconfont {
  font-size: 2rem;
}
.title-4 {
  font-family: 'Velvetique';
  font-size: 6rem;
  line-height: 1.5;
}
.title-4 > .mbr-iconfont {
  font-size: 6rem;
}
.menu-3 {
  font-family: 'Velvetique';
  font-size: 4rem;
  line-height: 1.5;
}
.menu-3 > .mbr-iconfont {
  font-size: 4rem;
}
.menu-4 {
  font-family: 'AloeveraDisplay-SemiBold';
  font-size: 4rem;
  line-height: 1.5;
}
.menu-4 > .mbr-iconfont {
  font-size: 4rem;
}
.disc- {
  font-family: 'AloeveraDisplay-Light';
  font-size: 0.6rem;
  line-height: 1.5;
}
.disc- > .mbr-iconfont {
  font-size: 0.6rem;
}
.cid-v5LC0AvUIn {
  z-index: 1000;
  width: 100%;
}
.cid-v5LC0AvUIn .navbar-dropdown {
  background-color: #506d3a !important;
  padding: 0;
  position: fixed;
}
.cid-v5LC0AvUIn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #506d3a !important;
  background: #506d3a;
}
.cid-v5LC0AvUIn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .menu_box .navbar.opened,
  .cid-v5LC0AvUIn .menu_box .navbar-collapse {
    background-color: #506d3a !important;
    transition: all 0s ease 0s;
  }
}
.cid-v5LC0AvUIn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-v5LC0AvUIn .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-v5LC0AvUIn .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-v5LC0AvUIn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-v5LC0AvUIn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-v5LC0AvUIn .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #e4ded4;
  }
  .cid-v5LC0AvUIn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-v5LC0AvUIn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-v5LC0AvUIn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-v5LC0AvUIn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-v5LC0AvUIn .offcanvas-body .mbr-text,
  .cid-v5LC0AvUIn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-v5LC0AvUIn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #b29f4f;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-v5LC0AvUIn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-v5LC0AvUIn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-v5LC0AvUIn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5LC0AvUIn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-v5LC0AvUIn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-v5LC0AvUIn li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-v5LC0AvUIn .lg_brand {
    margin: 0 1rem;
  }
}
.cid-v5LC0AvUIn .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-v5LC0AvUIn .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .nav-item {
    margin: 0 !important;
  }
}
.cid-v5LC0AvUIn .nav-item .nav-link {
  position: relative;
}
.cid-v5LC0AvUIn .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #b29f4f;
  transition: all 0.3s ease-out;
}
.cid-v5LC0AvUIn .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v5LC0AvUIn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-v5LC0AvUIn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-v5LC0AvUIn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-v5LC0AvUIn .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-v5LC0AvUIn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-v5LC0AvUIn .offcanvas_box {
    display: none;
  }
}
.cid-v5LC0AvUIn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-v5LC0AvUIn .nav-dropdown .link {
  font-weight: 300 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-v5LC0AvUIn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v5LC0AvUIn .container {
  display: flex;
  margin: auto;
}
.cid-v5LC0AvUIn .iconfont-wrapper {
  color: #1d1d1d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-v5LC0AvUIn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-v5LC0AvUIn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v5LC0AvUIn .navbar-caption {
  color: #1d1d1d;
}
.cid-v5LC0AvUIn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-v5LC0AvUIn .navbar-nav {
    margin: 0;
  }
}
.cid-v5LC0AvUIn .dropdown-menu,
.cid-v5LC0AvUIn .navbar.opened {
  background-color: false !important;
}
.cid-v5LC0AvUIn .nav-item:focus,
.cid-v5LC0AvUIn .nav-link:focus {
  outline: none;
}
.cid-v5LC0AvUIn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5LC0AvUIn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5LC0AvUIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5LC0AvUIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5LC0AvUIn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5LC0AvUIn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5LC0AvUIn .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-v5LC0AvUIn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-v5LC0AvUIn .navbar.opened {
  transition: all 0.3s;
}
.cid-v5LC0AvUIn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-v5LC0AvUIn .navbar .navbar-logo img {
  object-fit: contain;
}
.cid-v5LC0AvUIn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v5LC0AvUIn .navbar.collapsed {
  justify-content: center;
}
.cid-v5LC0AvUIn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5LC0AvUIn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v5LC0AvUIn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5LC0AvUIn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5LC0AvUIn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5LC0AvUIn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-v5LC0AvUIn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-v5LC0AvUIn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-v5LC0AvUIn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-v5LC0AvUIn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5LC0AvUIn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5LC0AvUIn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-v5LC0AvUIn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5LC0AvUIn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-v5LC0AvUIn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5LC0AvUIn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-v5LC0AvUIn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-v5LC0AvUIn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-v5LC0AvUIn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5LC0AvUIn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5LC0AvUIn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-v5LC0AvUIn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v5LC0AvUIn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5LC0AvUIn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v5LC0AvUIn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5LC0AvUIn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v5LC0AvUIn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5LC0AvUIn .dropdown-item.active,
.cid-v5LC0AvUIn .dropdown-item:active {
  background-color: transparent;
}
.cid-v5LC0AvUIn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5LC0AvUIn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5LC0AvUIn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5LC0AvUIn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5LC0AvUIn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-v5LC0AvUIn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5LC0AvUIn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #506d3a;
  background: #506d3a;
}
.cid-v5LC0AvUIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #b29f4f;
}
.cid-v5LC0AvUIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5LC0AvUIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5LC0AvUIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5LC0AvUIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5LC0AvUIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5LC0AvUIn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5LC0AvUIn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5LC0AvUIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5LC0AvUIn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-v5LC0AvUIn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5LC0AvUIn .navbar {
    height: 70px;
  }
  .cid-v5LC0AvUIn .navbar.opened {
    height: auto;
  }
  .cid-v5LC0AvUIn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5LC0AvUIn .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-v5LC0AvUIn .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-v5LC0AvUIn .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-v5LC0AvUIn .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
@media (max-width: 992px) {
  .cid-v5LC0AvUIn .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-v5LC0AvUIn .navbar-caption:hover {
  color: #b29f4f;
}
@media (min-width: 992px) {
  .cid-v5LC0AvUIn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-v5LC0AvUIn .text_widget {
  margin-bottom: 32px;
  color: #1d1d1d;
}
.cid-v5LC0AvUIn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-v5LC0AvUIn .text_widget a:hover {
  color: #b29f4f !important;
}
.cid-v5LC0AvUIn .mbr-section-subtitle {
  color: #1d1d1d;
  text-align: left;
}
.cid-v5LC0AvUIn .mbr-text {
  color: #6c7179;
  text-align: left;
}
.cid-v5LC0AvUIn .mbr-section-subtitle,
.cid-v5LC0AvUIn .text_widget,
.cid-v5LC0AvUIn .mbr-section-btn {
  text-align: left;
  color: #796000;
}
.cid-v5LC0AvUIn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-v5H7eJZzBN {
  display: flex;
  background-image: url("../../../assets/images/pexels-martin-dalsgaard-2746111-5431506-2000x1333.jpg");
}
.cid-v5H7eJZzBN .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-v5H7eJZzBN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-v5H7eJZzBN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-v5H7eJZzBN {
    align-items: center;
  }
  .cid-v5H7eJZzBN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v5H7eJZzBN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v5H7eJZzBN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v5H7eJZzBN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v5H7eJZzBN .content-wrap {
    width: 100%;
  }
}
.cid-v5H7eJZzBN .mbr-section-title {
  text-align: center;
  color: #b29f4f;
}
.cid-v5H7eJZzBN .mbr-text,
.cid-v5H7eJZzBN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5H7eJZzBN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-v5LvL2Rotl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fondo202b-1920x1080.png");
}
.cid-v5LvL2Rotl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LvL2Rotl .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-v5LvL2Rotl .container {
    padding: 0 30px;
  }
}
.cid-v5LvL2Rotl .text-wrap {
  display: flex;
  align-items: center;
}
.cid-v5LvL2Rotl .text-wrap .text-wrapper {
  padding-right: 160px;
}
@media (max-width: 1200px) {
  .cid-v5LvL2Rotl .text-wrap .text-wrapper {
    padding-right: 82px;
  }
}
@media (max-width: 992px) {
  .cid-v5LvL2Rotl .text-wrap .text-wrapper {
    padding: 0;
  }
}
.cid-v5LvL2Rotl .text-wrap .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v5LvL2Rotl .text-wrap .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v5LvL2Rotl .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5LvL2Rotl .image-wrapper {
    margin-top: 60px;
  }
}
.cid-v5LvL2Rotl .image-wrapper img {
  object-fit: cover;
  border-radius: 10px;
}
.cid-v5LvL2Rotl .image-wrapper img:first-child {
  height: 720px;
}
@media (max-width: 992px) {
  .cid-v5LvL2Rotl .image-wrapper img:first-child {
    height: 280px;
  }
}
.cid-v5LvL2Rotl .image-wrapper img:last-child {
  position: absolute;
  bottom: 4rem;
  left: -7rem;
  width: 230px;
  height: 320px;
}
.cid-v5LvL2Rotl .mbr-section-title {
  color: #000000;
}
.cid-v5LvL2Rotl .mbr-text {
  color: #2b3b20;
  text-align: justify;
}
.cid-v5LvL2Rotl .mbr-cit {
  color: #796000;
  text-align: right;
}
.cid-v5LvL2Rotl .mbr-name {
  color: #a8a8a8;
}
.cid-v5LvL2Rotl .mbr-section-title,
.cid-v5LvL2Rotl .mbr-section-btn {
  text-align: justify;
  color: #796000;
}
.cid-v5Lfr6MaYm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/road-in-the-pine-forest-2025-03-14-07-42-06-utc-2000x1335.jpg");
}
.cid-v5Lfr6MaYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Lfr6MaYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Lfr6MaYm .mbr-section-title {
  color: #fdf9f2;
}
.cid-v5LTOg8P8M {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fondo205-1920x1080.png");
}
@media (max-width: 991px) {
  .cid-v5LTOg8P8M .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v5LTOg8P8M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-v5LTOg8P8M .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-v5LTOg8P8M .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-v5LTOg8P8M .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-v5LTOg8P8M .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-v5LTOg8P8M .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-v5LTOg8P8M .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-v5LTOg8P8M .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-v5LTOg8P8M .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-v5LTOg8P8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LTOg8P8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LTOg8P8M .mbr-text,
.cid-v5LTOg8P8M .mbr-section-btn {
  text-align: left;
  color: #6c7179;
}
.cid-v5LTOg8P8M .mbr-section-title {
  color: #796000;
}
.cid-v5LWXgOAYW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fdf9f2;
}
.cid-v5LWXgOAYW .item:focus,
.cid-v5LWXgOAYW span:focus {
  outline: none;
}
.cid-v5LWXgOAYW .item {
  cursor: pointer;
}
.cid-v5LWXgOAYW .grid-container {
  grid-row-gap: 16px;
}
@media (max-width: 767px) {
  .cid-v5LWXgOAYW .grid-container {
    grid-row-gap: 16px;
  }
}
.cid-v5LWXgOAYW .grid-container-1,
.cid-v5LWXgOAYW .grid-container-2,
.cid-v5LWXgOAYW .grid-container-3 {
  gap: 0 16px;
}
@media (max-width: 767px) {
  .cid-v5LWXgOAYW .grid-container-1,
  .cid-v5LWXgOAYW .grid-container-2,
  .cid-v5LWXgOAYW .grid-container-3 {
    gap: 0 16px;
  }
}
.cid-v5LWXgOAYW .mbr-section-title {
  margin-bottom: 32px;
  text-align: center;
  color: #506d3a;
}
.cid-v5LWXgOAYW .content-head {
  max-width: 800px;
}
.cid-v5LWXgOAYW .container,
.cid-v5LWXgOAYW .container-fluid {
  overflow: hidden;
}
.cid-v5LWXgOAYW .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
  padding-bottom: 80px;
  position: relative;
}
.cid-v5LWXgOAYW .grid-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 45%, transparent 55%);
  -webkit-mask-image: linear-gradient(0deg, #000000 40%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v5LWXgOAYW .grid-container::before {
    height: 60%;
  }
}
@media (max-width: 768px) {
  .cid-v5LWXgOAYW .grid-container::before {
    height: 70%;
  }
}
@media (max-width: 425px) {
  .cid-v5LWXgOAYW .grid-container::before {
    height: 100%;
  }
}
.cid-v5LWXgOAYW .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5LWXgOAYW .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 550px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-v5LWXgOAYW .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v5LWXgOAYW .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-v5LWXgOAYW .grid-item img {
    height: 140px;
  }
}
.cid-v5LWXgOAYW .grid-container-1,
.cid-v5LWXgOAYW .grid-container-2,
.cid-v5LWXgOAYW .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v5LWXgOAYW .grid-container-1 {
  align-items: flex-end;
}
.cid-v5LWXgOAYW .grid-container-2 {
  align-items: flex-start;
}
.cid-v6hfsATqyz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf9f2;
}
.cid-v6hfsATqyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hfsATqyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5M1dVvfHf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #fcfbf5;
  overflow: hidden;
}
.cid-v5M1dVvfHf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5M1dVvfHf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5M1dVvfHf .row {
  position: relative;
  z-index: 10;
}
.cid-v5M1dVvfHf .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-v5M1dVvfHf .mbr-section-title {
  color: #796000;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-v5M1dVvfHf .mbr-section-subtitle {
  color: #506d3a;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-v5M1dVvfHf .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-v5M1dVvfHf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v5M1dVvfHf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v5M1dVvfHf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v5M1dVvfHf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v5M1dVvfHf .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-v5M1dVvfHf .mbr-text {
  color: #6c7179;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-v5M1dVvfHf .mbr-place {
  color: #b29f4f;
  width: 50%;
  margin-left: auto;
  text-align: right;
}
@media (max-width: 991px) {
  .cid-v5M1dVvfHf .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-v5M1dVvfHf .container,
.cid-v5M1dVvfHf .container-fluid {
  position: relative;
}
.cid-v5M1dVvfHf .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-v5M1dVvfHf .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-v5M1dVvfHf .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #77bbdf 27%, #77bbdf 50%, #77bbdf 79%);
}
.cid-v5M1dVvfHf .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #a47ee3 27%, #a47ee3 50%, #a47ee3 79%);
}
.cid-v5MmKjhPWr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/pexels-martin-dalsgaard-2746111-5431506-2000x1333.jpg");
}
.cid-v5MmKjhPWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MmKjhPWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MmKjhPWr .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v5MmKjhPWr .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-v5MmKjhPWr .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v5MmKjhPWr .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v5MmKjhPWr .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5MmKjhPWr .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-v5MmKjhPWr .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5MmKjhPWr .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v5MmKjhPWr .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #e4ded4;
  padding: 8px;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #b29f4f;
  margin-right: 16px;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #fdf9f2;
}
@media (max-width: 992px) {
  .cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-v5MmKjhPWr .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5MmKjhPWr .mbr-label {
  color: #b29f4f;
}
.cid-v5MmKjhPWr .mbr-section-title {
  color: #b29f4f;
}
.cid-v5MmKjhPWr .mbr-text,
.cid-v5MmKjhPWr .text-wrapper {
  color: #fdf9f2;
}
.cid-v5MmKjhPWr .item-title {
  color: #000000;
}
.cid-v5MmKjhPWr .item-text {
  color: #454545;
}
.cid-v5MmKjhPWr .item-title,
.cid-v5MmKjhPWr .title-wrap {
  color: #506d3a;
}
.cid-v5MoALYKYD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/recurso204-1920x1080.png");
}
.cid-v5MoALYKYD .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
.cid-v5MoALYKYD img {
  transform: translateY(20px);
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-v5MoALYKYD img {
    transform: translateY(0px);
  }
}
.cid-v5MoALYKYD img,
.cid-v5MoALYKYD .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5MoALYKYD img,
  .cid-v5MoALYKYD .item-img {
    border-radius: 1.5rem;
  }
}
.cid-v5MoALYKYD .item-img {
  position: relative;
}
.cid-v5MoALYKYD .item-img .mbr-section-btn {
  width: 100%;
  text-align: center;
  position: absolute;
  transition: all 0.3s;
  bottom: -10rem;
}
@media (max-width: 767px) {
  .cid-v5MoALYKYD .item-img .mbr-section-btn {
    bottom: 1rem;
  }
}
.cid-v5MoALYKYD .item:focus,
.cid-v5MoALYKYD span:focus {
  outline: none;
}
.cid-v5MoALYKYD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v5MoALYKYD .item-content {
  padding: 2rem;
  padding-bottom: 0;
}
.cid-v5MoALYKYD .item-wrapper {
  position: relative;
  justify-content: space-between;
  border-radius: 3rem;
  background: #506d3a;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v5MoALYKYD .item-wrapper:hover img {
  transform: translateY(0px);
}
@media (max-width: 992px) {
  .cid-v5MoALYKYD .item-wrapper {
    border-radius: 1.5rem;
  }
}
.cid-v5MoALYKYD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v5MoALYKYD .mbr-section-title {
  color: #506d3a;
  text-align: justify;
}
.cid-v5MoALYKYD .mbr-text,
.cid-v5MoALYKYD .mbr-section-btn {
  color: #ffffff;
}
.cid-v5MoALYKYD .item-title {
  color: #b29f4f;
  text-align: center;
}
.cid-v5MoALYKYD .item-subtitle {
  color: #fdf9f2;
  text-align: center;
}
.cid-v5MoALYKYD .mbr-section-subtitle {
  text-align: justify;
  color: #796000;
}
.cid-v5MFrU7Bl1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/pexels-lum3n-44775-167698-2000x1333.jpg");
}
.cid-v5MFrU7Bl1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MFrU7Bl1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MFrU7Bl1 .mbr-section-title {
  color: #e4ded4;
  text-align: center;
}
.cid-v5MI627kQP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #b1ada3;
}
.cid-v5MI627kQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MI627kQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MI627kQP .mbr-section-title {
  text-align: justify;
  color: #796000;
}
.cid-v5MI627kQP .mbr-section-subtitle {
  text-align: justify;
  color: #506d3a;
}
.cid-v5Mp82uMGs {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/fondo205-1920x1080.png");
}
.cid-v5Mp82uMGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5Mp82uMGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #124ad6;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #506d3a !important;
}
.cid-v5Mp82uMGs .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-v5Mp82uMGs .text-wrapper {
  margin-right: 160px;
  padding: 60px;
  background-color: #b29f4f;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .text-wrapper {
    margin: 0 30px 30px;
    padding: 30px;
  }
}
.cid-v5Mp82uMGs .text-wrapper .mbr-desc {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .text-wrapper .mbr-desc {
    margin-bottom: 12px;
  }
}
.cid-v5Mp82uMGs .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v5Mp82uMGs .image-wrapper {
  margin: -28rem 160px 13rem;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .image-wrapper {
    margin: 0 30px 5rem;
  }
}
.cid-v5Mp82uMGs .image-wrapper img {
  width: 420px;
  height: 560px;
  object-fit: cover;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .image-wrapper img {
    width: 210px;
    height: 280px;
  }
}
.cid-v5Mp82uMGs .image-wrapper .img-absolute {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 878px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5Mp82uMGs .image-wrapper .img-absolute {
    max-width: 450px;
    height: 300px;
    right: 0;
    bottom: -5px;
  }
}
@media (max-width: 600px) {
  .cid-v5Mp82uMGs .image-wrapper .img-absolute {
    max-width: 250px;
  }
}
.cid-v5Mp82uMGs .mbr-desc {
  color: #506d3a;
  text-align: center;
}
.cid-v5Mp82uMGs .mbr-text {
  color: #FFFFFF;
}
.cid-v5Mp82uMGs .mbr-text,
.cid-v5Mp82uMGs .mbr-section-btn {
  text-align: center;
}
.cid-v5MQgIAmVz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf9f2;
}
.cid-v5MQgIAmVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MQgIAmVz ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-v5MQgIAmVz .item-menu-overlay {
  top: -40px;
}
.cid-v5MQgIAmVz li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-v5MQgIAmVz .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-v5MQgIAmVz .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-v5MQgIAmVz .item {
  margin-bottom: 2rem !important;
}
.cid-v5MQgIAmVz .card-wrapper {
  border: 1px solid #b29f4f;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-v5MQgIAmVz .card-wrapper {
    padding: 1rem;
  }
}
.cid-v5MQgIAmVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MQgIAmVz .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-v5MQgIAmVz .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-v5MQgIAmVz .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-v5MQgIAmVz .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-v5MQgIAmVz .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #796000;
}
@media (max-width: 991px) {
  .cid-v5MQgIAmVz .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v5MQgIAmVz .image-wrapper {
    padding: 1rem;
  }
}
.cid-v5MQgIAmVz .mbr-section-title {
  color: #796000;
}
.cid-v5MQgIAmVz .mbr-text,
.cid-v5MQgIAmVz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-v5MVrd1pke {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #fdf9f2;
}
.cid-v5MVrd1pke .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MVrd1pke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MVrd1pke .mbr-section-title {
  text-align: justify;
  color: #796000;
}
.cid-v5MVrd1pke .mbr-section-subtitle {
  text-align: center;
  color: #796000;
}
.cid-v6hk5e2cvc {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/01-2000x1500.jpg");
}
.cid-v6hk5e2cvc .content-head {
  max-width: 800px;
}
.cid-v6hk5e2cvc .mbr-text,
.cid-v6hk5e2cvc .mbr-section-btn {
  color: #fdf9f2;
}
.cid-v6hcrKfICa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1-3.jpg");
}
.cid-v6hcrKfICa .mbr-overlay {
  background-color: #b29f4f;
  opacity: 0.2;
}
.cid-v6hcrKfICa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-v6hcrKfICa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-v6hcrKfICa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v6hcrKfICa .content-head {
  max-width: 800px;
}
.cid-v6hcrKfICa .mbr-section-title {
  color: #b29f4f;
  text-align: center;
}
.cid-v6hcrKfICa .mbr-section-subtitle {
  color: #fcfbf5;
}
.cid-v6hcVNAxaw {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-v6hcVNAxaw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6hcVNAxaw .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-v6hcVNAxaw .container {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-v6hcVNAxaw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v6hcVNAxaw .row {
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.cid-v6hcVNAxaw .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
}
@media (max-width: 992px) {
  .cid-v6hcVNAxaw .items-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cid-v6hcVNAxaw .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v6hcVNAxaw .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v6hcVNAxaw .item .item-wrapper .card-box .icon-wrapper {
  margin-right: 22px;
}
@media (max-width: 992px) {
  .cid-v6hcVNAxaw .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.cid-v6hcVNAxaw .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #b29f4f;
  border: 1px solid #b29f4f;
  border-radius: 100%;
}
.cid-v6hcVNAxaw .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-v6hcVNAxaw .mbr-section-title {
  color: #000000;
}
.cid-v6hcVNAxaw .card-title {
  color: #b29f4f;
  text-align: justify;
}
.cid-v6hcVNAxaw .mbr-section-title,
.cid-v6hcVNAxaw .mbr-section-btn {
  color: #b29f4f;
}
.cid-v5MY6O7oDf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v5MY6O7oDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5MY6O7oDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5MY6O7oDf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v5MY6O7oDf .container-fluid {
    padding: 0 20px;
  }
}
.cid-v5MY6O7oDf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-v5MY6O7oDf .container {
    padding: 0 20px;
  }
}
.cid-v5MY6O7oDf .list-wrapper .list,
.cid-v5MY6O7oDf .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5MY6O7oDf .list-wrapper .list .item-wrap,
.cid-v5MY6O7oDf .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-v5MY6O7oDf .list-wrapper .list .item-wrap:hover,
.cid-v5MY6O7oDf .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-v5MY6O7oDf .list-wrapper .list .item-wrap,
  .cid-v5MY6O7oDf .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-v5MY6O7oDf .logo-wrap img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 8px;
}
.cid-v5MY6O7oDf .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-v5MY6O7oDf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v5MY6O7oDf .text-wrapper {
  margin: 40px 0 22px;
}
.cid-v5MY6O7oDf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5MY6O7oDf .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-v5MY6O7oDf .mbr-section-title,
.cid-v5MY6O7oDf .logo-wrap {
  text-align: center;
  color: #b29f4f;
}
.cid-v5MY6O7oDf .list {
  color: #1d1d1d;
}
.cid-v5MY6O7oDf .list_2 {
  color: #989898;
}
.cid-v5MY6O7oDf .mbr-text {
  color: #454545;
  text-align: center;
}
.cid-v5MY6O7oDf .copyright {
  color: #d7d7d7;
  text-align: center;
}
.cid-v5MY6O7oDf .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5MY6O7oDf .list-wrapper,
  .cid-v5MY6O7oDf .list-wrapper_2 {
    text-align: center;
  }
}
.cid-v5MY6O7oDf .list,
.cid-v5MY6O7oDf .list-wrapper {
  color: #b29f4f;
}
.cid-v5MY6O7oDf .list_2,
.cid-v5MY6O7oDf .list-wrapper_2 {
  color: #b29f4f;
}
.cid-v6hepmdNdA.popup-builder {
  background-color: #ffffff;
}
.cid-v6hepmdNdA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v6hepmdNdA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v6hepmdNdA .modal-content,
.cid-v6hepmdNdA .modal-dialog {
  height: auto;
}
.cid-v6hepmdNdA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v6hepmdNdA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v6hepmdNdA .form-wrapper .mbr-form .form-group,
  .cid-v6hepmdNdA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v6hepmdNdA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v6hepmdNdA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6hepmdNdA .mbr-text {
  text-align: justify;
  color: #1d1d1d;
}
.cid-v6hepmdNdA .pt-0 {
  padding-top: 0 !important;
}
.cid-v6hepmdNdA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v6hepmdNdA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v6hepmdNdA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v6hepmdNdA .modal-open {
  overflow: hidden;
}
.cid-v6hepmdNdA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v6hepmdNdA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v6hepmdNdA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v6hepmdNdA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v6hepmdNdA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v6hepmdNdA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v6hepmdNdA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v6hepmdNdA .modal-content {
  background: #fdf9f2;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6hepmdNdA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v6hepmdNdA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v6hepmdNdA .modal-backdrop.fade {
  opacity: 0;
}
.cid-v6hepmdNdA .modal-backdrop.show {
  opacity: .5;
}
.cid-v6hepmdNdA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v6hepmdNdA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v6hepmdNdA .modal-header {
    padding: 1rem;
  }
}
.cid-v6hepmdNdA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v6hepmdNdA .modal-header .close svg {
  fill: #353535;
}
.cid-v6hepmdNdA .modal-header .close:hover {
  opacity: 1;
}
.cid-v6hepmdNdA .modal-header .close:focus {
  outline: none;
}
.cid-v6hepmdNdA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v6hepmdNdA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v6hepmdNdA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6hepmdNdA .modal-body {
    padding: 1rem;
  }
}
.cid-v6hepmdNdA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v6hepmdNdA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v6hepmdNdA .modal-footer {
    padding: 1rem;
  }
}
.cid-v6hepmdNdA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v6hepmdNdA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v6hepmdNdA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v6hepmdNdA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v6hepmdNdA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v6hepmdNdA .modal-lg,
  .cid-v6hepmdNdA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v6hepmdNdA .modal-xl {
    max-width: 1140px;
  }
}
.cid-v6hepmdNdA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v6hepmdNdA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v6hepmdNdA .form-group {
  margin-bottom: 1rem;
}
.cid-v6hepmdNdA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v6hepmdNdA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v6hepmdNdA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v6hepmdNdA .mbr-section-btn {
  margin: 0;
}
.cid-v6hepmdNdA .mbr-section-btn .btn {
  margin: 0;
}
