.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 {
  background-color: #ffffff;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 7rem;
  line-height: .85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.7rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Signika', sans-serif;
  font-size: 1.4rem;
  line-height: .9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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-7 {
    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))));
  }
}
/* Buttons */
.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: #14363f !important;
}
.bg-success {
  background-color: #6a2be9 !important;
}
.bg-info {
  background-color: #b0a0ff !important;
}
.bg-warning {
  background-color: #277278 !important;
}
.bg-danger {
  background-color: #fbdccc !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #14363f !important;
  border-color: #14363f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #205766 !important;
  border-color: #205766 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #205766 !important;
  border-color: #205766 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d74def !important;
  border-color: #d74def !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e27cf3 !important;
  border-color: #e27cf3 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e27cf3 !important;
  border-color: #e27cf3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b0a0ff !important;
  border-color: #b0a0ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #dad3ff !important;
  border-color: #dad3ff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #dad3ff !important;
  border-color: #dad3ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8a59ee !important;
  border-color: #8a59ee !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #277278 !important;
  border-color: #277278 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #34979e !important;
  border-color: #34979e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #34979e !important;
  border-color: #34979e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fbdccc !important;
  border-color: #fbdccc !important;
  color: #b9490f !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fffcfb !important;
  border-color: #fffcfb !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #b9490f !important;
  background-color: #fffcfb !important;
  border-color: #fffcfb !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  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-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #14363f;
  color: #14363f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #14363f !important;
  border-color: #14363f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d74def;
  color: #d74def;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b613d2 !important;
  background-color: transparent !important;
  border-color: #b613d2 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d74def !important;
  border-color: #d74def !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b0a0ff;
  color: #b0a0ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6849ff !important;
  background-color: transparent !important;
  border-color: #6849ff !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b0a0ff !important;
  border-color: #b0a0ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6a2be9;
  color: #6a2be9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #4512ac !important;
  background-color: transparent !important;
  border-color: #4512ac !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a2be9 !important;
  border-color: #6a2be9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #277278;
  color: #277278;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #123437 !important;
  background-color: transparent !important;
  border-color: #123437 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #277278 !important;
  border-color: #277278 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fbdccc;
  color: #fbdccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f5a57c !important;
  background-color: transparent !important;
  border-color: #f5a57c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #b9490f !important;
  background-color: #fbdccc !important;
  border-color: #fbdccc !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: #14363f !important;
}
.text-secondary {
  color: #d74def !important;
}
.text-success {
  color: #6a2be9 !important;
}
.text-info {
  color: #b0a0ff !important;
}
.text-warning {
  color: #277278 !important;
}
.text-danger {
  color: #fbdccc !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #aa12c4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3f109e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5b3aff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0e292b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f49b6d !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) {
  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: #14363f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b0a0ff;
}
.alert-warning {
  background-color: #277278;
}
.alert-danger {
  background-color: #fbdccc;
}
.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: #14363f;
  border-color: #14363f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #14363f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #69bacf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ece4fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #56c0c8;
}
.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: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #14363f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #14363f;
}
/* 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: #14363f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #14363f;
}
.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: #14363f;
  border-bottom-color: #14363f;
}
.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: #14363f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #d74def !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='%2314363f' %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 .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: .75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #14363f !important;
}
img {
  border-radius: 16px !important;
}
.cid-uK9UGcqCX6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uK9UGcqCX6 nav.navbar {
  position: fixed;
}
.cid-uK9UGcqCX6 .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;
}
.cid-uK9UGcqCX6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uK9UGcqCX6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uK9UGcqCX6 .dropdown-item:hover,
.cid-uK9UGcqCX6 .dropdown-item:focus {
  background: #14363f !important;
  color: white !important;
}
.cid-uK9UGcqCX6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK9UGcqCX6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK9UGcqCX6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK9UGcqCX6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK9UGcqCX6 .nav-link {
  position: relative;
}
.cid-uK9UGcqCX6 .container {
  display: flex;
  margin: auto;
}
.cid-uK9UGcqCX6 .iconfont-wrapper {
  color: #28324e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK9UGcqCX6 .dropdown-menu,
.cid-uK9UGcqCX6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uK9UGcqCX6 .nav-item:focus,
.cid-uK9UGcqCX6 .nav-link:focus {
  outline: none;
}
.cid-uK9UGcqCX6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK9UGcqCX6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK9UGcqCX6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK9UGcqCX6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK9UGcqCX6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK9UGcqCX6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK9UGcqCX6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uK9UGcqCX6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uK9UGcqCX6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK9UGcqCX6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uK9UGcqCX6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK9UGcqCX6 .navbar.collapsed {
  justify-content: center;
}
.cid-uK9UGcqCX6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK9UGcqCX6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK9UGcqCX6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uK9UGcqCX6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK9UGcqCX6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK9UGcqCX6 .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-uK9UGcqCX6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK9UGcqCX6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK9UGcqCX6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK9UGcqCX6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK9UGcqCX6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK9UGcqCX6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK9UGcqCX6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK9UGcqCX6 .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-uK9UGcqCX6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK9UGcqCX6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK9UGcqCX6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK9UGcqCX6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uK9UGcqCX6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK9UGcqCX6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uK9UGcqCX6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uK9UGcqCX6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK9UGcqCX6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK9UGcqCX6 .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-uK9UGcqCX6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK9UGcqCX6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK9UGcqCX6 .dropdown-item.active,
.cid-uK9UGcqCX6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uK9UGcqCX6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK9UGcqCX6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK9UGcqCX6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK9UGcqCX6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uK9UGcqCX6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK9UGcqCX6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK9UGcqCX6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK9UGcqCX6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK9UGcqCX6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK9UGcqCX6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #28324e;
}
.cid-uK9UGcqCX6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK9UGcqCX6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9UGcqCX6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK9UGcqCX6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK9UGcqCX6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9UGcqCX6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK9UGcqCX6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK9UGcqCX6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK9UGcqCX6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uK9UGcqCX6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK9UGcqCX6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK9UGcqCX6 .navbar {
    height: 70px;
  }
  .cid-uK9UGcqCX6 .navbar.opened {
    height: auto;
  }
  .cid-uK9UGcqCX6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKxCxrSjiW {
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-uKxCxrSjiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxCxrSjiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxCxrSjiW .content-wrap {
  justify-content: flex-end;
}
.cid-uKxCxrSjiW .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uKxCxrSjiW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKxCxrSjiW .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uKxCxrSjiW .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #fffae6, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uKxCxrSjiW .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uKxCxrSjiW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uKxCxrSjiW .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uKxCxrSjiW .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uKxCxrSjiW .image-wrapper {
    padding: 0;
  }
}
.cid-uKxCxrSjiW .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uKxCxrSjiW .image-wrapper img {
    height: 350px;
  }
}
.cid-uKxCxrSjiW .mbr-section-title {
  color: #ffffff;
}
.cid-uKxCxrSjiW .mbr-text,
.cid-uKxCxrSjiW .text-wrapper {
  color: #ffffff;
}
.cid-uKxCxrSjiW .mbr-section-title,
.cid-uKxCxrSjiW .mbr-section-btn,
.cid-uKxCxrSjiW .clients-wrapper {
  color: #c6f15c;
}
.cid-uJTzb5ExQo {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJTzb5ExQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTzb5ExQo .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-uJTzb5ExQo .container {
    padding: 0 16px;
  }
}
.cid-uJTzb5ExQo .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJTzb5ExQo .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uJTzb5ExQo .mbr-section-title {
  color: #ffffff;
}
.cid-uJTzb5ExQo .mbr-section-title,
.cid-uJTzb5ExQo .mbr-section-btn {
  text-align: center;
  color: #277278;
}
.cid-uJTG75lThV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uJTG75lThV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTG75lThV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTG75lThV .desc {
  position: absolute;
  left: 16px;
  bottom: 0;
  transform: rotate(-90deg);
  margin: 1.5rem 0;
  transform-origin: bottom left;
}
.cid-uJTG75lThV .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uJTG75lThV .row .img-item {
  display: -webkit-flex;
  padding: 1rem;
  flex-direction: column;
  position: relative;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.cid-uJTG75lThV .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uJTG75lThV P {
  color: #277278;
}
.cid-uJTI0eKWDr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uJTI0eKWDr .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uJTI0eKWDr .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uJTI0eKWDr .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uJTI0eKWDr P {
  color: #277278;
  margin-bottom: 0px;
  margin-top: 5px;
}
.cid-uJTI0eKWDr img {
  margin-top: 32px;
}
.cid-uJTI0eKWDr img {
  margin-top: 16px;
}
@media (max-width: 990px) {
  .cid-uJTI0eKWDr .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-uJTI0eKWDr .top,
  .cid-uJTI0eKWDr .top-2 {
    margin-top: 0;
  }
}
.cid-uOmnWJNepg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #277278;
}
.cid-uOmnWJNepg .title-wrapper .mbr-section-title {
  margin: 55px;
}
@media (max-width: 992px) {
  .cid-uOmnWJNepg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOmnWJNepg .container {
    padding: 0 22px;
  }
}
.cid-uOmnWJNepg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 212px;
  max-width: 212px;
}
@media (max-width: 767px) {
  .cid-uOmnWJNepg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOmnWJNepg .embla__slide .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOmnWJNepg .embla__slide .slide-content {
    display: block;
  }
}
.cid-uOmnWJNepg .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOmnWJNepg .embla__slide .slide-content .item-wrapper .item-img img {
  height: 180px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uOmnWJNepg .embla__button--next,
.cid-uOmnWJNepg .embla__button--prev {
  display: flex;
}
.cid-uOmnWJNepg .embla__button {
  bottom: 0;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #635d60 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uOmnWJNepg .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uOmnWJNepg .embla__button:hover {
  color: #ff5753 !important;
}
.cid-uOmnWJNepg .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 992px) {
  .cid-uOmnWJNepg .embla__button.embla__button--prev {
    left: auto;
    right: 4rem;
  }
}
.cid-uOmnWJNepg .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 992px) {
  .cid-uOmnWJNepg .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uOmnWJNepg .embla {
  position: relative;
  width: 100%;
}
.cid-uOmnWJNepg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uOmnWJNepg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOmnWJNepg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOmnWJNepg .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOmnWJNepg .mbr-section-title {
  color: #fffae6;
  text-align: center;
}
.cid-uJTTZC1bX2 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uJTTZC1bX2 .mbr-text {
    text-align: center;
  }
}
.cid-uJTTZC1bX2 img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uJTTZC1bX2 p {
  padding: 1rem;
}
.cid-uJTTZC1bX2 .col2 {
  padding-top: 4rem;
}
@media (max-width: 992px) {
  .cid-uJTTZC1bX2 .col2 {
    padding-top: 1rem;
  }
  .cid-uJTTZC1bX2 p {
    padding: 1rem 0rem;
  }
  .cid-uJTTZC1bX2 img {
    height: 500px;
  }
}
.cid-uJTTZC1bX2 .mbr-text,
.cid-uJTTZC1bX2 .mbr-section-btn {
  color: #232323;
}
.cid-uJTTZC1bX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTTZC1bX2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJXKIbP9Fs {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJXKIbP9Fs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJXKIbP9Fs .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-uJXKIbP9Fs .container {
    padding: 0 16px;
  }
}
.cid-uJXKIbP9Fs .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJXKIbP9Fs .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uJXKIbP9Fs .mbr-section-title {
  color: #ffffff;
}
.cid-uJXKIbP9Fs .mbr-section-title,
.cid-uJXKIbP9Fs .mbr-section-btn {
  text-align: center;
  color: #277278;
}
.cid-uGbJZ6hsRk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #277278;
}
.cid-uGbJZ6hsRk .item:focus,
.cid-uGbJZ6hsRk span:focus {
  outline: none;
}
.cid-uGbJZ6hsRk .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uGbJZ6hsRk .item {
  color: #fffae6;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uGbJZ6hsRk .item {
    min-height: 45px;
  }
}
.cid-uKx96Sq13x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uKx96Sq13x .column-wrapper {
  padding-left: 1.5rem;
}
.cid-uKx96Sq13x .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}
@media (min-width: 992px) {
  .cid-uKx96Sq13x .text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.cid-uKx96Sq13x .mbr-section-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #024873;
}
.cid-uKx96Sq13x .mbr-text,
.cid-uKx96Sq13x .mbr-section-btn {
  text-align: center;
  color: #024873;
}
@media (max-width: 767px) {
  .cid-uKx96Sq13x .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uKx96Sq13x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKx96Sq13x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxiYmGDH9 {
  background-image: url("../../../assets/images/shutterstock-129327407-tierra-showroom.jpg-1800x1472.jpg");
}
.cid-uKxiYmGDH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxiYmGDH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKxiYmGDH9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uKxiYmGDH9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uKxiYmGDH9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uKxiYmGDH9 .container {
    padding: 0 20px;
  }
}
.cid-uKxiYmGDH9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uKxiYmGDH9 .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uKxiYmGDH9 .mbr-section-title {
  color: #fffae6;
  text-align: center;
}
.cid-uKxiYmGDH9 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJTHJ1frya {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJTHJ1frya .mbr-section-head,
.cid-uJTHJ1frya .gallery_item {
  margin-bottom: 6rem;
}
.cid-uJTHJ1frya .mbr-section-subtitle {
  margin-bottom: 0.5rem;
}
.cid-uJTHJ1frya .mbr-section-title {
  line-height: .95;
}
.cid-uJTHJ1frya .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cid-uJTHJ1frya .gallery-wrap-left {
  padding-right: 2rem;
  max-width: 66%;
  width: 66%;
}
.cid-uJTHJ1frya .gallery-wrap-right {
  padding-left: 2rem;
  max-width: 33%;
  width: 33%;
}
.cid-uJTHJ1frya .item-img,
.cid-uJTHJ1frya img {
  max-width: 100%;
  object-fit: cover;
}
.cid-uJTHJ1frya .gallery-wrap-50 .item_left {
  padding-right: 1rem;
}
.cid-uJTHJ1frya .gallery-wrap-50 .item_right {
  padding-left: 1rem;
}
.cid-uJTHJ1frya .item-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
}
.cid-uJTHJ1frya .item-title {
  text-align: left;
  flex: 1 1 0;
  color: #277278;
}
.cid-uJTHJ1frya .item-subtitle {
  text-align: right;
  flex: 1 1 0;
}
@media (max-width: 991px) {
  .cid-uJTHJ1frya .gallery-wrap-left {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .cid-uJTHJ1frya .gallery-wrap-right {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uJTHJ1frya .mbr-section-head,
  .cid-uJTHJ1frya .gallery_item {
    margin-bottom: 3rem;
  }
  .cid-uJTHJ1frya .gallery-wrap-50 .item_left {
    padding-right: 0;
  }
  .cid-uJTHJ1frya .gallery-wrap-50 .item_right {
    padding-left: 0;
  }
}
.cid-uJTHJ1frya .item-title P {
  text-align: center;
}
.cid-uJYwdHZc9u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dragonzitos-almohada-cojin-tierra-amores-4.png");
}
.cid-uJYwdHZc9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYwdHZc9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uJYwdHZc9u .container {
    padding: 0 16px;
  }
}
.cid-uJYwdHZc9u .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uJYwdHZc9u .row {
    height: 200px;
  }
}
.cid-uJYztRuMpa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJYztRuMpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYztRuMpa .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-uJYztRuMpa .container {
    padding: 0 16px;
  }
}
.cid-uJYztRuMpa .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJYztRuMpa .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uJYztRuMpa .mbr-section-title {
  color: #ffffff;
}
.cid-uJYztRuMpa .mbr-section-title,
.cid-uJYztRuMpa .mbr-section-btn {
  text-align: center;
  color: #277278;
}
.cid-uKxyR9NFan .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKxyR9NFan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uKxyR9NFan .row {
  justify-content: center;
}
.cid-uKxyR9NFan .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uKxyR9NFan .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKxyR9NFan .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uKxyR9NFan .mbr-section-title {
  color: #ffffff;
}
.cid-uKxyR9NFan .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKxyR9NFan .mbr-section-title,
.cid-uKxyR9NFan .mbr-section-btn {
  text-align: center;
}
.cid-uKx6NQf0SD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uKx6NQf0SD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKx6NQf0SD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKx6NQf0SD .mbr-section-title {
  text-align: center;
  color: #277278;
}
.cid-uKx6NQf0SD .mbr-text,
.cid-uKx6NQf0SD .mbr-section-btn {
  text-align: center;
  color: #277278;
}
.cid-uKx6NQf0SD b,
.cid-uKx6NQf0SD strong {
  font-weight: 900;
}
.cid-uKx6NQf0SD .mbr-section-subtitle {
  text-align: center;
  color: #277278;
}
.cid-uJTBDjmb2h {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uJTBDjmb2h .card-title {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uJTBDjmb2h p {
  color: #767676;
  text-align: left;
}
.cid-uJTBDjmb2h .card-wrapper {
  height: 100%;
}
.cid-uJTBDjmb2h .card-wrapper:hover .card-img:before {
  opacity: 0.2;
}
.cid-uJTBDjmb2h .card-img {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.cid-uJTBDjmb2h .card-img:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  content: "";
}
.cid-uJTBDjmb2h img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-uJTBDjmb2h .mbr-iconfont {
  position: absolute;
  font-size: 3rem;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-uJTBDjmb2h .card:hover .mbr-iconfont {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.cid-uJTBDjmb2h .title {
  text-align: center;
  color: #277278;
}
@media (max-width: 767px) {
  .cid-uJTBDjmb2h .mbr-iconfont {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .cid-uJTBDjmb2h .card-img:before {
    opacity: 0.2;
  }
}
.cid-uJTBnEDGN1 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJTBnEDGN1 [class^='socicon-']:before,
.cid-uJTBnEDGN1 [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uJTBnEDGN1 .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #2e6b75;
  transition: all 0.3s;
  border-color: #2e6b75;
}
.cid-uJTBnEDGN1 .btn-social:hover {
  background: #2e6b75;
}
.cid-uJTBnEDGN1 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uJTBnEDGN1 .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uJTBnEDGN1 .mbr-section-title {
  color: #2e6b75;
}
.cid-uJTBnEDGN1 .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uJTBnEDGN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTBnEDGN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTCynzwUw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/monedero-aguacate-tierra-amores.jpeg");
}
.cid-uJTCynzwUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTCynzwUw .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-uJTCynzwUw .container {
    padding: 0 24px;
  }
}
.cid-uJTCynzwUw .form-wrapper {
  display: flex;
  padding: 110px 115px;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uJTCynzwUw .form-wrapper {
    display: block;
    padding: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uJTCynzwUw .form-wrapper {
    padding: 0.5rem;
  }
}
.cid-uJTCynzwUw .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uJTCynzwUw .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uJTCynzwUw .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uJTCynzwUw .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJTCynzwUw .form-wrapper .form-wrap {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-uJTCynzwUw .form-wrapper .form-wrap {
    padding: 0;
  }
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  color: #fffae6;
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #fffae6 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #fffae6;
  opacity: 0.5;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uJTCynzwUw .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #fffae6;
  border-color: #fffae6;
}
.cid-uJTCynzwUw .mbr-desc {
  color: #fdfde1;
}
.cid-uJTCynzwUw .mbr-section-title,
.cid-uJTCynzwUw .mbr-section-btn {
  color: #fdfde1;
}
.cid-uJYSx8oSXp {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #14363f;
}
.cid-uJYSx8oSXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJYSx8oSXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJYSx8oSXp .content-wrap {
  justify-content: center;
}
.cid-uJYSx8oSXp .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uJYSx8oSXp .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uJYSx8oSXp .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uJYSx8oSXp .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJYSx8oSXp .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uJYSx8oSXp .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uJYSx8oSXp .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uJYSx8oSXp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJYSx8oSXp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJYSx8oSXp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJYSx8oSXp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uJYSx8oSXp .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #14363f;
  background-color: #fffae6;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uJYSx8oSXp .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJYSx8oSXp .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uJYSx8oSXp .mbr-section-title {
  color: #ff8576;
}
.cid-uJYSx8oSXp .mbr-copy {
  color: #51565c;
}
.cid-uJYSx8oSXp .mbr-copy,
.cid-uJYSx8oSXp .copy-wrapper {
  text-align: right;
}
.cid-uJYSx8oSXp .mbr-section-title,
.cid-uJYSx8oSXp .logo-wrapper {
  color: #fffae6;
  text-align: center;
}
.cid-uJYSx8oSXp .mbr-copy,
.cid-uJYSx8oSXp .copy-wrapper,
.cid-uJYSx8oSXp .social-wrapper {
  color: #fffae6;
  text-align: center;
}
