.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f7fcfe;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.34rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.0125rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f2b1e5 !important;
}
.bg-success {
  background-color: #87e9bc !important;
}
.bg-info {
  background-color: #78e2f8 !important;
}
.bg-warning {
  background-color: #ffdc71 !important;
}
.bg-danger {
  background-color: #ea8690 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f2b1e5 !important;
  border-color: #f2b1e5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9ddf4 !important;
  border-color: #f9ddf4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9ddf4 !important;
  border-color: #f9ddf4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4f4e5f !important;
  border-color: #4f4e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #66657b !important;
  border-color: #66657b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #66657b !important;
  border-color: #66657b !important;
}
.btn-info,
.btn-info:active {
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
  color: #065a6b !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a8ecfb !important;
  border-color: #a8ecfb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065a6b !important;
  background-color: #a8ecfb !important;
  border-color: #a8ecfb !important;
}
.btn-success,
.btn-success:active {
  background-color: #87e9bc !important;
  border-color: #87e9bc !important;
  color: #125f3c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #b2f1d4 !important;
  border-color: #b2f1d4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #125f3c !important;
  background-color: #b2f1d4 !important;
  border-color: #b2f1d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
  color: #715500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe9a4 !important;
  border-color: #ffe9a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #715500 !important;
  background-color: #ffe9a4 !important;
  border-color: #ffe9a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea8690 !important;
  border-color: #ea8690 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f2b1b8 !important;
  border-color: #f2b1b8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f2b1b8 !important;
  border-color: #f2b1b8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f2b1e5;
  color: #f2b1e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e667cc !important;
  background-color: transparent !important;
  border-color: #e667cc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f2b1e5 !important;
  border-color: #f2b1e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4f4e5f;
  color: #4f4e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #27272f !important;
  background-color: transparent !important;
  border-color: #27272f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f4e5f !important;
  border-color: #4f4e5f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #78e2f8;
  color: #78e2f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #26d0f4 !important;
  background-color: transparent !important;
  border-color: #26d0f4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065a6b !important;
  background-color: #78e2f8 !important;
  border-color: #78e2f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #87e9bc;
  color: #87e9bc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3edc93 !important;
  background-color: transparent !important;
  border-color: #3edc93 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #125f3c !important;
  background-color: #87e9bc !important;
  border-color: #87e9bc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdc71;
  color: #ffdc71;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc71a !important;
  background-color: transparent !important;
  border-color: #ffc71a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #715500 !important;
  background-color: #ffdc71 !important;
  border-color: #ffdc71 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ea8690;
  color: #ea8690;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd3c4c !important;
  background-color: transparent !important;
  border-color: #dd3c4c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8690 !important;
  border-color: #ea8690 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f2b1e5 !important;
}
.text-secondary {
  color: #4f4e5f !important;
}
.text-success {
  color: #87e9bc !important;
}
.text-info {
  color: #78e2f8 !important;
}
.text-warning {
  color: #ffdc71 !important;
}
.text-danger {
  color: #ea8690 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e35ac8 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #202027 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31d98c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #17cdf3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc30b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db2f40 !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: #f2b1e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #78e2f8;
}
.alert-warning {
  background-color: #ffdc71;
}
.alert-danger {
  background-color: #ea8690;
}
.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: #f2b1e5;
  border-color: #f2b1e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f2b1e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
  border-radius: 100px !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: #f2b1e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f2b1e5;
}
/* 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: #f2b1e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f2b1e5;
}
.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: #f2b1e5;
  border-bottom-color: #f2b1e5;
}
.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: #000000 !important;
  background-color: #f2b1e5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4f4e5f !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='%23f2b1e5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 8px 24px;
  border-radius: 10vmax !important;
  transition: all 0.5s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px transparent !important;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 14%;
}
.cid-uVbYSGR4iQ {
  background-color: transparent;
}
.cid-uVbYSGR4iQ .navbar-dropdown {
  background-color: #f4f4f6 !important;
  padding: 0;
}
.cid-uVbYSGR4iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4f4f6 !important;
  background: #f4f4f6;
}
.cid-uVbYSGR4iQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVbYSGR4iQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVbYSGR4iQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVbYSGR4iQ .menu_box .navbar.opened,
  .cid-uVbYSGR4iQ .menu_box .navbar-collapse {
    background-color: #f4f4f6 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVbYSGR4iQ .navbar-dropdown {
  position: relative !important;
}
.cid-uVbYSGR4iQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVbYSGR4iQ .btn:hover {
  box-shadow: none;
}
.cid-uVbYSGR4iQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uVbYSGR4iQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uVbYSGR4iQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uVbYSGR4iQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uVbYSGR4iQ .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #b1e5f2 -5%, #4f4e5f 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVbYSGR4iQ .nav-item .nav-link:hover::before,
.cid-uVbYSGR4iQ .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uVbYSGR4iQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVbYSGR4iQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVbYSGR4iQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVbYSGR4iQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVbYSGR4iQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVbYSGR4iQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVbYSGR4iQ .offcanvas_box {
    display: none;
  }
}
.cid-uVbYSGR4iQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVbYSGR4iQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVbYSGR4iQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVbYSGR4iQ .container {
  display: flex;
  margin: auto;
}
.cid-uVbYSGR4iQ .iconfont-wrapper {
  color: #141414;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVbYSGR4iQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVbYSGR4iQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVbYSGR4iQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVbYSGR4iQ .navbar-nav {
    margin: 0;
  }
}
.cid-uVbYSGR4iQ .dropdown-menu,
.cid-uVbYSGR4iQ .navbar.opened {
  background-color: false !important;
}
.cid-uVbYSGR4iQ .nav-item:focus,
.cid-uVbYSGR4iQ .nav-link:focus {
  outline: none;
}
.cid-uVbYSGR4iQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVbYSGR4iQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVbYSGR4iQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVbYSGR4iQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVbYSGR4iQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVbYSGR4iQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVbYSGR4iQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSGR4iQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVbYSGR4iQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVbYSGR4iQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVbYSGR4iQ .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uVbYSGR4iQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVbYSGR4iQ .navbar.collapsed {
  justify-content: center;
}
.cid-uVbYSGR4iQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVbYSGR4iQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVbYSGR4iQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVbYSGR4iQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVbYSGR4iQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVbYSGR4iQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVbYSGR4iQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVbYSGR4iQ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVbYSGR4iQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVbYSGR4iQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVbYSGR4iQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVbYSGR4iQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVbYSGR4iQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVbYSGR4iQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVbYSGR4iQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVbYSGR4iQ .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uVbYSGR4iQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVbYSGR4iQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVbYSGR4iQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVbYSGR4iQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVbYSGR4iQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVbYSGR4iQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVbYSGR4iQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVbYSGR4iQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVbYSGR4iQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVbYSGR4iQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uVbYSGR4iQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVbYSGR4iQ .dropdown-item.active,
.cid-uVbYSGR4iQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVbYSGR4iQ .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uVbYSGR4iQ .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uVbYSGR4iQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVbYSGR4iQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVbYSGR4iQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVbYSGR4iQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVbYSGR4iQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVbYSGR4iQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f6;
  background: #f4f4f6;
}
.cid-uVbYSGR4iQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uVbYSGR4iQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVbYSGR4iQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVbYSGR4iQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVbYSGR4iQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVbYSGR4iQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVbYSGR4iQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVbYSGR4iQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVbYSGR4iQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVbYSGR4iQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVbYSGR4iQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVbYSGR4iQ .navbar {
    height: 70px;
  }
  .cid-uVbYSGR4iQ .navbar.opened {
    height: auto;
  }
  .cid-uVbYSGR4iQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVbYSGR4iQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uVbYSGR4iQ .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uVbYSGR4iQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uVbYSGR4iQ .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSGR4iQ .mbr-section-btn-main .btn:hover,
.cid-uVbYSGR4iQ .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
}
.cid-uVbYSGR4iQ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSGR4iQ .mbr-section-btn .btn:hover,
.cid-uVbYSGR4iQ .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
}
.cid-uVbYSGR4iQ .navbar-caption:hover {
  color: #f2b1e5;
}
@media (min-width: 992px) {
  .cid-uVbYSGR4iQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVbYSGR4iQ .text_widget {
  margin-bottom: 32px;
}
.cid-uVbYSGR4iQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVbYSGR4iQ .text_widget a:hover,
.cid-uVbYSGR4iQ .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uVbYSGR4iQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uVbYSGR4iQ .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVbYSGR4iQ .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uVbYSGR4iQ .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uVbYSGR4iQ .navbar-caption {
  color: #000000;
}
.cid-uVbYSGR4iQ .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uVbYSGR4iQ .mbr-section-subtitle,
.cid-uVbYSGR4iQ .text_widget,
.cid-uVbYSGR4iQ .mbr-section-btn {
  text-align: center;
}
.cid-uVbYSGR4iQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVbYSGR4iQ .nav-link,
.cid-uVbYSGR4iQ .dropdown-item {
  color: #000000;
}
.cid-uVbYSHDkeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSHDkeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSHDkeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSHDkeO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSHDkeO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSHDkeO .container {
    padding: 0 24px;
  }
}
.cid-uVbYSHDkeO .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
}
@media (max-width: 992px) {
  .cid-uVbYSHDkeO .content-wrapper {
    padding: 0;
  }
}
.cid-uVbYSHDkeO .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #f7fcfe;
  border-radius: 0.75rem !important;
}
@media (max-width: 1500px) {
  .cid-uVbYSHDkeO .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uVbYSHDkeO .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSHDkeO .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uVbYSHDkeO .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSHDkeO .mbr-section-title {
  color: #141414;
}
.cid-uVbYSHDkeO .mbr-desc {
  color: #000000;
}
.cid-uVbYSHDkeO .mbr-text {
  color: #000000;
}
.cid-uVbYSHDkeO .mbr-section-title,
.cid-uVbYSHDkeO .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uVbYSHTAOS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSHTAOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSHTAOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSHTAOS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSHTAOS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSHTAOS .container {
    padding: 0 24px;
  }
}
.cid-uVbYSHTAOS .row {
  justify-content: center;
}
.cid-uVbYSHTAOS .items-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVbYSHTAOS .items-wrapper {
    flex-direction: column;
  }
}
.cid-uVbYSHTAOS .items-wrapper .item {
  padding: 0 16px;
}
.cid-uVbYSHTAOS .items-wrapper .item .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uVbYSHTAOS .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uVbYSHTAOS .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSHTAOS .decor-wrapper .decor_1 {
  background-color: #b1e5f2;
}
.cid-uVbYSHTAOS .decor-wrapper .decor_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSHTAOS .decor-wrapper .decor_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSHTAOS .decor-wrapper .decor_4 {
  background-color: #b1e5f2;
}
.cid-uVbYSI8OMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSI8OMM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSI8OMM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSI8OMM .container {
    padding: 0 24px;
  }
}
.cid-uVbYSI8OMM .row {
  justify-content: center;
}
.cid-uVbYSI8OMM .content-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uVbYSI8OMM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSI8OMM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSI8OMM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSI8OMM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uVbYSI8OMM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVbYSI8OMM .embla__slide .slide-content {
  width: 100%;
}
.cid-uVbYSI8OMM .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uVbYSI8OMM .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}
.cid-uVbYSI8OMM .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uVbYSI8OMM .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin: 60px 0 12px 0;
}
.cid-uVbYSI8OMM .embla__button--next,
.cid-uVbYSI8OMM .embla__button--prev {
  display: flex;
}
.cid-uVbYSI8OMM .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f2b1e5 !important;
  color: #000000 !important;
  border: 1px solid #f2b1e5 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uVbYSI8OMM .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uVbYSI8OMM .embla__button:hover {
  box-shadow: inset 81px 10px 5px #b1e5f2;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSI8OMM .embla__button:hover::before {
  width: 30%;
}
.cid-uVbYSI8OMM .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uVbYSI8OMM .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uVbYSI8OMM .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uVbYSI8OMM .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f7fcfe 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVbYSI8OMM .embla::before {
    display: none;
  }
}
.cid-uVbYSI8OMM .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uVbYSI8OMM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVbYSI8OMM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVbYSI8OMM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVbYSI8OMM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVbYSI8OMM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVbYSI8OMM .item-number {
  color: #000000;
}
.cid-uVbYSI8OMM .item-desc {
  color: #000000;
}
.cid-uVbYSIoSfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1561365452-adb940139ffa.jpeg");
}
.cid-uVbYSIoSfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSIoSfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSIoSfS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSIoSfS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIoSfS .container {
    padding: 0 24px;
  }
}
.cid-uVbYSIoSfS .row {
  justify-content: space-between;
}
.cid-uVbYSIoSfS .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-uVbYSIoSfS .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSIoSfS .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbYSIoSfS .items-wrapper {
    min-height: auto;
  }
}
.cid-uVbYSIoSfS .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-uVbYSIoSfS .mbr-section-title,
.cid-uVbYSIoSfS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVbYSIoSfS .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVbYSItnNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSItnNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSItnNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSItnNF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSItnNF .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSItnNF .container {
    padding: 0 24px;
  }
}
.cid-uVbYSItnNF .row {
  justify-content: space-between;
}
.cid-uVbYSItnNF .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-uVbYSItnNF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uVbYSItnNF .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSItnNF .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uVbYSItnNF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-uVbYSItnNF .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSItnNF .mbr-section-title {
  color: #000000;
}
.cid-uVbYSItnNF .card-number {
  color: #141414;
}
.cid-uVbYSItnNF .card-title {
  color: #141414;
}
.cid-uVbYSItnNF .card-text {
  color: #141414;
}
.cid-uVbYSIxOkM {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSIxOkM::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#4f4e5f 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSIxOkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSIxOkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSIxOkM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .container {
    padding: 0 24px;
  }
}
.cid-uVbYSIxOkM .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uVbYSIxOkM .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSIxOkM .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVbYSIxOkM .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSIxOkM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIxOkM .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uVbYSIxOkM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVbYSIxOkM .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVbYSIxOkM .mbr-section-title {
  color: #141414;
}
.cid-uVbYSIxOkM .mbr-desc {
  color: #000000;
}
.cid-uVbYSIxOkM .card-number {
  color: #141414;
}
.cid-uVbYSIxOkM .card-title {
  color: #141414;
}
.cid-uVbYSIxOkM .card-text {
  color: #000000;
}
.cid-uVbYSIxOkM .mbr-section-title,
.cid-uVbYSIxOkM .title-wrapper {
  color: #000000;
}
.cid-uVbYSIKX68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSIKX68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSIKX68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSIKX68 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSIKX68 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIKX68 .container {
    padding: 0 24px;
  }
}
.cid-uVbYSIKX68 .row {
  justify-content: center;
}
.cid-uVbYSIKX68 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSIKX68 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVbYSIKX68 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #b1e5f2;
  border-radius: 0.75rem;
}
.cid-uVbYSIKX68 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSIKX68 .mbr-section-title {
  color: #141414;
}
.cid-uVbYSIKX68 .mbr-text {
  color: #000000;
}
.cid-uVbYSIKX68 .mbr-desc,
.cid-uVbYSIKX68 .desc-wrapper {
  color: #000000;
}
.cid-uVbYSINAes {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #b1e5f2;
}
.cid-uVbYSINAes .item:focus,
.cid-uVbYSINAes span:focus {
  outline: none;
}
.cid-uVbYSINAes .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVbYSINAes .loop-container {
  padding: 10px 0;
}
.cid-uVbYSINAes .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVbYSINAes .item {
    min-height: 45px;
  }
}
.cid-uVbYSIPY5A {
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSIPY5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSIPY5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSIPY5A .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSIPY5A .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIPY5A .container {
    padding: 0 24px;
  }
}
.cid-uVbYSIPY5A .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVbYSIPY5A .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uVbYSIPY5A .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSIPY5A .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uVbYSIPY5A .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSIPY5A .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbYSIPY5A .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbYSIPY5A .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSIPY5A .content-wrapper .mbr-section-btn .btn:hover,
.cid-uVbYSIPY5A .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSIPY5A .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uVbYSIPY5A .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSIPY5A .decor-wrapper .decor_1 {
  background-color: #b1e5f2;
}
.cid-uVbYSIPY5A .decor-wrapper .decor_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSIPY5A .decor-wrapper .decor_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSIPY5A .decor-wrapper .decor_4 {
  background-color: #b1e5f2;
}
.cid-uVbYSIPY5A .mbr-section-title {
  color: #141414;
}
.cid-uVbYSIPY5A .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uVbYSIPY5A .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uVbYSIPY5A .mbr-text,
.cid-uVbYSIPY5A .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVbYSIPY5A .mbr-section-title,
.cid-uVbYSIPY5A .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVbYSIUaRt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1685883785913-7783b947e450.jpeg");
}
.cid-uVbYSIUaRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSIUaRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSIUaRt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSIUaRt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSIUaRt .container {
    padding: 0 24px;
  }
}
.cid-uVbYSIUaRt .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uVbYSIUaRt .title-wrapper {
    padding: 0;
  }
}
.cid-uVbYSIUaRt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uVbYSIUaRt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSIUaRt .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSIUaRt .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uVbYSIUaRt .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSIUaRt .mbr-section-title,
.cid-uVbYSIUaRt .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uVbYSIUaRt .mbr-section-title,
.cid-uVbYSIUaRt .title-wrapper,
.cid-uVbYSIUaRt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVbYSIY08I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-uVbYSIY08I .item:focus,
.cid-uVbYSIY08I span:focus {
  outline: none;
}
.cid-uVbYSIY08I .item {
  cursor: pointer;
}
.cid-uVbYSIY08I .grid-container {
  grid-row-gap: 24px;
}
.cid-uVbYSIY08I .grid-container-1,
.cid-uVbYSIY08I .grid-container-2,
.cid-uVbYSIY08I .grid-container-3 {
  gap: 0 24px;
}
.cid-uVbYSIY08I .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVbYSIY08I .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVbYSIY08I .mbr-text,
.cid-uVbYSIY08I .mbr-section-btn {
  color: #000000;
}
.cid-uVbYSIY08I .content-head {
  max-width: 800px;
}
.cid-uVbYSIY08I .container,
.cid-uVbYSIY08I .container-fluid {
  overflow: hidden;
}
.cid-uVbYSIY08I .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVbYSIY08I .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVbYSIY08I .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-uVbYSIY08I .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVbYSIY08I .grid-container-1,
.cid-uVbYSIY08I .grid-container-2,
.cid-uVbYSIY08I .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVbYSIY08I .grid-container-1 {
  align-items: flex-end;
}
.cid-uVbYSIY08I .grid-container-2 {
  align-items: flex-start;
}
.cid-uVbYSIY08I .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uVbYSIY08I .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSIY08I .decor-wrapper .decor_1 {
  background-color: #b1e5f2;
}
.cid-uVbYSIY08I .decor-wrapper .decor_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSIY08I .decor-wrapper .decor_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSIY08I .decor-wrapper .decor_4 {
  background-color: #b1e5f2;
}
.cid-uVbYSJ3ZkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSJ3ZkM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJ3ZkM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJ3ZkM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJ3ZkM .row {
  justify-content: center;
}
.cid-uVbYSJ3ZkM .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJ3ZkM .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSJ3ZkM .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbYSJ3ZkM .panel-group .card {
  border-radius: 0.75rem 0.75rem 0 0 !important;
  background-color: #b1e5f2;
  margin-top: -6px;
}
.cid-uVbYSJ3ZkM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVbYSJ3ZkM .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uVbYSJ3ZkM .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uVbYSJ3ZkM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-uVbYSJ3ZkM .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-uVbYSJ3ZkM .panel-group .card_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSJ3ZkM .panel-group .card_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSJ3ZkM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVbYSJ3ZkM .mbr-text,
.cid-uVbYSJ3ZkM .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVbYSJ3ZkM .mbr-title {
  color: #000000;
}
.cid-uVbYSJ3ZkM .panel-desc {
  color: #000000;
}
.cid-uVbYSJ3ZkM .panel-text {
  color: #000000;
}
.cid-uVbYSJ3ZkM .panel-title-edit {
  color: #000000;
}
.cid-uVbYSJ3ZkM .title_1 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .desc_1 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .text_1 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .title_2 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .desc_2 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .text_2 {
  color: #000000;
}
.cid-uVbYSJ3ZkM .title_3 {
  color: #FFFFFF;
}
.cid-uVbYSJ3ZkM .desc_3 {
  color: #FFFFFF;
}
.cid-uVbYSJ3ZkM .text_3 {
  color: #FFFFFF;
}
.cid-uVbYSJeq50 {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSJeq50::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#4f4e5f 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSJeq50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJeq50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJeq50 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJeq50 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uVbYSJeq50 .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJeq50 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSJeq50 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJeq50 .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uVbYSJeq50 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uVbYSJeq50 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 24px;
}
.cid-uVbYSJeq50 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uVbYSJeq50 .items-wrapper .item .item-wrapper .card-box .card-price {
  margin-bottom: 24px;
}
.cid-uVbYSJeq50 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVbYSJeq50 .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uVbYSJeq50 .mbr-section-title {
  color: #141414;
}
.cid-uVbYSJeq50 .card-price {
  color: #000000;
}
.cid-uVbYSJeq50 .card-title {
  color: #141414;
}
.cid-uVbYSJeq50 .card-text {
  color: #000000;
}
.cid-uVbYSJeq50 .mbr-section-title,
.cid-uVbYSJeq50 .title-wrapper {
  color: #000000;
}
.cid-uVbYSJeq50 .card-title,
.cid-uVbYSJeq50 .mbr-section-btn {
  color: #000000;
}
.cid-uVbYSJkTkN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVbYSJkTkN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJkTkN .row {
  justify-content: center;
}
.cid-uVbYSJkTkN .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-uVbYSJkTkN .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJkTkN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVbYSJkTkN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVbYSJkTkN .embla__slide .slide-content {
  width: 100%;
}
.cid-uVbYSJkTkN .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJkTkN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uVbYSJkTkN .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVbYSJkTkN .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uVbYSJkTkN .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbYSJkTkN .embla__button--next,
.cid-uVbYSJkTkN .embla__button--prev {
  display: flex;
}
.cid-uVbYSJkTkN .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f2b1e5 !important;
  color: #000000 !important;
  border: 1px solid #f2b1e5 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uVbYSJkTkN .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uVbYSJkTkN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVbYSJkTkN .embla__button:hover {
  box-shadow: inset 81px 10px 5px #b1e5f2;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJkTkN .embla__button:hover::before {
  width: 30%;
}
.cid-uVbYSJkTkN .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVbYSJkTkN .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-uVbYSJkTkN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .embla {
    padding-bottom: 3rem;
  }
}
.cid-uVbYSJkTkN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVbYSJkTkN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVbYSJkTkN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVbYSJkTkN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVbYSJkTkN .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-uVbYSJkTkN .image-wrapper img {
  height: 500px;
  border-radius: 0.75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVbYSJkTkN .image-wrapper img {
    height: 400px;
  }
}
.cid-uVbYSJkTkN .mbr-section-title {
  color: #000000;
}
.cid-uVbYSJkTkN .mbr-text {
  color: #141414;
}
.cid-uVbYSJkTkN .item-title {
  color: #000000;
}
.cid-uVbYSJkTkN .item-text {
  color: #000000;
}
.cid-uVbYSJrh6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSJrh6k .container-fluid {
  padding: 0 0 0 64px;
}
@media (max-width: 768px) {
  .cid-uVbYSJrh6k .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJrh6k .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJrh6k .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJrh6k .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uVbYSJrh6k .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVbYSJrh6k .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVbYSJrh6k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSJrh6k .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uVbYSJrh6k .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVbYSJrh6k .embla__slide .slide-content {
  width: 100%;
}
.cid-uVbYSJrh6k .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-uVbYSJrh6k .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-uVbYSJrh6k .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uVbYSJrh6k .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVbYSJrh6k .embla__button--next,
.cid-uVbYSJrh6k .embla__button--prev {
  display: flex;
}
.cid-uVbYSJrh6k .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f2b1e5 !important;
  color: #000000 !important;
  border: 1px solid #f2b1e5 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uVbYSJrh6k .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uVbYSJrh6k .embla__button:hover {
  box-shadow: inset 81px 10px 5px #b1e5f2;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJrh6k .embla__button:hover::before {
  width: 30%;
}
.cid-uVbYSJrh6k .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uVbYSJrh6k .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uVbYSJrh6k .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uVbYSJrh6k .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f7fcfe 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVbYSJrh6k .embla::before {
    display: none;
  }
}
.cid-uVbYSJrh6k .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uVbYSJrh6k .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVbYSJrh6k .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVbYSJrh6k .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVbYSJrh6k .mbr-desc {
  color: #000000;
}
.cid-uVbYSJrh6k .mbr-section-title {
  color: #000000;
}
.cid-uVbYSJrh6k .mbr-text {
  color: #000000;
}
.cid-uVbYSJrh6k .item-title {
  color: #000000;
}
.cid-uVbYSJrh6k .item-text {
  color: #000000;
}
.cid-uVbYSJBwma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSJBwma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJBwma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJBwma .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJBwma .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJBwma .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJBwma .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uVbYSJBwma .content-wrapper {
    padding: 0;
  }
}
.cid-uVbYSJBwma .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVbYSJBwma .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: 0.75rem !important;
}
@media (max-width: 1200px) {
  .cid-uVbYSJBwma .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJBwma .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-uVbYSJBwma .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-uVbYSJBwma .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #b1e5f2;
  color: #000000;
  font-size: 32px;
}
.cid-uVbYSJBwma .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVbYSJBwma .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSJBwma .mbr-section-title {
  color: #141414;
}
.cid-uVbYSJBwma .mbr-desc {
  color: #141414;
}
.cid-uVbYSJBwma .mbr-text {
  color: #141414;
}
.cid-uVbYSJDtGL {
  padding-top: 5rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSJDtGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJDtGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJDtGL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJDtGL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJDtGL .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJDtGL .row {
  justify-content: center;
}
.cid-uVbYSJDtGL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVbYSJDtGL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVbYSJDtGL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSJDtGL .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJDtGL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVbYSJDtGL .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uVbYSJDtGL .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSJDtGL .content-wrapper .mbr-section-btn .btn:hover,
.cid-uVbYSJDtGL .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJDtGL .decor-wrapper {
  position: absolute;
  top: -65%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uVbYSJDtGL .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSJDtGL .decor-wrapper .decor_1 {
  background-color: #b1e5f2;
}
.cid-uVbYSJDtGL .decor-wrapper .decor_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSJDtGL .decor-wrapper .decor_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSJDtGL .decor-wrapper .decor_4 {
  background-color: #b1e5f2;
}
.cid-uVbYSJDtGL .image-wrapper {
  position: absolute;
  bottom: -46%;
  right: -2rem;
  width: 60%;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uVbYSJDtGL .image-wrapper {
    position: static;
    width: 100%;
    height: 350px;
    margin-top: 32px;
  }
}
.cid-uVbYSJDtGL .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uVbYSJDtGL .image-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f7fcfe;
  opacity: 0.8;
  border-radius: 0.75rem;
  pointer-events: none;
}
.cid-uVbYSJDtGL .mbr-section-title {
  color: #141414;
}
.cid-uVbYSJDtGL .mbr-text {
  color: #141414;
}
.cid-uVbYSJDtGL .mbr-section-title,
.cid-uVbYSJDtGL .mbr-section-btn,
.cid-uVbYSJDtGL .title-wrapper {
  color: #000000;
}
.cid-uVbYSJDtGL .mbr-text,
.cid-uVbYSJDtGL .text-wrapper {
  color: #000000;
}
.cid-uVbYSJHi8w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVbYSJHi8w .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJHi8w .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJHi8w .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJHi8w .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uVbYSJHi8w .content-wrapper {
  padding: 74px;
  background-color: #b1e5f2;
  border-radius: 0.75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbYSJHi8w .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uVbYSJHi8w .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uVbYSJHi8w .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f2b1e5;
  color: #000000;
  font-size: 32px;
}
.cid-uVbYSJHi8w .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJHi8w .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVbYSJHi8w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSJHi8w .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVbYSJHi8w .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSJHi8w .content-wrapper .mbr-section-btn .btn:hover,
.cid-uVbYSJHi8w .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJHi8w .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVbYSJHi8w .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVbYSJHi8w .embla__slide .slide-content {
  width: 100%;
}
.cid-uVbYSJHi8w .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVbYSJHi8w .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uVbYSJHi8w .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uVbYSJHi8w .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uVbYSJHi8w .embla__button--next,
.cid-uVbYSJHi8w .embla__button--prev {
  display: flex;
}
.cid-uVbYSJHi8w .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #f2b1e5 !important;
  color: #000000 !important;
  border: 1px solid #f2b1e5 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uVbYSJHi8w .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uVbYSJHi8w .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVbYSJHi8w .embla__button:hover {
  box-shadow: inset 81px 10px 5px #b1e5f2;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJHi8w .embla__button:hover::before {
  width: 30%;
}
.cid-uVbYSJHi8w .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uVbYSJHi8w .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uVbYSJHi8w .embla {
  position: relative;
  width: 100%;
  border-radius: 0.75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uVbYSJHi8w .embla::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8px;
  background-image: linear-gradient(90deg, #b1e5f2 -25%, #4f4e5f 47%);
  width: 100%;
  z-index: 1;
}
.cid-uVbYSJHi8w .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uVbYSJHi8w .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVbYSJHi8w .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVbYSJHi8w .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uVbYSJHi8w .mbr-section-title {
  color: #141414;
}
.cid-uVbYSJHi8w .mbr-text {
  color: #000000;
}
.cid-uVbYSJHi8w .mbr-section-title,
.cid-uVbYSJHi8w .icon-wrapper,
.cid-uVbYSJHi8w .mbr-section-btn {
  color: #000000;
}
.cid-uVbYSJMOy6 {
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1685875018148-6ac6d41b7c4e.jpeg");
}
.cid-uVbYSJMOy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJMOy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJMOy6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJMOy6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJMOy6 .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJMOy6 .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJMOy6 .title-wrapper {
    padding: 0;
  }
}
.cid-uVbYSJMOy6 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uVbYSJMOy6 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uVbYSJMOy6 .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uVbYSJMOy6 .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uVbYSJMOy6 .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uVbYSJMOy6 .mbr-section-title,
.cid-uVbYSJMOy6 .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uVbYSJMOy6 .mbr-section-title,
.cid-uVbYSJMOy6 .title-wrapper,
.cid-uVbYSJMOy6 .mbr-section-btn {
  text-align: center;
}
.cid-uVbYSJQ5By {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSJQ5By .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJQ5By .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJQ5By .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJQ5By .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJQ5By .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJQ5By .row {
  justify-content: space-between;
}
.cid-uVbYSJQ5By .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJQ5By .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJQ5By .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 130px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJQ5By .content-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-uVbYSJQ5By .content-wrapper .image-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJQ5By .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVbYSJQ5By .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 768px) {
  .cid-uVbYSJQ5By .content-wrapper .image-wrapper img {
    width: 240px;
    height: 240px;
  }
}
.cid-uVbYSJQ5By .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSJQ5By .mbr-section-title {
  color: #000000;
}
.cid-uVbYSJQ5By .mbr-text {
  color: #141414;
}
.cid-uVbYSJQ5By .mbr-text,
.cid-uVbYSJQ5By .image-wrapper {
  color: #000000;
}
.cid-uVbYSJSX5J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSJSX5J::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#4f4e5f 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSJSX5J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJSX5J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJSX5J .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJSX5J .row {
  justify-content: space-between;
}
.cid-uVbYSJSX5J .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVbYSJSX5J .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSJSX5J .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVbYSJSX5J .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJSX5J .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-uVbYSJSX5J .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJSX5J .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #f2b1e5 0%, transparent 100%);
}
.cid-uVbYSJSX5J .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-uVbYSJSX5J .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSJSX5J .mbr-section-title {
  color: #000000;
}
.cid-uVbYSJSX5J .mbr-text {
  color: #000000;
}
.cid-uVbYSJSX5J .card-number {
  color: #141414;
}
.cid-uVbYSJSX5J .card-title {
  color: #000000;
}
.cid-uVbYSJSX5J .card-text {
  color: #141414;
}
.cid-uVbYSJSX5J .card-tag {
  color: #000000;
}
.cid-uVbYSJSX5J .card-text,
.cid-uVbYSJSX5J .text-wrap,
.cid-uVbYSJSX5J .mbr-section-btn {
  color: #000000;
}
.cid-uVbYSJXrc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSJXrc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSJXrc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSJXrc4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSJXrc4 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSJXrc4 .container {
    padding: 0 24px;
  }
}
.cid-uVbYSJXrc4 .row {
  position: relative;
  justify-content: center;
}
.cid-uVbYSJXrc4 .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-uVbYSJXrc4 .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uVbYSJXrc4 .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVbYSJXrc4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSJXrc4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSJXrc4 .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbYSJXrc4 .item {
    margin-bottom: 32px;
  }
}
.cid-uVbYSJXrc4 .item:last-child {
  margin-bottom: 0;
}
.cid-uVbYSJXrc4 .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-uVbYSJXrc4 .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uVbYSJXrc4 .mbr-section-title {
  color: #000000;
}
.cid-uVbYSJXrc4 .mbr-desc {
  color: #000000;
}
.cid-uVbYSJXrc4 .mbr-text {
  color: #000000;
}
.cid-uVbYSJXrc4 .card-number {
  color: #000000;
}
.cid-uVbYSJXrc4 .card-title {
  color: #000000;
}
.cid-uVbYSK1iQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSK1iQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSK1iQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSK1iQ6 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSK1iQ6 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSK1iQ6 .container {
    padding: 0 24px;
  }
}
.cid-uVbYSK1iQ6 .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uVbYSK1iQ6 .image-wrapper {
  height: 100%;
}
.cid-uVbYSK1iQ6 .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uVbYSK1iQ6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVbYSK1iQ6 .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbYSK1iQ6 .content-wrapper {
    padding: 24px;
  }
}
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uVbYSK1iQ6 .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSK1iQ6 .mbr-section-title {
  color: #141414;
}
.cid-uVbYSK1iQ6 .mbr-text {
  color: #141414;
}
.cid-uVbYSK8C8y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.cid-uVbYSK8C8y .item:focus,
.cid-uVbYSK8C8y span:focus {
  outline: none;
}
.cid-uVbYSK8C8y .item {
  cursor: pointer;
}
.cid-uVbYSK8C8y .grid-container {
  grid-row-gap: 24px;
}
.cid-uVbYSK8C8y .grid-container-1,
.cid-uVbYSK8C8y .grid-container-2,
.cid-uVbYSK8C8y .grid-container-3 {
  gap: 0 24px;
}
.cid-uVbYSK8C8y .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
  color: #141414;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVbYSK8C8y .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVbYSK8C8y .mbr-text,
.cid-uVbYSK8C8y .mbr-section-btn {
  color: #000000;
}
.cid-uVbYSK8C8y .content-head {
  max-width: 800px;
}
.cid-uVbYSK8C8y .container,
.cid-uVbYSK8C8y .container-fluid {
  overflow: hidden;
}
.cid-uVbYSK8C8y .grid-container {
  position: relative;
  z-index: 1;
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVbYSK8C8y .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVbYSK8C8y .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 767px) {
  .cid-uVbYSK8C8y .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVbYSK8C8y .grid-container-1,
.cid-uVbYSK8C8y .grid-container-2,
.cid-uVbYSK8C8y .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVbYSK8C8y .grid-container-1 {
  align-items: flex-end;
}
.cid-uVbYSK8C8y .grid-container-2 {
  align-items: flex-start;
}
.cid-uVbYSK8C8y .decor-wrapper {
  position: absolute;
  bottom: -25%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: auto;
  top: -25%;
}
.cid-uVbYSK8C8y .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSK8C8y .decor-wrapper .decor_1 {
  background-color: #b1e5f2;
}
.cid-uVbYSK8C8y .decor-wrapper .decor_2 {
  background-color: #f2b1e5;
}
.cid-uVbYSK8C8y .decor-wrapper .decor_3 {
  background-color: #4f4e5f;
}
.cid-uVbYSK8C8y .decor-wrapper .decor_4 {
  background-color: #b1e5f2;
}
.cid-uVbYSKeEfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSKeEfS::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#4f4e5f 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSKeEfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSKeEfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSKeEfS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKeEfS .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSKeEfS .container {
    padding: 0 24px;
  }
}
.cid-uVbYSKeEfS .row {
  justify-content: space-between;
}
.cid-uVbYSKeEfS .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uVbYSKeEfS .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVbYSKeEfS .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uVbYSKeEfS .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  border-radius: 0 !important;
  border: none !important;
  animation: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.3;
  padding: 0;
}
.cid-uVbYSKeEfS .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uVbYSKeEfS .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uVbYSKeEfS .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uVbYSKeEfS .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVbYSKeEfS .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uVbYSKeEfS .mbr-text {
  color: #000000;
}
.cid-uVbYSKjepP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSKjepP::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #4f4e5f 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSKjepP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSKjepP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSKjepP .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKjepP .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSKjepP .container {
    padding: 0 24px;
  }
}
.cid-uVbYSKjepP .row {
  justify-content: center;
}
.cid-uVbYSKjepP .row .card,
.cid-uVbYSKjepP .row .item {
  padding: 0 12px;
}
.cid-uVbYSKjepP .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uVbYSKjepP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSKjepP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVbYSKjepP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSKjepP .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVbYSKjepP .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbYSKjepP .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVbYSKjepP .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
}
.cid-uVbYSKjepP .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVbYSKjepP .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVbYSKjepP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVbYSKjepP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVbYSKjepP .card-number {
  color: #141414;
}
.cid-uVbYSKjepP .card-title {
  color: #141414;
}
.cid-uVbYSKjepP .card-text {
  color: #141414;
}
.cid-uVbYSKn6Wt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSKn6Wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSKn6Wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSKn6Wt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKn6Wt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSKn6Wt .container {
    padding: 0 24px;
  }
}
.cid-uVbYSKn6Wt .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uVbYSKn6Wt .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uVbYSKn6Wt .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uVbYSKn6Wt .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uVbYSKn6Wt .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uVbYSKn6Wt .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVbYSKn6Wt .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #4f4e5f 0%, transparent 100%);
}
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uVbYSKn6Wt .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #b1e5f2 !important;
  border-color: #b1e5f2 !important;
  color: #000000 !important;
}
.cid-uVbYSKn6Wt .mbr-section-title {
  color: #141414;
}
.cid-uVbYSKn6Wt .mbr-desc {
  color: #141414;
}
.cid-uVbYSKn6Wt label {
  color: #141414;
}
.cid-uVbYSKtXbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uVbYSKtXbv::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #4f4e5f 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uVbYSKtXbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSKtXbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSKtXbv .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKtXbv .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSKtXbv .container {
    padding: 0 24px;
  }
}
.cid-uVbYSKtXbv .row {
  justify-content: center;
}
.cid-uVbYSKtXbv .row .card,
.cid-uVbYSKtXbv .row .item {
  padding: 0 12px;
}
.cid-uVbYSKtXbv .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKtXbv .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVbYSKtXbv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVbYSKtXbv .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uVbYSKtXbv .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVbYSKtXbv .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uVbYSKtXbv .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: 0.4;
}
.cid-uVbYSKtXbv .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uVbYSKtXbv .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.cid-uVbYSKtXbv .item .item-wrapper .card-box .card-text:hover,
.cid-uVbYSKtXbv .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uVbYSKtXbv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVbYSKtXbv .card-title {
  color: #141414;
}
.cid-uVbYSKtXbv .card-text {
  color: #141414;
}
.cid-uVbYSKGovd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVbYSKGovd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbYSKGovd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVbYSKGovd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVbYSKGovd .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVbYSKGovd .container {
    padding: 0 24px;
  }
}
.cid-uVbYSKGovd .row {
  justify-content: center;
}
.cid-uVbYSKGovd .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uVbYSKGovd .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uVbYSKGovd .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uVbYSKGovd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVbYSKGovd .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uVbYSKGovd .lists-wrapper {
    display: block;
  }
}
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uVbYSKGovd .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVbYSKGovd .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-uVbYSKGovd .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uVbYSKGovd .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uVbYSKGovd .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uVbYSKGovd .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uVbYSKGovd .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uVbYSKGovd .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uVbYSKGovd .mbr-section-title {
  color: #141414;
}
.cid-uVbYSKGovd .mbr-text {
  color: #141414;
}
.cid-uVbYSKGovd .list {
  color: #141414;
}
