.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: #fdf8f8;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 100%;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 140%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 140%;
}
.display-4 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 120%;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #d31abb !important;
}
.bg-success {
  background-color: #90f4c6 !important;
}
.bg-info {
  background-color: #72e1f7 !important;
}
.bg-warning {
  background-color: #ffda6a !important;
}
.bg-danger {
  background-color: #f42437 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d31abb !important;
  border-color: #d31abb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e739d0 !important;
  border-color: #e739d0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e739d0 !important;
  border-color: #e739d0 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67595e !important;
  border-color: #67595e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #827177 !important;
  border-color: #827177 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #827177 !important;
  border-color: #827177 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
  color: #065564 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a2ebfa !important;
  border-color: #a2ebfa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065564 !important;
  background-color: #a2ebfa !important;
  border-color: #a2ebfa !important;
}
.btn-success,
.btn-success:active {
  background-color: #90f4c6 !important;
  border-color: #90f4c6 !important;
  color: #0c7947 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bef9de !important;
  border-color: #bef9de !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0c7947 !important;
  background-color: #bef9de !important;
  border-color: #bef9de !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
  color: #6a5000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe79d !important;
  border-color: #ffe79d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6a5000 !important;
  background-color: #ffe79d !important;
  border-color: #ffe79d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f42437 !important;
  border-color: #f42437 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f65563 !important;
  border-color: #f65563 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f65563 !important;
  border-color: #f65563 !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: #d31abb;
  color: #d31abb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #861077 !important;
  background-color: transparent !important;
  border-color: #861077 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d31abb !important;
  border-color: #d31abb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #67595e;
  color: #67595e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #383134 !important;
  background-color: transparent !important;
  border-color: #383134 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67595e !important;
  border-color: #67595e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #72e1f7;
  color: #72e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #20d0f2 !important;
  background-color: transparent !important;
  border-color: #20d0f2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065564 !important;
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #90f4c6;
  color: #90f4c6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #41ec9d !important;
  background-color: transparent !important;
  border-color: #41ec9d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0c7947 !important;
  background-color: #90f4c6 !important;
  border-color: #90f4c6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffda6a;
  color: #ffda6a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc413 !important;
  background-color: transparent !important;
  border-color: #ffc413 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a5000 !important;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f42437;
  color: #f42437;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b80919 !important;
  background-color: transparent !important;
  border-color: #b80919 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f42437 !important;
  border-color: #f42437 !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: #d31abb !important;
}
.text-secondary {
  color: #67595e !important;
}
.text-success {
  color: #90f4c6 !important;
}
.text-info {
  color: #72e1f7 !important;
}
.text-warning {
  color: #ffda6a !important;
}
.text-danger {
  color: #f42437 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #780f6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #302a2c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #33eb96 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #11ccf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc104 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a90917 !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: #d31abb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72e1f7;
}
.alert-warning {
  background-color: #ffda6a;
}
.alert-danger {
  background-color: #f42437;
}
.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: #d31abb;
  border-color: #d31abb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d31abb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7c2f0;
}
.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: #fee6e8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #d31abb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 140%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #d31abb;
}
/* 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: #d31abb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d31abb;
}
.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: #d31abb;
  border-bottom-color: #d31abb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #d31abb !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: #67595e !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='%23d31abb' %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 {
  font-weight: 600 !important;
  padding: 10px 24px;
  border-radius: 64px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  font-size: 18px !important;
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border: none !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 24px;
  border-radius: 64px;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border: 2px solid;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  padding: 10px 24px 10px 48px;
  margin-left: 16px;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont {
  border-color: #d31abb;
}
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont {
  border-color: #67595e;
}
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont {
  border-color: #90f4c6;
}
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont {
  border-color: #72e1f7;
}
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont {
  border-color: #ffda6a;
}
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont {
  border-color: #f42437;
}
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont {
  border-color: #000000;
}
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  border-color: #ffffff;
}
img {
  border-radius: 0 !important;
}
.new-font {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2rem;
}
.cid-uWU4qh0dbx {
  background-color: transparent;
}
.cid-uWU4qh0dbx .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uWU4qh0dbx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uWU4qh0dbx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWU4qh0dbx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uWU4qh0dbx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uWU4qh0dbx .menu_box .navbar.opened,
  .cid-uWU4qh0dbx .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uWU4qh0dbx .navbar-dropdown {
  position: relative !important;
}
.cid-uWU4qh0dbx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uWU4qh0dbx .btn:hover {
  box-shadow: none;
}
.cid-uWU4qh0dbx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uWU4qh0dbx .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uWU4qh0dbx .nav-item {
    margin: 0 !important;
  }
}
.cid-uWU4qh0dbx .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uWU4qh0dbx .nav-item .nav-link:hover,
.cid-uWU4qh0dbx .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uWU4qh0dbx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uWU4qh0dbx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uWU4qh0dbx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uWU4qh0dbx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uWU4qh0dbx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uWU4qh0dbx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uWU4qh0dbx .offcanvas_box {
    display: none;
  }
}
.cid-uWU4qh0dbx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uWU4qh0dbx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uWU4qh0dbx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uWU4qh0dbx .container {
  display: flex;
  margin: auto;
}
.cid-uWU4qh0dbx .iconfont-wrapper {
  color: #000000;
  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-uWU4qh0dbx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uWU4qh0dbx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uWU4qh0dbx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uWU4qh0dbx .navbar-nav {
    margin: 0;
  }
}
.cid-uWU4qh0dbx .dropdown-menu,
.cid-uWU4qh0dbx .navbar.opened {
  background-color: false !important;
}
.cid-uWU4qh0dbx .nav-item:focus,
.cid-uWU4qh0dbx .nav-link:focus {
  outline: none;
}
.cid-uWU4qh0dbx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWU4qh0dbx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWU4qh0dbx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWU4qh0dbx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWU4qh0dbx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWU4qh0dbx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWU4qh0dbx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uWU4qh0dbx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uWU4qh0dbx .navbar.opened {
  transition: all 0.3s;
}
.cid-uWU4qh0dbx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uWU4qh0dbx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uWU4qh0dbx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWU4qh0dbx .navbar.collapsed {
  justify-content: center;
}
.cid-uWU4qh0dbx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWU4qh0dbx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWU4qh0dbx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWU4qh0dbx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWU4qh0dbx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWU4qh0dbx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uWU4qh0dbx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uWU4qh0dbx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uWU4qh0dbx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uWU4qh0dbx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWU4qh0dbx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWU4qh0dbx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uWU4qh0dbx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWU4qh0dbx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uWU4qh0dbx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWU4qh0dbx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uWU4qh0dbx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uWU4qh0dbx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uWU4qh0dbx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uWU4qh0dbx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWU4qh0dbx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uWU4qh0dbx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWU4qh0dbx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWU4qh0dbx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWU4qh0dbx .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-uWU4qh0dbx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uWU4qh0dbx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWU4qh0dbx .dropdown-item.active,
.cid-uWU4qh0dbx .dropdown-item:active {
  background-color: transparent;
}
.cid-uWU4qh0dbx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uWU4qh0dbx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWU4qh0dbx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWU4qh0dbx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWU4qh0dbx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uWU4qh0dbx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWU4qh0dbx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uWU4qh0dbx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWU4qh0dbx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWU4qh0dbx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU4qh0dbx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWU4qh0dbx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWU4qh0dbx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU4qh0dbx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWU4qh0dbx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWU4qh0dbx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWU4qh0dbx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uWU4qh0dbx .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-uWU4qh0dbx .navbar {
    height: 70px;
  }
  .cid-uWU4qh0dbx .navbar.opened {
    height: auto;
  }
  .cid-uWU4qh0dbx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWU4qh0dbx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uWU4qh0dbx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uWU4qh0dbx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uWU4qh0dbx .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uWU4qh0dbx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uWU4qh0dbx .text_widget {
  margin-bottom: 32px;
}
.cid-uWU4qh0dbx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uWU4qh0dbx .text_widget a:hover,
.cid-uWU4qh0dbx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uWU4qh0dbx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uWU4qh0dbx .icons-menu-main {
  display: flex;
}
.cid-uWU4qh0dbx .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uWU4qh0dbx .navbar-caption {
  color: #000000;
}
.cid-uWU4qh0dbx .mbr-text {
  color: #6f6f6f;
}
.cid-uWU4qh0dbx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ1H8Dn8sT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1H8Dn8sT .item:focus,
.cid-uZ1H8Dn8sT span:focus {
  outline: none;
}
.cid-uZ1H8Dn8sT .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1H8Dn8sT .loop-container {
  padding: 10px 0;
}
.cid-uZ1H8Dn8sT .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1H8Dn8sT .item {
    min-height: 45px;
  }
}
.cid-uZxP8uSFor {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uZxP8uSFor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZxP8uSFor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZxP8uSFor .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZxP8uSFor .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-uZxP8uSFor .mbr-section-title {
  color: #e51f1a;
}
.cid-uYXv4F7IA9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uYXv4F7IA9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXv4F7IA9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXv4F7IA9 .row {
  justify-content: space-between;
}
.cid-uYXv4F7IA9 .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uYXv4F7IA9 .content-wrapper {
    padding: 0;
  }
}
.cid-uYXv4F7IA9 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYXv4F7IA9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYXv4F7IA9 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYXv4F7IA9 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uYXv4F7IA9 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uYXv4F7IA9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uYXv4F7IA9 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uYXv4F7IA9 .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uYXv4F7IA9 .mbr-section-title {
  color: #000000;
}
.cid-uYXv4F7IA9 .mbr-desc {
  color: #000000;
}
.cid-uYXv4F7IA9 .mbr-text {
  color: #020202;
  text-align: center;
}
.cid-uVvLcPAC70 {
  background-color: #ffffff;
}
.cid-uVvLcPAC70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvLcPAC70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVvLcPAC70 .container {
    padding: 0 22px;
  }
}
.cid-uVvLcPAC70 .row {
  justify-content: space-between;
}
.cid-uVvLcPAC70 .row .card {
  justify-content: center;
}
.cid-uVvLcPAC70 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVvLcPAC70 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uVvLcPAC70 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uVvLcPAC70 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVvLcPAC70 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVvLcPAC70 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uVvLcPAC70 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uVvLcPAC70 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uVvLcPAC70 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uVvLcPAC70 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uVvLcPAC70 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVvLcPAC70 .mbr-section-title {
  color: #000000;
}
.cid-uVvLcPAC70 .mbr-text {
  color: #140606;
}
.cid-uVvLcPAC70 .card-title {
  color: #ff5753;
}
.cid-uVvLcPAC70 .card-text {
  color: #000000;
}
.cid-uVvLcPAC70 .mbr-section-title,
.cid-uVvLcPAC70 .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uVvLcPAC70 .card-title,
.cid-uVvLcPAC70 .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uVvLcPBYJY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uVvLcPBYJY .item:focus,
.cid-uVvLcPBYJY span:focus {
  outline: none;
}
.cid-uVvLcPBYJY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVvLcPBYJY .loop-container {
  padding: 10px 0;
}
.cid-uVvLcPBYJY .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVvLcPBYJY .item {
    min-height: 45px;
  }
}
.cid-uWTLrot03N {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uWTLrot03N img,
.cid-uWTLrot03N .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWTLrot03N img,
  .cid-uWTLrot03N .item-img {
    max-height: 300px;
  }
}
.cid-uWTLrot03N .item:focus,
.cid-uWTLrot03N span:focus {
  outline: none;
}
.cid-uWTLrot03N .item-wrapper {
  position: relative;
}
.cid-uWTLrot03N .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uWTLrot03N .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uWTLrot03N .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWTLrot03N .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uWTLrot03N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uWTLrot03N .mbr-section-title {
  color: #232323;
}
.cid-uWTLrot03N .mbr-text,
.cid-uWTLrot03N .mbr-section-btn {
  text-align: left;
}
.cid-uWTLrot03N .item-title {
  text-align: left;
}
.cid-uWTLrot03N .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uWTLrot03N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uWTLrot03N .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uWTLrot03N .embla__button--next,
.cid-uWTLrot03N .embla__button--prev {
  display: flex;
}
.cid-uWTLrot03N .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uWTLrot03N .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uWTLrot03N .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uWTLrot03N .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWTLrot03N .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWTLrot03N .embla__button {
    top: auto;
  }
}
.cid-uWTLrot03N .embla {
  position: relative;
  width: 100%;
}
.cid-uWTLrot03N .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uWTLrot03N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWTLrot03N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWTLrot03N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uWTLrot03N .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uWTLrot03N .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uWTLrot03N .content-head {
  max-width: 800px;
}
.cid-uXs4Fk7qnm {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uXs4Fk7qnm H2 {
  color: #89b758;
}
.cid-uXs4Fk7qnm .mbr-text,
.cid-uXs4Fk7qnm .mbr-section-btn {
  color: #106ff2;
}
.cid-uXs4Fk7qnm img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uXs4Fk7qnm img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uXs4Fk7qnm H1 {
  color: #29361a;
}
.cid-uXs4Fk7qnm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXs4Fk7qnm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXM2xrq7cL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uXM2xrq7cL h2 {
  margin-bottom: 0;
}
.cid-uXM2xrq7cL h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uXM2xrq7cL p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uXM2xrq7cL .card-wrapper {
  border-top: 1px solid #281365;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uXM2xrq7cL .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uXM2xrq7cL .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uXM2xrq7cL .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uXM2xrq7cL .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uXM2xrq7cL .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uXM2xrq7cL H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uXM2xrq7cL .mbr-section-subtitle {
  color: #15196a;
  text-align: center;
}
.cid-uXM2xrq7cL P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uXM2xrq7cL .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uY2B9VC5Tz {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uY2B9VC5Tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY2B9VC5Tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY2B9VC5Tz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uY2B9VC5Tz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uY2B9VC5Tz .embla__slide .slide-content {
  width: 100%;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uY2B9VC5Tz .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uY2B9VC5Tz .embla__button--next,
.cid-uY2B9VC5Tz .embla__button--prev {
  display: flex;
}
.cid-uY2B9VC5Tz .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uY2B9VC5Tz .embla__button {
    display: none;
  }
}
.cid-uY2B9VC5Tz .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uY2B9VC5Tz .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uY2B9VC5Tz .embla__button.embla__button--prev {
  left: 0;
}
.cid-uY2B9VC5Tz .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uY2B9VC5Tz .embla__button.embla__button--next {
  right: 0;
}
.cid-uY2B9VC5Tz .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uY2B9VC5Tz .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uY2B9VC5Tz .embla {
    padding: 0;
  }
}
.cid-uY2B9VC5Tz .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uY2B9VC5Tz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uY2B9VC5Tz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uY2B9VC5Tz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uY2B9VC5Tz .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY2B9VC5Tz .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uY2B9VC5Tz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uY2B9VC5Tz .item-name {
  color: #111111;
}
.cid-uY2B9VC5Tz .card-date {
  color: #666666;
}
.cid-uY2B9VC5Tz .card-title {
  color: #111111;
}
.cid-uY2B9VC5Tz .card-text {
  color: #666666;
}
.cid-uY2B9VC5Tz .mbr-star {
  color: #ff6d99;
}
.cid-uY2B9VC5Tz .mbr-star,
.cid-uY2B9VC5Tz .rating-wrapper {
  color: #fcdf38;
}
.cid-uYcZoe2UZQ {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uYcZoe2UZQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uYcZoe2UZQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcZoe2UZQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcZoe2UZQ .content-wrap {
  margin: 0;
}
.cid-uYcZoe2UZQ .content-wrap .card {
  padding: 0;
}
.cid-uYcZoe2UZQ .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uYcZoe2UZQ .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYcZoe2UZQ .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYcZoe2UZQ .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uYcZoe2UZQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uYcZoe2UZQ .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uYcZoe2UZQ .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uYcZoe2UZQ .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uYcZoe2UZQ .tab-content {
    padding: 40px 0;
  }
}
.cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uYcZoe2UZQ .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uYcZoe2UZQ .mbr-section-title {
  color: #150764;
}
.cid-uYcZoe2UZQ .item-title {
  color: #3f2fa3;
}
.cid-uYcZoe2UZQ .item-text {
  color: #3f2fa3;
}
.cid-uYcZoe2UZQ .mbr-section-title,
.cid-uYcZoe2UZQ .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uVvLcPKDIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uVvLcPKDIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvLcPKDIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uVvLcPKDIA .container {
    padding: 0 22px;
  }
}
.cid-uWVnS6rIyl {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uWVnS6rIyl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uWVnS6rIyl .form-control,
.cid-uWVnS6rIyl .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWVnS6rIyl .form-control::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input::-webkit-input-placeholder,
.cid-uWVnS6rIyl .form-control::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uWVnS6rIyl .form-control:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:-moz-placeholder,
.cid-uWVnS6rIyl .form-control:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uWVnS6rIyl .form-control:hover,
.cid-uWVnS6rIyl .field-input:hover,
.cid-uWVnS6rIyl .form-control:focus,
.cid-uWVnS6rIyl .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uWVnS6rIyl .form-control:hover::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input:hover::-webkit-input-placeholder,
.cid-uWVnS6rIyl .form-control:focus::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input:focus::-webkit-input-placeholder,
.cid-uWVnS6rIyl .form-control:hover::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input:hover::-webkit-input-placeholder,
.cid-uWVnS6rIyl .form-control:focus::-webkit-input-placeholder,
.cid-uWVnS6rIyl .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uWVnS6rIyl .form-control:hover:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:hover:-moz-placeholder,
.cid-uWVnS6rIyl .form-control:focus:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:focus:-moz-placeholder,
.cid-uWVnS6rIyl .form-control:hover:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:hover:-moz-placeholder,
.cid-uWVnS6rIyl .form-control:focus:-moz-placeholder,
.cid-uWVnS6rIyl .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uWVnS6rIyl .jq-number__spin:hover,
.cid-uWVnS6rIyl .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uWVnS6rIyl .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uWVnS6rIyl .jq-selectbox li,
.cid-uWVnS6rIyl .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uWVnS6rIyl .jq-selectbox li:hover,
.cid-uWVnS6rIyl .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uWVnS6rIyl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uWVnS6rIyl .jq-number__spin.minus:hover:after,
.cid-uWVnS6rIyl .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uWVnS6rIyl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uWVnS6rIyl .jq-number__spin.minus:after,
.cid-uWVnS6rIyl .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uWVnS6rIyl input::-webkit-clear-button {
  display: none;
}
.cid-uWVnS6rIyl input::-webkit-inner-spin-button {
  display: none;
}
.cid-uWVnS6rIyl input::-webkit-outer-spin-button {
  display: none;
}
.cid-uWVnS6rIyl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uWVnS6rIyl H4 {
  color: #000000;
}
.cid-uYXTgec3Bi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYXTgec3Bi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYXTgec3Bi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYXTgec3Bi .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper {
    display: block;
  }
}
.cid-uYXTgec3Bi .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uYXTgec3Bi .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uYXTgec3Bi .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYXTgec3Bi .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYXTgec3Bi .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYXTgec3Bi .mbr-section-title {
  color: #093388;
}
.cid-uYXTgec3Bi .mbr-text {
  color: #58595b;
}
.cid-uYXTgec3Bi .mbr-section-title,
.cid-uYXTgec3Bi .mbr-section-btn,
.cid-uYXTgec3Bi .title-wrapper,
.cid-uYXTgec3Bi .icon-wrapper {
  color: #3016d6;
}
.cid-uYXTgec3Bi .mbr-text,
.cid-uYXTgec3Bi .text-wrapper {
  color: #020202;
}
.cid-uZA0pr9zwG {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #ffdacd;
}
.cid-uZA0pr9zwG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZA0pr9zwG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZA0pr9zwG .item {
  margin-bottom: 3rem;
}
.cid-uZA0pr9zwG .mbr-section-maintitle {
  text-align: center;
}
.cid-uZA0pr9zwG .mbr-section-title DIV {
  text-align: right;
}
.cid-uZA0pr9zwG .mbr-section-title {
  text-align: justify;
}
.cid-uZ1xCSJpOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1xCSJpOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1xCSJpOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1xCSJpOU .container {
    padding: 0 22px;
  }
}
.cid-uZ1xCSJpOU .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1xCSJpOU .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ1xCSJpOU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1xCSJpOU .mbr-section-title {
  color: #000000;
}
.cid-uZ1xCSJpOU .mbr-text {
  color: #d81dc7;
}
.cid-uZ1xCSJpOU .mbr-text H3 {
  text-align: justify;
}
.cid-uVvLcPRfqx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uVvLcPRfqx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVvLcPRfqx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVvLcPRfqx .container {
    padding: 0 22px;
  }
}
.cid-uVvLcPRfqx .row {
  justify-content: space-between;
}
.cid-uVvLcPRfqx .content-wrapper {
  margin-bottom: 32px;
}
.cid-uVvLcPRfqx .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVvLcPRfqx .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uVvLcPRfqx .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVvLcPRfqx .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uVvLcPRfqx .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uVvLcPRfqx .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uVvLcPRfqx .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVvLcPRfqx .copy-wrapper {
    display: block;
  }
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVvLcPRfqx .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uVvLcPRfqx .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uVvLcPRfqx .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVvLcPRfqx .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uVvLcPRfqx .mbr-section-title {
  color: #ff5753;
}
.cid-uVvLcPRfqx .mbr-text {
  color: #ffffff;
}
.cid-uVvLcPRfqx .list {
  color: #635d60;
}
.cid-uVvLcPRfqx .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uVvLcPRfqx .mbr-copy,
.cid-uVvLcPRfqx .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ1Mwtj3tD {
  background-color: transparent;
}
.cid-uZ1Mwtj3tD .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ1Mwtj3tD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ1Mwtj3tD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ1Mwtj3tD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ1Mwtj3tD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ1Mwtj3tD .menu_box .navbar.opened,
  .cid-uZ1Mwtj3tD .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ1Mwtj3tD .navbar-dropdown {
  position: relative !important;
}
.cid-uZ1Mwtj3tD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ1Mwtj3tD .btn:hover {
  box-shadow: none;
}
.cid-uZ1Mwtj3tD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ1Mwtj3tD .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ1Mwtj3tD .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ1Mwtj3tD .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ1Mwtj3tD .nav-item .nav-link:hover,
.cid-uZ1Mwtj3tD .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ1Mwtj3tD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ1Mwtj3tD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ1Mwtj3tD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ1Mwtj3tD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ1Mwtj3tD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ1Mwtj3tD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ1Mwtj3tD .offcanvas_box {
    display: none;
  }
}
.cid-uZ1Mwtj3tD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ1Mwtj3tD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ1Mwtj3tD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ1Mwtj3tD .container {
  display: flex;
  margin: auto;
}
.cid-uZ1Mwtj3tD .iconfont-wrapper {
  color: #000000;
  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-uZ1Mwtj3tD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ1Mwtj3tD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ1Mwtj3tD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ1Mwtj3tD .navbar-nav {
    margin: 0;
  }
}
.cid-uZ1Mwtj3tD .dropdown-menu,
.cid-uZ1Mwtj3tD .navbar.opened {
  background-color: false !important;
}
.cid-uZ1Mwtj3tD .nav-item:focus,
.cid-uZ1Mwtj3tD .nav-link:focus {
  outline: none;
}
.cid-uZ1Mwtj3tD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ1Mwtj3tD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ1Mwtj3tD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ1Mwtj3tD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ1Mwtj3tD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ1Mwtj3tD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ1Mwtj3tD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ1Mwtj3tD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ1Mwtj3tD .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ1Mwtj3tD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ1Mwtj3tD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ1Mwtj3tD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ1Mwtj3tD .navbar.collapsed {
  justify-content: center;
}
.cid-uZ1Mwtj3tD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ1Mwtj3tD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ1Mwtj3tD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ1Mwtj3tD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ1Mwtj3tD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ1Mwtj3tD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ1Mwtj3tD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ1Mwtj3tD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ1Mwtj3tD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ1Mwtj3tD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ1Mwtj3tD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ1Mwtj3tD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ1Mwtj3tD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ1Mwtj3tD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ1Mwtj3tD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ1Mwtj3tD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ1Mwtj3tD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ1Mwtj3tD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ1Mwtj3tD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ1Mwtj3tD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ1Mwtj3tD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ1Mwtj3tD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ1Mwtj3tD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ1Mwtj3tD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ1Mwtj3tD .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-uZ1Mwtj3tD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ1Mwtj3tD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ1Mwtj3tD .dropdown-item.active,
.cid-uZ1Mwtj3tD .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ1Mwtj3tD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ1Mwtj3tD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ1Mwtj3tD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ1Mwtj3tD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ1Mwtj3tD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ1Mwtj3tD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ1Mwtj3tD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ1Mwtj3tD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ1Mwtj3tD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ1Mwtj3tD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1Mwtj3tD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1Mwtj3tD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ1Mwtj3tD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1Mwtj3tD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ1Mwtj3tD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ1Mwtj3tD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1Mwtj3tD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ1Mwtj3tD .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-uZ1Mwtj3tD .navbar {
    height: 70px;
  }
  .cid-uZ1Mwtj3tD .navbar.opened {
    height: auto;
  }
  .cid-uZ1Mwtj3tD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ1Mwtj3tD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ1Mwtj3tD .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ1Mwtj3tD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ1Mwtj3tD .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ1Mwtj3tD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ1Mwtj3tD .text_widget {
  margin-bottom: 32px;
}
.cid-uZ1Mwtj3tD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ1Mwtj3tD .text_widget a:hover,
.cid-uZ1Mwtj3tD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ1Mwtj3tD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ1Mwtj3tD .icons-menu-main {
  display: flex;
}
.cid-uZ1Mwtj3tD .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ1Mwtj3tD .navbar-caption {
  color: #000000;
}
.cid-uZ1Mwtj3tD .mbr-text {
  color: #6f6f6f;
}
.cid-uZ1Mwtj3tD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ1Mwqcv3R {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1Mwqcv3R .item:focus,
.cid-uZ1Mwqcv3R span:focus {
  outline: none;
}
.cid-uZ1Mwqcv3R .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1Mwqcv3R .loop-container {
  padding: 10px 0;
}
.cid-uZ1Mwqcv3R .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1Mwqcv3R .item {
    min-height: 45px;
  }
}
.cid-uZ1Mwy9Opy {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ1Mwy9Opy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1Mwy9Opy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .container {
    padding: 0 22px;
  }
}
.cid-uZ1Mwy9Opy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ1Mwy9Opy .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1Mwy9Opy .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ1Mwy9Opy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ1Mwy9Opy .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ1Mwy9Opy .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1Mwy9Opy .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1Mwy9Opy .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1Mwy9Opy .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ1Mwy9Opy .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ1Mwy9Opy .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ1Mwy9Opy .mbr-section-title {
  color: #000000;
}
.cid-uZ1Mwy9Opy .card-title {
  color: #000000;
}
.cid-uZ1Mwy9Opy .card-text {
  color: #635d60;
}
.cid-uZ1MwBI7Zr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ1MwBI7Zr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MwBI7Zr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1MwBI7Zr .row {
  justify-content: space-between;
}
.cid-uZ1MwBI7Zr .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ1MwBI7Zr .content-wrapper {
    padding: 0;
  }
}
.cid-uZ1MwBI7Zr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1MwBI7Zr .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ1MwBI7Zr .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1MwBI7Zr .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ1MwBI7Zr .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1MwBI7Zr .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ1MwBI7Zr .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ1MwBI7Zr .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ1MwBI7Zr .mbr-section-title {
  color: #000000;
}
.cid-uZ1MwBI7Zr .mbr-desc {
  color: #000000;
}
.cid-uZ1MwBI7Zr .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ1MwF4pnP {
  background-color: #ffffff;
}
.cid-uZ1MwF4pnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MwF4pnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1MwF4pnP .container {
    padding: 0 22px;
  }
}
.cid-uZ1MwF4pnP .row {
  justify-content: space-between;
}
.cid-uZ1MwF4pnP .row .card {
  justify-content: center;
}
.cid-uZ1MwF4pnP .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1MwF4pnP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ1MwF4pnP .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ1MwF4pnP .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1MwF4pnP .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1MwF4pnP .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ1MwF4pnP .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ1MwF4pnP .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ1MwF4pnP .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ1MwF4pnP .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1MwF4pnP .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ1MwF4pnP .mbr-section-title {
  color: #000000;
}
.cid-uZ1MwF4pnP .mbr-text {
  color: #140606;
}
.cid-uZ1MwF4pnP .card-title {
  color: #ff5753;
}
.cid-uZ1MwF4pnP .card-text {
  color: #000000;
}
.cid-uZ1MwF4pnP .mbr-section-title,
.cid-uZ1MwF4pnP .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ1MwF4pnP .card-title,
.cid-uZ1MwF4pnP .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ1MwJnjDG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1MwJnjDG .item:focus,
.cid-uZ1MwJnjDG span:focus {
  outline: none;
}
.cid-uZ1MwJnjDG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1MwJnjDG .loop-container {
  padding: 10px 0;
}
.cid-uZ1MwJnjDG .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1MwJnjDG .item {
    min-height: 45px;
  }
}
.cid-uZ1MwMD3pb {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ1MwMD3pb img,
.cid-uZ1MwMD3pb .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ1MwMD3pb img,
  .cid-uZ1MwMD3pb .item-img {
    max-height: 300px;
  }
}
.cid-uZ1MwMD3pb .item:focus,
.cid-uZ1MwMD3pb span:focus {
  outline: none;
}
.cid-uZ1MwMD3pb .item-wrapper {
  position: relative;
}
.cid-uZ1MwMD3pb .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ1MwMD3pb .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ1MwMD3pb .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1MwMD3pb .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ1MwMD3pb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ1MwMD3pb .mbr-section-title {
  color: #232323;
}
.cid-uZ1MwMD3pb .mbr-text,
.cid-uZ1MwMD3pb .mbr-section-btn {
  text-align: left;
}
.cid-uZ1MwMD3pb .item-title {
  text-align: left;
}
.cid-uZ1MwMD3pb .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ1MwMD3pb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ1MwMD3pb .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ1MwMD3pb .embla__button--next,
.cid-uZ1MwMD3pb .embla__button--prev {
  display: flex;
}
.cid-uZ1MwMD3pb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ1MwMD3pb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ1MwMD3pb .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ1MwMD3pb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ1MwMD3pb .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ1MwMD3pb .embla__button {
    top: auto;
  }
}
.cid-uZ1MwMD3pb .embla {
  position: relative;
  width: 100%;
}
.cid-uZ1MwMD3pb .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ1MwMD3pb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1MwMD3pb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1MwMD3pb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ1MwMD3pb .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ1MwMD3pb .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ1MwMD3pb .content-head {
  max-width: 800px;
}
.cid-uZ1MwSD9Ob {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ1MwSD9Ob H2 {
  color: #89b758;
}
.cid-uZ1MwSD9Ob .mbr-text,
.cid-uZ1MwSD9Ob .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ1MwSD9Ob img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ1MwSD9Ob img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ1MwSD9Ob H1 {
  color: #29361a;
}
.cid-uZ1MwSD9Ob .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MwSD9Ob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1MwWpl8d {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ1MwWpl8d h2 {
  margin-bottom: 0;
}
.cid-uZ1MwWpl8d h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ1MwWpl8d p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ1MwWpl8d .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ1MwWpl8d .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ1MwWpl8d .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ1MwWpl8d .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ1MwWpl8d .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ1MwWpl8d .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ1MwWpl8d H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ1MwWpl8d .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ1MwWpl8d P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ1MwWpl8d .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ1Mx1KKDx {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ1Mx1KKDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1Mx1KKDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1Mx1KKDx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ1Mx1KKDx .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ1Mx1KKDx .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1Mx1KKDx .embla__button--next,
.cid-uZ1Mx1KKDx .embla__button--prev {
  display: flex;
}
.cid-uZ1Mx1KKDx .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ1Mx1KKDx .embla__button {
    display: none;
  }
}
.cid-uZ1Mx1KKDx .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ1Mx1KKDx .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ1Mx1KKDx .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ1Mx1KKDx .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ1Mx1KKDx .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ1Mx1KKDx .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ1Mx1KKDx .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ1Mx1KKDx .embla {
    padding: 0;
  }
}
.cid-uZ1Mx1KKDx .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ1Mx1KKDx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1Mx1KKDx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1Mx1KKDx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ1Mx1KKDx .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ1Mx1KKDx .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ1Mx1KKDx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ1Mx1KKDx .item-name {
  color: #111111;
}
.cid-uZ1Mx1KKDx .card-date {
  color: #666666;
}
.cid-uZ1Mx1KKDx .card-title {
  color: #111111;
}
.cid-uZ1Mx1KKDx .card-text {
  color: #666666;
}
.cid-uZ1Mx1KKDx .mbr-star {
  color: #ff6d99;
}
.cid-uZ1Mx1KKDx .mbr-star,
.cid-uZ1Mx1KKDx .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ1Mx8Vd2G {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ1Mx8Vd2G .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ1Mx8Vd2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1Mx8Vd2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1Mx8Vd2G .content-wrap {
  margin: 0;
}
.cid-uZ1Mx8Vd2G .content-wrap .card {
  padding: 0;
}
.cid-uZ1Mx8Vd2G .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ1Mx8Vd2G .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1Mx8Vd2G .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1Mx8Vd2G .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ1Mx8Vd2G .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1Mx8Vd2G .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ1Mx8Vd2G .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ1Mx8Vd2G .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1Mx8Vd2G .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ1Mx8Vd2G .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ1Mx8Vd2G .mbr-section-title {
  color: #150764;
}
.cid-uZ1Mx8Vd2G .item-title {
  color: #3f2fa3;
}
.cid-uZ1Mx8Vd2G .item-text {
  color: #3f2fa3;
}
.cid-uZ1Mx8Vd2G .mbr-section-title,
.cid-uZ1Mx8Vd2G .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ1MxeHpIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ1MxeHpIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MxeHpIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ1MxeHpIW .container {
    padding: 0 22px;
  }
}
.cid-uZ1MxjnXXv {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ1MxjnXXv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ1MxjnXXv .form-control,
.cid-uZ1MxjnXXv .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1MxjnXXv .form-control::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .form-control::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ1MxjnXXv .form-control:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:-moz-placeholder,
.cid-uZ1MxjnXXv .form-control:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ1MxjnXXv .form-control:hover,
.cid-uZ1MxjnXXv .field-input:hover,
.cid-uZ1MxjnXXv .form-control:focus,
.cid-uZ1MxjnXXv .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ1MxjnXXv .form-control:hover::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input:hover::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .form-control:focus::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input:focus::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .form-control:hover::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input:hover::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .form-control:focus::-webkit-input-placeholder,
.cid-uZ1MxjnXXv .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ1MxjnXXv .form-control:hover:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:hover:-moz-placeholder,
.cid-uZ1MxjnXXv .form-control:focus:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:focus:-moz-placeholder,
.cid-uZ1MxjnXXv .form-control:hover:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:hover:-moz-placeholder,
.cid-uZ1MxjnXXv .form-control:focus:-moz-placeholder,
.cid-uZ1MxjnXXv .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ1MxjnXXv .jq-number__spin:hover,
.cid-uZ1MxjnXXv .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ1MxjnXXv .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1MxjnXXv .jq-selectbox li,
.cid-uZ1MxjnXXv .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ1MxjnXXv .jq-selectbox li:hover,
.cid-uZ1MxjnXXv .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ1MxjnXXv .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ1MxjnXXv .jq-number__spin.minus:hover:after,
.cid-uZ1MxjnXXv .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ1MxjnXXv .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ1MxjnXXv .jq-number__spin.minus:after,
.cid-uZ1MxjnXXv .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ1MxjnXXv input::-webkit-clear-button {
  display: none;
}
.cid-uZ1MxjnXXv input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ1MxjnXXv input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ1MxjnXXv input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ1MxjnXXv H4 {
  color: #000000;
}
.cid-uZ1MxqCPkh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1MxqCPkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MxqCPkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1MxqCPkh .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper {
    display: block;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ1MxqCPkh .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1MxqCPkh .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ1MxqCPkh .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ1MxqCPkh .mbr-section-title {
  color: #093388;
}
.cid-uZ1MxqCPkh .mbr-text {
  color: #58595b;
}
.cid-uZ1MxqCPkh .mbr-section-title,
.cid-uZ1MxqCPkh .mbr-section-btn,
.cid-uZ1MxqCPkh .title-wrapper,
.cid-uZ1MxqCPkh .icon-wrapper {
  color: #3016d6;
}
.cid-uZ1MxqCPkh .mbr-text,
.cid-uZ1MxqCPkh .text-wrapper {
  color: #020202;
}
.cid-uZ1MxwnySo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1MxwnySo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MxwnySo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1MxwnySo .container {
    padding: 0 22px;
  }
}
.cid-uZ1MxwnySo .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1MxwnySo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ1MxwnySo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1MxwnySo .mbr-section-title {
  color: #000000;
}
.cid-uZ1MxwnySo .mbr-text {
  color: #d81dc7;
}
.cid-uZ1MxwnySo .mbr-text H3 {
  text-align: justify;
}
.cid-uZ1MxByz4m {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ1MxByz4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1MxByz4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1MxByz4m .container {
    padding: 0 22px;
  }
}
.cid-uZ1MxByz4m .row {
  justify-content: space-between;
}
.cid-uZ1MxByz4m .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1MxByz4m .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1MxByz4m .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ1MxByz4m .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ1MxByz4m .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ1MxByz4m .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ1MxByz4m .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ1MxByz4m .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1MxByz4m .copy-wrapper {
    display: block;
  }
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ1MxByz4m .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ1MxByz4m .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1MxByz4m .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1MxByz4m .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ1MxByz4m .mbr-section-title {
  color: #ff5753;
}
.cid-uZ1MxByz4m .mbr-text {
  color: #ffffff;
}
.cid-uZ1MxByz4m .list {
  color: #635d60;
}
.cid-uZ1MxByz4m .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ1MxByz4m .mbr-copy,
.cid-uZ1MxByz4m .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ1WnxgY60 {
  background-color: transparent;
}
.cid-uZ1WnxgY60 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ1WnxgY60 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ1WnxgY60 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ1WnxgY60 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ1WnxgY60 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ1WnxgY60 .menu_box .navbar.opened,
  .cid-uZ1WnxgY60 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ1WnxgY60 .navbar-dropdown {
  position: relative !important;
}
.cid-uZ1WnxgY60 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ1WnxgY60 .btn:hover {
  box-shadow: none;
}
.cid-uZ1WnxgY60 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ1WnxgY60 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ1WnxgY60 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ1WnxgY60 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ1WnxgY60 .nav-item .nav-link:hover,
.cid-uZ1WnxgY60 .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ1WnxgY60 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ1WnxgY60 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ1WnxgY60 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ1WnxgY60 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ1WnxgY60 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ1WnxgY60 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ1WnxgY60 .offcanvas_box {
    display: none;
  }
}
.cid-uZ1WnxgY60 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ1WnxgY60 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ1WnxgY60 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ1WnxgY60 .container {
  display: flex;
  margin: auto;
}
.cid-uZ1WnxgY60 .iconfont-wrapper {
  color: #000000;
  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-uZ1WnxgY60 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ1WnxgY60 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ1WnxgY60 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ1WnxgY60 .navbar-nav {
    margin: 0;
  }
}
.cid-uZ1WnxgY60 .dropdown-menu,
.cid-uZ1WnxgY60 .navbar.opened {
  background-color: false !important;
}
.cid-uZ1WnxgY60 .nav-item:focus,
.cid-uZ1WnxgY60 .nav-link:focus {
  outline: none;
}
.cid-uZ1WnxgY60 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ1WnxgY60 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ1WnxgY60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ1WnxgY60 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ1WnxgY60 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ1WnxgY60 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ1WnxgY60 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WnxgY60 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ1WnxgY60 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ1WnxgY60 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ1WnxgY60 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ1WnxgY60 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ1WnxgY60 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ1WnxgY60 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ1WnxgY60 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ1WnxgY60 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ1WnxgY60 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ1WnxgY60 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ1WnxgY60 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ1WnxgY60 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ1WnxgY60 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ1WnxgY60 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ1WnxgY60 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ1WnxgY60 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ1WnxgY60 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ1WnxgY60 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ1WnxgY60 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ1WnxgY60 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ1WnxgY60 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ1WnxgY60 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ1WnxgY60 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ1WnxgY60 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ1WnxgY60 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ1WnxgY60 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ1WnxgY60 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ1WnxgY60 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ1WnxgY60 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ1WnxgY60 .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-uZ1WnxgY60 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ1WnxgY60 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ1WnxgY60 .dropdown-item.active,
.cid-uZ1WnxgY60 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ1WnxgY60 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ1WnxgY60 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ1WnxgY60 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ1WnxgY60 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ1WnxgY60 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ1WnxgY60 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ1WnxgY60 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ1WnxgY60 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ1WnxgY60 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ1WnxgY60 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1WnxgY60 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1WnxgY60 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ1WnxgY60 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1WnxgY60 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ1WnxgY60 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ1WnxgY60 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1WnxgY60 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ1WnxgY60 .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-uZ1WnxgY60 .navbar {
    height: 70px;
  }
  .cid-uZ1WnxgY60 .navbar.opened {
    height: auto;
  }
  .cid-uZ1WnxgY60 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ1WnxgY60 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ1WnxgY60 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ1WnxgY60 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ1WnxgY60 .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ1WnxgY60 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ1WnxgY60 .text_widget {
  margin-bottom: 32px;
}
.cid-uZ1WnxgY60 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ1WnxgY60 .text_widget a:hover,
.cid-uZ1WnxgY60 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ1WnxgY60 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ1WnxgY60 .icons-menu-main {
  display: flex;
}
.cid-uZ1WnxgY60 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ1WnxgY60 .navbar-caption {
  color: #000000;
}
.cid-uZ1WnxgY60 .mbr-text {
  color: #6f6f6f;
}
.cid-uZ1WnxgY60 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ1WntS7RK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1WntS7RK .item:focus,
.cid-uZ1WntS7RK span:focus {
  outline: none;
}
.cid-uZ1WntS7RK .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1WntS7RK .loop-container {
  padding: 10px 0;
}
.cid-uZ1WntS7RK .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1WntS7RK .item {
    min-height: 45px;
  }
}
.cid-uZ1WnCfPJc {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ1WnCfPJc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WnCfPJc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .container {
    padding: 0 22px;
  }
}
.cid-uZ1WnCfPJc .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ1WnCfPJc .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1WnCfPJc .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ1WnCfPJc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ1WnCfPJc .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ1WnCfPJc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1WnCfPJc .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1WnCfPJc .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WnCfPJc .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ1WnCfPJc .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ1WnCfPJc .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ1WnCfPJc .mbr-section-title {
  color: #000000;
}
.cid-uZ1WnCfPJc .card-title {
  color: #000000;
}
.cid-uZ1WnCfPJc .card-text {
  color: #635d60;
}
.cid-uZ1WnFJMUP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ1WnFJMUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WnFJMUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1WnFJMUP .row {
  justify-content: space-between;
}
.cid-uZ1WnFJMUP .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ1WnFJMUP .content-wrapper {
    padding: 0;
  }
}
.cid-uZ1WnFJMUP .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1WnFJMUP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ1WnFJMUP .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1WnFJMUP .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ1WnFJMUP .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1WnFJMUP .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ1WnFJMUP .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ1WnFJMUP .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ1WnFJMUP .mbr-section-title {
  color: #000000;
}
.cid-uZ1WnFJMUP .mbr-desc {
  color: #000000;
}
.cid-uZ1WnFJMUP .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ1WnJjIM5 {
  background-color: #ffffff;
}
.cid-uZ1WnJjIM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WnJjIM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WnJjIM5 .container {
    padding: 0 22px;
  }
}
.cid-uZ1WnJjIM5 .row {
  justify-content: space-between;
}
.cid-uZ1WnJjIM5 .row .card {
  justify-content: center;
}
.cid-uZ1WnJjIM5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1WnJjIM5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ1WnJjIM5 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ1WnJjIM5 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1WnJjIM5 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WnJjIM5 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ1WnJjIM5 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ1WnJjIM5 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ1WnJjIM5 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ1WnJjIM5 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1WnJjIM5 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ1WnJjIM5 .mbr-section-title {
  color: #000000;
}
.cid-uZ1WnJjIM5 .mbr-text {
  color: #140606;
}
.cid-uZ1WnJjIM5 .card-title {
  color: #ff5753;
}
.cid-uZ1WnJjIM5 .card-text {
  color: #000000;
}
.cid-uZ1WnJjIM5 .mbr-section-title,
.cid-uZ1WnJjIM5 .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ1WnJjIM5 .card-title,
.cid-uZ1WnJjIM5 .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ1WnNvqia {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1WnNvqia .item:focus,
.cid-uZ1WnNvqia span:focus {
  outline: none;
}
.cid-uZ1WnNvqia .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1WnNvqia .loop-container {
  padding: 10px 0;
}
.cid-uZ1WnNvqia .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1WnNvqia .item {
    min-height: 45px;
  }
}
.cid-uZ1WnQLBG8 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ1WnQLBG8 img,
.cid-uZ1WnQLBG8 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ1WnQLBG8 img,
  .cid-uZ1WnQLBG8 .item-img {
    max-height: 300px;
  }
}
.cid-uZ1WnQLBG8 .item:focus,
.cid-uZ1WnQLBG8 span:focus {
  outline: none;
}
.cid-uZ1WnQLBG8 .item-wrapper {
  position: relative;
}
.cid-uZ1WnQLBG8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ1WnQLBG8 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ1WnQLBG8 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1WnQLBG8 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ1WnQLBG8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ1WnQLBG8 .mbr-section-title {
  color: #232323;
}
.cid-uZ1WnQLBG8 .mbr-text,
.cid-uZ1WnQLBG8 .mbr-section-btn {
  text-align: left;
}
.cid-uZ1WnQLBG8 .item-title {
  text-align: left;
}
.cid-uZ1WnQLBG8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ1WnQLBG8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ1WnQLBG8 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ1WnQLBG8 .embla__button--next,
.cid-uZ1WnQLBG8 .embla__button--prev {
  display: flex;
}
.cid-uZ1WnQLBG8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ1WnQLBG8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ1WnQLBG8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ1WnQLBG8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ1WnQLBG8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ1WnQLBG8 .embla__button {
    top: auto;
  }
}
.cid-uZ1WnQLBG8 .embla {
  position: relative;
  width: 100%;
}
.cid-uZ1WnQLBG8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ1WnQLBG8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1WnQLBG8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1WnQLBG8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ1WnQLBG8 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ1WnQLBG8 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ1WnQLBG8 .content-head {
  max-width: 800px;
}
.cid-uZ1WnWL3A9 {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ1WnWL3A9 H2 {
  color: #89b758;
}
.cid-uZ1WnWL3A9 .mbr-text,
.cid-uZ1WnWL3A9 .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ1WnWL3A9 img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ1WnWL3A9 img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ1WnWL3A9 H1 {
  color: #29361a;
}
.cid-uZ1WnWL3A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WnWL3A9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1Wo0HoUA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ1Wo0HoUA h2 {
  margin-bottom: 0;
}
.cid-uZ1Wo0HoUA h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ1Wo0HoUA p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ1Wo0HoUA .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ1Wo0HoUA .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ1Wo0HoUA .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ1Wo0HoUA .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ1Wo0HoUA .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ1Wo0HoUA .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ1Wo0HoUA H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ1Wo0HoUA .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ1Wo0HoUA P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ1Wo0HoUA .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ1Wo68Fhm {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ1Wo68Fhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1Wo68Fhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1Wo68Fhm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ1Wo68Fhm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ1Wo68Fhm .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1Wo68Fhm .embla__button--next,
.cid-uZ1Wo68Fhm .embla__button--prev {
  display: flex;
}
.cid-uZ1Wo68Fhm .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ1Wo68Fhm .embla__button {
    display: none;
  }
}
.cid-uZ1Wo68Fhm .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ1Wo68Fhm .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ1Wo68Fhm .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ1Wo68Fhm .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ1Wo68Fhm .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ1Wo68Fhm .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ1Wo68Fhm .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ1Wo68Fhm .embla {
    padding: 0;
  }
}
.cid-uZ1Wo68Fhm .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ1Wo68Fhm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1Wo68Fhm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1Wo68Fhm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ1Wo68Fhm .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ1Wo68Fhm .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ1Wo68Fhm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ1Wo68Fhm .item-name {
  color: #111111;
}
.cid-uZ1Wo68Fhm .card-date {
  color: #666666;
}
.cid-uZ1Wo68Fhm .card-title {
  color: #111111;
}
.cid-uZ1Wo68Fhm .card-text {
  color: #666666;
}
.cid-uZ1Wo68Fhm .mbr-star {
  color: #ff6d99;
}
.cid-uZ1Wo68Fhm .mbr-star,
.cid-uZ1Wo68Fhm .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ1WodLYZK {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ1WodLYZK .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ1WodLYZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WodLYZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1WodLYZK .content-wrap {
  margin: 0;
}
.cid-uZ1WodLYZK .content-wrap .card {
  padding: 0;
}
.cid-uZ1WodLYZK .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ1WodLYZK .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WodLYZK .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WodLYZK .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ1WodLYZK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1WodLYZK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ1WodLYZK .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ1WodLYZK .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1WodLYZK .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ1WodLYZK .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ1WodLYZK .mbr-section-title {
  color: #150764;
}
.cid-uZ1WodLYZK .item-title {
  color: #3f2fa3;
}
.cid-uZ1WodLYZK .item-text {
  color: #3f2fa3;
}
.cid-uZ1WodLYZK .mbr-section-title,
.cid-uZ1WodLYZK .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ1WojEYGL {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ1WojEYGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WojEYGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ1WojEYGL .container {
    padding: 0 22px;
  }
}
.cid-uZ1WooQXbC {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ1WooQXbC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ1WooQXbC .form-control,
.cid-uZ1WooQXbC .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1WooQXbC .form-control::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input::-webkit-input-placeholder,
.cid-uZ1WooQXbC .form-control::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ1WooQXbC .form-control:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:-moz-placeholder,
.cid-uZ1WooQXbC .form-control:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ1WooQXbC .form-control:hover,
.cid-uZ1WooQXbC .field-input:hover,
.cid-uZ1WooQXbC .form-control:focus,
.cid-uZ1WooQXbC .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ1WooQXbC .form-control:hover::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input:hover::-webkit-input-placeholder,
.cid-uZ1WooQXbC .form-control:focus::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input:focus::-webkit-input-placeholder,
.cid-uZ1WooQXbC .form-control:hover::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input:hover::-webkit-input-placeholder,
.cid-uZ1WooQXbC .form-control:focus::-webkit-input-placeholder,
.cid-uZ1WooQXbC .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ1WooQXbC .form-control:hover:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:hover:-moz-placeholder,
.cid-uZ1WooQXbC .form-control:focus:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:focus:-moz-placeholder,
.cid-uZ1WooQXbC .form-control:hover:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:hover:-moz-placeholder,
.cid-uZ1WooQXbC .form-control:focus:-moz-placeholder,
.cid-uZ1WooQXbC .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ1WooQXbC .jq-number__spin:hover,
.cid-uZ1WooQXbC .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ1WooQXbC .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1WooQXbC .jq-selectbox li,
.cid-uZ1WooQXbC .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ1WooQXbC .jq-selectbox li:hover,
.cid-uZ1WooQXbC .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ1WooQXbC .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ1WooQXbC .jq-number__spin.minus:hover:after,
.cid-uZ1WooQXbC .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ1WooQXbC .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ1WooQXbC .jq-number__spin.minus:after,
.cid-uZ1WooQXbC .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ1WooQXbC input::-webkit-clear-button {
  display: none;
}
.cid-uZ1WooQXbC input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ1WooQXbC input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ1WooQXbC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ1WooQXbC H4 {
  color: #000000;
}
.cid-uZ1WovVz5Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1WovVz5Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WovVz5Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1WovVz5Q .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper {
    display: block;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ1WovVz5Q .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1WovVz5Q .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ1WovVz5Q .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ1WovVz5Q .mbr-section-title {
  color: #093388;
}
.cid-uZ1WovVz5Q .mbr-text {
  color: #58595b;
}
.cid-uZ1WovVz5Q .mbr-section-title,
.cid-uZ1WovVz5Q .mbr-section-btn,
.cid-uZ1WovVz5Q .title-wrapper,
.cid-uZ1WovVz5Q .icon-wrapper {
  color: #3016d6;
}
.cid-uZ1WovVz5Q .mbr-text,
.cid-uZ1WovVz5Q .text-wrapper {
  color: #020202;
}
.cid-uZ1WoBLhNb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1WoBLhNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WoBLhNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WoBLhNb .container {
    padding: 0 22px;
  }
}
.cid-uZ1WoBLhNb .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WoBLhNb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ1WoBLhNb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1WoBLhNb .mbr-section-title {
  color: #000000;
}
.cid-uZ1WoBLhNb .mbr-text {
  color: #d81dc7;
}
.cid-uZ1WoBLhNb .mbr-text H3 {
  text-align: justify;
}
.cid-uZ1WoH2Gze {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ1WoH2Gze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1WoH2Gze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WoH2Gze .container {
    padding: 0 22px;
  }
}
.cid-uZ1WoH2Gze .row {
  justify-content: space-between;
}
.cid-uZ1WoH2Gze .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1WoH2Gze .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1WoH2Gze .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ1WoH2Gze .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ1WoH2Gze .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ1WoH2Gze .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ1WoH2Gze .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ1WoH2Gze .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1WoH2Gze .copy-wrapper {
    display: block;
  }
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ1WoH2Gze .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ1WoH2Gze .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1WoH2Gze .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1WoH2Gze .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ1WoH2Gze .mbr-section-title {
  color: #ff5753;
}
.cid-uZ1WoH2Gze .mbr-text {
  color: #ffffff;
}
.cid-uZ1WoH2Gze .list {
  color: #635d60;
}
.cid-uZ1WoH2Gze .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ1WoH2Gze .mbr-copy,
.cid-uZ1WoH2Gze .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ1XDxktJY {
  background-color: transparent;
}
.cid-uZ1XDxktJY .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ1XDxktJY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ1XDxktJY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ1XDxktJY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ1XDxktJY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ1XDxktJY .menu_box .navbar.opened,
  .cid-uZ1XDxktJY .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ1XDxktJY .navbar-dropdown {
  position: relative !important;
}
.cid-uZ1XDxktJY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ1XDxktJY .btn:hover {
  box-shadow: none;
}
.cid-uZ1XDxktJY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ1XDxktJY .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ1XDxktJY .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ1XDxktJY .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ1XDxktJY .nav-item .nav-link:hover,
.cid-uZ1XDxktJY .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ1XDxktJY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ1XDxktJY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ1XDxktJY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ1XDxktJY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ1XDxktJY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ1XDxktJY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ1XDxktJY .offcanvas_box {
    display: none;
  }
}
.cid-uZ1XDxktJY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ1XDxktJY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ1XDxktJY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ1XDxktJY .container {
  display: flex;
  margin: auto;
}
.cid-uZ1XDxktJY .iconfont-wrapper {
  color: #000000;
  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-uZ1XDxktJY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ1XDxktJY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ1XDxktJY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ1XDxktJY .navbar-nav {
    margin: 0;
  }
}
.cid-uZ1XDxktJY .dropdown-menu,
.cid-uZ1XDxktJY .navbar.opened {
  background-color: false !important;
}
.cid-uZ1XDxktJY .nav-item:focus,
.cid-uZ1XDxktJY .nav-link:focus {
  outline: none;
}
.cid-uZ1XDxktJY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ1XDxktJY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ1XDxktJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ1XDxktJY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ1XDxktJY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ1XDxktJY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ1XDxktJY .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XDxktJY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ1XDxktJY .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ1XDxktJY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ1XDxktJY .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ1XDxktJY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ1XDxktJY .navbar.collapsed {
  justify-content: center;
}
.cid-uZ1XDxktJY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ1XDxktJY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ1XDxktJY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ1XDxktJY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ1XDxktJY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ1XDxktJY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ1XDxktJY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ1XDxktJY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ1XDxktJY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ1XDxktJY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ1XDxktJY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ1XDxktJY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ1XDxktJY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ1XDxktJY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ1XDxktJY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ1XDxktJY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ1XDxktJY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ1XDxktJY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ1XDxktJY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ1XDxktJY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ1XDxktJY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ1XDxktJY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ1XDxktJY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ1XDxktJY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ1XDxktJY .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-uZ1XDxktJY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ1XDxktJY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ1XDxktJY .dropdown-item.active,
.cid-uZ1XDxktJY .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ1XDxktJY .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ1XDxktJY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ1XDxktJY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ1XDxktJY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ1XDxktJY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ1XDxktJY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ1XDxktJY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ1XDxktJY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ1XDxktJY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ1XDxktJY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1XDxktJY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1XDxktJY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ1XDxktJY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1XDxktJY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ1XDxktJY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ1XDxktJY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1XDxktJY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ1XDxktJY .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-uZ1XDxktJY .navbar {
    height: 70px;
  }
  .cid-uZ1XDxktJY .navbar.opened {
    height: auto;
  }
  .cid-uZ1XDxktJY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ1XDxktJY .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ1XDxktJY .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ1XDxktJY .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ1XDxktJY .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ1XDxktJY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ1XDxktJY .text_widget {
  margin-bottom: 32px;
}
.cid-uZ1XDxktJY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ1XDxktJY .text_widget a:hover,
.cid-uZ1XDxktJY .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ1XDxktJY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ1XDxktJY .icons-menu-main {
  display: flex;
}
.cid-uZ1XDxktJY .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ1XDxktJY .navbar-caption {
  color: #000000;
}
.cid-uZ1XDxktJY .mbr-text {
  color: #6f6f6f;
}
.cid-uZ1XDxktJY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ1XDtVeQ3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1XDtVeQ3 .item:focus,
.cid-uZ1XDtVeQ3 span:focus {
  outline: none;
}
.cid-uZ1XDtVeQ3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1XDtVeQ3 .loop-container {
  padding: 10px 0;
}
.cid-uZ1XDtVeQ3 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1XDtVeQ3 .item {
    min-height: 45px;
  }
}
.cid-uZ1XDCHkz6 {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ1XDCHkz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XDCHkz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .container {
    padding: 0 22px;
  }
}
.cid-uZ1XDCHkz6 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ1XDCHkz6 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1XDCHkz6 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ1XDCHkz6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ1XDCHkz6 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ1XDCHkz6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1XDCHkz6 .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1XDCHkz6 .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XDCHkz6 .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ1XDCHkz6 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ1XDCHkz6 .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ1XDCHkz6 .mbr-section-title {
  color: #000000;
}
.cid-uZ1XDCHkz6 .card-title {
  color: #000000;
}
.cid-uZ1XDCHkz6 .card-text {
  color: #635d60;
}
.cid-uZ1XDGsa4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ1XDGsa4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XDGsa4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1XDGsa4c .row {
  justify-content: space-between;
}
.cid-uZ1XDGsa4c .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ1XDGsa4c .content-wrapper {
    padding: 0;
  }
}
.cid-uZ1XDGsa4c .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1XDGsa4c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ1XDGsa4c .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1XDGsa4c .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ1XDGsa4c .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1XDGsa4c .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ1XDGsa4c .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ1XDGsa4c .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ1XDGsa4c .mbr-section-title {
  color: #000000;
}
.cid-uZ1XDGsa4c .mbr-desc {
  color: #000000;
}
.cid-uZ1XDGsa4c .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ1XDK3GNM {
  background-color: #ffffff;
}
.cid-uZ1XDK3GNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XDK3GNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XDK3GNM .container {
    padding: 0 22px;
  }
}
.cid-uZ1XDK3GNM .row {
  justify-content: space-between;
}
.cid-uZ1XDK3GNM .row .card {
  justify-content: center;
}
.cid-uZ1XDK3GNM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1XDK3GNM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ1XDK3GNM .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ1XDK3GNM .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1XDK3GNM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XDK3GNM .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ1XDK3GNM .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ1XDK3GNM .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ1XDK3GNM .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ1XDK3GNM .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1XDK3GNM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ1XDK3GNM .mbr-section-title {
  color: #000000;
}
.cid-uZ1XDK3GNM .mbr-text {
  color: #140606;
}
.cid-uZ1XDK3GNM .card-title {
  color: #ff5753;
}
.cid-uZ1XDK3GNM .card-text {
  color: #000000;
}
.cid-uZ1XDK3GNM .mbr-section-title,
.cid-uZ1XDK3GNM .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ1XDK3GNM .card-title,
.cid-uZ1XDK3GNM .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ1XDOhQeP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1XDOhQeP .item:focus,
.cid-uZ1XDOhQeP span:focus {
  outline: none;
}
.cid-uZ1XDOhQeP .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1XDOhQeP .loop-container {
  padding: 10px 0;
}
.cid-uZ1XDOhQeP .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1XDOhQeP .item {
    min-height: 45px;
  }
}
.cid-uZ1XDRyapu {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ1XDRyapu img,
.cid-uZ1XDRyapu .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ1XDRyapu img,
  .cid-uZ1XDRyapu .item-img {
    max-height: 300px;
  }
}
.cid-uZ1XDRyapu .item:focus,
.cid-uZ1XDRyapu span:focus {
  outline: none;
}
.cid-uZ1XDRyapu .item-wrapper {
  position: relative;
}
.cid-uZ1XDRyapu .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ1XDRyapu .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ1XDRyapu .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1XDRyapu .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ1XDRyapu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ1XDRyapu .mbr-section-title {
  color: #232323;
}
.cid-uZ1XDRyapu .mbr-text,
.cid-uZ1XDRyapu .mbr-section-btn {
  text-align: left;
}
.cid-uZ1XDRyapu .item-title {
  text-align: left;
}
.cid-uZ1XDRyapu .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ1XDRyapu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ1XDRyapu .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ1XDRyapu .embla__button--next,
.cid-uZ1XDRyapu .embla__button--prev {
  display: flex;
}
.cid-uZ1XDRyapu .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ1XDRyapu .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ1XDRyapu .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ1XDRyapu .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ1XDRyapu .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ1XDRyapu .embla__button {
    top: auto;
  }
}
.cid-uZ1XDRyapu .embla {
  position: relative;
  width: 100%;
}
.cid-uZ1XDRyapu .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ1XDRyapu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1XDRyapu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1XDRyapu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ1XDRyapu .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ1XDRyapu .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ1XDRyapu .content-head {
  max-width: 800px;
}
.cid-uZ1XDY2xXT {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ1XDY2xXT H2 {
  color: #89b758;
}
.cid-uZ1XDY2xXT .mbr-text,
.cid-uZ1XDY2xXT .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ1XDY2xXT img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ1XDY2xXT img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ1XDY2xXT H1 {
  color: #29361a;
}
.cid-uZ1XDY2xXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XDY2xXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1XE232f2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ1XE232f2 h2 {
  margin-bottom: 0;
}
.cid-uZ1XE232f2 h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ1XE232f2 p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ1XE232f2 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ1XE232f2 .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ1XE232f2 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ1XE232f2 .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ1XE232f2 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ1XE232f2 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ1XE232f2 H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ1XE232f2 .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ1XE232f2 P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ1XE232f2 .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ1XE7LmS2 {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ1XE7LmS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XE7LmS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1XE7LmS2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ1XE7LmS2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ1XE7LmS2 .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1XE7LmS2 .embla__button--next,
.cid-uZ1XE7LmS2 .embla__button--prev {
  display: flex;
}
.cid-uZ1XE7LmS2 .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ1XE7LmS2 .embla__button {
    display: none;
  }
}
.cid-uZ1XE7LmS2 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ1XE7LmS2 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ1XE7LmS2 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ1XE7LmS2 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ1XE7LmS2 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ1XE7LmS2 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ1XE7LmS2 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ1XE7LmS2 .embla {
    padding: 0;
  }
}
.cid-uZ1XE7LmS2 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ1XE7LmS2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1XE7LmS2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1XE7LmS2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ1XE7LmS2 .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ1XE7LmS2 .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ1XE7LmS2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ1XE7LmS2 .item-name {
  color: #111111;
}
.cid-uZ1XE7LmS2 .card-date {
  color: #666666;
}
.cid-uZ1XE7LmS2 .card-title {
  color: #111111;
}
.cid-uZ1XE7LmS2 .card-text {
  color: #666666;
}
.cid-uZ1XE7LmS2 .mbr-star {
  color: #ff6d99;
}
.cid-uZ1XE7LmS2 .mbr-star,
.cid-uZ1XE7LmS2 .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ1XEfey8t {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ1XEfey8t .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ1XEfey8t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XEfey8t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1XEfey8t .content-wrap {
  margin: 0;
}
.cid-uZ1XEfey8t .content-wrap .card {
  padding: 0;
}
.cid-uZ1XEfey8t .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ1XEfey8t .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XEfey8t .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XEfey8t .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ1XEfey8t .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1XEfey8t .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ1XEfey8t .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ1XEfey8t .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1XEfey8t .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ1XEfey8t .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ1XEfey8t .mbr-section-title {
  color: #150764;
}
.cid-uZ1XEfey8t .item-title {
  color: #3f2fa3;
}
.cid-uZ1XEfey8t .item-text {
  color: #3f2fa3;
}
.cid-uZ1XEfey8t .mbr-section-title,
.cid-uZ1XEfey8t .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ1XEl53Ib {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ1XEl53Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XEl53Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ1XEl53Ib .container {
    padding: 0 22px;
  }
}
.cid-uZ1XEpSzzX {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ1XEpSzzX .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ1XEpSzzX .form-control,
.cid-uZ1XEpSzzX .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1XEpSzzX .form-control::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .form-control::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ1XEpSzzX .form-control:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:-moz-placeholder,
.cid-uZ1XEpSzzX .form-control:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ1XEpSzzX .form-control:hover,
.cid-uZ1XEpSzzX .field-input:hover,
.cid-uZ1XEpSzzX .form-control:focus,
.cid-uZ1XEpSzzX .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ1XEpSzzX .form-control:hover::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input:hover::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .form-control:focus::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input:focus::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .form-control:hover::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input:hover::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .form-control:focus::-webkit-input-placeholder,
.cid-uZ1XEpSzzX .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ1XEpSzzX .form-control:hover:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:hover:-moz-placeholder,
.cid-uZ1XEpSzzX .form-control:focus:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:focus:-moz-placeholder,
.cid-uZ1XEpSzzX .form-control:hover:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:hover:-moz-placeholder,
.cid-uZ1XEpSzzX .form-control:focus:-moz-placeholder,
.cid-uZ1XEpSzzX .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ1XEpSzzX .jq-number__spin:hover,
.cid-uZ1XEpSzzX .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ1XEpSzzX .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1XEpSzzX .jq-selectbox li,
.cid-uZ1XEpSzzX .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ1XEpSzzX .jq-selectbox li:hover,
.cid-uZ1XEpSzzX .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ1XEpSzzX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ1XEpSzzX .jq-number__spin.minus:hover:after,
.cid-uZ1XEpSzzX .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ1XEpSzzX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ1XEpSzzX .jq-number__spin.minus:after,
.cid-uZ1XEpSzzX .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ1XEpSzzX input::-webkit-clear-button {
  display: none;
}
.cid-uZ1XEpSzzX input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ1XEpSzzX input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ1XEpSzzX input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ1XEpSzzX H4 {
  color: #000000;
}
.cid-uZ1XEwLBPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1XEwLBPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XEwLBPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1XEwLBPM .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper {
    display: block;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ1XEwLBPM .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1XEwLBPM .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ1XEwLBPM .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ1XEwLBPM .mbr-section-title {
  color: #093388;
}
.cid-uZ1XEwLBPM .mbr-text {
  color: #58595b;
}
.cid-uZ1XEwLBPM .mbr-section-title,
.cid-uZ1XEwLBPM .mbr-section-btn,
.cid-uZ1XEwLBPM .title-wrapper,
.cid-uZ1XEwLBPM .icon-wrapper {
  color: #3016d6;
}
.cid-uZ1XEwLBPM .mbr-text,
.cid-uZ1XEwLBPM .text-wrapper {
  color: #020202;
}
.cid-uZ1XECrJqy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1XECrJqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XECrJqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XECrJqy .container {
    padding: 0 22px;
  }
}
.cid-uZ1XECrJqy .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XECrJqy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ1XECrJqy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1XECrJqy .mbr-section-title {
  color: #000000;
}
.cid-uZ1XECrJqy .mbr-text {
  color: #d81dc7;
}
.cid-uZ1XECrJqy .mbr-text H3 {
  text-align: justify;
}
.cid-uZ1XEKPamC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ1XEKPamC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1XEKPamC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XEKPamC .container {
    padding: 0 22px;
  }
}
.cid-uZ1XEKPamC .row {
  justify-content: space-between;
}
.cid-uZ1XEKPamC .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1XEKPamC .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1XEKPamC .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ1XEKPamC .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ1XEKPamC .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ1XEKPamC .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ1XEKPamC .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ1XEKPamC .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1XEKPamC .copy-wrapper {
    display: block;
  }
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ1XEKPamC .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ1XEKPamC .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1XEKPamC .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1XEKPamC .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ1XEKPamC .mbr-section-title {
  color: #ff5753;
}
.cid-uZ1XEKPamC .mbr-text {
  color: #ffffff;
}
.cid-uZ1XEKPamC .list {
  color: #635d60;
}
.cid-uZ1XEKPamC .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ1XEKPamC .mbr-copy,
.cid-uZ1XEKPamC .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ1YfClcJD {
  background-color: transparent;
}
.cid-uZ1YfClcJD .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ1YfClcJD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ1YfClcJD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ1YfClcJD .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ1YfClcJD .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ1YfClcJD .menu_box .navbar.opened,
  .cid-uZ1YfClcJD .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ1YfClcJD .navbar-dropdown {
  position: relative !important;
}
.cid-uZ1YfClcJD .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ1YfClcJD .btn:hover {
  box-shadow: none;
}
.cid-uZ1YfClcJD .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ1YfClcJD .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ1YfClcJD .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ1YfClcJD .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ1YfClcJD .nav-item .nav-link:hover,
.cid-uZ1YfClcJD .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ1YfClcJD .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ1YfClcJD .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ1YfClcJD .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ1YfClcJD .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ1YfClcJD .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ1YfClcJD .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ1YfClcJD .offcanvas_box {
    display: none;
  }
}
.cid-uZ1YfClcJD .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ1YfClcJD .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ1YfClcJD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ1YfClcJD .container {
  display: flex;
  margin: auto;
}
.cid-uZ1YfClcJD .iconfont-wrapper {
  color: #000000;
  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-uZ1YfClcJD .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ1YfClcJD .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ1YfClcJD .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ1YfClcJD .navbar-nav {
    margin: 0;
  }
}
.cid-uZ1YfClcJD .dropdown-menu,
.cid-uZ1YfClcJD .navbar.opened {
  background-color: false !important;
}
.cid-uZ1YfClcJD .nav-item:focus,
.cid-uZ1YfClcJD .nav-link:focus {
  outline: none;
}
.cid-uZ1YfClcJD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ1YfClcJD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ1YfClcJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ1YfClcJD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ1YfClcJD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ1YfClcJD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ1YfClcJD .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YfClcJD .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ1YfClcJD .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ1YfClcJD .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ1YfClcJD .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ1YfClcJD .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ1YfClcJD .navbar.collapsed {
  justify-content: center;
}
.cid-uZ1YfClcJD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ1YfClcJD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ1YfClcJD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ1YfClcJD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ1YfClcJD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ1YfClcJD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ1YfClcJD .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ1YfClcJD .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ1YfClcJD .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ1YfClcJD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ1YfClcJD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ1YfClcJD .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ1YfClcJD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ1YfClcJD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ1YfClcJD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ1YfClcJD .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ1YfClcJD .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ1YfClcJD .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ1YfClcJD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ1YfClcJD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ1YfClcJD .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ1YfClcJD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ1YfClcJD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ1YfClcJD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ1YfClcJD .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-uZ1YfClcJD .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ1YfClcJD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ1YfClcJD .dropdown-item.active,
.cid-uZ1YfClcJD .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ1YfClcJD .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ1YfClcJD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ1YfClcJD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ1YfClcJD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ1YfClcJD ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ1YfClcJD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ1YfClcJD button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ1YfClcJD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ1YfClcJD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ1YfClcJD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1YfClcJD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ1YfClcJD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ1YfClcJD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1YfClcJD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ1YfClcJD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ1YfClcJD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ1YfClcJD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ1YfClcJD .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-uZ1YfClcJD .navbar {
    height: 70px;
  }
  .cid-uZ1YfClcJD .navbar.opened {
    height: auto;
  }
  .cid-uZ1YfClcJD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ1YfClcJD .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ1YfClcJD .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ1YfClcJD .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ1YfClcJD .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ1YfClcJD .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ1YfClcJD .text_widget {
  margin-bottom: 32px;
}
.cid-uZ1YfClcJD .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ1YfClcJD .text_widget a:hover,
.cid-uZ1YfClcJD .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ1YfClcJD .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ1YfClcJD .icons-menu-main {
  display: flex;
}
.cid-uZ1YfClcJD .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ1YfClcJD .navbar-caption {
  color: #000000;
}
.cid-uZ1YfClcJD .mbr-text {
  color: #6f6f6f;
}
.cid-uZ1YfClcJD a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ1YfyWaf5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1YfyWaf5 .item:focus,
.cid-uZ1YfyWaf5 span:focus {
  outline: none;
}
.cid-uZ1YfyWaf5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1YfyWaf5 .loop-container {
  padding: 10px 0;
}
.cid-uZ1YfyWaf5 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1YfyWaf5 .item {
    min-height: 45px;
  }
}
.cid-uZ1YfI0rHw {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ1YfI0rHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YfI0rHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .container {
    padding: 0 22px;
  }
}
.cid-uZ1YfI0rHw .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ1YfI0rHw .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1YfI0rHw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ1YfI0rHw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ1YfI0rHw .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ1YfI0rHw .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1YfI0rHw .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1YfI0rHw .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YfI0rHw .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ1YfI0rHw .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ1YfI0rHw .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ1YfI0rHw .mbr-section-title {
  color: #000000;
}
.cid-uZ1YfI0rHw .card-title {
  color: #000000;
}
.cid-uZ1YfI0rHw .card-text {
  color: #635d60;
}
.cid-uZ1YfLSp9o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ1YfLSp9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YfLSp9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1YfLSp9o .row {
  justify-content: space-between;
}
.cid-uZ1YfLSp9o .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ1YfLSp9o .content-wrapper {
    padding: 0;
  }
}
.cid-uZ1YfLSp9o .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1YfLSp9o .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ1YfLSp9o .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ1YfLSp9o .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ1YfLSp9o .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1YfLSp9o .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ1YfLSp9o .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ1YfLSp9o .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ1YfLSp9o .mbr-section-title {
  color: #000000;
}
.cid-uZ1YfLSp9o .mbr-desc {
  color: #000000;
}
.cid-uZ1YfLSp9o .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ1YfPgtI9 {
  background-color: #ffffff;
}
.cid-uZ1YfPgtI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YfPgtI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YfPgtI9 .container {
    padding: 0 22px;
  }
}
.cid-uZ1YfPgtI9 .row {
  justify-content: space-between;
}
.cid-uZ1YfPgtI9 .row .card {
  justify-content: center;
}
.cid-uZ1YfPgtI9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1YfPgtI9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ1YfPgtI9 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ1YfPgtI9 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ1YfPgtI9 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YfPgtI9 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ1YfPgtI9 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ1YfPgtI9 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ1YfPgtI9 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ1YfPgtI9 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ1YfPgtI9 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ1YfPgtI9 .mbr-section-title {
  color: #000000;
}
.cid-uZ1YfPgtI9 .mbr-text {
  color: #140606;
}
.cid-uZ1YfPgtI9 .card-title {
  color: #ff5753;
}
.cid-uZ1YfPgtI9 .card-text {
  color: #000000;
}
.cid-uZ1YfPgtI9 .mbr-section-title,
.cid-uZ1YfPgtI9 .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ1YfPgtI9 .card-title,
.cid-uZ1YfPgtI9 .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ1YfTPqe3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ1YfTPqe3 .item:focus,
.cid-uZ1YfTPqe3 span:focus {
  outline: none;
}
.cid-uZ1YfTPqe3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ1YfTPqe3 .loop-container {
  padding: 10px 0;
}
.cid-uZ1YfTPqe3 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ1YfTPqe3 .item {
    min-height: 45px;
  }
}
.cid-uZ1YfX7PpV {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ1YfX7PpV img,
.cid-uZ1YfX7PpV .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ1YfX7PpV img,
  .cid-uZ1YfX7PpV .item-img {
    max-height: 300px;
  }
}
.cid-uZ1YfX7PpV .item:focus,
.cid-uZ1YfX7PpV span:focus {
  outline: none;
}
.cid-uZ1YfX7PpV .item-wrapper {
  position: relative;
}
.cid-uZ1YfX7PpV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ1YfX7PpV .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ1YfX7PpV .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1YfX7PpV .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ1YfX7PpV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ1YfX7PpV .mbr-section-title {
  color: #232323;
}
.cid-uZ1YfX7PpV .mbr-text,
.cid-uZ1YfX7PpV .mbr-section-btn {
  text-align: left;
}
.cid-uZ1YfX7PpV .item-title {
  text-align: left;
}
.cid-uZ1YfX7PpV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ1YfX7PpV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ1YfX7PpV .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ1YfX7PpV .embla__button--next,
.cid-uZ1YfX7PpV .embla__button--prev {
  display: flex;
}
.cid-uZ1YfX7PpV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ1YfX7PpV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ1YfX7PpV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ1YfX7PpV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ1YfX7PpV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ1YfX7PpV .embla__button {
    top: auto;
  }
}
.cid-uZ1YfX7PpV .embla {
  position: relative;
  width: 100%;
}
.cid-uZ1YfX7PpV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ1YfX7PpV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1YfX7PpV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1YfX7PpV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ1YfX7PpV .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ1YfX7PpV .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ1YfX7PpV .content-head {
  max-width: 800px;
}
.cid-uZ1Yg3DwQb {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ1Yg3DwQb H2 {
  color: #89b758;
}
.cid-uZ1Yg3DwQb .mbr-text,
.cid-uZ1Yg3DwQb .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ1Yg3DwQb img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ1Yg3DwQb img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ1Yg3DwQb H1 {
  color: #29361a;
}
.cid-uZ1Yg3DwQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1Yg3DwQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1Yg7tFkQ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ1Yg7tFkQ h2 {
  margin-bottom: 0;
}
.cid-uZ1Yg7tFkQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ1Yg7tFkQ p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ1Yg7tFkQ .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ1Yg7tFkQ .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ1Yg7tFkQ .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ1Yg7tFkQ .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ1Yg7tFkQ .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ1Yg7tFkQ .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ1Yg7tFkQ H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ1Yg7tFkQ .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ1Yg7tFkQ P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ1Yg7tFkQ .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ1YgddgI0 {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ1YgddgI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgddgI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1YgddgI0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ1YgddgI0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ1YgddgI0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ1YgddgI0 .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ1YgddgI0 .embla__button--next,
.cid-uZ1YgddgI0 .embla__button--prev {
  display: flex;
}
.cid-uZ1YgddgI0 .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ1YgddgI0 .embla__button {
    display: none;
  }
}
.cid-uZ1YgddgI0 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ1YgddgI0 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ1YgddgI0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ1YgddgI0 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ1YgddgI0 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ1YgddgI0 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ1YgddgI0 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ1YgddgI0 .embla {
    padding: 0;
  }
}
.cid-uZ1YgddgI0 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ1YgddgI0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ1YgddgI0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ1YgddgI0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ1YgddgI0 .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ1YgddgI0 .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ1YgddgI0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ1YgddgI0 .item-name {
  color: #111111;
}
.cid-uZ1YgddgI0 .card-date {
  color: #666666;
}
.cid-uZ1YgddgI0 .card-title {
  color: #111111;
}
.cid-uZ1YgddgI0 .card-text {
  color: #666666;
}
.cid-uZ1YgddgI0 .mbr-star {
  color: #ff6d99;
}
.cid-uZ1YgddgI0 .mbr-star,
.cid-uZ1YgddgI0 .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ1YgkHP1i {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ1YgkHP1i .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ1YgkHP1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgkHP1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1YgkHP1i .content-wrap {
  margin: 0;
}
.cid-uZ1YgkHP1i .content-wrap .card {
  padding: 0;
}
.cid-uZ1YgkHP1i .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ1YgkHP1i .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YgkHP1i .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YgkHP1i .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ1YgkHP1i .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1YgkHP1i .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ1YgkHP1i .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ1YgkHP1i .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ1YgkHP1i .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ1YgkHP1i .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ1YgkHP1i .mbr-section-title {
  color: #150764;
}
.cid-uZ1YgkHP1i .item-title {
  color: #3f2fa3;
}
.cid-uZ1YgkHP1i .item-text {
  color: #3f2fa3;
}
.cid-uZ1YgkHP1i .mbr-section-title,
.cid-uZ1YgkHP1i .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ1YgqYgza {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ1YgqYgza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgqYgza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ1YgqYgza .container {
    padding: 0 22px;
  }
}
.cid-uZ1YgvK5eK {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ1YgvK5eK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ1YgvK5eK .form-control,
.cid-uZ1YgvK5eK .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1YgvK5eK .form-control::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .form-control::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ1YgvK5eK .form-control:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:-moz-placeholder,
.cid-uZ1YgvK5eK .form-control:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ1YgvK5eK .form-control:hover,
.cid-uZ1YgvK5eK .field-input:hover,
.cid-uZ1YgvK5eK .form-control:focus,
.cid-uZ1YgvK5eK .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ1YgvK5eK .form-control:hover::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input:hover::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .form-control:focus::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input:focus::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .form-control:hover::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input:hover::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .form-control:focus::-webkit-input-placeholder,
.cid-uZ1YgvK5eK .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ1YgvK5eK .form-control:hover:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:hover:-moz-placeholder,
.cid-uZ1YgvK5eK .form-control:focus:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:focus:-moz-placeholder,
.cid-uZ1YgvK5eK .form-control:hover:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:hover:-moz-placeholder,
.cid-uZ1YgvK5eK .form-control:focus:-moz-placeholder,
.cid-uZ1YgvK5eK .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ1YgvK5eK .jq-number__spin:hover,
.cid-uZ1YgvK5eK .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ1YgvK5eK .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ1YgvK5eK .jq-selectbox li,
.cid-uZ1YgvK5eK .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ1YgvK5eK .jq-selectbox li:hover,
.cid-uZ1YgvK5eK .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ1YgvK5eK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ1YgvK5eK .jq-number__spin.minus:hover:after,
.cid-uZ1YgvK5eK .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ1YgvK5eK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ1YgvK5eK .jq-number__spin.minus:after,
.cid-uZ1YgvK5eK .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ1YgvK5eK input::-webkit-clear-button {
  display: none;
}
.cid-uZ1YgvK5eK input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ1YgvK5eK input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ1YgvK5eK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ1YgvK5eK H4 {
  color: #000000;
}
.cid-uZ1YgD9IWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1YgD9IWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgD9IWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ1YgD9IWl .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper {
    display: block;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ1YgD9IWl .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ1YgD9IWl .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ1YgD9IWl .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ1YgD9IWl .mbr-section-title {
  color: #093388;
}
.cid-uZ1YgD9IWl .mbr-text {
  color: #58595b;
}
.cid-uZ1YgD9IWl .mbr-section-title,
.cid-uZ1YgD9IWl .mbr-section-btn,
.cid-uZ1YgD9IWl .title-wrapper,
.cid-uZ1YgD9IWl .icon-wrapper {
  color: #3016d6;
}
.cid-uZ1YgD9IWl .mbr-text,
.cid-uZ1YgD9IWl .text-wrapper {
  color: #020202;
}
.cid-uZ1YgJf5uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ1YgJf5uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgJf5uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YgJf5uq .container {
    padding: 0 22px;
  }
}
.cid-uZ1YgJf5uq .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YgJf5uq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ1YgJf5uq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ1YgJf5uq .mbr-section-title {
  color: #000000;
}
.cid-uZ1YgJf5uq .mbr-text {
  color: #d81dc7;
}
.cid-uZ1YgJf5uq .mbr-text H3 {
  text-align: justify;
}
.cid-uZ1YgOSnEQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ1YgOSnEQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ1YgOSnEQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YgOSnEQ .container {
    padding: 0 22px;
  }
}
.cid-uZ1YgOSnEQ .row {
  justify-content: space-between;
}
.cid-uZ1YgOSnEQ .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ1YgOSnEQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ1YgOSnEQ .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ1YgOSnEQ .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ1YgOSnEQ .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ1YgOSnEQ .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ1YgOSnEQ .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ1YgOSnEQ .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ1YgOSnEQ .copy-wrapper {
    display: block;
  }
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ1YgOSnEQ .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ1YgOSnEQ .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ1YgOSnEQ .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ1YgOSnEQ .mbr-section-title {
  color: #ff5753;
}
.cid-uZ1YgOSnEQ .mbr-text {
  color: #ffffff;
}
.cid-uZ1YgOSnEQ .list {
  color: #635d60;
}
.cid-uZ1YgOSnEQ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ1YgOSnEQ .mbr-copy,
.cid-uZ1YgOSnEQ .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ2159ZHYB {
  background-color: transparent;
}
.cid-uZ2159ZHYB .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ2159ZHYB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ2159ZHYB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ2159ZHYB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ2159ZHYB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ2159ZHYB .menu_box .navbar.opened,
  .cid-uZ2159ZHYB .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ2159ZHYB .navbar-dropdown {
  position: relative !important;
}
.cid-uZ2159ZHYB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ2159ZHYB .btn:hover {
  box-shadow: none;
}
.cid-uZ2159ZHYB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ2159ZHYB .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ2159ZHYB .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ2159ZHYB .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ2159ZHYB .nav-item .nav-link:hover,
.cid-uZ2159ZHYB .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ2159ZHYB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ2159ZHYB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ2159ZHYB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ2159ZHYB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ2159ZHYB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ2159ZHYB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ2159ZHYB .offcanvas_box {
    display: none;
  }
}
.cid-uZ2159ZHYB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ2159ZHYB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ2159ZHYB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ2159ZHYB .container {
  display: flex;
  margin: auto;
}
.cid-uZ2159ZHYB .iconfont-wrapper {
  color: #000000;
  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-uZ2159ZHYB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ2159ZHYB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ2159ZHYB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ2159ZHYB .navbar-nav {
    margin: 0;
  }
}
.cid-uZ2159ZHYB .dropdown-menu,
.cid-uZ2159ZHYB .navbar.opened {
  background-color: false !important;
}
.cid-uZ2159ZHYB .nav-item:focus,
.cid-uZ2159ZHYB .nav-link:focus {
  outline: none;
}
.cid-uZ2159ZHYB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ2159ZHYB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ2159ZHYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ2159ZHYB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ2159ZHYB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ2159ZHYB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ2159ZHYB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ2159ZHYB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ2159ZHYB .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ2159ZHYB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ2159ZHYB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ2159ZHYB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ2159ZHYB .navbar.collapsed {
  justify-content: center;
}
.cid-uZ2159ZHYB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ2159ZHYB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ2159ZHYB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ2159ZHYB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ2159ZHYB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ2159ZHYB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ2159ZHYB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ2159ZHYB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ2159ZHYB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ2159ZHYB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ2159ZHYB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ2159ZHYB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ2159ZHYB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ2159ZHYB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ2159ZHYB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ2159ZHYB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ2159ZHYB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ2159ZHYB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ2159ZHYB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ2159ZHYB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ2159ZHYB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ2159ZHYB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ2159ZHYB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ2159ZHYB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ2159ZHYB .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-uZ2159ZHYB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ2159ZHYB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ2159ZHYB .dropdown-item.active,
.cid-uZ2159ZHYB .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ2159ZHYB .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ2159ZHYB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ2159ZHYB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ2159ZHYB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ2159ZHYB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ2159ZHYB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ2159ZHYB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ2159ZHYB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ2159ZHYB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ2159ZHYB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ2159ZHYB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ2159ZHYB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ2159ZHYB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ2159ZHYB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ2159ZHYB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ2159ZHYB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ2159ZHYB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ2159ZHYB .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-uZ2159ZHYB .navbar {
    height: 70px;
  }
  .cid-uZ2159ZHYB .navbar.opened {
    height: auto;
  }
  .cid-uZ2159ZHYB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ2159ZHYB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ2159ZHYB .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ2159ZHYB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ2159ZHYB .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ2159ZHYB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ2159ZHYB .text_widget {
  margin-bottom: 32px;
}
.cid-uZ2159ZHYB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ2159ZHYB .text_widget a:hover,
.cid-uZ2159ZHYB .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ2159ZHYB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ2159ZHYB .icons-menu-main {
  display: flex;
}
.cid-uZ2159ZHYB .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ2159ZHYB .navbar-caption {
  color: #000000;
}
.cid-uZ2159ZHYB .mbr-text {
  color: #6f6f6f;
}
.cid-uZ2159ZHYB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ2156Hh5X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ2156Hh5X .item:focus,
.cid-uZ2156Hh5X span:focus {
  outline: none;
}
.cid-uZ2156Hh5X .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ2156Hh5X .loop-container {
  padding: 10px 0;
}
.cid-uZ2156Hh5X .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ2156Hh5X .item {
    min-height: 45px;
  }
}
.cid-uZ215fAXrj {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ215fAXrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215fAXrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .container {
    padding: 0 22px;
  }
}
.cid-uZ215fAXrj .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ215fAXrj .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ215fAXrj .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ215fAXrj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ215fAXrj .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ215fAXrj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ215fAXrj .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ215fAXrj .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ215fAXrj .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ215fAXrj .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ215fAXrj .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ215fAXrj .mbr-section-title {
  color: #000000;
}
.cid-uZ215fAXrj .card-title {
  color: #000000;
}
.cid-uZ215fAXrj .card-text {
  color: #635d60;
}
.cid-uZ215j9Z8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ215j9Z8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215j9Z8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ215j9Z8O .row {
  justify-content: space-between;
}
.cid-uZ215j9Z8O .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ215j9Z8O .content-wrapper {
    padding: 0;
  }
}
.cid-uZ215j9Z8O .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ215j9Z8O .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ215j9Z8O .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ215j9Z8O .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ215j9Z8O .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ215j9Z8O .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ215j9Z8O .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ215j9Z8O .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ215j9Z8O .mbr-section-title {
  color: #000000;
}
.cid-uZ215j9Z8O .mbr-desc {
  color: #000000;
}
.cid-uZ215j9Z8O .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ215mBqnt {
  background-color: #ffffff;
}
.cid-uZ215mBqnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215mBqnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ215mBqnt .container {
    padding: 0 22px;
  }
}
.cid-uZ215mBqnt .row {
  justify-content: space-between;
}
.cid-uZ215mBqnt .row .card {
  justify-content: center;
}
.cid-uZ215mBqnt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ215mBqnt .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ215mBqnt .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ215mBqnt .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ215mBqnt .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ215mBqnt .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ215mBqnt .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ215mBqnt .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ215mBqnt .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ215mBqnt .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ215mBqnt .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ215mBqnt .mbr-section-title {
  color: #000000;
}
.cid-uZ215mBqnt .mbr-text {
  color: #140606;
}
.cid-uZ215mBqnt .card-title {
  color: #ff5753;
}
.cid-uZ215mBqnt .card-text {
  color: #000000;
}
.cid-uZ215mBqnt .mbr-section-title,
.cid-uZ215mBqnt .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ215mBqnt .card-title,
.cid-uZ215mBqnt .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ215qSZG5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ215qSZG5 .item:focus,
.cid-uZ215qSZG5 span:focus {
  outline: none;
}
.cid-uZ215qSZG5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ215qSZG5 .loop-container {
  padding: 10px 0;
}
.cid-uZ215qSZG5 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ215qSZG5 .item {
    min-height: 45px;
  }
}
.cid-uZ215u7W32 {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ215u7W32 img,
.cid-uZ215u7W32 .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ215u7W32 img,
  .cid-uZ215u7W32 .item-img {
    max-height: 300px;
  }
}
.cid-uZ215u7W32 .item:focus,
.cid-uZ215u7W32 span:focus {
  outline: none;
}
.cid-uZ215u7W32 .item-wrapper {
  position: relative;
}
.cid-uZ215u7W32 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ215u7W32 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ215u7W32 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ215u7W32 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ215u7W32 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ215u7W32 .mbr-section-title {
  color: #232323;
}
.cid-uZ215u7W32 .mbr-text,
.cid-uZ215u7W32 .mbr-section-btn {
  text-align: left;
}
.cid-uZ215u7W32 .item-title {
  text-align: left;
}
.cid-uZ215u7W32 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ215u7W32 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ215u7W32 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ215u7W32 .embla__button--next,
.cid-uZ215u7W32 .embla__button--prev {
  display: flex;
}
.cid-uZ215u7W32 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ215u7W32 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ215u7W32 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ215u7W32 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ215u7W32 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ215u7W32 .embla__button {
    top: auto;
  }
}
.cid-uZ215u7W32 .embla {
  position: relative;
  width: 100%;
}
.cid-uZ215u7W32 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ215u7W32 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ215u7W32 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ215u7W32 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ215u7W32 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ215u7W32 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ215u7W32 .content-head {
  max-width: 800px;
}
.cid-uZ215AT7hL {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ215AT7hL H2 {
  color: #89b758;
}
.cid-uZ215AT7hL .mbr-text,
.cid-uZ215AT7hL .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ215AT7hL img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ215AT7hL img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ215AT7hL H1 {
  color: #29361a;
}
.cid-uZ215AT7hL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215AT7hL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ215EHoPO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ215EHoPO h2 {
  margin-bottom: 0;
}
.cid-uZ215EHoPO h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ215EHoPO p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ215EHoPO .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ215EHoPO .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ215EHoPO .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ215EHoPO .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ215EHoPO .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ215EHoPO .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ215EHoPO H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ215EHoPO .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ215EHoPO P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ215EHoPO .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ215KqdzR {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ215KqdzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215KqdzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ215KqdzR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ215KqdzR .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ215KqdzR .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ215KqdzR .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ215KqdzR .embla__button--next,
.cid-uZ215KqdzR .embla__button--prev {
  display: flex;
}
.cid-uZ215KqdzR .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ215KqdzR .embla__button {
    display: none;
  }
}
.cid-uZ215KqdzR .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ215KqdzR .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ215KqdzR .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ215KqdzR .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ215KqdzR .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ215KqdzR .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ215KqdzR .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ215KqdzR .embla {
    padding: 0;
  }
}
.cid-uZ215KqdzR .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ215KqdzR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ215KqdzR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ215KqdzR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ215KqdzR .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ215KqdzR .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ215KqdzR .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ215KqdzR .item-name {
  color: #111111;
}
.cid-uZ215KqdzR .card-date {
  color: #666666;
}
.cid-uZ215KqdzR .card-title {
  color: #111111;
}
.cid-uZ215KqdzR .card-text {
  color: #666666;
}
.cid-uZ215KqdzR .mbr-star {
  color: #ff6d99;
}
.cid-uZ215KqdzR .mbr-star,
.cid-uZ215KqdzR .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ215RXKbh {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ215RXKbh .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ215RXKbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215RXKbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ215RXKbh .content-wrap {
  margin: 0;
}
.cid-uZ215RXKbh .content-wrap .card {
  padding: 0;
}
.cid-uZ215RXKbh .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ215RXKbh .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ215RXKbh .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ215RXKbh .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ215RXKbh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ215RXKbh .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ215RXKbh .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ215RXKbh .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ215RXKbh .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ215RXKbh .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ215RXKbh .mbr-section-title {
  color: #150764;
}
.cid-uZ215RXKbh .item-title {
  color: #3f2fa3;
}
.cid-uZ215RXKbh .item-text {
  color: #3f2fa3;
}
.cid-uZ215RXKbh .mbr-section-title,
.cid-uZ215RXKbh .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ215XEAug {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ215XEAug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ215XEAug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ215XEAug .container {
    padding: 0 22px;
  }
}
.cid-uZ2162ouO6 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ2162ouO6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ2162ouO6 .form-control,
.cid-uZ2162ouO6 .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ2162ouO6 .form-control::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input::-webkit-input-placeholder,
.cid-uZ2162ouO6 .form-control::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ2162ouO6 .form-control:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:-moz-placeholder,
.cid-uZ2162ouO6 .form-control:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ2162ouO6 .form-control:hover,
.cid-uZ2162ouO6 .field-input:hover,
.cid-uZ2162ouO6 .form-control:focus,
.cid-uZ2162ouO6 .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ2162ouO6 .form-control:hover::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input:hover::-webkit-input-placeholder,
.cid-uZ2162ouO6 .form-control:focus::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input:focus::-webkit-input-placeholder,
.cid-uZ2162ouO6 .form-control:hover::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input:hover::-webkit-input-placeholder,
.cid-uZ2162ouO6 .form-control:focus::-webkit-input-placeholder,
.cid-uZ2162ouO6 .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ2162ouO6 .form-control:hover:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:hover:-moz-placeholder,
.cid-uZ2162ouO6 .form-control:focus:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:focus:-moz-placeholder,
.cid-uZ2162ouO6 .form-control:hover:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:hover:-moz-placeholder,
.cid-uZ2162ouO6 .form-control:focus:-moz-placeholder,
.cid-uZ2162ouO6 .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ2162ouO6 .jq-number__spin:hover,
.cid-uZ2162ouO6 .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ2162ouO6 .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ2162ouO6 .jq-selectbox li,
.cid-uZ2162ouO6 .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ2162ouO6 .jq-selectbox li:hover,
.cid-uZ2162ouO6 .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ2162ouO6 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ2162ouO6 .jq-number__spin.minus:hover:after,
.cid-uZ2162ouO6 .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ2162ouO6 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ2162ouO6 .jq-number__spin.minus:after,
.cid-uZ2162ouO6 .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ2162ouO6 input::-webkit-clear-button {
  display: none;
}
.cid-uZ2162ouO6 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ2162ouO6 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ2162ouO6 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ2162ouO6 H4 {
  color: #000000;
}
.cid-uZ2169kTMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ2169kTMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2169kTMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2169kTMz .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper {
    display: block;
  }
}
.cid-uZ2169kTMz .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ2169kTMz .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ2169kTMz .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ2169kTMz .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ2169kTMz .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ2169kTMz .mbr-section-title {
  color: #093388;
}
.cid-uZ2169kTMz .mbr-text {
  color: #58595b;
}
.cid-uZ2169kTMz .mbr-section-title,
.cid-uZ2169kTMz .mbr-section-btn,
.cid-uZ2169kTMz .title-wrapper,
.cid-uZ2169kTMz .icon-wrapper {
  color: #3016d6;
}
.cid-uZ2169kTMz .mbr-text,
.cid-uZ2169kTMz .text-wrapper {
  color: #020202;
}
.cid-uZ216f3zFA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ216f3zFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ216f3zFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ216f3zFA .container {
    padding: 0 22px;
  }
}
.cid-uZ216f3zFA .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ216f3zFA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ216f3zFA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ216f3zFA .mbr-section-title {
  color: #000000;
}
.cid-uZ216f3zFA .mbr-text {
  color: #d81dc7;
}
.cid-uZ216f3zFA .mbr-text H3 {
  text-align: justify;
}
.cid-uZ216kB6e6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ216kB6e6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ216kB6e6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ216kB6e6 .container {
    padding: 0 22px;
  }
}
.cid-uZ216kB6e6 .row {
  justify-content: space-between;
}
.cid-uZ216kB6e6 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ216kB6e6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ216kB6e6 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ216kB6e6 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ216kB6e6 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ216kB6e6 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ216kB6e6 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ216kB6e6 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ216kB6e6 .copy-wrapper {
    display: block;
  }
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ216kB6e6 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ216kB6e6 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ216kB6e6 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ216kB6e6 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ216kB6e6 .mbr-section-title {
  color: #ff5753;
}
.cid-uZ216kB6e6 .mbr-text {
  color: #ffffff;
}
.cid-uZ216kB6e6 .list {
  color: #635d60;
}
.cid-uZ216kB6e6 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ216kB6e6 .mbr-copy,
.cid-uZ216kB6e6 .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ22DBrYXr {
  background-color: transparent;
}
.cid-uZ22DBrYXr .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ22DBrYXr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ22DBrYXr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ22DBrYXr .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ22DBrYXr .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ22DBrYXr .menu_box .navbar.opened,
  .cid-uZ22DBrYXr .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ22DBrYXr .navbar-dropdown {
  position: relative !important;
}
.cid-uZ22DBrYXr .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ22DBrYXr .btn:hover {
  box-shadow: none;
}
.cid-uZ22DBrYXr .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ22DBrYXr .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ22DBrYXr .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ22DBrYXr .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ22DBrYXr .nav-item .nav-link:hover,
.cid-uZ22DBrYXr .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ22DBrYXr .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ22DBrYXr .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ22DBrYXr .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ22DBrYXr .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ22DBrYXr .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ22DBrYXr .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ22DBrYXr .offcanvas_box {
    display: none;
  }
}
.cid-uZ22DBrYXr .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ22DBrYXr .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ22DBrYXr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ22DBrYXr .container {
  display: flex;
  margin: auto;
}
.cid-uZ22DBrYXr .iconfont-wrapper {
  color: #000000;
  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-uZ22DBrYXr .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ22DBrYXr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ22DBrYXr .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ22DBrYXr .navbar-nav {
    margin: 0;
  }
}
.cid-uZ22DBrYXr .dropdown-menu,
.cid-uZ22DBrYXr .navbar.opened {
  background-color: false !important;
}
.cid-uZ22DBrYXr .nav-item:focus,
.cid-uZ22DBrYXr .nav-link:focus {
  outline: none;
}
.cid-uZ22DBrYXr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ22DBrYXr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ22DBrYXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ22DBrYXr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ22DBrYXr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ22DBrYXr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ22DBrYXr .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ22DBrYXr .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ22DBrYXr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ22DBrYXr .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ22DBrYXr .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ22DBrYXr .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ22DBrYXr .navbar.collapsed {
  justify-content: center;
}
.cid-uZ22DBrYXr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ22DBrYXr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ22DBrYXr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ22DBrYXr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ22DBrYXr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ22DBrYXr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ22DBrYXr .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ22DBrYXr .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ22DBrYXr .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ22DBrYXr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ22DBrYXr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ22DBrYXr .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ22DBrYXr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ22DBrYXr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ22DBrYXr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ22DBrYXr .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ22DBrYXr .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ22DBrYXr .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ22DBrYXr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ22DBrYXr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ22DBrYXr .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ22DBrYXr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ22DBrYXr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ22DBrYXr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ22DBrYXr .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-uZ22DBrYXr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ22DBrYXr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ22DBrYXr .dropdown-item.active,
.cid-uZ22DBrYXr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ22DBrYXr .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ22DBrYXr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ22DBrYXr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ22DBrYXr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ22DBrYXr ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ22DBrYXr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ22DBrYXr button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ22DBrYXr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ22DBrYXr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ22DBrYXr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ22DBrYXr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ22DBrYXr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ22DBrYXr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ22DBrYXr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ22DBrYXr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ22DBrYXr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ22DBrYXr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ22DBrYXr .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-uZ22DBrYXr .navbar {
    height: 70px;
  }
  .cid-uZ22DBrYXr .navbar.opened {
    height: auto;
  }
  .cid-uZ22DBrYXr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ22DBrYXr .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ22DBrYXr .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ22DBrYXr .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ22DBrYXr .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ22DBrYXr .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ22DBrYXr .text_widget {
  margin-bottom: 32px;
}
.cid-uZ22DBrYXr .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ22DBrYXr .text_widget a:hover,
.cid-uZ22DBrYXr .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ22DBrYXr .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ22DBrYXr .icons-menu-main {
  display: flex;
}
.cid-uZ22DBrYXr .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ22DBrYXr .navbar-caption {
  color: #000000;
}
.cid-uZ22DBrYXr .mbr-text {
  color: #6f6f6f;
}
.cid-uZ22DBrYXr a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ22DwT66j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ22DwT66j .item:focus,
.cid-uZ22DwT66j span:focus {
  outline: none;
}
.cid-uZ22DwT66j .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ22DwT66j .loop-container {
  padding: 10px 0;
}
.cid-uZ22DwT66j .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ22DwT66j .item {
    min-height: 45px;
  }
}
.cid-uZ22DHo0ga {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ22DHo0ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22DHo0ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .container {
    padding: 0 22px;
  }
}
.cid-uZ22DHo0ga .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ22DHo0ga .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ22DHo0ga .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ22DHo0ga .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ22DHo0ga .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ22DHo0ga .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ22DHo0ga .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ22DHo0ga .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ22DHo0ga .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ22DHo0ga .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ22DHo0ga .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ22DHo0ga .mbr-section-title {
  color: #000000;
}
.cid-uZ22DHo0ga .card-title {
  color: #000000;
}
.cid-uZ22DHo0ga .card-text {
  color: #635d60;
}
.cid-uZ22DLhxDN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ22DLhxDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22DLhxDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ22DLhxDN .row {
  justify-content: space-between;
}
.cid-uZ22DLhxDN .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ22DLhxDN .content-wrapper {
    padding: 0;
  }
}
.cid-uZ22DLhxDN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ22DLhxDN .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ22DLhxDN .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ22DLhxDN .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ22DLhxDN .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ22DLhxDN .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ22DLhxDN .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ22DLhxDN .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ22DLhxDN .mbr-section-title {
  color: #000000;
}
.cid-uZ22DLhxDN .mbr-desc {
  color: #000000;
}
.cid-uZ22DLhxDN .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ22DOEvT8 {
  background-color: #ffffff;
}
.cid-uZ22DOEvT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22DOEvT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ22DOEvT8 .container {
    padding: 0 22px;
  }
}
.cid-uZ22DOEvT8 .row {
  justify-content: space-between;
}
.cid-uZ22DOEvT8 .row .card {
  justify-content: center;
}
.cid-uZ22DOEvT8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ22DOEvT8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ22DOEvT8 .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ22DOEvT8 .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ22DOEvT8 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ22DOEvT8 .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ22DOEvT8 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ22DOEvT8 .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ22DOEvT8 .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ22DOEvT8 .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ22DOEvT8 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ22DOEvT8 .mbr-section-title {
  color: #000000;
}
.cid-uZ22DOEvT8 .mbr-text {
  color: #140606;
}
.cid-uZ22DOEvT8 .card-title {
  color: #ff5753;
}
.cid-uZ22DOEvT8 .card-text {
  color: #000000;
}
.cid-uZ22DOEvT8 .mbr-section-title,
.cid-uZ22DOEvT8 .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ22DOEvT8 .card-title,
.cid-uZ22DOEvT8 .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ22DSUGJy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ22DSUGJy .item:focus,
.cid-uZ22DSUGJy span:focus {
  outline: none;
}
.cid-uZ22DSUGJy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ22DSUGJy .loop-container {
  padding: 10px 0;
}
.cid-uZ22DSUGJy .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ22DSUGJy .item {
    min-height: 45px;
  }
}
.cid-uZ22DWwJNm {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ22DWwJNm img,
.cid-uZ22DWwJNm .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ22DWwJNm img,
  .cid-uZ22DWwJNm .item-img {
    max-height: 300px;
  }
}
.cid-uZ22DWwJNm .item:focus,
.cid-uZ22DWwJNm span:focus {
  outline: none;
}
.cid-uZ22DWwJNm .item-wrapper {
  position: relative;
}
.cid-uZ22DWwJNm .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ22DWwJNm .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ22DWwJNm .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ22DWwJNm .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ22DWwJNm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ22DWwJNm .mbr-section-title {
  color: #232323;
}
.cid-uZ22DWwJNm .mbr-text,
.cid-uZ22DWwJNm .mbr-section-btn {
  text-align: left;
}
.cid-uZ22DWwJNm .item-title {
  text-align: left;
}
.cid-uZ22DWwJNm .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ22DWwJNm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ22DWwJNm .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ22DWwJNm .embla__button--next,
.cid-uZ22DWwJNm .embla__button--prev {
  display: flex;
}
.cid-uZ22DWwJNm .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ22DWwJNm .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ22DWwJNm .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ22DWwJNm .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ22DWwJNm .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ22DWwJNm .embla__button {
    top: auto;
  }
}
.cid-uZ22DWwJNm .embla {
  position: relative;
  width: 100%;
}
.cid-uZ22DWwJNm .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ22DWwJNm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ22DWwJNm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ22DWwJNm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ22DWwJNm .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ22DWwJNm .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ22DWwJNm .content-head {
  max-width: 800px;
}
.cid-uZ22E2OLHl {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ22E2OLHl H2 {
  color: #89b758;
}
.cid-uZ22E2OLHl .mbr-text,
.cid-uZ22E2OLHl .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ22E2OLHl img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ22E2OLHl img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ22E2OLHl H1 {
  color: #29361a;
}
.cid-uZ22E2OLHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22E2OLHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ22E6QMlB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ22E6QMlB h2 {
  margin-bottom: 0;
}
.cid-uZ22E6QMlB h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ22E6QMlB p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ22E6QMlB .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ22E6QMlB .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ22E6QMlB .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ22E6QMlB .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ22E6QMlB .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ22E6QMlB .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ22E6QMlB H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ22E6QMlB .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ22E6QMlB P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ22E6QMlB .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ22Ec970A {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ22Ec970A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22Ec970A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ22Ec970A .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ22Ec970A .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ22Ec970A .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ22Ec970A .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ22Ec970A .embla__button--next,
.cid-uZ22Ec970A .embla__button--prev {
  display: flex;
}
.cid-uZ22Ec970A .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ22Ec970A .embla__button {
    display: none;
  }
}
.cid-uZ22Ec970A .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ22Ec970A .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ22Ec970A .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ22Ec970A .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ22Ec970A .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ22Ec970A .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ22Ec970A .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ22Ec970A .embla {
    padding: 0;
  }
}
.cid-uZ22Ec970A .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ22Ec970A .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ22Ec970A .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ22Ec970A .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ22Ec970A .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ22Ec970A .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ22Ec970A .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ22Ec970A .item-name {
  color: #111111;
}
.cid-uZ22Ec970A .card-date {
  color: #666666;
}
.cid-uZ22Ec970A .card-title {
  color: #111111;
}
.cid-uZ22Ec970A .card-text {
  color: #666666;
}
.cid-uZ22Ec970A .mbr-star {
  color: #ff6d99;
}
.cid-uZ22Ec970A .mbr-star,
.cid-uZ22Ec970A .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ22EjGHL4 {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ22EjGHL4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ22EjGHL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22EjGHL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ22EjGHL4 .content-wrap {
  margin: 0;
}
.cid-uZ22EjGHL4 .content-wrap .card {
  padding: 0;
}
.cid-uZ22EjGHL4 .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ22EjGHL4 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ22EjGHL4 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ22EjGHL4 .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ22EjGHL4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ22EjGHL4 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ22EjGHL4 .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ22EjGHL4 .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ22EjGHL4 .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ22EjGHL4 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ22EjGHL4 .mbr-section-title {
  color: #150764;
}
.cid-uZ22EjGHL4 .item-title {
  color: #3f2fa3;
}
.cid-uZ22EjGHL4 .item-text {
  color: #3f2fa3;
}
.cid-uZ22EjGHL4 .mbr-section-title,
.cid-uZ22EjGHL4 .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ22EpJVQc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ22EpJVQc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22EpJVQc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ22EpJVQc .container {
    padding: 0 22px;
  }
}
.cid-uZ22EufPZ3 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ22EufPZ3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ22EufPZ3 .form-control,
.cid-uZ22EufPZ3 .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ22EufPZ3 .form-control::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .form-control::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ22EufPZ3 .form-control:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:-moz-placeholder,
.cid-uZ22EufPZ3 .form-control:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ22EufPZ3 .form-control:hover,
.cid-uZ22EufPZ3 .field-input:hover,
.cid-uZ22EufPZ3 .form-control:focus,
.cid-uZ22EufPZ3 .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ22EufPZ3 .form-control:hover::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input:hover::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .form-control:focus::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input:focus::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .form-control:hover::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input:hover::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .form-control:focus::-webkit-input-placeholder,
.cid-uZ22EufPZ3 .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ22EufPZ3 .form-control:hover:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:hover:-moz-placeholder,
.cid-uZ22EufPZ3 .form-control:focus:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:focus:-moz-placeholder,
.cid-uZ22EufPZ3 .form-control:hover:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:hover:-moz-placeholder,
.cid-uZ22EufPZ3 .form-control:focus:-moz-placeholder,
.cid-uZ22EufPZ3 .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ22EufPZ3 .jq-number__spin:hover,
.cid-uZ22EufPZ3 .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ22EufPZ3 .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ22EufPZ3 .jq-selectbox li,
.cid-uZ22EufPZ3 .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ22EufPZ3 .jq-selectbox li:hover,
.cid-uZ22EufPZ3 .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ22EufPZ3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ22EufPZ3 .jq-number__spin.minus:hover:after,
.cid-uZ22EufPZ3 .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ22EufPZ3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ22EufPZ3 .jq-number__spin.minus:after,
.cid-uZ22EufPZ3 .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ22EufPZ3 input::-webkit-clear-button {
  display: none;
}
.cid-uZ22EufPZ3 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ22EufPZ3 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ22EufPZ3 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ22EufPZ3 H4 {
  color: #000000;
}
.cid-uZ22EByt7j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ22EByt7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22EByt7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ22EByt7j .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper {
    display: block;
  }
}
.cid-uZ22EByt7j .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ22EByt7j .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ22EByt7j .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ22EByt7j .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ22EByt7j .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ22EByt7j .mbr-section-title {
  color: #093388;
}
.cid-uZ22EByt7j .mbr-text {
  color: #58595b;
}
.cid-uZ22EByt7j .mbr-section-title,
.cid-uZ22EByt7j .mbr-section-btn,
.cid-uZ22EByt7j .title-wrapper,
.cid-uZ22EByt7j .icon-wrapper {
  color: #3016d6;
}
.cid-uZ22EByt7j .mbr-text,
.cid-uZ22EByt7j .text-wrapper {
  color: #020202;
}
.cid-uZ22EK3AlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ22EK3AlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22EK3AlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ22EK3AlJ .container {
    padding: 0 22px;
  }
}
.cid-uZ22EK3AlJ .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ22EK3AlJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ22EK3AlJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ22EK3AlJ .mbr-section-title {
  color: #000000;
}
.cid-uZ22EK3AlJ .mbr-text {
  color: #d81dc7;
}
.cid-uZ22EK3AlJ .mbr-text H3 {
  text-align: justify;
}
.cid-uZ22ES4XN3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ22ES4XN3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ22ES4XN3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ22ES4XN3 .container {
    padding: 0 22px;
  }
}
.cid-uZ22ES4XN3 .row {
  justify-content: space-between;
}
.cid-uZ22ES4XN3 .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ22ES4XN3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ22ES4XN3 .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ22ES4XN3 .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ22ES4XN3 .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ22ES4XN3 .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ22ES4XN3 .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ22ES4XN3 .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ22ES4XN3 .copy-wrapper {
    display: block;
  }
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ22ES4XN3 .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ22ES4XN3 .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ22ES4XN3 .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ22ES4XN3 .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ22ES4XN3 .mbr-section-title {
  color: #ff5753;
}
.cid-uZ22ES4XN3 .mbr-text {
  color: #ffffff;
}
.cid-uZ22ES4XN3 .list {
  color: #635d60;
}
.cid-uZ22ES4XN3 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ22ES4XN3 .mbr-copy,
.cid-uZ22ES4XN3 .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ23g0m9rb {
  background-color: transparent;
}
.cid-uZ23g0m9rb .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ23g0m9rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ23g0m9rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ23g0m9rb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ23g0m9rb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ23g0m9rb .menu_box .navbar.opened,
  .cid-uZ23g0m9rb .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ23g0m9rb .navbar-dropdown {
  position: relative !important;
}
.cid-uZ23g0m9rb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ23g0m9rb .btn:hover {
  box-shadow: none;
}
.cid-uZ23g0m9rb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ23g0m9rb .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ23g0m9rb .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ23g0m9rb .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ23g0m9rb .nav-item .nav-link:hover,
.cid-uZ23g0m9rb .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ23g0m9rb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ23g0m9rb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ23g0m9rb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ23g0m9rb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ23g0m9rb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ23g0m9rb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ23g0m9rb .offcanvas_box {
    display: none;
  }
}
.cid-uZ23g0m9rb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ23g0m9rb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ23g0m9rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ23g0m9rb .container {
  display: flex;
  margin: auto;
}
.cid-uZ23g0m9rb .iconfont-wrapper {
  color: #000000;
  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-uZ23g0m9rb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ23g0m9rb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ23g0m9rb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ23g0m9rb .navbar-nav {
    margin: 0;
  }
}
.cid-uZ23g0m9rb .dropdown-menu,
.cid-uZ23g0m9rb .navbar.opened {
  background-color: false !important;
}
.cid-uZ23g0m9rb .nav-item:focus,
.cid-uZ23g0m9rb .nav-link:focus {
  outline: none;
}
.cid-uZ23g0m9rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ23g0m9rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ23g0m9rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ23g0m9rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ23g0m9rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ23g0m9rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ23g0m9rb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ23g0m9rb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ23g0m9rb .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ23g0m9rb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ23g0m9rb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ23g0m9rb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ23g0m9rb .navbar.collapsed {
  justify-content: center;
}
.cid-uZ23g0m9rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ23g0m9rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ23g0m9rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ23g0m9rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ23g0m9rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ23g0m9rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ23g0m9rb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ23g0m9rb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ23g0m9rb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ23g0m9rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ23g0m9rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ23g0m9rb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ23g0m9rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ23g0m9rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ23g0m9rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ23g0m9rb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ23g0m9rb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ23g0m9rb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ23g0m9rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ23g0m9rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ23g0m9rb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ23g0m9rb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ23g0m9rb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ23g0m9rb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ23g0m9rb .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-uZ23g0m9rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ23g0m9rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ23g0m9rb .dropdown-item.active,
.cid-uZ23g0m9rb .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ23g0m9rb .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ23g0m9rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ23g0m9rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ23g0m9rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ23g0m9rb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ23g0m9rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ23g0m9rb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ23g0m9rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ23g0m9rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ23g0m9rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ23g0m9rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ23g0m9rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ23g0m9rb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ23g0m9rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ23g0m9rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ23g0m9rb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ23g0m9rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ23g0m9rb .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-uZ23g0m9rb .navbar {
    height: 70px;
  }
  .cid-uZ23g0m9rb .navbar.opened {
    height: auto;
  }
  .cid-uZ23g0m9rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ23g0m9rb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ23g0m9rb .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ23g0m9rb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ23g0m9rb .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ23g0m9rb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ23g0m9rb .text_widget {
  margin-bottom: 32px;
}
.cid-uZ23g0m9rb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ23g0m9rb .text_widget a:hover,
.cid-uZ23g0m9rb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ23g0m9rb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ23g0m9rb .icons-menu-main {
  display: flex;
}
.cid-uZ23g0m9rb .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ23g0m9rb .navbar-caption {
  color: #000000;
}
.cid-uZ23g0m9rb .mbr-text {
  color: #6f6f6f;
}
.cid-uZ23g0m9rb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ23fWTZQx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ23fWTZQx .item:focus,
.cid-uZ23fWTZQx span:focus {
  outline: none;
}
.cid-uZ23fWTZQx .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ23fWTZQx .loop-container {
  padding: 10px 0;
}
.cid-uZ23fWTZQx .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ23fWTZQx .item {
    min-height: 45px;
  }
}
.cid-uZ23g6vKXB {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ23g6vKXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23g6vKXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .container {
    padding: 0 22px;
  }
}
.cid-uZ23g6vKXB .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ23g6vKXB .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ23g6vKXB .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ23g6vKXB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ23g6vKXB .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ23g6vKXB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ23g6vKXB .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ23g6vKXB .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ23g6vKXB .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ23g6vKXB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ23g6vKXB .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ23g6vKXB .mbr-section-title {
  color: #000000;
}
.cid-uZ23g6vKXB .card-title {
  color: #000000;
}
.cid-uZ23g6vKXB .card-text {
  color: #635d60;
}
.cid-uZ23ga5hrw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ23ga5hrw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23ga5hrw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23ga5hrw .row {
  justify-content: space-between;
}
.cid-uZ23ga5hrw .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ23ga5hrw .content-wrapper {
    padding: 0;
  }
}
.cid-uZ23ga5hrw .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ23ga5hrw .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ23ga5hrw .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ23ga5hrw .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ23ga5hrw .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ23ga5hrw .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ23ga5hrw .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ23ga5hrw .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ23ga5hrw .mbr-section-title {
  color: #000000;
}
.cid-uZ23ga5hrw .mbr-desc {
  color: #000000;
}
.cid-uZ23ga5hrw .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ23gdtMKM {
  background-color: #ffffff;
}
.cid-uZ23gdtMKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23gdtMKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23gdtMKM .container {
    padding: 0 22px;
  }
}
.cid-uZ23gdtMKM .row {
  justify-content: space-between;
}
.cid-uZ23gdtMKM .row .card {
  justify-content: center;
}
.cid-uZ23gdtMKM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ23gdtMKM .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ23gdtMKM .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ23gdtMKM .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ23gdtMKM .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ23gdtMKM .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ23gdtMKM .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ23gdtMKM .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ23gdtMKM .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ23gdtMKM .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ23gdtMKM .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ23gdtMKM .mbr-section-title {
  color: #000000;
}
.cid-uZ23gdtMKM .mbr-text {
  color: #140606;
}
.cid-uZ23gdtMKM .card-title {
  color: #ff5753;
}
.cid-uZ23gdtMKM .card-text {
  color: #000000;
}
.cid-uZ23gdtMKM .mbr-section-title,
.cid-uZ23gdtMKM .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ23gdtMKM .card-title,
.cid-uZ23gdtMKM .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ23gi2X8Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ23gi2X8Y .item:focus,
.cid-uZ23gi2X8Y span:focus {
  outline: none;
}
.cid-uZ23gi2X8Y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ23gi2X8Y .loop-container {
  padding: 10px 0;
}
.cid-uZ23gi2X8Y .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ23gi2X8Y .item {
    min-height: 45px;
  }
}
.cid-uZ23glgl9M {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ23glgl9M img,
.cid-uZ23glgl9M .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ23glgl9M img,
  .cid-uZ23glgl9M .item-img {
    max-height: 300px;
  }
}
.cid-uZ23glgl9M .item:focus,
.cid-uZ23glgl9M span:focus {
  outline: none;
}
.cid-uZ23glgl9M .item-wrapper {
  position: relative;
}
.cid-uZ23glgl9M .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ23glgl9M .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ23glgl9M .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ23glgl9M .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ23glgl9M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ23glgl9M .mbr-section-title {
  color: #232323;
}
.cid-uZ23glgl9M .mbr-text,
.cid-uZ23glgl9M .mbr-section-btn {
  text-align: left;
}
.cid-uZ23glgl9M .item-title {
  text-align: left;
}
.cid-uZ23glgl9M .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ23glgl9M .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ23glgl9M .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ23glgl9M .embla__button--next,
.cid-uZ23glgl9M .embla__button--prev {
  display: flex;
}
.cid-uZ23glgl9M .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ23glgl9M .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ23glgl9M .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ23glgl9M .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ23glgl9M .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ23glgl9M .embla__button {
    top: auto;
  }
}
.cid-uZ23glgl9M .embla {
  position: relative;
  width: 100%;
}
.cid-uZ23glgl9M .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ23glgl9M .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ23glgl9M .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ23glgl9M .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ23glgl9M .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ23glgl9M .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ23glgl9M .content-head {
  max-width: 800px;
}
.cid-uZ23grxlhM {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ23grxlhM H2 {
  color: #89b758;
}
.cid-uZ23grxlhM .mbr-text,
.cid-uZ23grxlhM .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ23grxlhM img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ23grxlhM img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ23grxlhM H1 {
  color: #29361a;
}
.cid-uZ23grxlhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23grxlhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23gvqlSb {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ23gvqlSb h2 {
  margin-bottom: 0;
}
.cid-uZ23gvqlSb h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ23gvqlSb p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ23gvqlSb .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ23gvqlSb .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ23gvqlSb .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ23gvqlSb .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ23gvqlSb .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ23gvqlSb .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ23gvqlSb H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ23gvqlSb .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ23gvqlSb P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ23gvqlSb .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ23gB29mI {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ23gB29mI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23gB29mI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23gB29mI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ23gB29mI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ23gB29mI .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ23gB29mI .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ23gB29mI .embla__button--next,
.cid-uZ23gB29mI .embla__button--prev {
  display: flex;
}
.cid-uZ23gB29mI .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ23gB29mI .embla__button {
    display: none;
  }
}
.cid-uZ23gB29mI .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ23gB29mI .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ23gB29mI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ23gB29mI .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ23gB29mI .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ23gB29mI .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ23gB29mI .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ23gB29mI .embla {
    padding: 0;
  }
}
.cid-uZ23gB29mI .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ23gB29mI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ23gB29mI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ23gB29mI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ23gB29mI .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ23gB29mI .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ23gB29mI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ23gB29mI .item-name {
  color: #111111;
}
.cid-uZ23gB29mI .card-date {
  color: #666666;
}
.cid-uZ23gB29mI .card-title {
  color: #111111;
}
.cid-uZ23gB29mI .card-text {
  color: #666666;
}
.cid-uZ23gB29mI .mbr-star {
  color: #ff6d99;
}
.cid-uZ23gB29mI .mbr-star,
.cid-uZ23gB29mI .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ23gIcjxf {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ23gIcjxf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ23gIcjxf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23gIcjxf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23gIcjxf .content-wrap {
  margin: 0;
}
.cid-uZ23gIcjxf .content-wrap .card {
  padding: 0;
}
.cid-uZ23gIcjxf .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ23gIcjxf .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ23gIcjxf .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ23gIcjxf .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ23gIcjxf .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23gIcjxf .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ23gIcjxf .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ23gIcjxf .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ23gIcjxf .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ23gIcjxf .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ23gIcjxf .mbr-section-title {
  color: #150764;
}
.cid-uZ23gIcjxf .item-title {
  color: #3f2fa3;
}
.cid-uZ23gIcjxf .item-text {
  color: #3f2fa3;
}
.cid-uZ23gIcjxf .mbr-section-title,
.cid-uZ23gIcjxf .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ23gRy73w {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ23gRy73w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23gRy73w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ23gRy73w .container {
    padding: 0 22px;
  }
}
.cid-uZ23gYMcoc {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ23gYMcoc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ23gYMcoc .form-control,
.cid-uZ23gYMcoc .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ23gYMcoc .form-control::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input::-webkit-input-placeholder,
.cid-uZ23gYMcoc .form-control::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ23gYMcoc .form-control:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:-moz-placeholder,
.cid-uZ23gYMcoc .form-control:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ23gYMcoc .form-control:hover,
.cid-uZ23gYMcoc .field-input:hover,
.cid-uZ23gYMcoc .form-control:focus,
.cid-uZ23gYMcoc .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ23gYMcoc .form-control:hover::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input:hover::-webkit-input-placeholder,
.cid-uZ23gYMcoc .form-control:focus::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input:focus::-webkit-input-placeholder,
.cid-uZ23gYMcoc .form-control:hover::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input:hover::-webkit-input-placeholder,
.cid-uZ23gYMcoc .form-control:focus::-webkit-input-placeholder,
.cid-uZ23gYMcoc .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ23gYMcoc .form-control:hover:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:hover:-moz-placeholder,
.cid-uZ23gYMcoc .form-control:focus:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:focus:-moz-placeholder,
.cid-uZ23gYMcoc .form-control:hover:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:hover:-moz-placeholder,
.cid-uZ23gYMcoc .form-control:focus:-moz-placeholder,
.cid-uZ23gYMcoc .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ23gYMcoc .jq-number__spin:hover,
.cid-uZ23gYMcoc .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ23gYMcoc .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ23gYMcoc .jq-selectbox li,
.cid-uZ23gYMcoc .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ23gYMcoc .jq-selectbox li:hover,
.cid-uZ23gYMcoc .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ23gYMcoc .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ23gYMcoc .jq-number__spin.minus:hover:after,
.cid-uZ23gYMcoc .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ23gYMcoc .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ23gYMcoc .jq-number__spin.minus:after,
.cid-uZ23gYMcoc .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ23gYMcoc input::-webkit-clear-button {
  display: none;
}
.cid-uZ23gYMcoc input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ23gYMcoc input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ23gYMcoc input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ23gYMcoc H4 {
  color: #000000;
}
.cid-uZ23heawZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ23heawZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23heawZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23heawZD .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper {
    display: block;
  }
}
.cid-uZ23heawZD .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ23heawZD .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ23heawZD .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ23heawZD .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ23heawZD .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ23heawZD .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ23heawZD .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ23heawZD .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ23heawZD .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ23heawZD .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ23heawZD .mbr-section-title {
  color: #093388;
}
.cid-uZ23heawZD .mbr-text {
  color: #58595b;
}
.cid-uZ23heawZD .mbr-section-title,
.cid-uZ23heawZD .mbr-section-btn,
.cid-uZ23heawZD .title-wrapper,
.cid-uZ23heawZD .icon-wrapper {
  color: #3016d6;
}
.cid-uZ23heawZD .mbr-text,
.cid-uZ23heawZD .text-wrapper {
  color: #020202;
}
.cid-uZ23hl6fCw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ23hl6fCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23hl6fCw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23hl6fCw .container {
    padding: 0 22px;
  }
}
.cid-uZ23hl6fCw .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ23hl6fCw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ23hl6fCw .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ23hl6fCw .mbr-section-title {
  color: #000000;
}
.cid-uZ23hl6fCw .mbr-text {
  color: #d81dc7;
}
.cid-uZ23hl6fCw .mbr-text H3 {
  text-align: justify;
}
.cid-uZ23hqmOgK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ23hqmOgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23hqmOgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23hqmOgK .container {
    padding: 0 22px;
  }
}
.cid-uZ23hqmOgK .row {
  justify-content: space-between;
}
.cid-uZ23hqmOgK .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ23hqmOgK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ23hqmOgK .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ23hqmOgK .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ23hqmOgK .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ23hqmOgK .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ23hqmOgK .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ23hqmOgK .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ23hqmOgK .copy-wrapper {
    display: block;
  }
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ23hqmOgK .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ23hqmOgK .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23hqmOgK .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ23hqmOgK .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ23hqmOgK .mbr-section-title {
  color: #ff5753;
}
.cid-uZ23hqmOgK .mbr-text {
  color: #ffffff;
}
.cid-uZ23hqmOgK .list {
  color: #635d60;
}
.cid-uZ23hqmOgK .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ23hqmOgK .mbr-copy,
.cid-uZ23hqmOgK .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ23V1St6P {
  background-color: transparent;
}
.cid-uZ23V1St6P .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ23V1St6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ23V1St6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ23V1St6P .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ23V1St6P .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ23V1St6P .menu_box .navbar.opened,
  .cid-uZ23V1St6P .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ23V1St6P .navbar-dropdown {
  position: relative !important;
}
.cid-uZ23V1St6P .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ23V1St6P .btn:hover {
  box-shadow: none;
}
.cid-uZ23V1St6P .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ23V1St6P .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ23V1St6P .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ23V1St6P .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ23V1St6P .nav-item .nav-link:hover,
.cid-uZ23V1St6P .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ23V1St6P .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ23V1St6P .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ23V1St6P .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ23V1St6P .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ23V1St6P .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ23V1St6P .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ23V1St6P .offcanvas_box {
    display: none;
  }
}
.cid-uZ23V1St6P .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ23V1St6P .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ23V1St6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ23V1St6P .container {
  display: flex;
  margin: auto;
}
.cid-uZ23V1St6P .iconfont-wrapper {
  color: #000000;
  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-uZ23V1St6P .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ23V1St6P .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ23V1St6P .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ23V1St6P .navbar-nav {
    margin: 0;
  }
}
.cid-uZ23V1St6P .dropdown-menu,
.cid-uZ23V1St6P .navbar.opened {
  background-color: false !important;
}
.cid-uZ23V1St6P .nav-item:focus,
.cid-uZ23V1St6P .nav-link:focus {
  outline: none;
}
.cid-uZ23V1St6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ23V1St6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ23V1St6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ23V1St6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ23V1St6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ23V1St6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ23V1St6P .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ23V1St6P .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ23V1St6P .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ23V1St6P .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ23V1St6P .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ23V1St6P .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ23V1St6P .navbar.collapsed {
  justify-content: center;
}
.cid-uZ23V1St6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ23V1St6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ23V1St6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ23V1St6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ23V1St6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ23V1St6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ23V1St6P .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ23V1St6P .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ23V1St6P .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ23V1St6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ23V1St6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ23V1St6P .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ23V1St6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ23V1St6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ23V1St6P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ23V1St6P .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ23V1St6P .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ23V1St6P .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ23V1St6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ23V1St6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ23V1St6P .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ23V1St6P .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ23V1St6P .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ23V1St6P .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ23V1St6P .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-uZ23V1St6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ23V1St6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ23V1St6P .dropdown-item.active,
.cid-uZ23V1St6P .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ23V1St6P .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ23V1St6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ23V1St6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ23V1St6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ23V1St6P ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ23V1St6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ23V1St6P button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ23V1St6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ23V1St6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ23V1St6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ23V1St6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ23V1St6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ23V1St6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ23V1St6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ23V1St6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ23V1St6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ23V1St6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ23V1St6P .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-uZ23V1St6P .navbar {
    height: 70px;
  }
  .cid-uZ23V1St6P .navbar.opened {
    height: auto;
  }
  .cid-uZ23V1St6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ23V1St6P .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ23V1St6P .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ23V1St6P .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ23V1St6P .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ23V1St6P .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ23V1St6P .text_widget {
  margin-bottom: 32px;
}
.cid-uZ23V1St6P .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ23V1St6P .text_widget a:hover,
.cid-uZ23V1St6P .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ23V1St6P .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ23V1St6P .icons-menu-main {
  display: flex;
}
.cid-uZ23V1St6P .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ23V1St6P .navbar-caption {
  color: #000000;
}
.cid-uZ23V1St6P .mbr-text {
  color: #6f6f6f;
}
.cid-uZ23V1St6P a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ23UYCRtG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ23UYCRtG .item:focus,
.cid-uZ23UYCRtG span:focus {
  outline: none;
}
.cid-uZ23UYCRtG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ23UYCRtG .loop-container {
  padding: 10px 0;
}
.cid-uZ23UYCRtG .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ23UYCRtG .item {
    min-height: 45px;
  }
}
.cid-uZ23V7WT43 {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ23V7WT43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23V7WT43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .container {
    padding: 0 22px;
  }
}
.cid-uZ23V7WT43 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ23V7WT43 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ23V7WT43 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ23V7WT43 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ23V7WT43 .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ23V7WT43 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ23V7WT43 .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ23V7WT43 .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ23V7WT43 .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ23V7WT43 .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ23V7WT43 .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ23V7WT43 .mbr-section-title {
  color: #000000;
}
.cid-uZ23V7WT43 .card-title {
  color: #000000;
}
.cid-uZ23V7WT43 .card-text {
  color: #635d60;
}
.cid-uZ23VbnorY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ23VbnorY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VbnorY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23VbnorY .row {
  justify-content: space-between;
}
.cid-uZ23VbnorY .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ23VbnorY .content-wrapper {
    padding: 0;
  }
}
.cid-uZ23VbnorY .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ23VbnorY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ23VbnorY .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ23VbnorY .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ23VbnorY .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ23VbnorY .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ23VbnorY .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ23VbnorY .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ23VbnorY .mbr-section-title {
  color: #000000;
}
.cid-uZ23VbnorY .mbr-desc {
  color: #000000;
}
.cid-uZ23VbnorY .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ23VeKO1X {
  background-color: #ffffff;
}
.cid-uZ23VeKO1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VeKO1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23VeKO1X .container {
    padding: 0 22px;
  }
}
.cid-uZ23VeKO1X .row {
  justify-content: space-between;
}
.cid-uZ23VeKO1X .row .card {
  justify-content: center;
}
.cid-uZ23VeKO1X .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ23VeKO1X .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ23VeKO1X .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ23VeKO1X .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ23VeKO1X .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ23VeKO1X .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ23VeKO1X .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ23VeKO1X .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ23VeKO1X .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ23VeKO1X .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ23VeKO1X .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ23VeKO1X .mbr-section-title {
  color: #000000;
}
.cid-uZ23VeKO1X .mbr-text {
  color: #140606;
}
.cid-uZ23VeKO1X .card-title {
  color: #ff5753;
}
.cid-uZ23VeKO1X .card-text {
  color: #000000;
}
.cid-uZ23VeKO1X .mbr-section-title,
.cid-uZ23VeKO1X .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ23VeKO1X .card-title,
.cid-uZ23VeKO1X .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ23Vj5rcV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ23Vj5rcV .item:focus,
.cid-uZ23Vj5rcV span:focus {
  outline: none;
}
.cid-uZ23Vj5rcV .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ23Vj5rcV .loop-container {
  padding: 10px 0;
}
.cid-uZ23Vj5rcV .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ23Vj5rcV .item {
    min-height: 45px;
  }
}
.cid-uZ23VmkjpL {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ23VmkjpL img,
.cid-uZ23VmkjpL .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ23VmkjpL img,
  .cid-uZ23VmkjpL .item-img {
    max-height: 300px;
  }
}
.cid-uZ23VmkjpL .item:focus,
.cid-uZ23VmkjpL span:focus {
  outline: none;
}
.cid-uZ23VmkjpL .item-wrapper {
  position: relative;
}
.cid-uZ23VmkjpL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ23VmkjpL .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ23VmkjpL .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ23VmkjpL .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ23VmkjpL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ23VmkjpL .mbr-section-title {
  color: #232323;
}
.cid-uZ23VmkjpL .mbr-text,
.cid-uZ23VmkjpL .mbr-section-btn {
  text-align: left;
}
.cid-uZ23VmkjpL .item-title {
  text-align: left;
}
.cid-uZ23VmkjpL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ23VmkjpL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ23VmkjpL .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ23VmkjpL .embla__button--next,
.cid-uZ23VmkjpL .embla__button--prev {
  display: flex;
}
.cid-uZ23VmkjpL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ23VmkjpL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ23VmkjpL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ23VmkjpL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ23VmkjpL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ23VmkjpL .embla__button {
    top: auto;
  }
}
.cid-uZ23VmkjpL .embla {
  position: relative;
  width: 100%;
}
.cid-uZ23VmkjpL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ23VmkjpL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ23VmkjpL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ23VmkjpL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ23VmkjpL .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ23VmkjpL .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ23VmkjpL .content-head {
  max-width: 800px;
}
.cid-uZ23VsngHI {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ23VsngHI H2 {
  color: #89b758;
}
.cid-uZ23VsngHI .mbr-text,
.cid-uZ23VsngHI .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ23VsngHI img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ23VsngHI img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ23VsngHI H1 {
  color: #29361a;
}
.cid-uZ23VsngHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VsngHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23Vw77aY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ23Vw77aY h2 {
  margin-bottom: 0;
}
.cid-uZ23Vw77aY h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ23Vw77aY p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ23Vw77aY .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ23Vw77aY .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ23Vw77aY .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ23Vw77aY .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ23Vw77aY .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ23Vw77aY .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ23Vw77aY H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ23Vw77aY .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ23Vw77aY P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ23Vw77aY .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ23VBBFBh {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ23VBBFBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VBBFBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23VBBFBh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ23VBBFBh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ23VBBFBh .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ23VBBFBh .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ23VBBFBh .embla__button--next,
.cid-uZ23VBBFBh .embla__button--prev {
  display: flex;
}
.cid-uZ23VBBFBh .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ23VBBFBh .embla__button {
    display: none;
  }
}
.cid-uZ23VBBFBh .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ23VBBFBh .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ23VBBFBh .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ23VBBFBh .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ23VBBFBh .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ23VBBFBh .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ23VBBFBh .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ23VBBFBh .embla {
    padding: 0;
  }
}
.cid-uZ23VBBFBh .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ23VBBFBh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ23VBBFBh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ23VBBFBh .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ23VBBFBh .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ23VBBFBh .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ23VBBFBh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ23VBBFBh .item-name {
  color: #111111;
}
.cid-uZ23VBBFBh .card-date {
  color: #666666;
}
.cid-uZ23VBBFBh .card-title {
  color: #111111;
}
.cid-uZ23VBBFBh .card-text {
  color: #666666;
}
.cid-uZ23VBBFBh .mbr-star {
  color: #ff6d99;
}
.cid-uZ23VBBFBh .mbr-star,
.cid-uZ23VBBFBh .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ23VICX90 {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ23VICX90 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ23VICX90 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VICX90 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23VICX90 .content-wrap {
  margin: 0;
}
.cid-uZ23VICX90 .content-wrap .card {
  padding: 0;
}
.cid-uZ23VICX90 .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ23VICX90 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ23VICX90 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ23VICX90 .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ23VICX90 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23VICX90 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ23VICX90 .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ23VICX90 .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ23VICX90 .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ23VICX90 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ23VICX90 .mbr-section-title {
  color: #150764;
}
.cid-uZ23VICX90 .item-title {
  color: #3f2fa3;
}
.cid-uZ23VICX90 .item-text {
  color: #3f2fa3;
}
.cid-uZ23VICX90 .mbr-section-title,
.cid-uZ23VICX90 .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ23VOBdrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ23VOBdrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23VOBdrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ23VOBdrc .container {
    padding: 0 22px;
  }
}
.cid-uZ23VT8kzG {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ23VT8kzG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ23VT8kzG .form-control,
.cid-uZ23VT8kzG .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ23VT8kzG .form-control::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input::-webkit-input-placeholder,
.cid-uZ23VT8kzG .form-control::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ23VT8kzG .form-control:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:-moz-placeholder,
.cid-uZ23VT8kzG .form-control:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ23VT8kzG .form-control:hover,
.cid-uZ23VT8kzG .field-input:hover,
.cid-uZ23VT8kzG .form-control:focus,
.cid-uZ23VT8kzG .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ23VT8kzG .form-control:hover::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input:hover::-webkit-input-placeholder,
.cid-uZ23VT8kzG .form-control:focus::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input:focus::-webkit-input-placeholder,
.cid-uZ23VT8kzG .form-control:hover::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input:hover::-webkit-input-placeholder,
.cid-uZ23VT8kzG .form-control:focus::-webkit-input-placeholder,
.cid-uZ23VT8kzG .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ23VT8kzG .form-control:hover:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:hover:-moz-placeholder,
.cid-uZ23VT8kzG .form-control:focus:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:focus:-moz-placeholder,
.cid-uZ23VT8kzG .form-control:hover:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:hover:-moz-placeholder,
.cid-uZ23VT8kzG .form-control:focus:-moz-placeholder,
.cid-uZ23VT8kzG .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ23VT8kzG .jq-number__spin:hover,
.cid-uZ23VT8kzG .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ23VT8kzG .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ23VT8kzG .jq-selectbox li,
.cid-uZ23VT8kzG .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ23VT8kzG .jq-selectbox li:hover,
.cid-uZ23VT8kzG .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ23VT8kzG .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ23VT8kzG .jq-number__spin.minus:hover:after,
.cid-uZ23VT8kzG .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ23VT8kzG .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ23VT8kzG .jq-number__spin.minus:after,
.cid-uZ23VT8kzG .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ23VT8kzG input::-webkit-clear-button {
  display: none;
}
.cid-uZ23VT8kzG input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ23VT8kzG input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ23VT8kzG input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ23VT8kzG H4 {
  color: #000000;
}
.cid-uZ23W0jk4r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ23W0jk4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23W0jk4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ23W0jk4r .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper {
    display: block;
  }
}
.cid-uZ23W0jk4r .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ23W0jk4r .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ23W0jk4r .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ23W0jk4r .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ23W0jk4r .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ23W0jk4r .mbr-section-title {
  color: #093388;
}
.cid-uZ23W0jk4r .mbr-text {
  color: #58595b;
}
.cid-uZ23W0jk4r .mbr-section-title,
.cid-uZ23W0jk4r .mbr-section-btn,
.cid-uZ23W0jk4r .title-wrapper,
.cid-uZ23W0jk4r .icon-wrapper {
  color: #3016d6;
}
.cid-uZ23W0jk4r .mbr-text,
.cid-uZ23W0jk4r .text-wrapper {
  color: #020202;
}
.cid-uZ23W5P1v1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ23W5P1v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23W5P1v1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23W5P1v1 .container {
    padding: 0 22px;
  }
}
.cid-uZ23W5P1v1 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ23W5P1v1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ23W5P1v1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ23W5P1v1 .mbr-section-title {
  color: #000000;
}
.cid-uZ23W5P1v1 .mbr-text {
  color: #d81dc7;
}
.cid-uZ23W5P1v1 .mbr-text H3 {
  text-align: justify;
}
.cid-uZ23Wbr63Z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ23Wbr63Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ23Wbr63Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ23Wbr63Z .container {
    padding: 0 22px;
  }
}
.cid-uZ23Wbr63Z .row {
  justify-content: space-between;
}
.cid-uZ23Wbr63Z .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ23Wbr63Z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ23Wbr63Z .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ23Wbr63Z .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ23Wbr63Z .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ23Wbr63Z .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ23Wbr63Z .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ23Wbr63Z .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ23Wbr63Z .copy-wrapper {
    display: block;
  }
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ23Wbr63Z .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ23Wbr63Z .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ23Wbr63Z .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ23Wbr63Z .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ23Wbr63Z .mbr-section-title {
  color: #ff5753;
}
.cid-uZ23Wbr63Z .mbr-text {
  color: #ffffff;
}
.cid-uZ23Wbr63Z .list {
  color: #635d60;
}
.cid-uZ23Wbr63Z .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ23Wbr63Z .mbr-copy,
.cid-uZ23Wbr63Z .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ24x0sS2H {
  background-color: transparent;
}
.cid-uZ24x0sS2H .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ24x0sS2H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ24x0sS2H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ24x0sS2H .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ24x0sS2H .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ24x0sS2H .menu_box .navbar.opened,
  .cid-uZ24x0sS2H .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ24x0sS2H .navbar-dropdown {
  position: relative !important;
}
.cid-uZ24x0sS2H .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ24x0sS2H .btn:hover {
  box-shadow: none;
}
.cid-uZ24x0sS2H .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ24x0sS2H .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ24x0sS2H .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ24x0sS2H .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ24x0sS2H .nav-item .nav-link:hover,
.cid-uZ24x0sS2H .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ24x0sS2H .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ24x0sS2H .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ24x0sS2H .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ24x0sS2H .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ24x0sS2H .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ24x0sS2H .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ24x0sS2H .offcanvas_box {
    display: none;
  }
}
.cid-uZ24x0sS2H .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ24x0sS2H .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ24x0sS2H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ24x0sS2H .container {
  display: flex;
  margin: auto;
}
.cid-uZ24x0sS2H .iconfont-wrapper {
  color: #000000;
  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-uZ24x0sS2H .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ24x0sS2H .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ24x0sS2H .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ24x0sS2H .navbar-nav {
    margin: 0;
  }
}
.cid-uZ24x0sS2H .dropdown-menu,
.cid-uZ24x0sS2H .navbar.opened {
  background-color: false !important;
}
.cid-uZ24x0sS2H .nav-item:focus,
.cid-uZ24x0sS2H .nav-link:focus {
  outline: none;
}
.cid-uZ24x0sS2H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ24x0sS2H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ24x0sS2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ24x0sS2H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ24x0sS2H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ24x0sS2H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ24x0sS2H .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ24x0sS2H .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ24x0sS2H .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ24x0sS2H .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ24x0sS2H .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ24x0sS2H .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ24x0sS2H .navbar.collapsed {
  justify-content: center;
}
.cid-uZ24x0sS2H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ24x0sS2H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ24x0sS2H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ24x0sS2H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ24x0sS2H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ24x0sS2H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ24x0sS2H .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ24x0sS2H .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ24x0sS2H .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ24x0sS2H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ24x0sS2H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ24x0sS2H .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ24x0sS2H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ24x0sS2H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ24x0sS2H .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ24x0sS2H .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ24x0sS2H .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ24x0sS2H .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ24x0sS2H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ24x0sS2H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ24x0sS2H .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ24x0sS2H .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ24x0sS2H .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ24x0sS2H .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ24x0sS2H .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-uZ24x0sS2H .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ24x0sS2H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ24x0sS2H .dropdown-item.active,
.cid-uZ24x0sS2H .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ24x0sS2H .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ24x0sS2H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ24x0sS2H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ24x0sS2H .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ24x0sS2H ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ24x0sS2H .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ24x0sS2H button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ24x0sS2H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ24x0sS2H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ24x0sS2H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ24x0sS2H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ24x0sS2H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ24x0sS2H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ24x0sS2H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ24x0sS2H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ24x0sS2H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ24x0sS2H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ24x0sS2H .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-uZ24x0sS2H .navbar {
    height: 70px;
  }
  .cid-uZ24x0sS2H .navbar.opened {
    height: auto;
  }
  .cid-uZ24x0sS2H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ24x0sS2H .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ24x0sS2H .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ24x0sS2H .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ24x0sS2H .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ24x0sS2H .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ24x0sS2H .text_widget {
  margin-bottom: 32px;
}
.cid-uZ24x0sS2H .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ24x0sS2H .text_widget a:hover,
.cid-uZ24x0sS2H .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ24x0sS2H .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ24x0sS2H .icons-menu-main {
  display: flex;
}
.cid-uZ24x0sS2H .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ24x0sS2H .navbar-caption {
  color: #000000;
}
.cid-uZ24x0sS2H .mbr-text {
  color: #6f6f6f;
}
.cid-uZ24x0sS2H a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ24wXbORM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ24wXbORM .item:focus,
.cid-uZ24wXbORM span:focus {
  outline: none;
}
.cid-uZ24wXbORM .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ24wXbORM .loop-container {
  padding: 10px 0;
}
.cid-uZ24wXbORM .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ24wXbORM .item {
    min-height: 45px;
  }
}
.cid-uZ24x6TpQy {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ24x6TpQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24x6TpQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .container {
    padding: 0 22px;
  }
}
.cid-uZ24x6TpQy .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ24x6TpQy .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ24x6TpQy .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ24x6TpQy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ24x6TpQy .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ24x6TpQy .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ24x6TpQy .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ24x6TpQy .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ24x6TpQy .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ24x6TpQy .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ24x6TpQy .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ24x6TpQy .mbr-section-title {
  color: #000000;
}
.cid-uZ24x6TpQy .card-title {
  color: #000000;
}
.cid-uZ24x6TpQy .card-text {
  color: #635d60;
}
.cid-uZ24xaLKac {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ24xaLKac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xaLKac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ24xaLKac .row {
  justify-content: space-between;
}
.cid-uZ24xaLKac .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ24xaLKac .content-wrapper {
    padding: 0;
  }
}
.cid-uZ24xaLKac .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ24xaLKac .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ24xaLKac .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ24xaLKac .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ24xaLKac .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ24xaLKac .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ24xaLKac .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ24xaLKac .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ24xaLKac .mbr-section-title {
  color: #000000;
}
.cid-uZ24xaLKac .mbr-desc {
  color: #000000;
}
.cid-uZ24xaLKac .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ24xeb7yw {
  background-color: #ffffff;
}
.cid-uZ24xeb7yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xeb7yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ24xeb7yw .container {
    padding: 0 22px;
  }
}
.cid-uZ24xeb7yw .row {
  justify-content: space-between;
}
.cid-uZ24xeb7yw .row .card {
  justify-content: center;
}
.cid-uZ24xeb7yw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ24xeb7yw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ24xeb7yw .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ24xeb7yw .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ24xeb7yw .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ24xeb7yw .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ24xeb7yw .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ24xeb7yw .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ24xeb7yw .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ24xeb7yw .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ24xeb7yw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ24xeb7yw .mbr-section-title {
  color: #000000;
}
.cid-uZ24xeb7yw .mbr-text {
  color: #140606;
}
.cid-uZ24xeb7yw .card-title {
  color: #ff5753;
}
.cid-uZ24xeb7yw .card-text {
  color: #000000;
}
.cid-uZ24xeb7yw .mbr-section-title,
.cid-uZ24xeb7yw .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ24xeb7yw .card-title,
.cid-uZ24xeb7yw .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ24xiyLkq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ24xiyLkq .item:focus,
.cid-uZ24xiyLkq span:focus {
  outline: none;
}
.cid-uZ24xiyLkq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ24xiyLkq .loop-container {
  padding: 10px 0;
}
.cid-uZ24xiyLkq .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ24xiyLkq .item {
    min-height: 45px;
  }
}
.cid-uZ24xmcRac {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ24xmcRac img,
.cid-uZ24xmcRac .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ24xmcRac img,
  .cid-uZ24xmcRac .item-img {
    max-height: 300px;
  }
}
.cid-uZ24xmcRac .item:focus,
.cid-uZ24xmcRac span:focus {
  outline: none;
}
.cid-uZ24xmcRac .item-wrapper {
  position: relative;
}
.cid-uZ24xmcRac .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ24xmcRac .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ24xmcRac .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ24xmcRac .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ24xmcRac .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ24xmcRac .mbr-section-title {
  color: #232323;
}
.cid-uZ24xmcRac .mbr-text,
.cid-uZ24xmcRac .mbr-section-btn {
  text-align: left;
}
.cid-uZ24xmcRac .item-title {
  text-align: left;
}
.cid-uZ24xmcRac .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ24xmcRac .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ24xmcRac .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ24xmcRac .embla__button--next,
.cid-uZ24xmcRac .embla__button--prev {
  display: flex;
}
.cid-uZ24xmcRac .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ24xmcRac .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ24xmcRac .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ24xmcRac .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ24xmcRac .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ24xmcRac .embla__button {
    top: auto;
  }
}
.cid-uZ24xmcRac .embla {
  position: relative;
  width: 100%;
}
.cid-uZ24xmcRac .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ24xmcRac .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ24xmcRac .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ24xmcRac .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ24xmcRac .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ24xmcRac .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ24xmcRac .content-head {
  max-width: 800px;
}
.cid-uZ24xsfXgB {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ24xsfXgB H2 {
  color: #89b758;
}
.cid-uZ24xsfXgB .mbr-text,
.cid-uZ24xsfXgB .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ24xsfXgB img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ24xsfXgB img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ24xsfXgB H1 {
  color: #29361a;
}
.cid-uZ24xsfXgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xsfXgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ24xwrLSP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ24xwrLSP h2 {
  margin-bottom: 0;
}
.cid-uZ24xwrLSP h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ24xwrLSP p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ24xwrLSP .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ24xwrLSP .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ24xwrLSP .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ24xwrLSP .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ24xwrLSP .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ24xwrLSP .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ24xwrLSP H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ24xwrLSP .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ24xwrLSP P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ24xwrLSP .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ24xBZEQd {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ24xBZEQd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xBZEQd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ24xBZEQd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ24xBZEQd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ24xBZEQd .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ24xBZEQd .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ24xBZEQd .embla__button--next,
.cid-uZ24xBZEQd .embla__button--prev {
  display: flex;
}
.cid-uZ24xBZEQd .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ24xBZEQd .embla__button {
    display: none;
  }
}
.cid-uZ24xBZEQd .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ24xBZEQd .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ24xBZEQd .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ24xBZEQd .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ24xBZEQd .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ24xBZEQd .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ24xBZEQd .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ24xBZEQd .embla {
    padding: 0;
  }
}
.cid-uZ24xBZEQd .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ24xBZEQd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ24xBZEQd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ24xBZEQd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ24xBZEQd .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ24xBZEQd .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ24xBZEQd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ24xBZEQd .item-name {
  color: #111111;
}
.cid-uZ24xBZEQd .card-date {
  color: #666666;
}
.cid-uZ24xBZEQd .card-title {
  color: #111111;
}
.cid-uZ24xBZEQd .card-text {
  color: #666666;
}
.cid-uZ24xBZEQd .mbr-star {
  color: #ff6d99;
}
.cid-uZ24xBZEQd .mbr-star,
.cid-uZ24xBZEQd .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ24xJQ848 {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ24xJQ848 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ24xJQ848 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xJQ848 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ24xJQ848 .content-wrap {
  margin: 0;
}
.cid-uZ24xJQ848 .content-wrap .card {
  padding: 0;
}
.cid-uZ24xJQ848 .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ24xJQ848 .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ24xJQ848 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ24xJQ848 .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ24xJQ848 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ24xJQ848 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ24xJQ848 .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ24xJQ848 .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ24xJQ848 .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ24xJQ848 .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ24xJQ848 .mbr-section-title {
  color: #150764;
}
.cid-uZ24xJQ848 .item-title {
  color: #3f2fa3;
}
.cid-uZ24xJQ848 .item-text {
  color: #3f2fa3;
}
.cid-uZ24xJQ848 .mbr-section-title,
.cid-uZ24xJQ848 .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ24xPGLyn {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ24xPGLyn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24xPGLyn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ24xPGLyn .container {
    padding: 0 22px;
  }
}
.cid-uZ24xUNPak {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ24xUNPak .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ24xUNPak .form-control,
.cid-uZ24xUNPak .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ24xUNPak .form-control::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input::-webkit-input-placeholder,
.cid-uZ24xUNPak .form-control::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ24xUNPak .form-control:-moz-placeholder,
.cid-uZ24xUNPak .field-input:-moz-placeholder,
.cid-uZ24xUNPak .form-control:-moz-placeholder,
.cid-uZ24xUNPak .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ24xUNPak .form-control:hover,
.cid-uZ24xUNPak .field-input:hover,
.cid-uZ24xUNPak .form-control:focus,
.cid-uZ24xUNPak .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ24xUNPak .form-control:hover::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input:hover::-webkit-input-placeholder,
.cid-uZ24xUNPak .form-control:focus::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input:focus::-webkit-input-placeholder,
.cid-uZ24xUNPak .form-control:hover::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input:hover::-webkit-input-placeholder,
.cid-uZ24xUNPak .form-control:focus::-webkit-input-placeholder,
.cid-uZ24xUNPak .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ24xUNPak .form-control:hover:-moz-placeholder,
.cid-uZ24xUNPak .field-input:hover:-moz-placeholder,
.cid-uZ24xUNPak .form-control:focus:-moz-placeholder,
.cid-uZ24xUNPak .field-input:focus:-moz-placeholder,
.cid-uZ24xUNPak .form-control:hover:-moz-placeholder,
.cid-uZ24xUNPak .field-input:hover:-moz-placeholder,
.cid-uZ24xUNPak .form-control:focus:-moz-placeholder,
.cid-uZ24xUNPak .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ24xUNPak .jq-number__spin:hover,
.cid-uZ24xUNPak .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ24xUNPak .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ24xUNPak .jq-selectbox li,
.cid-uZ24xUNPak .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ24xUNPak .jq-selectbox li:hover,
.cid-uZ24xUNPak .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ24xUNPak .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ24xUNPak .jq-number__spin.minus:hover:after,
.cid-uZ24xUNPak .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ24xUNPak .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ24xUNPak .jq-number__spin.minus:after,
.cid-uZ24xUNPak .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ24xUNPak input::-webkit-clear-button {
  display: none;
}
.cid-uZ24xUNPak input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ24xUNPak input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ24xUNPak input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ24xUNPak H4 {
  color: #000000;
}
.cid-uZ24y27lJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ24y27lJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24y27lJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ24y27lJN .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper {
    display: block;
  }
}
.cid-uZ24y27lJN .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ24y27lJN .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ24y27lJN .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ24y27lJN .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ24y27lJN .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ24y27lJN .mbr-section-title {
  color: #093388;
}
.cid-uZ24y27lJN .mbr-text {
  color: #58595b;
}
.cid-uZ24y27lJN .mbr-section-title,
.cid-uZ24y27lJN .mbr-section-btn,
.cid-uZ24y27lJN .title-wrapper,
.cid-uZ24y27lJN .icon-wrapper {
  color: #3016d6;
}
.cid-uZ24y27lJN .mbr-text,
.cid-uZ24y27lJN .text-wrapper {
  color: #020202;
}
.cid-uZ24y88uwo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ24y88uwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24y88uwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ24y88uwo .container {
    padding: 0 22px;
  }
}
.cid-uZ24y88uwo .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ24y88uwo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ24y88uwo .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ24y88uwo .mbr-section-title {
  color: #000000;
}
.cid-uZ24y88uwo .mbr-text {
  color: #d81dc7;
}
.cid-uZ24y88uwo .mbr-text H3 {
  text-align: justify;
}
.cid-uZ24ydo14V {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ24ydo14V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ24ydo14V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ24ydo14V .container {
    padding: 0 22px;
  }
}
.cid-uZ24ydo14V .row {
  justify-content: space-between;
}
.cid-uZ24ydo14V .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ24ydo14V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ24ydo14V .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ24ydo14V .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ24ydo14V .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ24ydo14V .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ24ydo14V .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ24ydo14V .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ24ydo14V .copy-wrapper {
    display: block;
  }
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ24ydo14V .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ24ydo14V .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ24ydo14V .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ24ydo14V .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ24ydo14V .mbr-section-title {
  color: #ff5753;
}
.cid-uZ24ydo14V .mbr-text {
  color: #ffffff;
}
.cid-uZ24ydo14V .list {
  color: #635d60;
}
.cid-uZ24ydo14V .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ24ydo14V .mbr-copy,
.cid-uZ24ydo14V .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ26ajqdyx {
  background-color: transparent;
}
.cid-uZ26ajqdyx .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ26ajqdyx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ26ajqdyx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ26ajqdyx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ26ajqdyx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ26ajqdyx .menu_box .navbar.opened,
  .cid-uZ26ajqdyx .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ26ajqdyx .navbar-dropdown {
  position: relative !important;
}
.cid-uZ26ajqdyx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ26ajqdyx .btn:hover {
  box-shadow: none;
}
.cid-uZ26ajqdyx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ26ajqdyx .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ26ajqdyx .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ26ajqdyx .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ26ajqdyx .nav-item .nav-link:hover,
.cid-uZ26ajqdyx .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ26ajqdyx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ26ajqdyx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ26ajqdyx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ26ajqdyx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ26ajqdyx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ26ajqdyx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ26ajqdyx .offcanvas_box {
    display: none;
  }
}
.cid-uZ26ajqdyx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ26ajqdyx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ26ajqdyx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ26ajqdyx .container {
  display: flex;
  margin: auto;
}
.cid-uZ26ajqdyx .iconfont-wrapper {
  color: #000000;
  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-uZ26ajqdyx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ26ajqdyx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ26ajqdyx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ26ajqdyx .navbar-nav {
    margin: 0;
  }
}
.cid-uZ26ajqdyx .dropdown-menu,
.cid-uZ26ajqdyx .navbar.opened {
  background-color: false !important;
}
.cid-uZ26ajqdyx .nav-item:focus,
.cid-uZ26ajqdyx .nav-link:focus {
  outline: none;
}
.cid-uZ26ajqdyx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ26ajqdyx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ26ajqdyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ26ajqdyx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ26ajqdyx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ26ajqdyx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ26ajqdyx .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ26ajqdyx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ26ajqdyx .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ26ajqdyx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ26ajqdyx .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ26ajqdyx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ26ajqdyx .navbar.collapsed {
  justify-content: center;
}
.cid-uZ26ajqdyx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ26ajqdyx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ26ajqdyx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ26ajqdyx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ26ajqdyx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ26ajqdyx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ26ajqdyx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ26ajqdyx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ26ajqdyx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ26ajqdyx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ26ajqdyx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ26ajqdyx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ26ajqdyx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ26ajqdyx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ26ajqdyx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ26ajqdyx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ26ajqdyx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ26ajqdyx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ26ajqdyx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ26ajqdyx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ26ajqdyx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ26ajqdyx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ26ajqdyx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ26ajqdyx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ26ajqdyx .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-uZ26ajqdyx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ26ajqdyx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ26ajqdyx .dropdown-item.active,
.cid-uZ26ajqdyx .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ26ajqdyx .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ26ajqdyx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ26ajqdyx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ26ajqdyx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ26ajqdyx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ26ajqdyx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ26ajqdyx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ26ajqdyx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ26ajqdyx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ26ajqdyx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ26ajqdyx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ26ajqdyx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ26ajqdyx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ26ajqdyx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ26ajqdyx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ26ajqdyx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ26ajqdyx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ26ajqdyx .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-uZ26ajqdyx .navbar {
    height: 70px;
  }
  .cid-uZ26ajqdyx .navbar.opened {
    height: auto;
  }
  .cid-uZ26ajqdyx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ26ajqdyx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ26ajqdyx .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ26ajqdyx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ26ajqdyx .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ26ajqdyx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ26ajqdyx .text_widget {
  margin-bottom: 32px;
}
.cid-uZ26ajqdyx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ26ajqdyx .text_widget a:hover,
.cid-uZ26ajqdyx .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ26ajqdyx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ26ajqdyx .icons-menu-main {
  display: flex;
}
.cid-uZ26ajqdyx .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ26ajqdyx .navbar-caption {
  color: #000000;
}
.cid-uZ26ajqdyx .mbr-text {
  color: #6f6f6f;
}
.cid-uZ26ajqdyx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ26afX8wZ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ26afX8wZ .item:focus,
.cid-uZ26afX8wZ span:focus {
  outline: none;
}
.cid-uZ26afX8wZ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ26afX8wZ .loop-container {
  padding: 10px 0;
}
.cid-uZ26afX8wZ .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ26afX8wZ .item {
    min-height: 45px;
  }
}
.cid-uZ26aqap4G {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ26aqap4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26aqap4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .container {
    padding: 0 22px;
  }
}
.cid-uZ26aqap4G .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ26aqap4G .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ26aqap4G .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ26aqap4G .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ26aqap4G .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ26aqap4G .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ26aqap4G .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ26aqap4G .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ26aqap4G .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ26aqap4G .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ26aqap4G .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ26aqap4G .mbr-section-title {
  color: #000000;
}
.cid-uZ26aqap4G .card-title {
  color: #000000;
}
.cid-uZ26aqap4G .card-text {
  color: #635d60;
}
.cid-uZ26atMGUU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ26atMGUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26atMGUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ26atMGUU .row {
  justify-content: space-between;
}
.cid-uZ26atMGUU .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ26atMGUU .content-wrapper {
    padding: 0;
  }
}
.cid-uZ26atMGUU .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ26atMGUU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ26atMGUU .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ26atMGUU .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ26atMGUU .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ26atMGUU .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ26atMGUU .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ26atMGUU .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ26atMGUU .mbr-section-title {
  color: #000000;
}
.cid-uZ26atMGUU .mbr-desc {
  color: #000000;
}
.cid-uZ26atMGUU .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ26axbpbc {
  background-color: #ffffff;
}
.cid-uZ26axbpbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26axbpbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ26axbpbc .container {
    padding: 0 22px;
  }
}
.cid-uZ26axbpbc .row {
  justify-content: space-between;
}
.cid-uZ26axbpbc .row .card {
  justify-content: center;
}
.cid-uZ26axbpbc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ26axbpbc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ26axbpbc .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ26axbpbc .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ26axbpbc .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ26axbpbc .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ26axbpbc .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ26axbpbc .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ26axbpbc .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ26axbpbc .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ26axbpbc .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ26axbpbc .mbr-section-title {
  color: #000000;
}
.cid-uZ26axbpbc .mbr-text {
  color: #140606;
}
.cid-uZ26axbpbc .card-title {
  color: #ff5753;
}
.cid-uZ26axbpbc .card-text {
  color: #000000;
}
.cid-uZ26axbpbc .mbr-section-title,
.cid-uZ26axbpbc .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ26axbpbc .card-title,
.cid-uZ26axbpbc .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ26aByFhG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ26aByFhG .item:focus,
.cid-uZ26aByFhG span:focus {
  outline: none;
}
.cid-uZ26aByFhG .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ26aByFhG .loop-container {
  padding: 10px 0;
}
.cid-uZ26aByFhG .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ26aByFhG .item {
    min-height: 45px;
  }
}
.cid-uZ26aEKHGn {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ26aEKHGn img,
.cid-uZ26aEKHGn .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ26aEKHGn img,
  .cid-uZ26aEKHGn .item-img {
    max-height: 300px;
  }
}
.cid-uZ26aEKHGn .item:focus,
.cid-uZ26aEKHGn span:focus {
  outline: none;
}
.cid-uZ26aEKHGn .item-wrapper {
  position: relative;
}
.cid-uZ26aEKHGn .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ26aEKHGn .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ26aEKHGn .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ26aEKHGn .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ26aEKHGn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ26aEKHGn .mbr-section-title {
  color: #232323;
}
.cid-uZ26aEKHGn .mbr-text,
.cid-uZ26aEKHGn .mbr-section-btn {
  text-align: left;
}
.cid-uZ26aEKHGn .item-title {
  text-align: left;
}
.cid-uZ26aEKHGn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ26aEKHGn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ26aEKHGn .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ26aEKHGn .embla__button--next,
.cid-uZ26aEKHGn .embla__button--prev {
  display: flex;
}
.cid-uZ26aEKHGn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ26aEKHGn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ26aEKHGn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ26aEKHGn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ26aEKHGn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ26aEKHGn .embla__button {
    top: auto;
  }
}
.cid-uZ26aEKHGn .embla {
  position: relative;
  width: 100%;
}
.cid-uZ26aEKHGn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ26aEKHGn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ26aEKHGn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ26aEKHGn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ26aEKHGn .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ26aEKHGn .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ26aEKHGn .content-head {
  max-width: 800px;
}
.cid-uZ26aLaAgv {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ26aLaAgv H2 {
  color: #89b758;
}
.cid-uZ26aLaAgv .mbr-text,
.cid-uZ26aLaAgv .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ26aLaAgv img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ26aLaAgv img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ26aLaAgv H1 {
  color: #29361a;
}
.cid-uZ26aLaAgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26aLaAgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ26aP1AlR {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ26aP1AlR h2 {
  margin-bottom: 0;
}
.cid-uZ26aP1AlR h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ26aP1AlR p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ26aP1AlR .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ26aP1AlR .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ26aP1AlR .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ26aP1AlR .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ26aP1AlR .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ26aP1AlR .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ26aP1AlR H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ26aP1AlR .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ26aP1AlR P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ26aP1AlR .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ26aUBFUr {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ26aUBFUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26aUBFUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ26aUBFUr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ26aUBFUr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ26aUBFUr .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ26aUBFUr .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ26aUBFUr .embla__button--next,
.cid-uZ26aUBFUr .embla__button--prev {
  display: flex;
}
.cid-uZ26aUBFUr .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ26aUBFUr .embla__button {
    display: none;
  }
}
.cid-uZ26aUBFUr .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ26aUBFUr .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ26aUBFUr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ26aUBFUr .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ26aUBFUr .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ26aUBFUr .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ26aUBFUr .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ26aUBFUr .embla {
    padding: 0;
  }
}
.cid-uZ26aUBFUr .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ26aUBFUr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ26aUBFUr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ26aUBFUr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ26aUBFUr .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ26aUBFUr .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ26aUBFUr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ26aUBFUr .item-name {
  color: #111111;
}
.cid-uZ26aUBFUr .card-date {
  color: #666666;
}
.cid-uZ26aUBFUr .card-title {
  color: #111111;
}
.cid-uZ26aUBFUr .card-text {
  color: #666666;
}
.cid-uZ26aUBFUr .mbr-star {
  color: #ff6d99;
}
.cid-uZ26aUBFUr .mbr-star,
.cid-uZ26aUBFUr .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ26b1LeNg {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ26b1LeNg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ26b1LeNg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26b1LeNg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ26b1LeNg .content-wrap {
  margin: 0;
}
.cid-uZ26b1LeNg .content-wrap .card {
  padding: 0;
}
.cid-uZ26b1LeNg .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ26b1LeNg .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ26b1LeNg .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ26b1LeNg .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ26b1LeNg .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ26b1LeNg .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ26b1LeNg .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ26b1LeNg .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ26b1LeNg .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ26b1LeNg .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ26b1LeNg .mbr-section-title {
  color: #150764;
}
.cid-uZ26b1LeNg .item-title {
  color: #3f2fa3;
}
.cid-uZ26b1LeNg .item-text {
  color: #3f2fa3;
}
.cid-uZ26b1LeNg .mbr-section-title,
.cid-uZ26b1LeNg .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ26b83eRG {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ26b83eRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26b83eRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ26b83eRG .container {
    padding: 0 22px;
  }
}
.cid-uZ26bcAcRz {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ26bcAcRz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ26bcAcRz .form-control,
.cid-uZ26bcAcRz .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ26bcAcRz .form-control::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input::-webkit-input-placeholder,
.cid-uZ26bcAcRz .form-control::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ26bcAcRz .form-control:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:-moz-placeholder,
.cid-uZ26bcAcRz .form-control:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ26bcAcRz .form-control:hover,
.cid-uZ26bcAcRz .field-input:hover,
.cid-uZ26bcAcRz .form-control:focus,
.cid-uZ26bcAcRz .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ26bcAcRz .form-control:hover::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input:hover::-webkit-input-placeholder,
.cid-uZ26bcAcRz .form-control:focus::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input:focus::-webkit-input-placeholder,
.cid-uZ26bcAcRz .form-control:hover::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input:hover::-webkit-input-placeholder,
.cid-uZ26bcAcRz .form-control:focus::-webkit-input-placeholder,
.cid-uZ26bcAcRz .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ26bcAcRz .form-control:hover:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:hover:-moz-placeholder,
.cid-uZ26bcAcRz .form-control:focus:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:focus:-moz-placeholder,
.cid-uZ26bcAcRz .form-control:hover:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:hover:-moz-placeholder,
.cid-uZ26bcAcRz .form-control:focus:-moz-placeholder,
.cid-uZ26bcAcRz .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ26bcAcRz .jq-number__spin:hover,
.cid-uZ26bcAcRz .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ26bcAcRz .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ26bcAcRz .jq-selectbox li,
.cid-uZ26bcAcRz .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ26bcAcRz .jq-selectbox li:hover,
.cid-uZ26bcAcRz .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ26bcAcRz .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ26bcAcRz .jq-number__spin.minus:hover:after,
.cid-uZ26bcAcRz .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ26bcAcRz .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ26bcAcRz .jq-number__spin.minus:after,
.cid-uZ26bcAcRz .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ26bcAcRz input::-webkit-clear-button {
  display: none;
}
.cid-uZ26bcAcRz input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ26bcAcRz input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ26bcAcRz input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ26bcAcRz H4 {
  color: #000000;
}
.cid-uZ26bjPPls {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ26bjPPls .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26bjPPls .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ26bjPPls .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper {
    display: block;
  }
}
.cid-uZ26bjPPls .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ26bjPPls .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ26bjPPls .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ26bjPPls .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ26bjPPls .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ26bjPPls .mbr-section-title {
  color: #093388;
}
.cid-uZ26bjPPls .mbr-text {
  color: #58595b;
}
.cid-uZ26bjPPls .mbr-section-title,
.cid-uZ26bjPPls .mbr-section-btn,
.cid-uZ26bjPPls .title-wrapper,
.cid-uZ26bjPPls .icon-wrapper {
  color: #3016d6;
}
.cid-uZ26bjPPls .mbr-text,
.cid-uZ26bjPPls .text-wrapper {
  color: #020202;
}
.cid-uZ26bpr1m8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ26bpr1m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26bpr1m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ26bpr1m8 .container {
    padding: 0 22px;
  }
}
.cid-uZ26bpr1m8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ26bpr1m8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ26bpr1m8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ26bpr1m8 .mbr-section-title {
  color: #000000;
}
.cid-uZ26bpr1m8 .mbr-text {
  color: #d81dc7;
}
.cid-uZ26bpr1m8 .mbr-text H3 {
  text-align: justify;
}
.cid-uZ26buYP9H {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ26buYP9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ26buYP9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ26buYP9H .container {
    padding: 0 22px;
  }
}
.cid-uZ26buYP9H .row {
  justify-content: space-between;
}
.cid-uZ26buYP9H .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ26buYP9H .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ26buYP9H .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ26buYP9H .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ26buYP9H .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ26buYP9H .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ26buYP9H .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ26buYP9H .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ26buYP9H .copy-wrapper {
    display: block;
  }
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ26buYP9H .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ26buYP9H .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ26buYP9H .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ26buYP9H .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ26buYP9H .mbr-section-title {
  color: #ff5753;
}
.cid-uZ26buYP9H .mbr-text {
  color: #ffffff;
}
.cid-uZ26buYP9H .list {
  color: #635d60;
}
.cid-uZ26buYP9H .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ26buYP9H .mbr-copy,
.cid-uZ26buYP9H .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uZ25vfcVa4 {
  background-color: transparent;
}
.cid-uZ25vfcVa4 .navbar-dropdown {
  background-color: #ededed !important;
  padding: 0;
}
.cid-uZ25vfcVa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ededed !important;
  background: #ededed;
}
.cid-uZ25vfcVa4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ25vfcVa4 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uZ25vfcVa4 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uZ25vfcVa4 .menu_box .navbar.opened,
  .cid-uZ25vfcVa4 .menu_box .navbar-collapse {
    background-color: #ededed !important;
    transition: all 0s ease 0s;
  }
}
.cid-uZ25vfcVa4 .navbar-dropdown {
  position: relative !important;
}
.cid-uZ25vfcVa4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uZ25vfcVa4 .btn:hover {
  box-shadow: none;
}
.cid-uZ25vfcVa4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uZ25vfcVa4 .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-uZ25vfcVa4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uZ25vfcVa4 .nav-item .nav-link {
  transition: all 0.3s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uZ25vfcVa4 .nav-item .nav-link:hover,
.cid-uZ25vfcVa4 .nav-item .nav-link:focus {
  color: #d31abb !important;
}
.cid-uZ25vfcVa4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uZ25vfcVa4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uZ25vfcVa4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uZ25vfcVa4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uZ25vfcVa4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .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-uZ25vfcVa4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uZ25vfcVa4 .offcanvas_box {
    display: none;
  }
}
.cid-uZ25vfcVa4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uZ25vfcVa4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uZ25vfcVa4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uZ25vfcVa4 .container {
  display: flex;
  margin: auto;
}
.cid-uZ25vfcVa4 .iconfont-wrapper {
  color: #000000;
  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-uZ25vfcVa4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uZ25vfcVa4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZ25vfcVa4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uZ25vfcVa4 .navbar-nav {
    margin: 0;
  }
}
.cid-uZ25vfcVa4 .dropdown-menu,
.cid-uZ25vfcVa4 .navbar.opened {
  background-color: false !important;
}
.cid-uZ25vfcVa4 .nav-item:focus,
.cid-uZ25vfcVa4 .nav-link:focus {
  outline: none;
}
.cid-uZ25vfcVa4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZ25vfcVa4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ25vfcVa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZ25vfcVa4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZ25vfcVa4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ25vfcVa4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ25vfcVa4 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uZ25vfcVa4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uZ25vfcVa4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uZ25vfcVa4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uZ25vfcVa4 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uZ25vfcVa4 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZ25vfcVa4 .navbar.collapsed {
  justify-content: center;
}
.cid-uZ25vfcVa4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ25vfcVa4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ25vfcVa4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ25vfcVa4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ25vfcVa4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ25vfcVa4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uZ25vfcVa4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uZ25vfcVa4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uZ25vfcVa4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uZ25vfcVa4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ25vfcVa4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ25vfcVa4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uZ25vfcVa4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ25vfcVa4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uZ25vfcVa4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZ25vfcVa4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uZ25vfcVa4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uZ25vfcVa4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uZ25vfcVa4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uZ25vfcVa4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZ25vfcVa4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uZ25vfcVa4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZ25vfcVa4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZ25vfcVa4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZ25vfcVa4 .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-uZ25vfcVa4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZ25vfcVa4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ25vfcVa4 .dropdown-item.active,
.cid-uZ25vfcVa4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ25vfcVa4 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-uZ25vfcVa4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ25vfcVa4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ25vfcVa4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZ25vfcVa4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uZ25vfcVa4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZ25vfcVa4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ededed;
  background: #fafafa;
}
.cid-uZ25vfcVa4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uZ25vfcVa4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZ25vfcVa4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ25vfcVa4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZ25vfcVa4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZ25vfcVa4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ25vfcVa4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZ25vfcVa4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZ25vfcVa4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZ25vfcVa4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uZ25vfcVa4 .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-uZ25vfcVa4 .navbar {
    height: 70px;
  }
  .cid-uZ25vfcVa4 .navbar.opened {
    height: auto;
  }
  .cid-uZ25vfcVa4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ25vfcVa4 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uZ25vfcVa4 .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uZ25vfcVa4 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 160px;
}
.cid-uZ25vfcVa4 .navbar-caption:hover {
  color: #d31abb;
}
@media (min-width: 992px) {
  .cid-uZ25vfcVa4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uZ25vfcVa4 .text_widget {
  margin-bottom: 32px;
}
.cid-uZ25vfcVa4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uZ25vfcVa4 .text_widget a:hover,
.cid-uZ25vfcVa4 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uZ25vfcVa4 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
  }
}
.cid-uZ25vfcVa4 .icons-menu-main {
  display: flex;
}
.cid-uZ25vfcVa4 .mbr-section-subtitle {
  color: #F1634F;
}
.cid-uZ25vfcVa4 .navbar-caption {
  color: #000000;
}
.cid-uZ25vfcVa4 .mbr-text {
  color: #6f6f6f;
}
.cid-uZ25vfcVa4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uZ25vby5qX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ25vby5qX .item:focus,
.cid-uZ25vby5qX span:focus {
  outline: none;
}
.cid-uZ25vby5qX .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ25vby5qX .loop-container {
  padding: 10px 0;
}
.cid-uZ25vby5qX .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ25vby5qX .item {
    min-height: 45px;
  }
}
.cid-uZ25vlBanI {
  padding-top: 6rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #eeeeee;
}
.cid-uZ25vlBanI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vlBanI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .container {
    padding: 0 22px;
  }
}
.cid-uZ25vlBanI .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZ25vlBanI .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
.cid-uZ25vlBanI .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uZ25vlBanI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZ25vlBanI .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .content-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .content-wrapper .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uZ25vlBanI .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ25vlBanI .content-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-uZ25vlBanI .image-wrapper {
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 55px;
  margin-left: 0;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .image-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vlBanI .image-wrapper {
    min-height: 350px;
    margin: 0;
  }
}
.cid-uZ25vlBanI .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vh;
  object-fit: cover;
  left: auto;
  right: 0;
}
.cid-uZ25vlBanI .mbr-desc {
  color: #e51f1a;
  text-align: left;
}
.cid-uZ25vlBanI .mbr-section-title {
  color: #000000;
}
.cid-uZ25vlBanI .card-title {
  color: #000000;
}
.cid-uZ25vlBanI .card-text {
  color: #635d60;
}
.cid-uZ25vpqOlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbcde6;
}
.cid-uZ25vpqOlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vpqOlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ25vpqOlJ .row {
  justify-content: space-between;
}
.cid-uZ25vpqOlJ .content-wrapper {
  padding: 0 105px;
}
@media (max-width: 992px) {
  .cid-uZ25vpqOlJ .content-wrapper {
    padding: 0;
  }
}
.cid-uZ25vpqOlJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ25vpqOlJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZ25vpqOlJ .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZ25vpqOlJ .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uZ25vpqOlJ .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ25vpqOlJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uZ25vpqOlJ .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uZ25vpqOlJ .content-wrapper .logo-wrapper .logo-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uZ25vpqOlJ .mbr-section-title {
  color: #000000;
}
.cid-uZ25vpqOlJ .mbr-desc {
  color: #000000;
}
.cid-uZ25vpqOlJ .mbr-text {
  color: #020202;
  text-align: justify;
}
.cid-uZ25vt2QtS {
  background-color: #ffffff;
}
.cid-uZ25vt2QtS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vt2QtS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ25vt2QtS .container {
    padding: 0 22px;
  }
}
.cid-uZ25vt2QtS .row {
  justify-content: space-between;
}
.cid-uZ25vt2QtS .row .card {
  justify-content: center;
}
.cid-uZ25vt2QtS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ25vt2QtS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZ25vt2QtS .item:last-child .item-wrapper .card-box {
  border: none;
}
.cid-uZ25vt2QtS .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uZ25vt2QtS .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vt2QtS .item .item-wrapper .icon-wrapper {
    margin-top: 55px;
  }
}
.cid-uZ25vt2QtS .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  width: 64px;
  height: 64px;
  color: #e8b4b8;
  margin-right: 55px;
}
.cid-uZ25vt2QtS .item .item-wrapper .card-box {
  padding: 55px 0;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uZ25vt2QtS .item .item-wrapper .card-box {
    padding: 16px 0 55px;
  }
}
.cid-uZ25vt2QtS .item .item-wrapper .card-box .card-title {
  margin-bottom: 16px;
}
.cid-uZ25vt2QtS .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZ25vt2QtS .mbr-section-title {
  color: #000000;
}
.cid-uZ25vt2QtS .mbr-text {
  color: #140606;
}
.cid-uZ25vt2QtS .card-title {
  color: #ff5753;
}
.cid-uZ25vt2QtS .card-text {
  color: #000000;
}
.cid-uZ25vt2QtS .mbr-section-title,
.cid-uZ25vt2QtS .mbr-section-btn {
  color: #3f2fa3;
}
.cid-uZ25vt2QtS .card-title,
.cid-uZ25vt2QtS .iconfont-wrapper {
  color: #3f2fa3;
}
.cid-uZ25vxiyai {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e8b4b8;
}
.cid-uZ25vxiyai .item:focus,
.cid-uZ25vxiyai span:focus {
  outline: none;
}
.cid-uZ25vxiyai .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uZ25vxiyai .loop-container {
  padding: 10px 0;
}
.cid-uZ25vxiyai .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uZ25vxiyai .item {
    min-height: 45px;
  }
}
.cid-uZ25vAAoVn {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #edefeb;
}
.cid-uZ25vAAoVn img,
.cid-uZ25vAAoVn .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZ25vAAoVn img,
  .cid-uZ25vAAoVn .item-img {
    max-height: 300px;
  }
}
.cid-uZ25vAAoVn .item:focus,
.cid-uZ25vAAoVn span:focus {
  outline: none;
}
.cid-uZ25vAAoVn .item-wrapper {
  position: relative;
}
.cid-uZ25vAAoVn .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uZ25vAAoVn .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZ25vAAoVn .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ25vAAoVn .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uZ25vAAoVn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ25vAAoVn .mbr-section-title {
  color: #232323;
}
.cid-uZ25vAAoVn .mbr-text,
.cid-uZ25vAAoVn .mbr-section-btn {
  text-align: left;
}
.cid-uZ25vAAoVn .item-title {
  text-align: left;
}
.cid-uZ25vAAoVn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uZ25vAAoVn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uZ25vAAoVn .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uZ25vAAoVn .embla__button--next,
.cid-uZ25vAAoVn .embla__button--prev {
  display: flex;
}
.cid-uZ25vAAoVn .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uZ25vAAoVn .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uZ25vAAoVn .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uZ25vAAoVn .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZ25vAAoVn .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uZ25vAAoVn .embla__button {
    top: auto;
  }
}
.cid-uZ25vAAoVn .embla {
  position: relative;
  width: 100%;
}
.cid-uZ25vAAoVn .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uZ25vAAoVn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ25vAAoVn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ25vAAoVn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uZ25vAAoVn .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uZ25vAAoVn .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uZ25vAAoVn .content-head {
  max-width: 800px;
}
.cid-uZ25vGW9aP {
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g244686a17279f80c49f8e851ad3b-h_mftyohg1.png");
}
.cid-uZ25vGW9aP H2 {
  color: #89b758;
}
.cid-uZ25vGW9aP .mbr-text,
.cid-uZ25vGW9aP .mbr-section-btn {
  color: #106ff2;
}
.cid-uZ25vGW9aP img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-uZ25vGW9aP img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-uZ25vGW9aP H1 {
  color: #29361a;
}
.cid-uZ25vGW9aP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vGW9aP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ25vKGK01 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/g9978c89a6ded90b207ebd0616144-h_mg078zcd.png");
}
.cid-uZ25vKGK01 h2 {
  margin-bottom: 0;
}
.cid-uZ25vKGK01 h4 {
  font-weight: 500;
  margin-bottom: 0;
  width: 80%;
}
.cid-uZ25vKGK01 p {
  color: #767676;
  margin-bottom: 0;
}
.cid-uZ25vKGK01 .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #8f8888;
  position: relative;
  justify-content: unset;
}
.cid-uZ25vKGK01 .card-wrapper .card-box {
  padding: 2rem 1rem;
  width: 100%;
}
.cid-uZ25vKGK01 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ25vKGK01 .card-wrapper .card-box .bottom-line {
  width: 70%;
}
@media (max-width: 767px) {
  .cid-uZ25vKGK01 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ25vKGK01 .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-uZ25vKGK01 H2 {
  color: #232ba6;
  text-align: center;
}
.cid-uZ25vKGK01 .mbr-section-subtitle {
  color: #163987;
  text-align: center;
}
.cid-uZ25vKGK01 P {
  color: #ddf5ac;
  text-align: center;
}
.cid-uZ25vKGK01 .card-title {
  text-align: center;
  color: #eeeeee;
}
.cid-uZ25vQzap0 {
  overflow: hidden;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #e1e7f2 0%, #ffffff 70%);
}
.cid-uZ25vQzap0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vQzap0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ25vQzap0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 360px;
  max-width: 360px;
}
@media (max-width: 767px) {
  .cid-uZ25vQzap0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ25vQzap0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 32px;
  background-color: #ffffff;
  box-shadow: 0 32px 64px -10px #e1e7f2;
}
@media (max-width: 992px) {
  .cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 24px;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 2px;
  margin-bottom: 0;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrap .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .card-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-uZ25vQzap0 .embla__slide .slide-content .item-wrapper .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZ25vQzap0 .embla__button--next,
.cid-uZ25vQzap0 .embla__button--prev {
  display: flex;
}
.cid-uZ25vQzap0 .embla__button {
  top: 0;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uZ25vQzap0 .embla__button {
    display: none;
  }
}
.cid-uZ25vQzap0 .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uZ25vQzap0 .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uZ25vQzap0 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uZ25vQzap0 .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uZ25vQzap0 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZ25vQzap0 .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uZ25vQzap0 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ25vQzap0 .embla {
    padding: 0;
  }
}
.cid-uZ25vQzap0 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uZ25vQzap0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ25vQzap0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ25vQzap0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ25vQzap0 .mbr-section-btn {
  margin-top: 54px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uZ25vQzap0 .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uZ25vQzap0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ25vQzap0 .item-name {
  color: #111111;
}
.cid-uZ25vQzap0 .card-date {
  color: #666666;
}
.cid-uZ25vQzap0 .card-title {
  color: #111111;
}
.cid-uZ25vQzap0 .card-text {
  color: #666666;
}
.cid-uZ25vQzap0 .mbr-star {
  color: #ff6d99;
}
.cid-uZ25vQzap0 .mbr-star,
.cid-uZ25vQzap0 .rating-wrapper {
  color: #fcdf38;
}
.cid-uZ25vYC0pL {
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uZ25vYC0pL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uZ25vYC0pL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25vYC0pL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ25vYC0pL .content-wrap {
  margin: 0;
}
.cid-uZ25vYC0pL .content-wrap .card {
  padding: 0;
}
.cid-uZ25vYC0pL .content-wrapper {
  padding: 40px 72px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uZ25vYC0pL .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vYC0pL .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vYC0pL .content-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uZ25vYC0pL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper {
  border-bottom: none;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
  flex-wrap: wrap;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 16px;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #150764;
  padding: 16px 25px;
  border: 2px solid #150764;
  box-shadow: 4px 3px 0 0 #150764;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ25vYC0pL .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4188ff;
}
.cid-uZ25vYC0pL .tab-content {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .cid-uZ25vYC0pL .tab-content {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uZ25vYC0pL .tab-content {
    padding: 40px 0;
  }
}
.cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .image-wrap img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .image-wrap img {
    height: 350px;
  }
}
.cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uZ25vYC0pL .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uZ25vYC0pL .mbr-section-title {
  color: #150764;
}
.cid-uZ25vYC0pL .item-title {
  color: #3f2fa3;
}
.cid-uZ25vYC0pL .item-text {
  color: #3f2fa3;
}
.cid-uZ25vYC0pL .mbr-section-title,
.cid-uZ25vYC0pL .tabs-wrapper {
  text-align: center;
  color: #3f2fa3;
}
.cid-uZ25w4ohu8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-uZ25w4ohu8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25w4ohu8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1786161/assets/images/gc7db2aed916f7343d9bc78690cec-h_mfbxe9uw.jpg");
}
@media (max-width: 992px) {
  .cid-uZ25w4ohu8 .container {
    padding: 0 22px;
  }
}
.cid-uZ25w9h6R9 {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #dce3f1;
}
.cid-uZ25w9h6R9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uZ25w9h6R9 .form-control,
.cid-uZ25w9h6R9 .field-input {
  padding: 0.5rem;
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ25w9h6R9 .form-control::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .form-control::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input::-webkit-input-placeholder {
  color: #f50d05;
}
.cid-uZ25w9h6R9 .form-control:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:-moz-placeholder,
.cid-uZ25w9h6R9 .form-control:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:-moz-placeholder {
  color: #f50d05;
}
.cid-uZ25w9h6R9 .form-control:hover,
.cid-uZ25w9h6R9 .field-input:hover,
.cid-uZ25w9h6R9 .form-control:focus,
.cid-uZ25w9h6R9 .field-input:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-uZ25w9h6R9 .form-control:hover::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input:hover::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .form-control:focus::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input:focus::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .form-control:hover::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input:hover::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .form-control:focus::-webkit-input-placeholder,
.cid-uZ25w9h6R9 .field-input:focus::-webkit-input-placeholder {
  color: #90f4c6;
}
.cid-uZ25w9h6R9 .form-control:hover:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:hover:-moz-placeholder,
.cid-uZ25w9h6R9 .form-control:focus:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:focus:-moz-placeholder,
.cid-uZ25w9h6R9 .form-control:hover:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:hover:-moz-placeholder,
.cid-uZ25w9h6R9 .form-control:focus:-moz-placeholder,
.cid-uZ25w9h6R9 .field-input:focus:-moz-placeholder {
  color: #90f4c6;
}
.cid-uZ25w9h6R9 .jq-number__spin:hover,
.cid-uZ25w9h6R9 .jq-number__spin:focus {
  background-color: #ddf5ac;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uZ25w9h6R9 .jq-number__spin {
  background-color: #ff9c53;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uZ25w9h6R9 .jq-selectbox li,
.cid-uZ25w9h6R9 .jq-selectbox li {
  background-color: #ff9c53;
  color: #000000;
}
.cid-uZ25w9h6R9 .jq-selectbox li:hover,
.cid-uZ25w9h6R9 .jq-selectbox li.selected {
  background-color: #ddf5ac;
  color: #000000;
}
.cid-uZ25w9h6R9 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uZ25w9h6R9 .jq-number__spin.minus:hover:after,
.cid-uZ25w9h6R9 .jq-number__spin.plus:hover:after {
  border-top-color: #ff9c53;
  border-bottom-color: #ff9c53;
}
.cid-uZ25w9h6R9 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uZ25w9h6R9 .jq-number__spin.minus:after,
.cid-uZ25w9h6R9 .jq-number__spin.plus:after {
  border-top-color: #ddf5ac;
  border-bottom-color: #ddf5ac;
}
.cid-uZ25w9h6R9 input::-webkit-clear-button {
  display: none;
}
.cid-uZ25w9h6R9 input::-webkit-inner-spin-button {
  display: none;
}
.cid-uZ25w9h6R9 input::-webkit-outer-spin-button {
  display: none;
}
.cid-uZ25w9h6R9 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uZ25w9h6R9 H4 {
  color: #000000;
}
.cid-uZ25wgfURA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ25wgfURA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25wgfURA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ25wgfURA .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper {
    display: block;
  }
}
.cid-uZ25wgfURA .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uZ25wgfURA .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uZ25wgfURA .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #f9f5f9;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZ25wgfURA .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZ25wgfURA .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZ25wgfURA .mbr-section-title {
  color: #093388;
}
.cid-uZ25wgfURA .mbr-text {
  color: #58595b;
}
.cid-uZ25wgfURA .mbr-section-title,
.cid-uZ25wgfURA .mbr-section-btn,
.cid-uZ25wgfURA .title-wrapper,
.cid-uZ25wgfURA .icon-wrapper {
  color: #3016d6;
}
.cid-uZ25wgfURA .mbr-text,
.cid-uZ25wgfURA .text-wrapper {
  color: #020202;
}
.cid-uZ25wlYXa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ25wlYXa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25wlYXa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ25wlYXa8 .container {
    padding: 0 22px;
  }
}
.cid-uZ25wlYXa8 .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ25wlYXa8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ25wlYXa8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZ25wlYXa8 .mbr-section-title {
  color: #000000;
}
.cid-uZ25wlYXa8 .mbr-text {
  color: #d81dc7;
}
.cid-uZ25wlYXa8 .mbr-text H3 {
  text-align: justify;
}
.cid-uZ25wrc9tb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #7366c3;
}
.cid-uZ25wrc9tb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ25wrc9tb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZ25wrc9tb .container {
    padding: 0 22px;
  }
}
.cid-uZ25wrc9tb .row {
  justify-content: space-between;
}
.cid-uZ25wrc9tb .content-wrapper {
  margin-bottom: 32px;
}
.cid-uZ25wrc9tb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uZ25wrc9tb .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uZ25wrc9tb .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZ25wrc9tb .lists-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uZ25wrc9tb .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list .item-wrap:first-child {
  color: #ffffff;
}
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list .item-wrap:hover,
.cid-uZ25wrc9tb .lists-wrapper .list-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uZ25wrc9tb .copy-wrapper {
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uZ25wrc9tb .copy-wrapper {
    display: block;
  }
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uZ25wrc9tb .copy-wrapper .social-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #ff5753;
}
.cid-uZ25wrc9tb .copy-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uZ25wrc9tb .copy-wrapper .mbr-copy {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZ25wrc9tb .copy-wrapper .mbr-copy {
    width: 100%;
  }
}
.cid-uZ25wrc9tb .mbr-section-title {
  color: #ff5753;
}
.cid-uZ25wrc9tb .mbr-text {
  color: #ffffff;
}
.cid-uZ25wrc9tb .list {
  color: #635d60;
}
.cid-uZ25wrc9tb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-uZ25wrc9tb .mbr-copy,
.cid-uZ25wrc9tb .social-wrapper {
  text-align: center;
  color: #FFFFFF;
}
