body {
  font-family: Cormorant Upright;
}
.display-1 {
  font-family: 'Cormorant Upright', serif;
  font-size: 4.3rem;
  line-height: .7em;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.375rem;
}
.display-2 {
  font-family: 'Cormorant Upright', serif;
  font-size: 3.8rem;
  line-height: 71px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Sora', sans-serif;
  font-size: 3.5rem;
  line-height: 35px;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Sora', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 3.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.01rem;
    font-size: calc( 2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.155rem + (4.3 - 2.155) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #d63526 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #8090a3 !important;
}
.bg-warning {
  background-color: #b492a5 !important;
}
.bg-danger {
  background-color: #4f3e59 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d63526 !important;
  border-color: #d63526 !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: #8c2319 !important;
  border-color: #8c2319 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8c2319 !important;
  border-color: #8c2319 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b93e5d !important;
  border-color: #b93e5d !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: #78283c !important;
  border-color: #78283c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78283c !important;
  border-color: #78283c !important;
}
.btn-info,
.btn-info:active {
  background-color: #8090a3 !important;
  border-color: #8090a3 !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: #566576 !important;
  border-color: #566576 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #566576 !important;
  border-color: #566576 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b492a5 !important;
  border-color: #b492a5 !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: #8e627a !important;
  border-color: #8e627a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #8e627a !important;
  border-color: #8e627a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #4f3e59 !important;
  border-color: #4f3e59 !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: #221a26 !important;
  border-color: #221a26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #221a26 !important;
  border-color: #221a26 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #d63526;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8c2319 !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: #d63526 !important;
  border-color: #d63526 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b93e5d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78283c !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: #b93e5d !important;
  border-color: #b93e5d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8090a3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #566576 !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: #8090a3 !important;
  border-color: #8090a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b492a5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8e627a !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: #b492a5 !important;
  border-color: #b492a5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4f3e59;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #221a26 !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: #4f3e59 !important;
  border-color: #4f3e59 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #d63526 !important;
}
.text-secondary {
  color: #b93e5d !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #8090a3 !important;
}
.text-warning {
  color: #b492a5 !important;
}
.text-danger {
  color: #4f3e59 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f2017 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6d2437 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4f5d6e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #855b72 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a141d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d63526;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8090a3;
}
.alert-warning {
  background-color: #b492a5;
}
.alert-danger {
  background-color: #4f3e59;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d63526;
  border-color: #d63526;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d63526;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7d4d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cad1d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e8dee3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #9177a0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Sora', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #d63526 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sora', sans-serif;
  font-size: 1.375rem;
  line-height: 1.59em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #d63526;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d63526;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d63526;
}
.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: #d63526;
  border-bottom-color: #d63526;
}
.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: #d63526 !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: #b93e5d !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='%23d63526' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #d63526;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #d63526;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #8090a3;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #d63526;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #d63526 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #b93e5d;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #b93e5d !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #8090a3;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #8090a3 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #4f3e59;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #4f3e59 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #b492a5;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #b492a5 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uBMpLiL2Dd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/header-4-1918x924.jpg");
}
.cid-uBMpLiL2Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBMpLiL2Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBMpLiL2Dd .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uBMpLiL2Dd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBMpLiL2Dd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uBMpLiL2Dd .text-wrapper {
    padding: 0 2rem;
    padding: 0 4rem;
  }
}
@media (max-width: 768px) {
  .cid-uBMpLiL2Dd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBMpLiL2Dd .mbr-section-title {
  color: #d7d7d7;
  text-align: center;
}
.cid-uBMpLiL2Dd .mbr-text,
.cid-uBMpLiL2Dd .mbr-section-btn {
  color: #e2e2e2;
  text-align: center;
}
.cid-uHOsUPKkFq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c38796;
}
.cid-uHOsUPKkFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHOsUPKkFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHOsUPKkFq .row {
  justify-content: space-between;
}
.cid-uHOsUPKkFq .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uHOsUPKkFq .item {
    padding-right: 60px;
  }
  .cid-uHOsUPKkFq .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uHOsUPKkFq .item {
    margin-top: 60px;
  }
}
.cid-uHOsUPKkFq .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uHOsUPKkFq .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uHOsUPKkFq .item .item-wrapper {
  position: relative;
}
.cid-uHOsUPKkFq .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uHOsUPKkFq .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHOsUPKkFq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHOsUPKkFq .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uHOsUPKkFq .mbr-section-title {
  color: #747474;
}
.cid-uHOsUPKkFq .mbr-text {
  color: #747474;
}
.cid-uHOsUPKkFq .mbr-price {
  color: #E0BDB6;
}
.cid-uHOsUPKkFq .mbr-text,
.cid-uHOsUPKkFq .mbr-section-btn {
  color: #fafafa;
}
.cid-uBN5SkwjIZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c38796;
}
.cid-uBN5SkwjIZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBN5SkwjIZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBN5SkwjIZ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBN5SkwjIZ .mbr-section-title,
.cid-uBN5SkwjIZ .mbr-section-btn {
  color: #fafafa;
}
.cid-trf9qHYN75 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #c38796;
}
.cid-trf9qHYN75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9qHYN75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9qHYN75 .row {
  justify-content: space-between;
}
.cid-trf9qHYN75 .card-wrapper {
  margin-bottom: 70px;
}
.cid-trf9qHYN75 .card-wrapper .image-wrapper img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-trf9qHYN75 .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-trf9qHYN75 .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-trf9qHYN75 .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9qHYN75 .mbr-text {
  color: #fafafa;
}
.cid-trf9GFUbkC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/design-sem-nome-99-1280x662.png");
}
.cid-trf9GFUbkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9GFUbkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9GFUbkC .card {
  margin: 39px 0;
}
.cid-trf9GFUbkC .card .card-link {
  display: flex;
  position: relative;
}
.cid-trf9GFUbkC .card .card-link:hover .image-main,
.cid-trf9GFUbkC .card .card-link:focus .image-main {
  width: 390px;
}
.cid-trf9GFUbkC .card .card-link:hover .card-wrapper .mbr-section-title,
.cid-trf9GFUbkC .card .card-link:focus .card-wrapper .mbr-section-title {
  color: #747474;
}
.cid-trf9GFUbkC .card .card-link:hover .card-wrapper .mbr-text,
.cid-trf9GFUbkC .card .card-link:focus .card-wrapper .mbr-text {
  color: #747474;
}
.cid-trf9GFUbkC .card .card-link .image-main {
  position: absolute;
  width: 0;
  height: 260px;
  object-fit: cover;
  left: 90%;
  top: 2.5rem;
  transform-origin: left;
  transition: all 0.6s ease-out;
}
@media (max-width: 1200px) {
  .cid-trf9GFUbkC .card .card-link .image-main {
    right: -55%;
  }
}
@media (max-width: 992px) {
  .cid-trf9GFUbkC .card .card-link .image-main {
    display: none;
  }
}
.cid-trf9GFUbkC .card .card-link .image {
  width: 55px;
  height: 55px;
  object-fit: contain;
  padding-top: 6px;
  margin-right: 24px;
}
@media (max-width: 425px) {
  .cid-trf9GFUbkC .card .card-link .image {
    margin-right: 12px;
  }
}
.cid-trf9GFUbkC .card .card-link .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-trf9GFUbkC .card .card-link .card-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-trf9GFUbkC .mbr-section-title,
.cid-trf9GFUbkC .mbr-iconfont {
  color: #ffffff;
}
.cid-trf9GFUbkC .mbr-text {
  color: #ffffff;
}
.cid-trfafwSCBE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #8090a3;
}
.cid-trfafwSCBE .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-trfafwSCBE .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .image_2 {
    display: none;
  }
}
.cid-trfafwSCBE .mbr-fallback-image.disabled {
  display: none;
}
.cid-trfafwSCBE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trfafwSCBE .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-trfafwSCBE .border-wrapper_1 {
  background-color: #ffffff;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-trfafwSCBE .border-wrapper_2 {
  background-color: #ffffff;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-trfafwSCBE .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-trfafwSCBE .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-trfafwSCBE .mbr-section-title {
  color: #fafafa;
  text-align: center;
}
.cid-trfafwSCBE .mbr-text {
  color: #ffffff;
}
.cid-trfafwSCBE .mbr-text,
.cid-trfafwSCBE .mbr-section-btn {
  color: #fafafa;
  text-align: left;
}
.cid-uBSjH5UMaO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2e2e2;
}
.cid-uBSjH5UMaO .mbr-section-head {
  padding: 0 1rem;
}
.cid-uBSjH5UMaO img,
.cid-uBSjH5UMaO .item-img {
  width: 100%;
}
.cid-uBSjH5UMaO .item:focus,
.cid-uBSjH5UMaO span:focus {
  outline: none;
}
.cid-uBSjH5UMaO .slide-content {
  position: relative;
  height: fit-content;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 74px 40px;
}
@media (max-width: 992px) {
  .cid-uBSjH5UMaO .slide-content {
    padding: 54px 30px;
  }
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .slide-content {
    padding: 34px 20px;
  }
}
.cid-uBSjH5UMaO .slide-content .item-rating {
  display: inline-flex;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .slide-content .item-rating {
    margin-bottom: 16px;
  }
}
.cid-uBSjH5UMaO .slide-content .item-rating span {
  margin: 0;
  color: #ffa41d;
  font-size: 19px;
}
.cid-uBSjH5UMaO .slide-content .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .slide-content .mbr-text {
    margin-bottom: 10px;
  }
}
.cid-uBSjH5UMaO .slide-content .item-title {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .slide-content .item-title {
    margin-bottom: 3px;
  }
}
.cid-uBSjH5UMaO .slide-content .item-subtitle {
  margin: 0;
}
.cid-uBSjH5UMaO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 338px;
  max-width: 338px;
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uBSjH5UMaO .embla__button--next,
.cid-uBSjH5UMaO .embla__button--prev {
  display: flex;
}
.cid-uBSjH5UMaO .embla__button {
  top: -5%;
  width: 38px;
  height: 38px;
  margin-top: -1.5rem;
  font-size: 14px;
  background-color: transparent;
  color: #ffa41d;
  border: 2px solid #ffa41d;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uBSjH5UMaO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uBSjH5UMaO .embla__button:hover {
  background: transparent;
  opacity: .7;
}
.cid-uBSjH5UMaO .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBSjH5UMaO .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBSjH5UMaO .embla__button {
    top: auto;
  }
}
.cid-uBSjH5UMaO .embla {
  position: relative;
  width: 100%;
}
.cid-uBSjH5UMaO .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uBSjH5UMaO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uBSjH5UMaO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uBSjH5UMaO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uBSjH5UMaO .embla__dots {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cid-uBSjH5UMaO .embla__dots {
    margin-top: 31px;
  }
}
.cid-uBSjH5UMaO .embla__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #adaeb1;
  margin: 0 6px;
  padding: 0;
}
.cid-uBSjH5UMaO .embla__dot:focus {
  background: #d63526;
}
.cid-uBSjH5UMaO .mbr-section-title {
  margin-bottom: 45px;
  color: #20232a;
  text-align: center;
}
.cid-uBSjH5UMaO .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #b93e5d;
  text-align: center;
}
.cid-uBSjH5UMaO .mbr-text {
  color: #84858a;
}
.cid-uBSjH5UMaO .item-title {
  color: #b93e5d;
  text-align: left;
}
.cid-uBSjH5UMaO .item-subtitle {
  color: #adaeb1;
  text-align: left;
}
.cid-uBSjH5UMaO .mbr-text,
.cid-uBSjH5UMaO .item-rating {
  text-align: left;
}
.cid-uBRSmJk9OC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e2e2e2;
}
.cid-uBRSmJk9OC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRSmJk9OC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRSmJk9OC .oldcost {
  text-decoration: line-through;
  color: #fafafa;
}
.cid-uBRSmJk9OC .currentcost {
  color: #fafafa;
}
.cid-uBRSmJk9OC .card-wrapper {
  border-radius: 4px;
  background: #b93e5d;
}
@media (min-width: 992px) {
  .cid-uBRSmJk9OC .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uBRSmJk9OC .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBRSmJk9OC .text-box {
    padding: 1rem;
  }
}
.cid-uBRSmJk9OC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uBRSmJk9OC H5 {
  color: #ffebe6;
}
.cid-uBRSmJk9OC .mbr-text,
.cid-uBRSmJk9OC .cost,
.cid-uBRSmJk9OC .mbr-section-btn {
  color: #ffebe6;
}
.cid-uHODcqrqck {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e2e2e2;
}
.cid-uHODcqrqck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHODcqrqck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHODcqrqck .row {
  justify-content: center;
}
.cid-uHODcqrqck .card-wrapper {
  position: relative;
  padding: 80px 150px;
  background-color: #e2e2e2;
}
@media (max-width: 1600px) {
  .cid-uHODcqrqck .card-wrapper {
    padding: 80px;
  }
}
@media (max-width: 1440px) {
  .cid-uHODcqrqck .card-wrapper {
    padding: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uHODcqrqck .card-wrapper {
    padding: 30px 20px;
  }
}
.cid-uHODcqrqck .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  width: 60%;
  height: 110%;
  border-radius: 100%;
  background-image: radial-gradient(#e2e2e2, transparent);
  filter: blur(100px);
}
.cid-uHODcqrqck .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHODcqrqck .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uHODcqrqck .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uHODcqrqck .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHODcqrqck .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uHODcqrqck .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uHODcqrqck .mbr-section-title {
  color: #000000;
}
.cid-uHODcqrqck .mbr-text,
.cid-uHODcqrqck .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHODcqrqck .mbr-section-title,
.cid-uHODcqrqck .mbr-section-btn {
  text-align: center;
  color: #b93e5d;
}
.cid-uBRSfWO7YD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e2e2e2;
}
.cid-uBRSfWO7YD .container-fluid {
  padding: 0 3rem;
}
.cid-uBRSfWO7YD ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBRSfWO7YD ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-uBRSfWO7YD ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-uBRSfWO7YD ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-uBRSfWO7YD .container-fluid {
    padding: 0 1rem;
  }
  .cid-uBRSfWO7YD .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-uBRSfWO7YD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uBRSfWO7YD .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #d63526, #b93e5d);
  display: inline-block;
}
.cid-uBRSfWO7YD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBRSfWO7YD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBRSfWO7YD .mbr-section-title,
.cid-uBRSfWO7YD .underline {
  color: #000000;
}
.cid-uBSdV53aF0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2e2e2;
  flex-direction: column;
  justify-content: center;
}
.cid-uBSdV53aF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBSdV53aF0 .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-uBSdV53aF0 .container {
    padding: 0 16px;
  }
}
.cid-uBSdV53aF0 .row {
  justify-content: space-between;
}
.cid-uBSdV53aF0 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uBSdV53aF0 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uBSdV53aF0 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uBSdV53aF0 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-uBSdV53aF0 .image-wrapper img {
  height: 550px;
  object-fit: cover;
  border-radius: .5rem !important;
}
@media (max-width: 992px) {
  .cid-uBSdV53aF0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uBSdV53aF0 .mbr-desc {
  color: #d63526;
}
.cid-uBSdV53aF0 .mbr-section-title {
  color: #000000;
}
.cid-uBSdV53aF0 .mbr-text {
  color: #000000;
}
.cid-trf9MAT4Fl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trf9MAT4Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-trf9MAT4Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trf9MAT4Fl .row {
  justify-content: center;
}
.cid-trf9MAT4Fl .dragArea.row {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .dragArea.row {
    padding-right: 0;
  }
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-trf9MAT4Fl .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: 1em;
  min-height: auto;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control:hover,
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control:focus {
  border-bottom: #b93e5d;
}
.cid-trf9MAT4Fl .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-trf9MAT4Fl .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-btn {
  margin-top: 18px;
  width: 100% !important;
}
.cid-trf9MAT4Fl .dragArea.row .mbr-section-btn .btn {
  width: fit-content;
  display: inline-flex;
  min-height: auto;
}
.cid-trf9MAT4Fl .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper {
    padding-top: 80px;
  }
}
.cid-trf9MAT4Fl .image-wrapper img {
  width: 320px;
  height: 430px;
  object-fit: cover;
  border-radius: 10rem;
}
.cid-trf9MAT4Fl .image-wrapper img:nth-child(2) {
  position: absolute;
  top: -5rem;
  right: 0;
  width: 200px;
  height: 260px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper img:nth-child(2) {
    display: none;
  }
}
.cid-trf9MAT4Fl .image-wrapper img:last-child {
  position: absolute;
  right: 0;
  bottom: -5rem;
  width: 300px;
  height: 300px;
}
@media (max-width: 992px) {
  .cid-trf9MAT4Fl .image-wrapper img:last-child {
    display: none;
  }
}
.cid-trf9MAT4Fl .mbr-section-title {
  color: #E0BDB6;
}
.cid-trf9MAT4Fl .mbr-section-title,
.cid-trf9MAT4Fl .mbr-section-btn {
  color: #b93e5d;
}
.cid-uBN8ORK0g9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e2e2e2;
  overflow: hidden;
}
.cid-uBN8ORK0g9 .media-container-row .mbr-text {
  color: #474747;
}
