.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fff6f1;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.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: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: 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: #ce6a85 !important;
}
.bg-success {
  background-color: #2dd889 !important;
}
.bg-info {
  background-color: #13cdf2 !important;
}
.bg-warning {
  background-color: #ffc106 !important;
}
.bg-danger {
  background-color: #da2b3c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ce6a85 !important;
  border-color: #ce6a85 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #db90a4 !important;
  border-color: #db90a4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #db90a4 !important;
  border-color: #db90a4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #985277 !important;
  border-color: #985277 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b06d90 !important;
  border-color: #b06d90 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b06d90 !important;
  border-color: #b06d90 !important;
}
.btn-info,
.btn-info:active {
  background-color: #13cdf2 !important;
  border-color: #13cdf2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #43d7f5 !important;
  border-color: #43d7f5 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #43d7f5 !important;
  border-color: #43d7f5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #2dd889 !important;
  border-color: #2dd889 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #58e0a1 !important;
  border-color: #58e0a1 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #58e0a1 !important;
  border-color: #58e0a1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc106 !important;
  border-color: #ffc106 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffce39 !important;
  border-color: #ffce39 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffce39 !important;
  border-color: #ffce39 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #da2b3c !important;
  border-color: #da2b3c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e25664 !important;
  border-color: #e25664 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e25664 !important;
  border-color: #e25664 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !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: #6e6e6e !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: #ce6a85;
  color: #ce6a85;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aa3856 !important;
  background-color: transparent !important;
  border-color: #aa3856 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ce6a85 !important;
  border-color: #ce6a85 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #985277;
  color: #985277;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #60344b !important;
  background-color: transparent !important;
  border-color: #60344b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #985277 !important;
  border-color: #985277 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #13cdf2;
  color: #13cdf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #098ba5 !important;
  background-color: transparent !important;
  border-color: #098ba5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #13cdf2 !important;
  border-color: #13cdf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2dd889;
  color: #2dd889;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b935c !important;
  background-color: transparent !important;
  border-color: #1b935c !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2dd889 !important;
  border-color: #2dd889 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc106;
  color: #ffc106;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ae8300 !important;
  background-color: transparent !important;
  border-color: #ae8300 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc106 !important;
  border-color: #ffc106 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #da2b3c;
  color: #da2b3c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #941a26 !important;
  background-color: transparent !important;
  border-color: #941a26 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #da2b3c !important;
  border-color: #da2b3c !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: #ce6a85 !important;
}
.text-secondary {
  color: #985277 !important;
}
.text-success {
  color: #2dd889 !important;
}
.text-info {
  color: #13cdf2 !important;
}
.text-warning {
  color: #ffc106 !important;
}
.text-danger {
  color: #da2b3c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e3451 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #562e43 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #198654 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087f97 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9f7700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #871822 !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: #ce6a85;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #13cdf2;
}
.alert-warning {
  background-color: #ffc106;
}
.alert-danger {
  background-color: #da2b3c;
}
.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: #ce6a85;
  border-color: #ce6a85;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ce6a85;
}
.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: #d9f8ea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d4f6fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff4d2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8d9dc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #ce6a85 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #ce6a85;
}
/* 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: #ce6a85;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ce6a85;
}
.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: #ce6a85;
  border-bottom-color: #ce6a85;
}
.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: #ce6a85 !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: #985277 !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='%23ce6a85' %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: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.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-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-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,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #ce6a85;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #985277;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #2dd889;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #13cdf2;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffc106;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #da2b3c;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uJgYPCoRPV {
  background-color: transparent;
}
.cid-uJgYPCoRPV .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uJgYPCoRPV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uJgYPCoRPV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJgYPCoRPV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uJgYPCoRPV .menu_box .navbar.opened,
  .cid-uJgYPCoRPV .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJgYPCoRPV .navbar-dropdown {
  position: relative !important;
}
.cid-uJgYPCoRPV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJgYPCoRPV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJgYPCoRPV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJgYPCoRPV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbfaf9;
  }
  .cid-uJgYPCoRPV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJgYPCoRPV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJgYPCoRPV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJgYPCoRPV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJgYPCoRPV .offcanvas-body .mbr-text,
  .cid-uJgYPCoRPV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJgYPCoRPV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #18212d;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJgYPCoRPV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJgYPCoRPV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJgYPCoRPV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJgYPCoRPV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJgYPCoRPV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJgYPCoRPV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJgYPCoRPV .lg_brand {
    margin: 0 1rem;
  }
  .cid-uJgYPCoRPV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uJgYPCoRPV .nav-item {
  margin: 4px 8px;
}
@media (min-width: 1200px) {
  .cid-uJgYPCoRPV .nav-item {
    margin: 4px 8px;
  }
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .nav-item {
    margin: 0 !important;
  }
}
.cid-uJgYPCoRPV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
  opacity: 1;
}
.cid-uJgYPCoRPV .nav-item .nav-link:hover,
.cid-uJgYPCoRPV .nav-item .nav-link:focus {
  background-color: #fbfaf9;
  border-color: #edeceb !important;
}
.cid-uJgYPCoRPV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJgYPCoRPV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJgYPCoRPV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJgYPCoRPV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJgYPCoRPV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJgYPCoRPV .offcanvas_box {
    display: none;
  }
}
.cid-uJgYPCoRPV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJgYPCoRPV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJgYPCoRPV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJgYPCoRPV .container {
  display: flex;
  margin: auto;
}
.cid-uJgYPCoRPV .iconfont-wrapper {
  color: #18212d;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJgYPCoRPV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJgYPCoRPV .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uJgYPCoRPV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJgYPCoRPV .navbar-nav {
    margin: 0;
  }
}
.cid-uJgYPCoRPV .dropdown-menu,
.cid-uJgYPCoRPV .navbar.opened {
  background-color: false !important;
}
.cid-uJgYPCoRPV .nav-item:focus,
.cid-uJgYPCoRPV .nav-link:focus {
  outline: none;
}
.cid-uJgYPCoRPV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJgYPCoRPV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJgYPCoRPV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJgYPCoRPV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJgYPCoRPV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJgYPCoRPV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJgYPCoRPV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJgYPCoRPV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJgYPCoRPV .navbar.opened {
  transition: all 0.3s;
}
.cid-uJgYPCoRPV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJgYPCoRPV .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uJgYPCoRPV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uJgYPCoRPV .navbar.collapsed {
  justify-content: center;
}
.cid-uJgYPCoRPV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJgYPCoRPV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJgYPCoRPV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJgYPCoRPV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJgYPCoRPV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJgYPCoRPV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJgYPCoRPV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJgYPCoRPV .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uJgYPCoRPV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uJgYPCoRPV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJgYPCoRPV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJgYPCoRPV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJgYPCoRPV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJgYPCoRPV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJgYPCoRPV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJgYPCoRPV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJgYPCoRPV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJgYPCoRPV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJgYPCoRPV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uJgYPCoRPV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJgYPCoRPV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJgYPCoRPV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJgYPCoRPV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJgYPCoRPV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJgYPCoRPV .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-uJgYPCoRPV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJgYPCoRPV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJgYPCoRPV .dropdown-item.active,
.cid-uJgYPCoRPV .dropdown-item:active {
  background-color: transparent;
}
.cid-uJgYPCoRPV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 16px !important;
  border-radius: 500px !important;
  border: 1px solid transparent;
}
.cid-uJgYPCoRPV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJgYPCoRPV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJgYPCoRPV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJgYPCoRPV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJgYPCoRPV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJgYPCoRPV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #fbfaf9;
}
.cid-uJgYPCoRPV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #18212d;
}
.cid-uJgYPCoRPV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJgYPCoRPV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgYPCoRPV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJgYPCoRPV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJgYPCoRPV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgYPCoRPV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJgYPCoRPV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJgYPCoRPV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJgYPCoRPV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJgYPCoRPV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJgYPCoRPV .navbar {
    height: 70px;
  }
  .cid-uJgYPCoRPV .navbar.opened {
    height: auto;
  }
  .cid-uJgYPCoRPV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJgYPCoRPV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uJgYPCoRPV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uJgYPCoRPV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-uJgYPCoRPV .mbr-section-btn-main {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCoRPV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uJgYPCoRPV .mbr-section-btn-main .btn {
  margin: 8px;
  text-wrap: nowrap;
  border: 1px solid #edeceb !important;
}
.cid-uJgYPCoRPV .navbar-caption:hover {
  color: #ce6a85;
}
@media (min-width: 992px) {
  .cid-uJgYPCoRPV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJgYPCoRPV .text_widget {
  margin-bottom: 32px;
}
.cid-uJgYPCoRPV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJgYPCoRPV .text_widget a:hover,
.cid-uJgYPCoRPV .text_widget a:focus {
  opacity: 0.8;
}
.cid-uJgYPCoRPV .mbr-section-subtitle {
  color: #18212d;
  text-align: center;
}
.cid-uJgYPCoRPV .navbar-caption {
  color: #18212d;
}
.cid-uJgYPCoRPV .mbr-text {
  color: #18212d;
  text-align: center;
}
.cid-uJgYPCoRPV .mbr-section-subtitle,
.cid-uJgYPCoRPV .text_widget,
.cid-uJgYPCoRPV .mbr-section-btn {
  text-align: center;
}
.cid-uJgYPCoRPV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJgYPCqTT1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/photo-1649073586751-695a1f9f7-h_m9v44tt6.jpg");
}
.cid-uJgYPCqTT1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCqTT1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCqTT1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCqTT1 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCqTT1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCqTT1 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCqTT1 .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCqTT1 .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uJgYPCqTT1 .content-wrapper {
    padding: 0;
  }
}
.cid-uJgYPCqTT1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  border: 1px solid #fbfaf9;
  background-color: #ffffff;
}
.cid-uJgYPCqTT1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgYPCqTT1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJgYPCqTT1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJgYPCqTT1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJgYPCqTT1 .mbr-desc,
.cid-uJgYPCqTT1 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJgYPCqTT1 .mbr-text,
.cid-uJgYPCqTT1 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJgYPCqTT1 .mbr-section-title,
.cid-uJgYPCqTT1 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uJgYPCq4cx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJgYPCq4cx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCq4cx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCq4cx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCq4cx .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCq4cx .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCq4cx .image-wrapper {
  min-height: 50%;
  position: sticky;
  top: 32px;
  display: flex;
  align-items: flex-end;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .image-wrapper {
    padding: 24px;
    margin-bottom: 32px;
    height: 400px;
  }
}
.cid-uJgYPCq4cx .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper {
  padding: 40px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  max-width: 37.5rem;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: 0.12;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .image-wrapper .recall-wrapper {
    padding: 24px;
    max-width: 100%;
  }
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 25px;
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .mbr-recall {
  margin-bottom: 16px;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uJgYPCq4cx .image-wrapper .recall-wrapper .people-wrapper .people-wrap .rating-content .mbr-name {
  margin-bottom: 0;
}
.cid-uJgYPCq4cx .content-wrapper {
  padding: 96px 128px;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
}
@media (max-width: 1440px) {
  .cid-uJgYPCq4cx .content-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .content-wrapper {
    padding: 24px;
  }
}
.cid-uJgYPCq4cx .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-uJgYPCq4cx .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCq4cx .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgYPCq4cx .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJgYPCq4cx .item {
  margin-bottom: 16px;
}
.cid-uJgYPCq4cx .item:last-child {
  margin-bottom: 0;
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #ffffff;
  border: 1px solid #edeceb;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-uJgYPCq4cx .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box .desc-wrap .item-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box .item-text {
  margin-bottom: 22px;
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-uJgYPCq4cx .item .item-wrapper .card-box .mbr-section-btn .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.cid-uJgYPCq4cx .mbr-section-title {
  color: #000000;
}
.cid-uJgYPCq4cx .mbr-desc {
  color: #18212d;
}
.cid-uJgYPCq4cx .mbr-text {
  color: #18212d;
}
.cid-uJgYPCq4cx .mbr-recall {
  color: #ffffff;
}
.cid-uJgYPCq4cx .mbr-name {
  color: #ffffff;
}
.cid-uJgYPCq4cx .mbr-rating {
  color: #EFCC4E;
}
.cid-uJgYPCq4cx .item-title {
  color: #000000;
}
.cid-uJgYPCq4cx .item-text {
  color: #18212d;
}
.cid-uJgYPCq4cx .item-desc {
  color: #18212d;
}
.cid-uJgYPCq4cx .mbr-recall,
.cid-uJgYPCq4cx .icon-wrapper {
  color: #FFFFFF;
}
.cid-uJgYPCq4cx .mbr-name,
.cid-uJgYPCq4cx .people-wrapper {
  color: #FFFFFF;
}
.cid-uJgYPCq4cx .mbr-desc,
.cid-uJgYPCq4cx .desc-wrapper {
  color: #000000;
}
.cid-uJgYPCq4cx .mbr-text,
.cid-uJgYPCq4cx .text-wrapper {
  color: #000000;
}
.cid-uJgYPCq4cx .item-desc,
.cid-uJgYPCq4cx .desc-wrap {
  color: #000000;
}
.cid-uJgYPCq4cx .item-title,
.cid-uJgYPCq4cx .mbr-section-btn {
  color: #000000;
}
.cid-uJgYPCq4cx .item-text,
.cid-uJgYPCq4cx .mbr-section-btn {
  color: #000000;
}
.cid-uJgYPCsjEJ {
  background-image: url("../images/photo-1489450278009-822e9be04-h_m9v46gik.jpg");
}
.cid-uJgYPCsjEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCsjEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCsjEJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCsjEJ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCsjEJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCsjEJ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCsjEJ .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCwi1M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJgYPCwi1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCwi1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCwi1M .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCwi1M .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCwi1M .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCwi1M .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCwi1M .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCwi1M .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCwi1M .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJgYPCwi1M .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f9f7f4;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCwi1M .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgYPCwi1M .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgYPCwi1M .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJgYPCwi1M .item {
  margin-bottom: 32px;
}
.cid-uJgYPCwi1M .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uJgYPCwi1M .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCwi1M .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #edeceb;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .item-price,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .item-text,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-uJgYPCwi1M .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #18212d;
}
.cid-uJgYPCwi1M .item .dark-card {
  background-color: #faa275;
  border: none;
}
.cid-uJgYPCwi1M .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-uJgYPCwi1M .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: 0.12;
  pointer-events: none;
}
.cid-uJgYPCwi1M .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: 0.09;
  pointer-events: none;
}
.cid-uJgYPCwi1M .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #000000;
}
.cid-uJgYPCwi1M .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-uJgYPCwi1M .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uJgYPCwi1M .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uJgYPCwi1M .mbr-desc,
.cid-uJgYPCwi1M .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJgYPCwi1M .mbr-text,
.cid-uJgYPCwi1M .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uJgYPCwi1M .list_2 {
  color: #000000;
}
.cid-uJgYPCwi1M .item-desc_2 {
  color: #000000;
}
.cid-uJgYPCwi1M .item-price_2 {
  color: #000000;
}
.cid-uJgYPCwi1M .item-text_2 {
  color: #000000;
}
.cid-uJgYPCxqIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJgYPCxqIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCxqIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCxqIa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCxqIa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCxqIa .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCxqIa .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .content-wrapper {
    display: block;
  }
}
.cid-uJgYPCxqIa .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uJgYPCxqIa .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uJgYPCxqIa .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCxqIa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uJgYPCxqIa .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uJgYPCxqIa .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJgYPCxqIa .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJgYPCxqIa .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJgYPCxqIa .mbr-section-title {
  color: #18212d;
}
.cid-uJgYPCxqIa .mbr-desc {
  color: #18212d;
}
.cid-uJgYPCxqIa .mbr-text {
  color: #000000;
}
.cid-uJgYPCxqIa .mbr-desc,
.cid-uJgYPCxqIa .desc-wrapper {
  color: #000000;
}
.cid-uJgYPCxqIa .mbr-section-title,
.cid-uJgYPCxqIa .mbr-section-btn {
  color: #000000;
}
.cid-uJgYPCzEuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJgYPCzEuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCzEuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCzEuz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCzEuz .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCzEuz .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCzEuz .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCzEuz .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCzEuz .row {
  justify-content: center;
}
.cid-uJgYPCzEuz .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uJgYPCzEuz .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCzEuz .title-wrapper {
    padding-right: 0;
  }
}
.cid-uJgYPCzEuz .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCzEuz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJgYPCzEuz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJgYPCzEuz .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uJgYPCzEuz .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCzEuz .text-wrapper {
    padding-left: 0;
  }
}
.cid-uJgYPCzEuz .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJgYPCzEuz .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uJgYPCzEuz .mbr-section-title {
  color: #000000;
}
.cid-uJgYPCzEuz .mbr-desc {
  color: #18212d;
}
.cid-uJgYPCzEuz .mbr-text {
  color: #000000;
}
.cid-uJgYPCzEuz .mbr-desc,
.cid-uJgYPCzEuz .desc-wrapper {
  color: #000000;
}
.cid-uJgYPCBHvz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #faa275;
}
.cid-uJgYPCBHvz .item:focus,
.cid-uJgYPCBHvz span:focus {
  outline: none;
}
.cid-uJgYPCBHvz .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uJgYPCBHvz .content-head {
  max-width: 800px;
}
.cid-uJgYPCBHvz .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uJgYPCBHvz .item {
    min-height: 45px;
  }
}
.cid-uJgYPCE81r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJgYPCE81r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCE81r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCE81r .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCE81r .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCE81r .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCE81r .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .content-wrapper {
    display: block;
  }
}
.cid-uJgYPCE81r .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uJgYPCE81r .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uJgYPCE81r .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uJgYPCE81r .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJgYPCE81r .content-wrapper .content-wrap .list {
  padding: 0;
  margin: 0 0 22px 0;
  list-style-type: none;
}
.cid-uJgYPCE81r .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uJgYPCE81r .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uJgYPCE81r .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uJgYPCE81r .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uJgYPCE81r .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uJgYPCE81r .mbr-section-title {
  color: #18212d;
}
.cid-uJgYPCE81r .mbr-desc {
  color: #18212d;
}
.cid-uJgYPCE81r .list {
  color: #18212d;
}
.cid-uJgYPCE81r .mbr-desc,
.cid-uJgYPCE81r .desc-wrapper {
  color: #000000;
}
.cid-uJgYPCE81r .mbr-section-title,
.cid-uJgYPCE81r .mbr-section-btn {
  color: #000000;
}
.cid-uJgYPCE81r .list,
.cid-uJgYPCE81r .item-wrap {
  color: #000000;
}
.cid-uJgYPCE0Cs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #faa275;
}
.cid-uJgYPCE0Cs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJgYPCE0Cs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJgYPCE0Cs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCE0Cs .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uJgYPCE0Cs .container {
    padding: 0 24px;
  }
}
.cid-uJgYPCE0Cs .row {
  justify-content: center;
}
.cid-uJgYPCE0Cs .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJgYPCE0Cs .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  color: #c8b1e4;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  border: 1px solid #ffffff;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uJgYPCE0Cs .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJgYPCE0Cs .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uJgYPCE0Cs .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uJgYPCE0Cs .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uJgYPCE0Cs .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uJgYPCE0Cs .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uJgYPCE0Cs .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap:hover,
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap:focus {
  color: #c8b1e4;
}
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap:hover::before,
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uJgYPCE0Cs .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c8b1e4;
  transition: all 0.3s ease-in-out;
}
.cid-uJgYPCE0Cs .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uJgYPCE0Cs .mbr-section-title {
  color: #FFFFFF;
}
.cid-uJgYPCE0Cs .mbr-soc {
  color: #ffffff;
}
.cid-uJgYPCE0Cs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJgYPCE0Cs .list {
  color: #bbbbbb;
}
.cid-uJgYPCE0Cs .mbr-soc,
.cid-uJgYPCE0Cs .social-wrapper {
  color: #FFFFFF;
}
.cid-uJgYPCE0Cs .mbr-section-subtitle,
.cid-uJgYPCE0Cs .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uJgYPCE0Cs .list,
.cid-uJgYPCE0Cs .item-wrap,
.cid-uJgYPCE0Cs .list-wrapper {
  color: #FFFFFF;
}
