body {
  font-family: Finlandica;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-2 {
  font-family: 'Agdasima', sans-serif;
  font-size: 1.63rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2.0375rem;
}
.display-4 {
  font-family: 'Agdasima', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Finlandica', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Finlandica', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 2.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.96rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.304rem;
    font-size: calc( 1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2205rem + (1.63 - 1.2205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c9807d !important;
}
.bg-success {
  background-color: #8fff32 !important;
}
.bg-info {
  background-color: #312ca8 !important;
}
.bg-warning {
  background-color: #ec1722 !important;
}
.bg-danger {
  background-color: #13171f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c9807d !important;
  border-color: #c9807d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #a94a46 !important;
  border-color: #a94a46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a94a46 !important;
  border-color: #a94a46 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3b36a8 !important;
  border-color: #3b36a8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #312ca8 !important;
  border-color: #312ca8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1d1a63 !important;
  border-color: #1d1a63 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
  color: #173200 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #173200 !important;
  background-color: #63da00 !important;
  border-color: #63da00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec1722 !important;
  border-color: #ec1722 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9f0d15 !important;
  border-color: #9f0d15 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #13171f !important;
  border-color: #13171f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
  color: #3a4e69 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #3a4e69 !important;
  background-color: #8ca2bf !important;
  border-color: #8ca2bf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212428 !important;
  border-color: #212428 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c9807d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a94a46 !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: #c9807d !important;
  border-color: #c9807d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6b67ce;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3b36a8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6b67ce !important;
  border-color: #6b67ce !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #312ca8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d1a63 !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: #312ca8 !important;
  border-color: #312ca8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8fff32;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #63da00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #173200 !important;
  background-color: #8fff32 !important;
  border-color: #8fff32 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ec1722;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9f0d15 !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: #ec1722 !important;
  border-color: #ec1722 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #13171f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !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: #13171f !important;
  border-color: #13171f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212428;
}
.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: #212428 !important;
  border-color: #212428 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c4cfde;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #8ca2bf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #3a4e69 !important;
  background-color: #c4cfde !important;
  border-color: #c4cfde !important;
}
.text-primary {
  color: #c9807d !important;
}
.text-secondary {
  color: #6b67ce !important;
}
.text-success {
  color: #8fff32 !important;
}
.text-info {
  color: #312ca8 !important;
}
.text-warning {
  color: #ec1722 !important;
}
.text-danger {
  color: #13171f !important;
}
.text-white {
  color: #C4CFDE !important;
}
.text-black {
  color: #212428 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e4542 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #37329d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5ccb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #191757 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #910c13 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #839ab9 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c9807d;
}
.nav-tabs .nav-link:not(.active) {
  color: #212428;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #312ca8;
}
.alert-warning {
  background-color: #ec1722;
}
.alert-danger {
  background-color: #13171f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c9807d;
  border-color: #c9807d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c9807d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefffe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7c78dc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fbd4d6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bfc7d8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Agdasima', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #c9807d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Agdasima', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #c9807d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c9807d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c9807d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c9807d;
  border-bottom-color: #c9807d;
}
.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: #c9807d !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: #6b67ce !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='%23c9807d' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.mbr-section-btn .btn {
  min-width: 70px;
  min-height: 57px;
  padding: 18px 40px;
  border-radius: 6px !important;
  font-weight: 500;
  line-height: 1.3 !important;
  box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  transform-style: preserve-3d;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  transition: 0.4s all !important;
  border: none !important;
  align-items: baseline;
}
.custom-section-btn .btn-black {
  color: #c9807d !important;
  background: linear-gradient(145deg, #1e2024, #23272b) !important;
}
.custom-section-btn .btn-black:hover {
  color: #c9807d !important;
  background: linear-gradient(to right bottom, #212428, #16181c) !important;
  transform: translateY(-5px);
}
.custom-section-btn .btn-white {
  color: #c9807d !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
}
.custom-section-btn .btn-white:hover {
  color: #c9807d !important;
  background: #FFFFFF !important;
  transform: translateY(-5px);
}
.cid-uF79oMUL3E {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/portaa-nueva-marylu.png-2000x1332.png");
}
.cid-uF79oMUL3E .mbr-overlay {
  background: #ffffff;
  opacity: 0.4;
}
.cid-uF79oMUL3E .row {
  justify-content: center;
}
.cid-uF79oMUL3E .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  border-radius: 1rem;
  overflow: hidden;
}
.cid-uF79oMUL3E img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF79oMUL3E .item:focus,
.cid-uF79oMUL3E span:focus {
  outline: none;
}
.cid-uF79oMUL3E .col-items {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .col-items {
    padding: 0 !important;
  }
}
.cid-uF79oMUL3E .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .item {
    padding: 0 20px;
  }
}
.cid-uF79oMUL3E .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 32px;
  border-radius: 20px;
  background-color: #ecc1c0;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .item-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uF79oMUL3E .item-wrapper {
    padding: 60px;
  }
}
.cid-uF79oMUL3E .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uF79oMUL3E .item-content {
    text-align: center;
  }
}
.cid-uF79oMUL3E .mbr-section-title {
  width: 100%;
  color: #000000;
}
.cid-uF79oMUL3E .mbr-text {
  color: #b03d3d;
  margin-top: 16px;
  margin-bottom: 16px;
  opacity: 0.5;
  text-align: center;
}
.cid-uF79oMUL3E .item-title {
  color: #000000;
}
.cid-uF79oMUL3E .item-subtitle {
  color: #000000;
}
.cid-uF79oMUL3E .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uF79oMUL3E .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uF79oMUL3E .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uF79oMUL3E .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uF79oMUL3E .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uF79oMUL3E .item-title,
.cid-uF79oMUL3E .mbr-section-btn {
  text-align: center;
}
.cid-thXRwvOhXN {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f8dcdb;
}
.cid-thXRwvOhXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-thXRwvOhXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXRwvOhXN .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-thXRwvOhXN .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-thXRwvOhXN .mbr-section-title {
  color: #FF014E;
}
.cid-thXRwvOhXN .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-thXRwvOhXN .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-thXRwvOhXN .card-row {
  align-items: stretch;
}
.cid-thXRwvOhXN .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-thXRwvOhXN .card {
    flex-basis: 80% !important;
  }
}
.cid-thXRwvOhXN .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ecc1c0);
  box-shadow: 10px 10px 19px #c9807d, -10px -10px 19px #eeb9b7;
}
.cid-thXRwvOhXN .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-thXRwvOhXN .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f8dcdb, #f8dcdb);
  opacity: 0;
  transition: .5s all;
}
.cid-thXRwvOhXN .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-thXRwvOhXN .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-thXRwvOhXN .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-thXRwvOhXN .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #b03d3d;
}
.cid-thXRwvOhXN .card-title {
  color: #212428;
  margin-bottom: 0;
}
.cid-thXRwvOhXN .card-title a {
  transition: 0.4s all;
}
.cid-thXRwvOhXN .card-title a:hover {
  color: #c9807d !important;
}
.cid-uH2xxidrOp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f8dcdb;
}
.cid-uH2xxidrOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2xxidrOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2xxidrOp .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-uH2xxidrOp .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-uH2xxidrOp .mbr-section-title {
  color: #FF014E;
}
.cid-uH2xxidrOp .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uH2xxidrOp .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uH2xxidrOp .card-row {
  align-items: stretch;
}
.cid-uH2xxidrOp .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-uH2xxidrOp .card {
    flex-basis: 80% !important;
  }
}
.cid-uH2xxidrOp .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ecc1c0);
  box-shadow: 10px 10px 19px #c9807d, -10px -10px 19px #eeb9b7;
}
.cid-uH2xxidrOp .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uH2xxidrOp .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f8dcdb, #f8dcdb);
  opacity: 0;
  transition: .5s all;
}
.cid-uH2xxidrOp .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-uH2xxidrOp .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-uH2xxidrOp .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-uH2xxidrOp .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #b03d3d;
}
.cid-uH2xxidrOp .card-title {
  color: #212428;
  margin-bottom: 0;
}
.cid-uH2xxidrOp .card-title a {
  transition: 0.4s all;
}
.cid-uH2xxidrOp .card-title a:hover {
  color: #c9807d !important;
}
.cid-v9qQpgphRI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f8dcdb;
}
.cid-v9qQpgphRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9qQpgphRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9qQpgphRI .container {
  max-width: 1200px;
  padding: 0 10px;
}
.cid-v9qQpgphRI .mbr-section-head {
  margin-bottom: 10px;
  width: 100%;
}
.cid-v9qQpgphRI .mbr-section-title {
  color: #FF014E;
}
.cid-v9qQpgphRI .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v9qQpgphRI .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-v9qQpgphRI .card-row {
  align-items: stretch;
}
.cid-v9qQpgphRI .card {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-v9qQpgphRI .card {
    flex-basis: 80% !important;
  }
}
.cid-v9qQpgphRI .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ecc1c0);
  box-shadow: 10px 10px 19px #c9807d, -10px -10px 19px #eeb9b7;
}
.cid-v9qQpgphRI .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-v9qQpgphRI .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f8dcdb, #f8dcdb);
  opacity: 0;
  transition: .5s all;
}
.cid-v9qQpgphRI .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-v9qQpgphRI .item-img {
  height: 150px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 30px;
  width: 100%;
}
.cid-v9qQpgphRI .item-img img {
  width: auto;
  max-height: 85px;
  max-width: 100%;
  object-fit: contain;
}
.cid-v9qQpgphRI .text-item {
  padding: 16px;
  width: 100%;
  border-top: 1px solid #b03d3d;
}
.cid-v9qQpgphRI .card-title {
  color: #212428;
  margin-bottom: 0;
}
.cid-v9qQpgphRI .card-title a {
  transition: 0.4s all;
}
.cid-v9qQpgphRI .card-title a:hover {
  color: #c9807d !important;
}
.cid-uGzicw8pXG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7c3c1;
}
.cid-uGzicw8pXG .item:focus,
.cid-uGzicw8pXG span:focus {
  outline: none;
}
.cid-uGzicw8pXG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uGzicw8pXG .content-head {
  max-width: 800px;
}
.cid-uGzicw8pXG .item {
  color: #c9807d;
  min-height: 90px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cid-uGzicw8pXG .item {
    min-height: 45px;
  }
}
.cid-uUWmx44YXI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8dcdb;
  overflow: hidden;
}
.cid-uUWmx44YXI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUWmx44YXI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUWmx44YXI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUWmx44YXI .container {
    padding: 0 15px;
  }
}
.cid-uUWmx44YXI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uUWmx44YXI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uUWmx44YXI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUWmx44YXI .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUWmx44YXI .item {
    margin-bottom: 20px;
  }
}
.cid-uUWmx44YXI .item:hover::before,
.cid-uUWmx44YXI .item:focus::before {
  opacity: 1;
}
.cid-uUWmx44YXI .item:hover .item-wrapper,
.cid-uUWmx44YXI .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-uUWmx44YXI .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #c9807d;
}
.cid-uUWmx44YXI .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #c9807d;
}
.cid-uUWmx44YXI .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #ecc1c0 37.31%, #ecc1c0 69.53%, #ecc1c0 80.18%, #ecc1c0 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uUWmx44YXI .item::before {
    display: none;
  }
}
.cid-uUWmx44YXI .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #ecc1c0;
  border: 1px solid #ecc1c0;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUWmx44YXI .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-uUWmx44YXI .item .item-wrapper {
    height: auto;
  }
}
.cid-uUWmx44YXI .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uUWmx44YXI .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #c9807d;
  margin-bottom: 20px;
}
.cid-uUWmx44YXI .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-uUWmx44YXI .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-uUWmx44YXI .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #b03d3d 0, #ffffff 23%, #b03d3d 100%);
  opacity: .5;
}
.cid-uUWmx44YXI .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #b03d3d 0, #ffffff 23%, #b03d3d 100%);
  opacity: .5;
}
.cid-uUWmx44YXI .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
}
.cid-uUWmx44YXI .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-uUWmx44YXI .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUWmx44YXI .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uUWmx44YXI .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-uUWmx44YXI .mbr-section-title {
  color: #b03d3d;
  text-align: center;
}
.cid-uUWmx44YXI .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uUWmx44YXI .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uUWmx44YXI .item-price {
  color: #b03d3d;
  text-align: center;
}
.cid-uUWmx44YXI .list {
  color: #d2d2df;
}
.cid-uUWmx44YXI .list,
.cid-uUWmx44YXI .item-wrap {
  color: #000000;
}
.cid-uUWmx44YXI .mbr-section-btn .btn {
  box-shadow: 0px 6px 15px rgba(176, 61, 61, 0.6) !important;
}
.cid-uUWV2604dz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffefee;
}
.cid-uUWV2604dz .item-head {
  background: #c9807d;
  padding: 1rem 2rem;
}
.cid-uUWV2604dz .item-content {
  padding: 1rem 1rem;
  background: #ecc1c0;
}
.cid-uUWV2604dz .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-uUWV2604dz .btn {
  width: -webkit-fill-available;
}
.cid-uUWV2604dz .item:focus,
.cid-uUWV2604dz span:focus {
  outline: none;
}
.cid-uUWV2604dz .item-wrapper {
  background: #ecc1c0;
  padding: 2rem;
}
.cid-uUWV2604dz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUWV2604dz .mbr-section-title {
  color: #b03d3d;
  text-align: center;
}
.cid-uUWV2604dz .mbr-text,
.cid-uUWV2604dz .mbr-section-btn {
  text-align: left;
}
.cid-uUWV2604dz .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUWV2604dz .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUWV2604dz .btn,
.cid-uUWV2604dz .btn-white,
.cid-uUWV2604dz .item-btn,
.cid-uUWV2604dz .btn:focus,
.cid-uUWV2604dz .btn-white:focus,
.cid-uUWV2604dz .item-btn:focus,
.cid-uUWV2604dz .btn:hover,
.cid-uUWV2604dz .btn-white:hover,
.cid-uUWV2604dz .item-btn:hover,
.cid-uUWV2604dz .btn:active,
.cid-uUWV2604dz .btn-white:active,
.cid-uUWV2604dz .item-btn:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.cid-uUWV2604dz .mbr-section-btn .btn {
  box-shadow: 0px 6px 15px rgba(176, 61, 61, 0.6) !important;
}
.cid-uUWV2604dz .mbr-section-subtitle {
  text-align: center;
}
.cid-uUX91zWE9G {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f8dcdb;
}
.cid-uUX91zWE9G .item-head {
  background: #c9807d;
  padding: 1rem 2rem;
}
.cid-uUX91zWE9G .item-content {
  padding: 1rem 1rem;
  background: #ecc1c0;
}
.cid-uUX91zWE9G .item {
  border-radius: 2rem;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 2rem;
}
.cid-uUX91zWE9G .btn {
  width: -webkit-fill-available;
}
.cid-uUX91zWE9G .item:focus,
.cid-uUX91zWE9G span:focus {
  outline: none;
}
.cid-uUX91zWE9G .item-wrapper {
  background: #ecc1c0;
  padding: 2rem;
}
.cid-uUX91zWE9G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUX91zWE9G .mbr-section-title {
  color: #b03d3d;
  text-align: center;
}
.cid-uUX91zWE9G .mbr-text,
.cid-uUX91zWE9G .mbr-section-btn {
  text-align: center;
}
.cid-uUX91zWE9G .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-uUX91zWE9G .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUX91zWE9G .btn,
.cid-uUX91zWE9G .btn-white,
.cid-uUX91zWE9G .item-btn,
.cid-uUX91zWE9G .btn:focus,
.cid-uUX91zWE9G .btn-white:focus,
.cid-uUX91zWE9G .item-btn:focus,
.cid-uUX91zWE9G .btn:hover,
.cid-uUX91zWE9G .btn-white:hover,
.cid-uUX91zWE9G .item-btn:hover,
.cid-uUX91zWE9G .btn:active,
.cid-uUX91zWE9G .btn-white:active,
.cid-uUX91zWE9G .item-btn:active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.cid-uUX91zWE9G .mbr-section-btn .btn {
  box-shadow: 0px 6px 15px rgba(176, 61, 61, 0.6) !important;
}
.cid-uUX91zWE9G .mbr-section-subtitle {
  text-align: center;
}
.cid-uF79b18384 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f8dcdb;
}
.cid-uF79b18384 .container-fluid {
  padding: 0 !important;
}
.cid-uF79b18384 .row {
  width: 100%!important;
  max-width: 100%!important;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1440px) {
  .cid-uF79b18384 .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-uF79b18384 .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-uF79b18384 .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-uF79b18384 .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
@media (max-width: 880px) and (min-width: 768px) {
  .cid-uF79b18384 .row {
    padding-right: 25px !important;
  }
}
.cid-uF79b18384 img,
.cid-uF79b18384 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uF79b18384 .item:focus,
.cid-uF79b18384 span:focus {
  outline: none;
}
.cid-uF79b18384 .item {
  cursor: pointer;
}
.cid-uF79b18384 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
}
.cid-uF79b18384 .item-wrapper:hover img {
  transform: scale(1);
}
.cid-uF79b18384 .item-wrapper:hover .img-overlay {
  opacity: 0.7;
}
.cid-uF79b18384 .item-wrapper:hover .item-title,
.cid-uF79b18384 .item-wrapper:hover .mbr-text {
  background-position: right;
}
.cid-uF79b18384 .item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uF79b18384 .item-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform .6s ease;
  transform-style: preserve-3d;
}
.cid-uF79b18384 .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.cid-uF79b18384 .mbr-text {
  color: #000000;
  margin-top: 24px;
  background-image: linear-gradient(-90deg, #f8dcdb 0, #f8dcdb 25%, #f8dcdb 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uF79b18384 .item-title {
  color: #f8dcdb;
  text-align: left;
  background-image: linear-gradient(-90deg, #000000 0, #000000 25%, #000000 50%, currentColor 51%, currentColor 100%) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.4s ease;
}
.cid-uF79b18384 .item-content {
  position: absolute;
  width: 100%;
  max-width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 23px 40px 23px;
}
@media (max-width: 1440px) {
  .cid-uF79b18384 .item-content {
    padding: 20px 20px 23px;
  }
}
.cid-uF79b18384 .item-content a {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}
.cid-uF79b18384 .mbr-section-btn {
  margin-top: 20px;
}
.cid-thXOPqy2QT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-thXOPqy2QT .mbr-section-head {
  width: 100%;
}
.cid-thXOPqy2QT .border-item {
  width: 100%;
  height: 3px;
  background-color: #eeb9b7;
  opacity: 1;
}
.cid-uFDQwnIG3n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f8dcdb;
}
.cid-uFDQwnIG3n .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #eeb9b7;
  margin-bottom: 1.5rem;
}
.cid-uFDQwnIG3n .col-lg-4,
.cid-uFDQwnIG3n .col-12 {
  padding: 0 2rem;
}
.cid-uFDQwnIG3n .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uFDQwnIG3n .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #c9807d, -0.5em -0.5em 1em #ecc1c0;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uFDQwnIG3n .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uFDQwnIG3n .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uFDQwnIG3n .card-title,
.cid-uFDQwnIG3n .iconfont-wrapper {
  color: #b03d3d;
  text-align: center;
}
.cid-uFDQwnIG3n .card-text {
  color: #c9807d;
  text-align: center;
}
.cid-uFDQwnIG3n .mbr-section-subtitle {
  color: #c9807d;
}
.cid-uFDQwnIG3n .mbr-section-title {
  color: #b03d3d;
}
.cid-uFDQwnIG3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFDQwnIG3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thXL483li8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-thXL483li8 .border-item {
  width: 100%;
  height: 1px;
  background: #b03d3d;
}
.cid-thXL483li8 .copyright-container {
  padding: 40px 0;
}
.cid-thXL483li8 .mbr-text {
  color: #b03d3d;
  text-align: center;
}
