.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fcf2ef;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #731f62 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #731f62 !important;
  border-color: #731f62 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #731f62 !important;
  border-color: #731f62 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9b2a84 !important;
  border-color: #9b2a84 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f2cc8f !important;
  border-color: #f2cc8f !important;
  color: #744d0e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f2cc8f !important;
  border-color: #f2cc8f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #744d0e !important;
  background-color: #f7e1bd !important;
  border-color: #f7e1bd !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #19171c !important;
  border-color: #19171c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #19171c !important;
  border-color: #19171c !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #322e38 !important;
  border-color: #322e38 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #731f62;
  color: #731f62;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2f0d28 !important;
  background-color: transparent !important;
  border-color: #2f0d28 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #731f62 !important;
  border-color: #731f62 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f2cc8f;
  color: #f2cc8f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e9a941 !important;
  background-color: transparent !important;
  border-color: #e9a941 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #744d0e !important;
  background-color: #f2cc8f !important;
  border-color: #f2cc8f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #19171c;
  color: #19171c;
}
.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: #19171c !important;
  border-color: #19171c !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: #731f62 !important;
}
.text-secondary {
  color: #f2cc8f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #19171c !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #23091e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e7a234 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #731f62;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #731f62;
  border-color: #731f62;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #731f62;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cd45b1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #731f62 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #731f62;
}
/* 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: #731f62;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #731f62;
}
.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: #731f62;
  border-bottom-color: #731f62;
}
.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: #731f62 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f2cc8f !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='%23731f62' %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 {
  padding: 14px 50px;
  font-weight: 700;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: scale(1.05);
}
.form-control {
  border-radius: 100px;
}
.dropdown-menu .dropdown-item {
  border-radius: 1rem;
}
.card-wrap,
.card-wrapper,
.video-wrapper,
.slide-content,
.plan,
.card,
.item-wrapper,
.video-wrap,
.tab-content,
.video-content,
.image-phone img {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .video-wrap,
  .tab-content,
  .video-content,
  .image-phone img {
    border-radius: 1.5rem !important;
  }
}
.mbr-label {
  border-radius: 100px;
}
.person-wrap {
  border-radius: 100px;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px;
}
.navbar.navbar-dropdown .container {
  border-radius: 1rem;
}
img {
  border-radius: 0 !important;
}
.cid-uLnDpZUwZz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uLnDpZUwZz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uLnDpZUwZz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uLnDpZUwZz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLnDpZUwZz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-uLnDpZUwZz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLnDpZUwZz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLnDpZUwZz .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uLnDpZUwZz .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uLnDpZUwZz .navbar-nav .nav-item .nav-link {
  padding: 0 24px !important;
  margin: 0 !important;
  transition: 0.3s all !important;
  font-weight: 700;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uLnDpZUwZz .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5;
}
.cid-uLnDpZUwZz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uLnDpZUwZz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uLnDpZUwZz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
  background: #9f7b98;
}
@media (min-width: 992px) {
  .cid-uLnDpZUwZz .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uLnDpZUwZz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uLnDpZUwZz .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uLnDpZUwZz .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uLnDpZUwZz .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-weight: 700;
}
@media (min-width: 767px) {
  .cid-uLnDpZUwZz .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLnDpZUwZz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uLnDpZUwZz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: 0.3s all;
}
.cid-uLnDpZUwZz .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(159, 123, 152, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #9f7b98;
  box-shadow: 5px 10px 40px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .container {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uLnDpZUwZz .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uLnDpZUwZz .iconfont-wrapper {
  color: #19171c !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uLnDpZUwZz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: 0.3s all !important;
  min-width: auto;
}
.cid-uLnDpZUwZz .nav-item:focus,
.cid-uLnDpZUwZz .nav-link:focus {
  outline: none;
}
.cid-uLnDpZUwZz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLnDpZUwZz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLnDpZUwZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLnDpZUwZz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLnDpZUwZz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLnDpZUwZz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLnDpZUwZz .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uLnDpZUwZz .navbar.opened {
  transition: all 0.3s;
}
.cid-uLnDpZUwZz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLnDpZUwZz .navbar .navbar-logo img {
  width: auto;
}
.cid-uLnDpZUwZz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uLnDpZUwZz .navbar.collapsed {
  justify-content: center;
}
.cid-uLnDpZUwZz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLnDpZUwZz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uLnDpZUwZz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLnDpZUwZz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLnDpZUwZz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uLnDpZUwZz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLnDpZUwZz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uLnDpZUwZz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uLnDpZUwZz .navbar {
    min-height: 72px;
  }
  .cid-uLnDpZUwZz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uLnDpZUwZz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLnDpZUwZz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLnDpZUwZz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLnDpZUwZz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLnDpZUwZz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uLnDpZUwZz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLnDpZUwZz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uLnDpZUwZz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLnDpZUwZz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLnDpZUwZz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uLnDpZUwZz .dropdown-item.active,
.cid-uLnDpZUwZz .dropdown-item:active {
  background-color: transparent;
}
.cid-uLnDpZUwZz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLnDpZUwZz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLnDpZUwZz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLnDpZUwZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uLnDpZUwZz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uLnDpZUwZz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uLnDpZUwZz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLnDpZUwZz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .navbar-buttons {
    text-align: left;
  }
}
.cid-uLnDpZUwZz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLnDpZUwZz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #19171c;
}
.cid-uLnDpZUwZz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLnDpZUwZz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnDpZUwZz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLnDpZUwZz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLnDpZUwZz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnDpZUwZz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLnDpZUwZz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLnDpZUwZz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLnDpZUwZz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uLnDpZUwZz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLnDpZUwZz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLnDpZUwZz .navbar {
    height: 70px;
  }
  .cid-uLnDpZUwZz .navbar.opened {
    height: auto;
  }
  .cid-uLnDpZUwZz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uLnDpZUwZz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  margin-right: 30px;
}
.cid-uLnDpZUwZz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uLnDpZUwZz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uLnDpZUwZz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uLnDpZUwZz .navbar-brand {
    margin-right: auto;
  }
  .cid-uLnDpZUwZz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #9f7b98;
    opacity: 1;
    border-color: rgba(159, 123, 152, 0.8) !important;
    background: rgba(159, 123, 152, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uLnDpZUwZz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uLnDpZUwZz .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uLnDpZUwZz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uLnDpZUwZz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNlS08yFtM {
  padding-top: 150px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-uNlS08yFtM .svg1 {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-uNlS08yFtM #e1_circle,
.cid-uNlS08yFtM #e3_circle,
.cid-uNlS08yFtM #e4_circle,
.cid-uNlS08yFtM #e5_circle {
  fill: #a17398 !important;
}
.cid-uNlS08yFtM #e6_circle {
  fill: #ffffff !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-uNlS08yFtM .round {
  border-radius: 100%;
  position: absolute;
  background-color: #a17398;
  animation: orbit 4s linear infinite;
}
.cid-uNlS08yFtM .rev {
  animation: rev 4s linear infinite;
}
.cid-uNlS08yFtM .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-uNlS08yFtM .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-uNlS08yFtM .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-uNlS08yFtM .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-uNlS08yFtM .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-uNlS08yFtM .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-uNlS08yFtM .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-uNlS08yFtM .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-uNlS08yFtM .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-uNlS08yFtM .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-uNlS08yFtM .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-uNlS08yFtM H1 {
  color: #57468b;
}
.cid-uNlS08yFtM .mbr-text,
.cid-uNlS08yFtM .mbr-section-btn {
  color: #716c80;
}
.cid-uNlS08yFtM H3 {
  color: #716c80;
}
.cid-uNlS08yFtM img {
  height: 100%;
  margin: 0 auto;
}
.cid-uNlS08yFtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNlS08yFtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLVVV2tdLp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9f7b98;
  background-image: radial-gradient(at 100% -70%, #a148ff, #581b5f, #9f7b98);
}
.cid-uLVVV2tdLp img {
  width: 100%;
  border-radius: 30px;
}
.cid-uLVVV2tdLp .card-wrapper {
  background: linear-gradient(0deg, transparent 0%, #ffffff 150%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uLVVV2tdLp .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uLVVV2tdLp .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #ffffff;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uLVVV2tdLp .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLVVV2tdLp .mbr-section-title {
  color: #263d5a;
}
.cid-uLVVV2tdLp .mbr-text,
.cid-uLVVV2tdLp .mbr-section-btn {
  color: #263d5a;
}
.cid-uLVVV2tdLp .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uR7Ac1Dfz8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bf6cff;
  background: linear-gradient(-45deg, rgba(191, 108, 255, 0.8), #731f62);
}
.cid-uR7Ac1Dfz8 .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uR7Ac1Dfz8 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uR7Ac1Dfz8 .title__block,
.cid-uR7Ac1Dfz8 .image__block {
  pointer-events: all;
}
.cid-uR7Ac1Dfz8 .subtitle__block {
  color: #ffffff;
}
.cid-uR7Ac1Dfz8 .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: 0.8;
}
.cid-uR7Ac1Dfz8 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uR7Ac1Dfz8 .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uR7Ac1Dfz8 .image__block {
    display: none;
  }
}
.cid-uR7Ac1Dfz8 .mbr-text {
  padding-bottom: 15px;
}
.cid-uR7Ac1Dfz8 .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-uR7Ac1Dfz8 .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-uR7Ac1Dfz8 .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-uR7Ac1Dfz8 .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-uR7Ac1Dfz8 .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uR7Ac1Dfz8 .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-uR7Ac1Dfz8 .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-uR7Ac1Dfz8 .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-uR7Ac1Dfz8 .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-uR7Ac1Dfz8 .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-uR7Ac1Dfz8 .signature {
    margin-top: 20px;
  }
}
.cid-uR7Ac1Dfz8 .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-uR7Ac1Dfz8 .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-uR7Ac1Dfz8 .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-uR7Ac1Dfz8 .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uR7Ac1Dfz8 .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-uR7Ac1Dfz8 .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uR7Ac1Dfz8 .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uR7Ac1Dfz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7Ac1Dfz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDpZWM1Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLnDpZWM1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDpZWM1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDpZWM1Q .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uLnDpZWM1Q .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLnDpZWM1Q .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLnDpZWM1Q .item {
    margin-bottom: 20px;
  }
}
.cid-uLnDpZWM1Q .item:hover .item-wrapper,
.cid-uLnDpZWM1Q .item:focus .item-wrapper {
  transform: scale(0.95);
}
.cid-uLnDpZWM1Q .item .item-wrapper {
  padding: 80px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1440px) {
  .cid-uLnDpZWM1Q .item .item-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDpZWM1Q .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_2 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_1 {
  background-color: #ffffff;
}
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .label-wrapper_2 .mbr-label_2 {
  background-color: #3d405b;
}
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .item-title_1,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 20px;
}
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uLnDpZWM1Q .item .item-wrapper .item-content .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-uLnDpZWM1Q .item .card_1 {
  background-color: #581b5f;
}
.cid-uLnDpZWM1Q .item .card_2 {
  background-color: #e3e7ff;
}
.cid-uLnDpZWM1Q .mbr-label_1 {
  color: #19171c;
}
.cid-uLnDpZWM1Q .mbr-label_2 {
  color: #ffffff;
}
.cid-uLnDpZWM1Q .item-title_1 {
  color: #19171c;
}
.cid-uLnDpZWM1Q .item-title_2 {
  color: #000000;
}
.cid-uLnDpZWM1Q .item-text_1 {
  color: #19171c;
}
.cid-uLnDpZWM1Q .item-text_2 {
  color: #19171c;
}
.cid-uLnDpZWM1Q .item-title_1,
.cid-uLnDpZWM1Q .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uLnDpZWM1Q .mbr-label_2,
.cid-uLnDpZWM1Q .label-wrapper_2 {
  color: #FFFFFF;
}
.cid-uR7Amaoyga {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #731f62;
  background: linear-gradient(to right bottom, rgba(115, 31, 98, 0.8), #6b3df0);
  overflow: hidden;
  position: relative;
}
.cid-uR7Amaoyga .mbr-overlay {
  background: #5eeebb;
}
.cid-uR7Amaoyga .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-uR7Amaoyga .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uR7Amaoyga .card-title {
  margin-bottom: 26px;
}
.cid-uR7Amaoyga .mbr-text {
  margin-bottom: 30px;
}
.cid-uR7Amaoyga .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uR7Amaoyga .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uR7Amaoyga .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uR7Amaoyga .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uR7Amaoyga .text-wrapper {
    text-align: center;
  }
  .cid-uR7Amaoyga .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uR7Amaoyga .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uR7Amaoyga .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uR7Amaoyga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7Amaoyga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7AyCyxQB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/img-7255.jpg-2000x1125.jpg");
}
.cid-uR7AyCyxQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uR7AyCyxQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uR7AyCyxQB .row {
  justify-content: flex-end;
}
.cid-uR7AyCyxQB .mbr-text,
.cid-uR7AyCyxQB .mbr-section-btn {
  color: #232323;
}
.cid-uLVWtfL2Vh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a17398;
}
.cid-uLVWtfL2Vh .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-uLVWtfL2Vh .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uLVWtfL2Vh .title__block,
.cid-uLVWtfL2Vh .image__block {
  pointer-events: all;
}
.cid-uLVWtfL2Vh .subtitle__block {
  color: #ffffff;
}
.cid-uLVWtfL2Vh .mbr-section-subtitle {
  display: inline-block;
  border: 1px solid rgba(233, 233, 233, 0.2);
  line-height: 35px;
  padding: 0 30px;
  border-radius: 3px;
  margin-bottom: 45px;
  opacity: 0.8;
}
.cid-uLVWtfL2Vh .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uLVWtfL2Vh .image__block img {
  max-height: 700px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uLVWtfL2Vh .image__block {
    display: none;
  }
}
.cid-uLVWtfL2Vh .mbr-text {
  padding-bottom: 15px;
}
.cid-uLVWtfL2Vh .mbr-text .mbr-iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.cid-uLVWtfL2Vh .items__block {
  padding-bottom: 48px;
  margin-bottom: 55px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
.cid-uLVWtfL2Vh .user_image {
  display: inline-block;
  margin-right: 20px;
}
.cid-uLVWtfL2Vh .user_image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-uLVWtfL2Vh .author {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cid-uLVWtfL2Vh .author__info {
  display: inline-block;
  height: 60px;
  vertical-align: -webkit-baseline-middle;
}
.cid-uLVWtfL2Vh .user_name {
  color: #ffffff;
  line-height: 24px;
}
.cid-uLVWtfL2Vh .user_prof {
  color: #ffffff;
  line-height: 24px;
}
.cid-uLVWtfL2Vh .signature {
  display: inline-block;
  width: 150px;
  height: 90px;
}
.cid-uLVWtfL2Vh .signature img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .cid-uLVWtfL2Vh .signature {
    margin-top: 20px;
  }
}
.cid-uLVWtfL2Vh .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-uLVWtfL2Vh .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-uLVWtfL2Vh .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-uLVWtfL2Vh .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  right: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uLVWtfL2Vh .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  right: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-uLVWtfL2Vh .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  right: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-uLVWtfL2Vh .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 30%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-uLVWtfL2Vh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLVWtfL2Vh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVRjnV90yz {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #f8f8f8;
}
.cid-uVRjnV90yz .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uVRjnV90yz .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #731f62;
}
.cid-uVRjnV90yz .svg-top .st0 {
  fill: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-uVRjnV90yz .svg-top {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .cid-uVRjnV90yz .text-content {
    max-width: none;
  }
}
.cid-uVRjnV90yz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #731f62;
  border: 2px solid #731f62;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uVRjnV90yz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uVRjnV90yz .mbr-iconfont-social:hover {
  background-color: #731f62;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uVRjnV90yz .icons {
    justify-content: center !important;
  }
  .cid-uVRjnV90yz .text-content * {
    text-align: center;
  }
}
.cid-uVRjnV90yz P {
  color: #1a449a;
  text-align: center;
}
.cid-uVRjnV90yz .mbr-section-title {
  color: #731f62;
  text-align: center;
}
.cid-uVKT82a1qK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVKT82a1qK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVKT82a1qK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVKT82a1qK .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVKT82a1qK .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVKT82a1qK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVKT82a1qK .container {
    padding: 0 20px;
  }
}
.cid-uVKT82a1qK .row {
  justify-content: space-between;
}
.cid-uVKT82a1qK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVKT82a1qK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVKT82a1qK .mbr-figure {
  border-radius: .5em !important;
}
.cid-uVKT82a1qK .mbr-section-title {
  color: #000000;
}
.cid-uLnDpZZoiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a17398;
}
.cid-uLnDpZZoiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDpZZoiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDpZZoiD .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDpZZoiD .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLnDpZZoiD .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uLnDpZZoiD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 55%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDpZZoiD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDpZZoiD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .cid-uLnDpZZoiD .content-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uLnDpZZoiD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDpZZoiD .mbr-label,
.cid-uLnDpZZoiD .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLnDpZZoiD .mbr-section-title {
  color: #19171c;
}
.cid-uLnDpZZoiD .mbr-text,
.cid-uLnDpZZoiD .text-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLnDpZZoiD .mbr-section-title,
.cid-uLnDpZZoiD .title-wrapper,
.cid-uLnDpZZoiD .mbr-section-btn {
  text-align: center;
}
.cid-uLnDpZZxoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDpZZxoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDpZZxoi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDpZZxoi .row {
  justify-content: space-between;
}
.cid-uLnDpZZxoi .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLnDpZZxoi .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLnDpZZxoi .image-wrapper img {
  height: 400px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uLnDpZZxoi .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDpZZxoi .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLnDpZZxoi .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLnDpZZxoi .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLnDpZZxoi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDpZZxoi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLnDpZZxoi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDpZZxoi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDpZZxoi .mbr-label {
  color: #19171c;
}
.cid-uLnDpZZxoi .mbr-section-title {
  color: #19171c;
}
.cid-uLnDpZZxoi .mbr-text,
.cid-uLnDpZZxoi .text-wrapper {
  color: #19171c;
}
.cid-uLnDpZZxoi .mbr-section-title,
.cid-uLnDpZZxoi .mbr-section-btn,
.cid-uLnDpZZxoi .iconfont-wrapper {
  color: #731f62;
}
.cid-uLnDq07IDI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq07IDI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/img-9155.jpg-1290x1281.jpg");
}
.cid-uLnDq07IDI .image-wrap {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uLnDq07IDI .image-wrap {
    height: 350px;
  }
}
.cid-uLnDq013YX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLnDq013YX .item:focus,
.cid-uLnDq013YX span:focus {
  outline: none;
}
.cid-uLnDq013YX .item {
  cursor: pointer;
}
.cid-uLnDq013YX .grid-container {
  grid-row-gap: 20px;
}
.cid-uLnDq013YX .grid-container-1,
.cid-uLnDq013YX .grid-container-2,
.cid-uLnDq013YX .grid-container-3 {
  gap: 0 20px;
}
.cid-uLnDq013YX .content-head {
  max-width: 800px;
}
.cid-uLnDq013YX .mbr-section-title {
  margin-bottom: 40px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 1200px) {
  .cid-uLnDq013YX .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLnDq013YX .container,
.cid-uLnDq013YX .container-fluid {
  overflow: hidden;
}
.cid-uLnDq013YX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uLnDq013YX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
}
.cid-uLnDq013YX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #dddddd;
}
@media (max-width: 1200px) {
  .cid-uLnDq013YX .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uLnDq013YX .grid-item img {
    min-width: 35vw;
    height: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq013YX .grid-item img {
    box-shadow: none;
  }
}
.cid-uLnDq013YX .grid-container-1,
.cid-uLnDq013YX .grid-container-2,
.cid-uLnDq013YX .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uLnDq013YX .grid-container-1 {
  align-items: flex-end;
}
.cid-uLnDq013YX .grid-container-2 {
  align-items: flex-start;
}
.cid-uLnDq00GkH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLnDq00GkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq00GkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq00GkH .card-wrapper {
  padding: 80px 60px;
  background-color: #9f7b98;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper {
    padding: 40px 20px 20px;
  }
}
.cid-uLnDq00GkH .card-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLnDq00GkH .card-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #3d405b;
  margin-bottom: 0;
}
.cid-uLnDq00GkH .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDq00GkH .card-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .text-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-uLnDq00GkH .card-wrapper .text-wrapper .text-wrap {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-uLnDq00GkH .card-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDq00GkH .card-wrapper .text-wrapper .mbr-section-btn {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .text-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uLnDq00GkH .card-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper {
    display: block;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs {
  width: 38%;
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 20px;
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
    margin-top: 0;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:hover .nav-link {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:hover .nav-link {
    transform: none;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #19171c;
  border: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 30px 40px;
  display: block;
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  width: 130%;
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content {
  z-index: 1;
  width: 62%;
  padding: 120px;
  background-color: #ffffff;
  margin-left: 20px;
}
@media (max-width: 1440px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content {
    padding: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content {
    padding: 20px;
    width: 100%;
    margin-left: 0;
  }
}
.cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
  height: 550px;
  object-fit: cover;
  box-shadow: 10px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
    height: 350px;
    box-shadow: none;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .card-wrapper .tabs-wrapper .tab-content .tab-pane .content-wrap .item-img img {
    box-shadow: none;
  }
}
.cid-uLnDq00GkH .mbr-label,
.cid-uLnDq00GkH .label-wrapper {
  color: #FFFFFF;
}
.cid-uLnDq00GkH .mbr-section-title {
  color: #19171c;
}
.cid-uLnDq00GkH .mbr-text,
.cid-uLnDq00GkH .text-wrapper {
  color: #19171c;
}
.cid-uLnDq00GkH .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLnDq00GkH .mbr-section-btn {
    text-align: left;
  }
}
.cid-uLnDq08CvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uLnDq08CvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq08CvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq08CvX .content-wrapper .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .content-wrapper .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLnDq08CvX .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uLnDq08CvX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uLnDq08CvX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 560px;
  max-width: 560px;
}
@media (max-width: 767px) {
  .cid-uLnDq08CvX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uLnDq08CvX .embla__slide .slide-content {
  width: 100%;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper {
  padding: 80px 60px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-img img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_1 .mbr-label,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_2 .mbr-label,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_3 .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_1 .mbr-label_1,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_2 .mbr-label_1,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_3 .mbr-label_1 {
  background-color: #ffffff;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_1 .mbr-label_2,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_2 .mbr-label_2,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_3 .mbr-label_2 {
  background-color: #19171c;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_1 .mbr-label_3,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_2 .mbr-label_3,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .label-wrapper_3 .mbr-label_3 {
  background-color: #ffffff;
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_1,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_1,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_1,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_2,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_2,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_2,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_3,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_3,
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_1,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_1,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_1,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_2,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_2,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_2,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_1 .item-text_3,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_2 .item-text_3,
  .cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .text-wrapper_3 .item-text_3 {
    width: 100%;
  }
}
.cid-uLnDq08CvX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLnDq08CvX .embla__slide .slide-content .card_1 {
  background-color: #581b5f;
}
.cid-uLnDq08CvX .embla__slide .slide-content .card_2 {
  background-color: #c0a5cc;
}
.cid-uLnDq08CvX .embla__slide .slide-content .card_3 {
  background-color: #9f7b98;
}
.cid-uLnDq08CvX .embla__button--next,
.cid-uLnDq08CvX .embla__button--prev {
  display: flex;
}
.cid-uLnDq08CvX .embla__button {
  bottom: 0;
  width: 52px;
  height: 52px;
  font-size: 16px;
  background-color: #f2f1f3 !important;
  color: #19171c !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uLnDq08CvX .embla__button:disabled {
  opacity: 0.5 !important;
}
.cid-uLnDq08CvX .embla__button:hover {
  transform: scale(1.05);
}
.cid-uLnDq08CvX .embla__button.embla__button--prev {
  right: 3.5rem;
}
.cid-uLnDq08CvX .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 5px;
}
.cid-uLnDq08CvX .embla__button.embla__button--next {
  right: 0;
}
.cid-uLnDq08CvX .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 5px;
}
.cid-uLnDq08CvX .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uLnDq08CvX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uLnDq08CvX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uLnDq08CvX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uLnDq08CvX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uLnDq08CvX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uLnDq08CvX .mbr-label {
  color: #19171c;
}
.cid-uLnDq08CvX .mbr-section-title {
  color: #19171c;
}
.cid-uLnDq08CvX .mbr-label_1 {
  color: #19171c;
}
.cid-uLnDq08CvX .mbr-label_2 {
  color: #ffffff;
}
.cid-uLnDq08CvX .mbr-label_3 {
  color: #19171c;
}
.cid-uLnDq08CvX .item-text_1 {
  color: #ffffff;
}
.cid-uLnDq08CvX .item-text_2 {
  color: #6e6e73;
}
.cid-uLnDq08CvX .item-text_3 {
  color: #ffffff;
}
.cid-uLnDq08CvX .item-text_1,
.cid-uLnDq08CvX .text-wrapper_1 {
  color: #FFFFFF;
}
.cid-uLnDq08CvX .item-text_3,
.cid-uLnDq08CvX .text-wrapper_3 {
  color: #000000;
}
.cid-uLnDq01Qjs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDq01Qjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq01Qjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq01Qjs .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLnDq01Qjs .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uLnDq01Qjs .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLnDq01Qjs .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uLnDq01Qjs .items-wrapper .item {
  padding: 0 10px;
}
.cid-uLnDq01Qjs .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item {
    margin-bottom: 20px;
  }
}
.cid-uLnDq01Qjs .item .item-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uLnDq01Qjs .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uLnDq01Qjs .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .item-title_1,
.cid-uLnDq01Qjs .item .item-wrapper .item-content .item-title_2,
.cid-uLnDq01Qjs .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uLnDq01Qjs .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #f23dff;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #f23dff;
}
.cid-uLnDq01Qjs .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #f23dff;
}
.cid-uLnDq01Qjs .mbr-label,
.cid-uLnDq01Qjs .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLnDq01Qjs .item-title_1 {
  color: #731f62;
}
.cid-uLnDq01Qjs .item-title_2 {
  color: #6e6e73;
}
.cid-uLnDq01Qjs .item-title_3 {
  color: #151A31;
}
.cid-uLnDq01Qjs .item-price {
  color: #19171c;
}
.cid-uLnDq01Qjs .list {
  color: #19171c;
}
.cid-uWSTjGI0A4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uWSTjGI0A4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSTjGI0A4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWSTjGI0A4 .label-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .label-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uWSTjGI0A4 .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-uWSTjGI0A4 .mbr-section-title {
  margin-bottom: 80px;
  color: #19171c;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uWSTjGI0A4 .items-wrapper {
  justify-content: center;
  margin: 0 -10;
}
.cid-uWSTjGI0A4 .items-wrapper .item {
  padding: 0 10px;
}
.cid-uWSTjGI0A4 .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item {
    margin-bottom: 20px;
  }
}
.cid-uWSTjGI0A4 .item .item-wrapper {
  padding: 60px 40px;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item .item-wrapper {
    padding: 20px 20px 40px;
  }
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-img {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item .item-wrapper .item-img img {
    box-shadow: none;
  }
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .item-title_1,
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .item-title_2,
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .item-title_3 {
  margin-bottom: 20px;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .item-price {
  margin-bottom: 20px;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 40px 0 0 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uWSTjGI0A4 .item .item-wrapper .item-content .list {
    margin: 20px 0 0 0;
  }
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list_1 .item-wrap::before {
  color: #f23dff;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list_2 .item-wrap::before {
  color: #f23dff;
}
.cid-uWSTjGI0A4 .item .item-wrapper .item-content .list_3 .item-wrap::before {
  color: #f23dff;
}
.cid-uWSTjGI0A4 .mbr-label,
.cid-uWSTjGI0A4 .label-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uWSTjGI0A4 .item-title_1 {
  color: #731f62;
}
.cid-uWSTjGI0A4 .item-title_2 {
  color: #6e6e73;
}
.cid-uWSTjGI0A4 .item-title_3 {
  color: #151A31;
}
.cid-uWSTjGI0A4 .item-price {
  color: #19171c;
}
.cid-uWSTjGI0A4 .list {
  color: #19171c;
}
.cid-uLnDq03Y2O {
  background-image: url("../../../assets/images/photo-1564141696939-9eb6e957ccfc.jpeg");
}
.cid-uLnDq03Y2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq03Y2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq03Y2O .image-wrap {
  height: 550px;
}
@media (max-width: 992px) {
  .cid-uLnDq03Y2O .image-wrap {
    height: 350px;
  }
}
.cid-uLnDq038fC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLnDq038fC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq038fC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq038fC .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uLnDq038fC .items-wrapper .item {
  padding: 0 40px;
}
.cid-uLnDq038fC .item {
  margin-bottom: 40px;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLnDq038fC .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLnDq038fC .item-title {
  color: #19171c;
}
.cid-uLnDq038fC .item-text {
  color: #6e6e73;
}
.cid-uLnDq06U90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0a5cc;
}
.cid-uLnDq06U90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq06U90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq06U90 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uLnDq06U90 .content-wrapper .label-wrapper {
  margin-bottom: 20px;
}
.cid-uLnDq06U90 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 6px 20px;
  background-color: #f2f1f3;
  margin-bottom: 0;
}
.cid-uLnDq06U90 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uLnDq06U90 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLnDq06U90 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 20px;
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .item {
    margin-bottom: 40px;
  }
}
.cid-uLnDq06U90 .item .item-wrapper .item-img {
  padding: 60px 40px;
  background-color: #f2f1f3;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq06U90 .item .item-wrapper .item-img {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.cid-uLnDq06U90 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 10px;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uLnDq06U90 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uLnDq06U90 .mbr-label {
  color: #19171c;
}
.cid-uLnDq06U90 .mbr-section-title {
  color: #19171c;
}
.cid-uLnDq06U90 .mbr-text {
  color: #19171c;
}
.cid-uLnDq06U90 .item-title {
  color: #19171c;
}
.cid-uLnDq06U90 .item-text {
  color: #6e6e73;
}
.cid-uLnDq06U90 .mbr-section-title,
.cid-uLnDq06U90 .mbr-section-btn {
  color: #581b5f;
}
.cid-uLnDq0aB13 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #581b5f;
}
.cid-uLnDq0aB13 .item:focus,
.cid-uLnDq0aB13 span:focus {
  outline: none;
}
.cid-uLnDq0aB13 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uLnDq0aB13 .item {
  padding: 10px 0;
  font-weight: 700;
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uLnDq0aB13 .item {
    min-height: 45px;
  }
}
.cid-uLnDq0bPB2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDq0bPB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0bPB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0bPB2 .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq0bPB2 .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uLnDq0bPB2 .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uLnDq0bPB2 .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uLnDq0bPB2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uLnDq0bPB2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uLnDq0bPB2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uLnDq0bPB2 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uLnDq0bPB2 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uLnDq0bPB2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uLnDq0bPB2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uLnDq0bPB2 .mbr-section-title {
  color: #19171c;
}
.cid-uLnDq0bPB2 .panel-title {
  color: #19171c;
}
.cid-uLnDq0bPB2 .panel-text {
  color: #6e6e73;
}
.cid-uLnDq0b02Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a17398;
}
.cid-uLnDq0b02Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0b02Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0b02Q .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uLnDq0b02Q .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq0b02Q .card-wrapper {
    padding: 0;
  }
}
.cid-uLnDq0b02Q .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #6e6e73;
}
@media (max-width: 992px) {
  .cid-uLnDq0b02Q .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq0b02Q .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uWT2CCo8zD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #a17398;
}
.cid-uWT2CCo8zD .item:focus,
.cid-uWT2CCo8zD span:focus {
  outline: none;
}
.cid-uWT2CCo8zD .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uWT2CCo8zD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uWT2CCo8zD .container {
    padding: 0 24px;
  }
}
.cid-uWT2CCo8zD .content-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.cid-uWT2CCo8zD .content-wrapper .decor-wrap {
  position: absolute;
  bottom: -16rem;
  right: -58rem;
  border: 120px solid #ff3399;
  width: 2000px;
  height: 1000px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-uWT2CCo8zD .content-wrapper .decor-wrap {
    height: 500px;
  }
}
.cid-uWT2CCo8zD .content-wrapper .mbr-emoji {
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: 0px 0px 5px #262642;
}
@media (max-width: 992px) {
  .cid-uWT2CCo8zD .content-wrapper .mbr-emoji {
    display: none;
  }
}
.cid-uWT2CCo8zD .content-wrapper .mbr-emoji.emoji_1 {
  top: 0;
  left: 0;
  background-color: #00ccbd;
  transform: rotate(10deg);
}
.cid-uWT2CCo8zD .content-wrapper .mbr-emoji.emoji_2 {
  top: 0;
  right: 14rem;
  background-color: #4a8dff;
  transform: rotate(-10deg);
}
@media (max-width: 1200px) {
  .cid-uWT2CCo8zD .content-wrapper .mbr-emoji.emoji_2 {
    right: 8rem;
  }
}
.cid-uWT2CCo8zD .content-wrapper .mbr-emoji.emoji_3 {
  bottom: 0;
  right: 4rem;
  background-color: #e5faf9;
  transform: rotate(-10deg);
}
.cid-uWT2CCo8zD .content-wrapper .mbr-emoji.emoji_4 {
  bottom: 0;
  left: 10rem;
  background-color: #990066;
  transform: rotate(10deg);
}
.cid-uWT2CCo8zD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uWT2CCo8zD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWT2CCo8zD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uWT2CCo8zD .embla__slide .slide-content .item-wrapper .item-img img {
    height: 420px;
    border-radius: 10px !important;
  }
}
.cid-uWT2CCo8zD .embla__button--next,
.cid-uWT2CCo8zD .embla__button--prev {
  display: flex;
}
.cid-uWT2CCo8zD .embla__button {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #262642 !important;
  border: none;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uWT2CCo8zD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWT2CCo8zD .embla__button:hover {
  background: transparent;
  color: #262642;
  opacity: .7;
}
.cid-uWT2CCo8zD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWT2CCo8zD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWT2CCo8zD .embla {
  position: relative;
  z-index: 5;
  width: 400px;
  border: 26px solid #262642;
  border-radius: 3rem;
  background-color: #262642;
}
@media (max-width: 768px) {
  .cid-uWT2CCo8zD .embla {
    width: 300px;
    border: 18px solid #262642;
    border-radius: 2rem;
  }
}
.cid-uWT2CCo8zD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uWT2CCo8zD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWT2CCo8zD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWT2CCo8zD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWT30Cyy9s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c0a5cc;
  position: relative;
  overflow: hidden;
}
.cid-uWT30Cyy9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWT30Cyy9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWT30Cyy9s .bg-frame {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 2;
  opacity: 0.9;
  width: 19vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #731f62;
  box-shadow: 0 0 40px #731f62;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uWT30Cyy9s .bg-frame {
    width: 38vw;
  }
}
.cid-uWT30Cyy9s .bg-frame-2 {
  top: 70%;
  left: auto;
  right: -5%;
  width: 38vw;
}
.cid-uWT30Cyy9s .row {
  position: relative;
  z-index: 3;
}
.cid-uWT30Cyy9s .mbr-section-head {
  margin-bottom: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uWT30Cyy9s .mbr-section-head {
    margin-bottom: 50px;
  }
}
.cid-uWT30Cyy9s .mbr-section-title {
  color: #ffffff;
}
.cid-uWT30Cyy9s .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uWT30Cyy9s .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uWT30Cyy9s .card-row {
  align-items: stretch;
}
.cid-uWT30Cyy9s .item {
  margin-bottom: 2rem;
}
.cid-uWT30Cyy9s .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  will-change: transform;
}
.cid-uWT30Cyy9s .item-wrapper:hover {
  transform: translateY(-12.5%);
}
@media (max-width: 991px) {
  .cid-uWT30Cyy9s .item-wrapper:hover {
    transform: translateY(-2rem);
  }
}
.cid-uWT30Cyy9s .item-wrapper:hover .item-img img {
  transform: scale(1);
}
.cid-uWT30Cyy9s .item-img {
  position: relative;
  width: 100%;
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 1.49885057;
  transition: 0.5s all;
}
.cid-uWT30Cyy9s .item-img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: 0.5s all;
  will-change: transform;
}
.cid-uWT30Cyy9s .img-bg-color {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: 80%;
  aspect-ratio: 1;
  opacity: 0.3;
  filter: blur(100px);
}
.cid-uWT30Cyy9s .img-bg-color-1 {
  left: 0;
  background: #79F429;
  transform: translate(-50%, 50%);
  opacity: 0.2;
}
.cid-uWT30Cyy9s .img-bg-color-2 {
  right: 0;
  background: #0E0E0E;
  transform: translate(50%, 50%);
}
.cid-uWT30Cyy9s .card-box {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  opacity: 1;
}
.cid-uWT30Cyy9s .card-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: 0.5s all;
}
.cid-uWT30Cyy9s .card-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  margin-top: 1rem;
  transition: 0.5s all;
}
.cid-uWT30Cyy9s .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uLnDq0fiqL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLnDq0fiqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0fiqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0fiqL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq0fiqL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDq0fiqL .mbr-text {
  color: #19171c;
}
.cid-uLnDq0gAUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDq0gAUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0gAUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0gAUI .card {
  justify-content: center;
}
.cid-uLnDq0gAUI .image-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uLnDq0gAUI .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uLnDq0gAUI .image-wrapper img {
  height: 350px;
  width: 350px;
  object-fit: cover;
  box-shadow: 5px 40px 50px 0 #dddddd;
}
@media (max-width: 1440px) {
  .cid-uLnDq0gAUI .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq0gAUI .image-wrapper img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uLnDq0gAUI .image-wrapper img {
    box-shadow: none;
  }
}
.cid-uLnDq0gAUI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLnDq0gAUI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap {
  display: inline-flex;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-uLnDq0gAUI .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 17px 20px;
  border: none !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  opacity: 0.5;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #19171c;
  transition: all 0.3s ease;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  padding: 20px;
  min-height: 120px;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #19171c;
  border-color: #19171c;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uLnDq0gAUI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uLnDq0gAUI .mbr-section-title {
  color: #19171c;
}
.cid-uLnDq0gAUI .mbr-text,
.cid-uLnDq0gAUI .text-wrapper {
  color: #19171c;
}
.cid-uLnDq0gAUI label {
  color: #19171c;
}
.cid-uLnDq0gP5F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDq0gP5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0gP5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0gP5F .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-uLnDq0gP5F .items-wrapper .item {
  padding: 0 40px;
}
.cid-uLnDq0gP5F .item {
  margin-bottom: 40px;
}
.cid-uLnDq0gP5F .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uLnDq0gP5F .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-uLnDq0gP5F .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uLnDq0gP5F .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-uLnDq0gP5F .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-uLnDq0gP5F .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uLnDq0gP5F .item-title,
.cid-uLnDq0gP5F .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-uLnDq0gP5F .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-uLnDq0gP5F .item-text,
.cid-uLnDq0gP5F .mbr-section-btn {
  text-align: center;
}
.cid-uLnDq0hrPy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uLnDq0hrPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLnDq0hrPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLnDq0hrPy .nav-wrapper {
  justify-content: center;
}
.cid-uLnDq0hrPy .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-uLnDq0hrPy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uLnDq0hrPy .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-uLnDq0hrPy .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.cid-uLnDq0hrPy .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLnDq0hrPy .nav-wrapper .list .item-wrap:hover,
.cid-uLnDq0hrPy .nav-wrapper .list .item-wrap:focus {
  opacity: 0.5;
}
.cid-uLnDq0hrPy .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-uLnDq0hrPy .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-uLnDq0hrPy .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uLnDq0hrPy .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-uLnDq0hrPy .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uLnDq0hrPy .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uLnDq0hrPy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uLnDq0hrPy .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uLnDq0hrPy .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-uLnDq0hrPy .nav-title {
  color: #19171c;
}
.cid-uLnDq0hrPy .list {
  color: #19171c;
}
.cid-uLnDq0hrPy .mbr-copy,
.cid-uLnDq0hrPy .social-wrapper {
  text-align: center;
}
