body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #7d35a3 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #7d35a3 !important;
  border-color: #7d35a3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #512269 !important;
  border-color: #512269 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #512269 !important;
  border-color: #512269 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c71c81 !important;
  border-color: #c71c81 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #841356 !important;
  border-color: #841356 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #841356 !important;
  border-color: #841356 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #421c56;
  color: #421c56;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #7d35a3;
  border-color: #7d35a3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #7d35a3 !important;
  border-color: #7d35a3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #6e0f47;
  color: #6e0f47;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #c71c81;
  border-color: #c71c81;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c71c81 !important;
  border-color: #c71c81 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #7d35a3 !important;
}
.text-secondary {
  color: #c71c81 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #421c56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6e0f47 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #7d35a3;
  border-color: #7d35a3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #7d35a3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b981d6;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #7d35a3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #7d35a3;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #7d35a3;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #7d35a3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #7d35a3;
  border-bottom-color: #7d35a3;
}
.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: #7d35a3 !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: #c71c81 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%237d35a3' %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.3;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdUFL3zslF {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/adobestock-409195546-copia-2000x820.webp");
}
.cid-sdUFL3zslF .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sdUFL3zslF .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sdUFL3zslF .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sdUFL3zslF .mbr-text {
  color: #ffffff;
}
.cid-sdUFL3zslF .card {
  padding-bottom: 1.5rem;
}
.cid-sg5TEIJOzW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sg5TEIJOzW .mbr-section-subtitle {
  color: #232323;
}
.cid-sg5TEIJOzW H2 {
  color: #3d0859;
}
.cid-sdUIa26AMd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdUIa26AMd .mbr-text {
  color: #7d35a3;
}
.cid-sdUIa26AMd h4 {
  text-align: center;
}
.cid-sdUIa26AMd p {
  text-align: center;
}
.cid-sdUIa26AMd .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sdUIa26AMd .card-title,
.cid-sdUIa26AMd .card-img {
  color: #c71c81;
}
.cid-sdUIeRgV3G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdUIeRgV3G .mbr-text {
  color: #7d35a3;
}
.cid-sdUIeRgV3G h4 {
  text-align: center;
}
.cid-sdUIeRgV3G p {
  text-align: center;
}
.cid-sdUIeRgV3G .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sdUIeRgV3G .card-title,
.cid-sdUIeRgV3G .card-img {
  color: #c71c81;
}
.cid-sdUIvWmQmR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdUIvWmQmR .mbr-text {
  color: #7d35a3;
}
.cid-sdUIvWmQmR h4 {
  text-align: center;
}
.cid-sdUIvWmQmR p {
  text-align: center;
}
.cid-sdUIvWmQmR .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sdUIvWmQmR .card-title,
.cid-sdUIvWmQmR .card-img {
  color: #c71c81;
}
.cid-sdUIxMURbS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sdUIxMURbS .mbr-text {
  color: #7d35a3;
}
.cid-sdUIxMURbS h4 {
  text-align: center;
}
.cid-sdUIxMURbS p {
  text-align: center;
}
.cid-sdUIxMURbS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sdUIxMURbS .card-title,
.cid-sdUIxMURbS .card-img {
  color: #c71c81;
}
.cid-tErJMAvETJ {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tErJMAvETJ .mbr-text {
  color: #7d35a3;
}
.cid-tErJMAvETJ h4 {
  text-align: center;
}
.cid-tErJMAvETJ p {
  text-align: center;
}
.cid-tErJMAvETJ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tErJMAvETJ .card-title,
.cid-tErJMAvETJ .card-img {
  color: #c71c81;
}
.cid-uuNQtXN3Ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQtXN3Ny .content {
    text-align: center;
  }
  .cid-uuNQtXN3Ny .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQtXN3Ny .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQtXN3Ny .form-group,
.cid-uuNQtXN3Ny .input-group-btn {
  padding: 0;
}
.cid-uuNQtXN3Ny .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQtXN3Ny .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQtXN3Ny .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQtXN3Ny .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQtXN3Ny .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQtXN3Ny .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQtXN3Ny .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQtXN3Ny .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQtXN3Ny .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQtXN3Ny .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQtXN3Ny .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQtXN3Ny .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQtXN3Ny .foot-title {
    text-align: center !important;
  }
  .cid-uuNQtXN3Ny .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQtXN3Ny .form-group {
    margin: 0;
  }
  .cid-uuNQtXN3Ny .row {
    text-align: center;
  }
}
.cid-uuNQtXN3Ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQtXN3Ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQtXN3Ny li {
  padding-bottom: 0.3rem;
}
.cid-uuNQtXN3Ny h5 {
  padding-bottom: 1rem;
}
.cid-uuNQtXN3Ny .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQtXN3Ny .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQtXN3Ny .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQtXN3Ny .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQtXN3Ny .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQtXN3Ny .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQtXN3Ny .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQtXN3Ny div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQtXN3Ny .copyright {
  color: #000000;
}
.cid-uuNQtXN3Ny .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQtXN3Ny .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQtXN3Ny .foot-text {
  color: #7a5695;
}
.cid-uuNQtXN3Ny .foot-title {
  color: #c71c81;
}
.cid-uuNQtXN3Ny .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8XgLk3vUj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/adobestock-264917294.webp");
}
.cid-t8XgLk3vUj .mbr-section-title,
.cid-t8XgLk3vUj .mbr-section-subtitle {
  color: #000000;
}
.cid-t8XgLk3vUj .mbr-section-text {
  color: #232323;
}
.cid-t8XgLk3vUj .mbr-text,
.cid-t8XgLk3vUj .typed-text,
.cid-t8XgLk3vUj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t8XgLk3vUj .btn {
  margin-left: 4px !important;
}
.cid-t8XgLk3vUj .animated-element {
  color: #3d0859;
}
.cid-t8XgLk3vUj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #3d0859;
}
.cid-t8XgLk3vUj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t8XgLk3vUj .typed-text,
  .cid-t8XgLk3vUj .mbr-section-subtitle,
  .cid-t8XgLk3vUj .mbr-section-text,
  .cid-t8XgLk3vUj .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tErNDjAjdJ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tErNDjAjdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tErNDjAjdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tErNDjAjdJ .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tErNDjAjdJ .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tErNDjAjdJ .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tErNDjAjdJ .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tErNDjAjdJ .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-tErNDjAjdJ .mbr-section-title {
  color: #c71c81;
}
@media (max-width: 575px) {
  .cid-tErNDjAjdJ .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tErNDjAjdJ .mbr-section-subtitle {
  color: #7d35a3;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tErNDjAjdJ .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tErNDjAjdJ .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tErNDjAjdJ .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tErNDjAjdJ .card-row {
  align-items: stretch;
}
.cid-tErNDjAjdJ .card {
  padding: 10px;
}
.cid-tErNDjAjdJ .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #c1c1c1);
  box-shadow: 10px 10px 19px #c71c81, -10px -10px 19px #ffffff;
}
@media (max-width: 991px) {
  .cid-tErNDjAjdJ .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tErNDjAjdJ .card-wrapper {
    padding: 30px;
  }
}
.cid-tErNDjAjdJ .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-tErNDjAjdJ .card-title {
  color: #3d0859;
  margin-bottom: 0;
}
.cid-tErNDjAjdJ .card-subtitle {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tErNDjAjdJ .card-text {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tErNDjAjdJ .card-text {
    margin-top: 20px;
  }
}
.cid-tErNDjAjdJ .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-tErNDjAjdJ .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-tErNDjAjdJ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tErNDjAjdJ .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c71c81;
}
.cid-tErNDjAjdJ .list-item-text {
  color: #3d0859;
  width: fit-content;
}
.cid-tErNDjAjdJ .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-tErNDjAjdJ .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-tEyP0KAiL0 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tEyP0KAiL0 P {
  color: #767676;
}
.cid-tEyP0KAiL0 H3 {
  color: #7d35a3;
}
.cid-sJTJY4Cwjy {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJTJY4Cwjy .container-fluid {
  padding: 0 3rem;
}
.cid-sJTJY4Cwjy .mbr-text {
  color: #333333;
  text-align: left;
}
.cid-sJTJY4Cwjy .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-sJTJY4Cwjy p {
  text-align: left;
}
.cid-sJTJY4Cwjy .card-img {
  text-align: left;
}
.cid-sJTJY4Cwjy .card .card-img span {
  color: #3d0859;
  font-size: 60px;
  background: linear-gradient(45deg, #3d0859, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sJTJY4Cwjy .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-sJTJY4Cwjy .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sJTJ6JPGr1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sJTJ6JPGr1 .subicon-title {
  color: #3d0859;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJTJ6JPGr1 .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sJTJ6JPGr1 .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-sJTJ6JPGr1 .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-sJTJ6JPGr1 .process-icon,
.cid-sJTJ6JPGr1 .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-sJTJ6JPGr1 .wrapper,
.cid-sJTJ6JPGr1 .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-sJTJ6JPGr1 .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #3d0859;
  opacity: .4;
}
.cid-sJTJ6JPGr1 .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-sJTJ6JPGr1 .icon-container a {
  display: inherit;
}
.cid-sJTJ6JPGr1 .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #c71c81 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-sJTJ6JPGr1 .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-sJTJ6JPGr1 .icon-main:hover .icon-wrapper {
  background-color: #c71c81 !important;
}
.cid-sJTJ6JPGr1 .icon-main:hover .icon-number {
  background-color: #3d0859 !important;
  color: #ffffff !important;
}
.cid-sJTJ6JPGr1 .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-sJTJ6JPGr1 .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-sJTJ6JPGr1 .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-sJTJ6JPGr1 .third-elem .wrapper:before {
    display: none;
  }
}
.cid-sJTJ6JPGr1 .mbr-section-title {
  margin: 0;
}
.cid-sJTJ6JPGr1 .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uuNQB83cnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQB83cnl .content {
    text-align: center;
  }
  .cid-uuNQB83cnl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQB83cnl .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQB83cnl .form-group,
.cid-uuNQB83cnl .input-group-btn {
  padding: 0;
}
.cid-uuNQB83cnl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQB83cnl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQB83cnl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQB83cnl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQB83cnl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQB83cnl .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQB83cnl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQB83cnl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQB83cnl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQB83cnl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQB83cnl .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQB83cnl .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQB83cnl .foot-title {
    text-align: center !important;
  }
  .cid-uuNQB83cnl .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQB83cnl .form-group {
    margin: 0;
  }
  .cid-uuNQB83cnl .row {
    text-align: center;
  }
}
.cid-uuNQB83cnl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQB83cnl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQB83cnl li {
  padding-bottom: 0.3rem;
}
.cid-uuNQB83cnl h5 {
  padding-bottom: 1rem;
}
.cid-uuNQB83cnl .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQB83cnl .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQB83cnl .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQB83cnl .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQB83cnl .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQB83cnl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQB83cnl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQB83cnl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQB83cnl .copyright {
  color: #000000;
}
.cid-uuNQB83cnl .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQB83cnl .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQB83cnl .foot-text {
  color: #7a5695;
}
.cid-uuNQB83cnl .foot-title {
  color: #c71c81;
}
.cid-uuNQB83cnl .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8X4dqQiaF {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/adobestock-258870460.webp");
}
.cid-t8X4dqQiaF .mbr-section-title,
.cid-t8X4dqQiaF .mbr-section-subtitle {
  color: #000000;
}
.cid-t8X4dqQiaF .mbr-section-text {
  color: #232323;
}
.cid-t8X4dqQiaF .mbr-text,
.cid-t8X4dqQiaF .typed-text,
.cid-t8X4dqQiaF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-t8X4dqQiaF .btn {
  margin-left: 4px !important;
}
.cid-t8X4dqQiaF .animated-element {
  color: #ffffff;
}
.cid-t8X4dqQiaF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-t8X4dqQiaF .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-t8X4dqQiaF .typed-text,
  .cid-t8X4dqQiaF .mbr-section-subtitle,
  .cid-t8X4dqQiaF .mbr-section-text,
  .cid-t8X4dqQiaF .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-t8X4dqQiaF .mbr-section-subtitle,
.cid-t8X4dqQiaF .typed-text {
  color: #ffffff;
}
.cid-t8X4dqQiaF .mbr-section-text,
.cid-t8X4dqQiaF .mbr-section-btn {
  color: #ffffff;
}
.cid-t8X4drcnKB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8X4drcnKB .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-t8X4drcnKB H2 {
  color: #7d35a3;
}
.cid-uJU58OB4Qq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uJU58OB4Qq .list-group-item {
  padding: .55rem 0.25rem;
}
.cid-uJU58OB4Qq .plan {
  word-break: break-word;
  position: relative;
  max-width: 350px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-uJU58OB4Qq .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.cid-uJU58OB4Qq .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-uJU58OB4Qq .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uJU58OB4Qq .plan.favorite {
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
}
.cid-uJU58OB4Qq .plan-header {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJU58OB4Qq .price-figure {
  font-weight: 700;
  color: #232323;
}
.cid-uJU58OB4Qq .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-uJU58OB4Qq .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uJU58OB4Qq .plan-title {
  color: #c71c81;
}
.cid-uJU58OB4Qq UL {
  text-align: left;
  color: #3d0859;
}
.cid-uJU58OB4Qq SPAN {
  color: #3d0859;
}
.cid-uS0yAjvxIp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uS0yAjvxIp .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-uS0yAjvxIp H2 {
  color: #7d35a3;
}
.cid-tF29dEITOG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tF29dEITOG .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-tF29dEITOG H2 {
  color: #7d35a3;
}
.cid-tFelQfepCb {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tFelQfepCb .container-fluid {
  padding: 0 3rem;
}
.cid-tFelQfepCb .mbr-text {
  color: #333333;
  text-align: left;
}
.cid-tFelQfepCb .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-tFelQfepCb p {
  text-align: left;
}
.cid-tFelQfepCb .card-img {
  text-align: left;
}
.cid-tFelQfepCb .card .card-img span {
  color: #3d0859;
  font-size: 60px;
  background: linear-gradient(45deg, #3d0859, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tFelQfepCb .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-tFelQfepCb .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tFem6cK2Na {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFem6cK2Na .subicon-title {
  color: #3d0859;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tFem6cK2Na .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tFem6cK2Na .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tFem6cK2Na .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-tFem6cK2Na .process-icon,
.cid-tFem6cK2Na .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tFem6cK2Na .wrapper,
.cid-tFem6cK2Na .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFem6cK2Na .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #3d0859;
  opacity: .4;
}
.cid-tFem6cK2Na .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tFem6cK2Na .icon-container a {
  display: inherit;
}
.cid-tFem6cK2Na .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #c71c81 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-tFem6cK2Na .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tFem6cK2Na .icon-main:hover .icon-wrapper {
  background-color: #c71c81 !important;
}
.cid-tFem6cK2Na .icon-main:hover .icon-number {
  background-color: #3d0859 !important;
  color: #ffffff !important;
}
.cid-tFem6cK2Na .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-tFem6cK2Na .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tFem6cK2Na .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tFem6cK2Na .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tFem6cK2Na .mbr-section-title {
  margin: 0;
}
.cid-tFem6cK2Na .mbr-section-subtitle {
  color: #3d0859;
  text-align: center;
}
.cid-tFem6cK2Na .mbr-section-title,
.cid-tFem6cK2Na .underline {
  color: #3d0859;
}
.cid-uuNQSz6Ckd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQSz6Ckd .content {
    text-align: center;
  }
  .cid-uuNQSz6Ckd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQSz6Ckd .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQSz6Ckd .form-group,
.cid-uuNQSz6Ckd .input-group-btn {
  padding: 0;
}
.cid-uuNQSz6Ckd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQSz6Ckd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQSz6Ckd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQSz6Ckd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQSz6Ckd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQSz6Ckd .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQSz6Ckd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQSz6Ckd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQSz6Ckd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQSz6Ckd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQSz6Ckd .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQSz6Ckd .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQSz6Ckd .foot-title {
    text-align: center !important;
  }
  .cid-uuNQSz6Ckd .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQSz6Ckd .form-group {
    margin: 0;
  }
  .cid-uuNQSz6Ckd .row {
    text-align: center;
  }
}
.cid-uuNQSz6Ckd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQSz6Ckd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQSz6Ckd li {
  padding-bottom: 0.3rem;
}
.cid-uuNQSz6Ckd h5 {
  padding-bottom: 1rem;
}
.cid-uuNQSz6Ckd .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQSz6Ckd .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQSz6Ckd .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQSz6Ckd .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQSz6Ckd .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQSz6Ckd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQSz6Ckd .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQSz6Ckd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQSz6Ckd .copyright {
  color: #000000;
}
.cid-uuNQSz6Ckd .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQSz6Ckd .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQSz6Ckd .foot-text {
  color: #7a5695;
}
.cid-uuNQSz6Ckd .foot-title {
  color: #c71c81;
}
.cid-uuNQSz6Ckd .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdZ8JlyzDR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-22.webp");
}
.cid-sdZ8JlyzDR .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sdZ8JlyzDR .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sdZ8JlyzDR .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sdZ8JlyzDR .mbr-text {
  color: #ffffff;
}
.cid-sdZ8JlyzDR .card {
  padding-bottom: 1.5rem;
}
.cid-sdZ8Jm2mcO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdZ8Jm2mcO .mbr-text,
.cid-sdZ8Jm2mcO .mbr-section-subtitle {
  color: #767676;
}
.cid-sdZ8Jm2mcO .card-title {
  color: #66458e;
}
.cid-sdZ8Jm2mcO .card .card-img span {
  color: #3d0859;
  font-size: 60px;
  background: linear-gradient(45deg, #3d0859, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sdZ8Jm2mcO .mbr-section-subtitle,
  .cid-sdZ8Jm2mcO .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdZ8Jm2mcO .card .card-img span {
    background: none;
  }
}
.cid-sdZ8Jm2mcO .card-title,
.cid-sdZ8Jm2mcO .card-img {
  color: #c71c81;
}
.cid-sdZ8Jm2mcO .mbr-section-title {
  color: #3d0859;
}
.cid-sdZ8Jm2mcO .mbr-section-subtitle {
  color: #3d0859;
}
.cid-sdZQji3wpB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sdZQji3wpB .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sdZQji3wpB .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-sdZQji3wpB .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #3d0859;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sdZQji3wpB .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-sdZQji3wpB .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-sdZQji3wpB .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-sdZQji3wpB .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-sdZQji3wpB .card-days {
  background-color: #3d0859;
  border-radius: 5px;
}
.cid-sdZQji3wpB .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-sdZQji3wpB .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-sdZQji3wpB .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-sdZQji3wpB .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sdZQji3wpB .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-sdZQji3wpB .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdZQji3wpB .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #4284df);
}
.cid-sdZQji3wpB .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-sdZQji3wpB .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.cid-sdZQji3wpB .schedule .schedule-item,
.cid-sdZQji3wpB .schedule {
  color: #efefef;
}
.cid-sdZQji3wpB H1 {
  color: #c71c81;
}
.cid-sdZQji3wpB .card-title {
  color: #3d0859;
}
.cid-sdZQji3wpB .mbr-section-subtitle {
  color: #7d35a3;
}
.cid-sdZZY6zhiF {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-sdZZY6zhiF .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sdZZY6zhiF .main .mbr-section-btn {
  text-align: right;
}
.cid-sdZZY6zhiF .btn {
  margin: 0 0 .5rem 0;
}
.cid-sdZZY6zhiF H2 {
  color: #c71c81;
}
.cid-sdZZY6zhiF H3 {
  color: #7d35a3;
}
.cid-se01WxiLok {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-se01WxiLok .counter-container {
  color: #767676;
}
.cid-se01WxiLok .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-se01WxiLok .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-se01WxiLok .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-se01WxiLok .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #c71c81;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-se01WxiLok .mbr-text {
  color: #3d0859;
}
.cid-se01WxiLok H2 {
  color: #7d35a3;
}
.cid-uuNQZMpqNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQZMpqNx .content {
    text-align: center;
  }
  .cid-uuNQZMpqNx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQZMpqNx .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQZMpqNx .form-group,
.cid-uuNQZMpqNx .input-group-btn {
  padding: 0;
}
.cid-uuNQZMpqNx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQZMpqNx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQZMpqNx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQZMpqNx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQZMpqNx .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQZMpqNx .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQZMpqNx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQZMpqNx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQZMpqNx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQZMpqNx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQZMpqNx .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQZMpqNx .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQZMpqNx .foot-title {
    text-align: center !important;
  }
  .cid-uuNQZMpqNx .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQZMpqNx .form-group {
    margin: 0;
  }
  .cid-uuNQZMpqNx .row {
    text-align: center;
  }
}
.cid-uuNQZMpqNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQZMpqNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQZMpqNx li {
  padding-bottom: 0.3rem;
}
.cid-uuNQZMpqNx h5 {
  padding-bottom: 1rem;
}
.cid-uuNQZMpqNx .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQZMpqNx .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQZMpqNx .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQZMpqNx .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQZMpqNx .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQZMpqNx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQZMpqNx .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQZMpqNx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQZMpqNx .copyright {
  color: #000000;
}
.cid-uuNQZMpqNx .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQZMpqNx .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQZMpqNx .foot-text {
  color: #7a5695;
}
.cid-uuNQZMpqNx .foot-title {
  color: #c71c81;
}
.cid-uuNQZMpqNx .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tExYuDk01J {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1357.webp");
}
.cid-tExYuDk01J .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-tExYuDk01J .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-tExYuDk01J .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-tExYuDk01J .mbr-text {
  color: #ffffff;
}
.cid-tExYuDk01J .card {
  padding-bottom: 1.5rem;
}
.cid-tExYuDk01J H1 {
  color: #f8eaff;
}
.cid-tExYuDCg19 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tExYuDCg19 .mbr-text,
.cid-tExYuDCg19 .mbr-section-subtitle {
  color: #767676;
}
.cid-tExYuDCg19 .card-title {
  color: #66458e;
}
.cid-tExYuDCg19 .card .card-img span {
  color: #6870d1;
  font-size: 60px;
  background: linear-gradient(45deg, #6870d1, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tExYuDCg19 .mbr-section-subtitle,
  .cid-tExYuDCg19 .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tExYuDCg19 .card .card-img span {
    background: none;
  }
}
.cid-tExYuDCg19 .card-title,
.cid-tExYuDCg19 .card-img {
  color: #3d0859;
}
.cid-tExYuDCg19 .mbr-section-title {
  color: #3d0859;
}
.cid-tExYuDCg19 .mbr-section-subtitle {
  color: #3d0859;
}
.cid-tGxEd8imQJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tGxEd8imQJ .card-item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tGxEd8imQJ .card-item .card-icon {
  margin-right: 1rem;
  min-width: 4rem;
}
.cid-tGxEd8imQJ .card-item .card-icon span {
  font-size: 3rem;
  padding: 0.5rem;
  color: #3d0859;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tGxEd8imQJ .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 576px) {
  .cid-tGxEd8imQJ .card-item .card-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .cid-tGxEd8imQJ .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-tGxEd8imQJ .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tGxEd8imQJ .card-days {
  background-color: #3d0859;
  border-radius: 5px;
}
.cid-tGxEd8imQJ .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-tGxEd8imQJ .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-tGxEd8imQJ .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-tGxEd8imQJ .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-tGxEd8imQJ .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
.cid-tGxEd8imQJ .media-cards {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tGxEd8imQJ .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #4284df);
}
.cid-tGxEd8imQJ .media-container-row img {
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tGxEd8imQJ .media-container-row:hover img {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
.cid-tGxEd8imQJ .schedule .schedule-item,
.cid-tGxEd8imQJ .schedule {
  color: #efefef;
}
.cid-tGxEd8imQJ H1 {
  color: #c71c81;
}
.cid-tGxEd8imQJ .card-title {
  color: #3d0859;
}
.cid-tGxEd8imQJ .mbr-section-subtitle {
  color: #7d35a3;
}
.cid-tEyKoM0Wxh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tEyKoM0Wxh .container {
    max-width: 1400px;
  }
}
.cid-tEyKoM0Wxh .card-text_padding-bottom {
  padding-bottom: 5rem;
}
.cid-tEyKoM0Wxh .card-img {
  margin-left: auto;
  margin-bottom: 2rem;
  margin-right: auto;
}
.cid-tEyKoM0Wxh .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.cid-tEyKoM0Wxh .btn-bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 1620px) {
  .cid-tEyKoM0Wxh .card {
    padding: 0 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1250px) {
  .cid-tEyKoM0Wxh .card {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .cid-tEyKoM0Wxh .card {
    padding: 0 1rem;
    padding-bottom: 4rem;
  }
}
.cid-tEyKoM0Wxh .row {
  justify-content: center;
}
.cid-tEyKoM0Wxh .mbr-section-title {
  color: #7d35a3;
  text-align: center;
}
.cid-tEyKoM0Wxh .card-title {
  color: #2e6b75;
  text-align: center;
  width: 100%;
}
.cid-tEyKoM0Wxh .mbr-section-subtitle {
  color: #6c7577;
  text-align: center;
}
.cid-tEyKoM0Wxh .card-text {
  color: #6c7577;
  text-align: center;
  width: 100%;
}
.cid-tEyKoM0Wxh .card-title,
.cid-tEyKoM0Wxh .iconfont-wrapper {
  color: #3d0859;
}
.cid-tEyKoM0Wxh .card-text,
.cid-tEyKoM0Wxh .mbr-section-btn {
  color: #3d0859;
}
.cid-tExYuEm84p {
  padding-top: 30px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tExYuEm84p .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-tExYuEm84p .main .mbr-section-btn {
  text-align: right;
}
.cid-tExYuEm84p .btn {
  margin: 0 0 .5rem 0;
}
.cid-tExYuEm84p H2 {
  color: #c71c81;
}
.cid-tExYuEm84p H3 {
  color: #7d35a3;
}
.cid-uuNRaDA8ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRaDA8ge .content {
    text-align: center;
  }
  .cid-uuNRaDA8ge .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRaDA8ge .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRaDA8ge .form-group,
.cid-uuNRaDA8ge .input-group-btn {
  padding: 0;
}
.cid-uuNRaDA8ge .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRaDA8ge .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRaDA8ge .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRaDA8ge .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRaDA8ge .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRaDA8ge .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRaDA8ge .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRaDA8ge .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRaDA8ge .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRaDA8ge .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRaDA8ge .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRaDA8ge .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRaDA8ge .foot-title {
    text-align: center !important;
  }
  .cid-uuNRaDA8ge .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRaDA8ge .form-group {
    margin: 0;
  }
  .cid-uuNRaDA8ge .row {
    text-align: center;
  }
}
.cid-uuNRaDA8ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRaDA8ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRaDA8ge li {
  padding-bottom: 0.3rem;
}
.cid-uuNRaDA8ge h5 {
  padding-bottom: 1rem;
}
.cid-uuNRaDA8ge .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRaDA8ge .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRaDA8ge .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRaDA8ge .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRaDA8ge .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRaDA8ge .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRaDA8ge .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRaDA8ge div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRaDA8ge .copyright {
  color: #000000;
}
.cid-uuNRaDA8ge .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRaDA8ge .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRaDA8ge .foot-text {
  color: #7a5695;
}
.cid-uuNRaDA8ge .foot-title {
  color: #c71c81;
}
.cid-uuNRaDA8ge .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdVtkqJXm8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/adobestock-467532389.webp");
}
.cid-sdVtkqJXm8 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sdVtkqJXm8 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sdVtkqJXm8 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sdVtkqJXm8 .mbr-text {
  color: #ffffff;
}
.cid-sdVtkqJXm8 .card {
  padding-bottom: 1.5rem;
}
.cid-si2PitShhC {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-si2PitShhC P {
  color: #767676;
}
.cid-si2PitShhC H3 {
  color: #3d0859;
}
.cid-sdVtkrqAVT {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdVtkrqAVT .mbr-text,
.cid-sdVtkrqAVT .mbr-section-subtitle {
  color: #767676;
}
.cid-sdVtkrqAVT .card-title {
  color: #66458e;
}
.cid-sdVtkrqAVT .card .card-img span {
  color: #3d0859;
  font-size: 60px;
  background: linear-gradient(45deg, #3d0859, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-sdVtkrqAVT .mbr-section-subtitle,
  .cid-sdVtkrqAVT .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdVtkrqAVT .card .card-img span {
    background: none;
  }
}
.cid-sdVtkrqAVT .mbr-section-title {
  color: #c71c81;
}
.cid-sdVtkrqAVT .mbr-section-subtitle {
  color: #3d0859;
}
.cid-sdYKNjUPIy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdYKNjUPIy .main,
.cid-sdYKNjUPIy .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #ffffff;
}
.cid-sdYKNjUPIy .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-sdYKNjUPIy .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-sdYKNjUPIy .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdYKNjUPIy .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sdYKNjUPIy .text-element {
  padding: 3rem 2rem;
}
.cid-sdYKNjUPIy .mbr-iconfont {
  font-size: 3rem;
  color: #82786e;
}
.cid-sdYKNjUPIy .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-sdYKNjUPIy .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sdYKNjUPIy .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-sdYKNjUPIy .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-sdYKNjUPIy .image-element,
  .cid-sdYKNjUPIy .text-element {
    margin-bottom: 0;
  }
  .cid-sdYKNjUPIy .main:first-child {
    padding-top: 0;
  }
}
.cid-sdYKNjUPIy .mbr-section-subtitle,
.cid-sdYKNjUPIy .card-text,
.cid-sdYKNjUPIy .mbr-section-btn {
  color: #8d97ad;
}
.cid-sdYKNjUPIy .card-text,
.cid-sdYKNjUPIy .mbr-section-btn {
  color: #767676;
}
.cid-sdYKNjUPIy .mbr-section-subtitle {
  color: #767676;
}
.cid-sdYKNjUPIy .mbr-title,
.cid-sdYKNjUPIy .card-img {
  color: #7d35a3;
}
.cid-tExXdrXgJt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tExXdrXgJt P {
  color: #767676;
}
.cid-tExXdrXgJt H3 {
  color: #3d0859;
}
.cid-uuNRkn3qxo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRkn3qxo .content {
    text-align: center;
  }
  .cid-uuNRkn3qxo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRkn3qxo .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRkn3qxo .form-group,
.cid-uuNRkn3qxo .input-group-btn {
  padding: 0;
}
.cid-uuNRkn3qxo .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRkn3qxo .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRkn3qxo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRkn3qxo .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRkn3qxo .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRkn3qxo .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRkn3qxo .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRkn3qxo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRkn3qxo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRkn3qxo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRkn3qxo .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRkn3qxo .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRkn3qxo .foot-title {
    text-align: center !important;
  }
  .cid-uuNRkn3qxo .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRkn3qxo .form-group {
    margin: 0;
  }
  .cid-uuNRkn3qxo .row {
    text-align: center;
  }
}
.cid-uuNRkn3qxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRkn3qxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRkn3qxo li {
  padding-bottom: 0.3rem;
}
.cid-uuNRkn3qxo h5 {
  padding-bottom: 1rem;
}
.cid-uuNRkn3qxo .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRkn3qxo .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRkn3qxo .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRkn3qxo .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRkn3qxo .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRkn3qxo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRkn3qxo .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRkn3qxo div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRkn3qxo .copyright {
  color: #000000;
}
.cid-uuNRkn3qxo .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRkn3qxo .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRkn3qxo .foot-text {
  color: #7a5695;
}
.cid-uuNRkn3qxo .foot-title {
  color: #c71c81;
}
.cid-uuNRkn3qxo .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc7B7040os {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sc7B7040os .line {
  background-color: #3d0859;
  color: #3d0859;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc7B7040os .section-text {
  padding: 2rem 0;
  color: #3d0859;
}
.cid-sc7B7040os .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc7B7040os .inner-container {
    width: 100% !important;
  }
}
.cid-sc7B7040os .section-text DIV {
  text-align: left;
}
.cid-uuNRqy2kjn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRqy2kjn .content {
    text-align: center;
  }
  .cid-uuNRqy2kjn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRqy2kjn .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRqy2kjn .form-group,
.cid-uuNRqy2kjn .input-group-btn {
  padding: 0;
}
.cid-uuNRqy2kjn .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRqy2kjn .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRqy2kjn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRqy2kjn .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRqy2kjn .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRqy2kjn .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRqy2kjn .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRqy2kjn .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRqy2kjn .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRqy2kjn .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRqy2kjn .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRqy2kjn .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRqy2kjn .foot-title {
    text-align: center !important;
  }
  .cid-uuNRqy2kjn .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRqy2kjn .form-group {
    margin: 0;
  }
  .cid-uuNRqy2kjn .row {
    text-align: center;
  }
}
.cid-uuNRqy2kjn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRqy2kjn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRqy2kjn li {
  padding-bottom: 0.3rem;
}
.cid-uuNRqy2kjn h5 {
  padding-bottom: 1rem;
}
.cid-uuNRqy2kjn .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRqy2kjn .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRqy2kjn .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRqy2kjn .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRqy2kjn .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRqy2kjn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRqy2kjn .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRqy2kjn div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRqy2kjn .copyright {
  color: #000000;
}
.cid-uuNRqy2kjn .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRqy2kjn .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRqy2kjn .foot-text {
  color: #7a5695;
}
.cid-uuNRqy2kjn .foot-title {
  color: #c71c81;
}
.cid-uuNRqy2kjn .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc7BkD9YFW {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sc7BkD9YFW .line {
  background-color: #3d0859;
  color: #3d0859;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc7BkD9YFW .section-text {
  padding: 2rem 0;
  color: #3d0859;
}
.cid-sc7BkD9YFW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc7BkD9YFW .inner-container {
    width: 100% !important;
  }
}
.cid-sc7BkD9YFW .section-text DIV {
  text-align: left;
}
.cid-uuNRvsWjid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRvsWjid .content {
    text-align: center;
  }
  .cid-uuNRvsWjid .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRvsWjid .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRvsWjid .form-group,
.cid-uuNRvsWjid .input-group-btn {
  padding: 0;
}
.cid-uuNRvsWjid .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRvsWjid .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRvsWjid .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRvsWjid .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRvsWjid .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRvsWjid .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRvsWjid .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRvsWjid .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRvsWjid .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRvsWjid .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRvsWjid .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRvsWjid .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRvsWjid .foot-title {
    text-align: center !important;
  }
  .cid-uuNRvsWjid .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRvsWjid .form-group {
    margin: 0;
  }
  .cid-uuNRvsWjid .row {
    text-align: center;
  }
}
.cid-uuNRvsWjid .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRvsWjid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRvsWjid li {
  padding-bottom: 0.3rem;
}
.cid-uuNRvsWjid h5 {
  padding-bottom: 1rem;
}
.cid-uuNRvsWjid .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRvsWjid .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRvsWjid .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRvsWjid .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRvsWjid .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRvsWjid .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRvsWjid .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRvsWjid div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRvsWjid .copyright {
  color: #000000;
}
.cid-uuNRvsWjid .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRvsWjid .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRvsWjid .foot-text {
  color: #7a5695;
}
.cid-uuNRvsWjid .foot-title {
  color: #c71c81;
}
.cid-uuNRvsWjid .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc7Bssryep {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sc7Bssryep .line {
  background-color: #3d0859;
  color: #3d0859;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc7Bssryep .section-text {
  padding: 2rem 0;
}
.cid-sc7Bssryep .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc7Bssryep .inner-container {
    width: 100% !important;
  }
}
.cid-sc7Bssryep .section-text DIV {
  text-align: left;
}
.cid-uuNRApDsHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRApDsHq .content {
    text-align: center;
  }
  .cid-uuNRApDsHq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRApDsHq .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRApDsHq .form-group,
.cid-uuNRApDsHq .input-group-btn {
  padding: 0;
}
.cid-uuNRApDsHq .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRApDsHq .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRApDsHq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRApDsHq .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRApDsHq .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRApDsHq .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRApDsHq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRApDsHq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRApDsHq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRApDsHq .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRApDsHq .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRApDsHq .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRApDsHq .foot-title {
    text-align: center !important;
  }
  .cid-uuNRApDsHq .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRApDsHq .form-group {
    margin: 0;
  }
  .cid-uuNRApDsHq .row {
    text-align: center;
  }
}
.cid-uuNRApDsHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRApDsHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRApDsHq li {
  padding-bottom: 0.3rem;
}
.cid-uuNRApDsHq h5 {
  padding-bottom: 1rem;
}
.cid-uuNRApDsHq .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRApDsHq .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRApDsHq .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRApDsHq .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRApDsHq .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRApDsHq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRApDsHq .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRApDsHq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRApDsHq .copyright {
  color: #000000;
}
.cid-uuNRApDsHq .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRApDsHq .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRApDsHq .foot-text {
  color: #7a5695;
}
.cid-uuNRApDsHq .foot-title {
  color: #c71c81;
}
.cid-uuNRApDsHq .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sc7InINMER {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sc7InINMER .line {
  background-color: #3d0859;
  color: #3d0859;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sc7InINMER .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sc7InINMER .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sc7InINMER .inner-container {
    width: 100% !important;
  }
}
.cid-sc7InINMER .section-text DIV {
  text-align: left;
}
.cid-uuNRGdaRza {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRGdaRza .content {
    text-align: center;
  }
  .cid-uuNRGdaRza .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRGdaRza .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRGdaRza .form-group,
.cid-uuNRGdaRza .input-group-btn {
  padding: 0;
}
.cid-uuNRGdaRza .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRGdaRza .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRGdaRza .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRGdaRza .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRGdaRza .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRGdaRza .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRGdaRza .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRGdaRza .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRGdaRza .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRGdaRza .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRGdaRza .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRGdaRza .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRGdaRza .foot-title {
    text-align: center !important;
  }
  .cid-uuNRGdaRza .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRGdaRza .form-group {
    margin: 0;
  }
  .cid-uuNRGdaRza .row {
    text-align: center;
  }
}
.cid-uuNRGdaRza .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRGdaRza .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRGdaRza li {
  padding-bottom: 0.3rem;
}
.cid-uuNRGdaRza h5 {
  padding-bottom: 1rem;
}
.cid-uuNRGdaRza .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRGdaRza .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRGdaRza .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRGdaRza .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRGdaRza .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRGdaRza .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRGdaRza .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRGdaRza div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRGdaRza .copyright {
  color: #000000;
}
.cid-uuNRGdaRza .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRGdaRza .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRGdaRza .foot-text {
  color: #7a5695;
}
.cid-uuNRGdaRza .foot-title {
  color: #c71c81;
}
.cid-uuNRGdaRza .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCAwodmqjj {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCAwodmqjj .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tCAwodmqjj .row {
    text-align: center!important;
  }
}
.cid-tCAwodmqjj .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tCAwodmqjj .mbr-section-title {
    text-align: center;
  }
}
.cid-tCAwodmqjj .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tCAwodmqjj .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tCAwodmqjj .mbr-section-btn {
  margin-top: 20px;
}
.cid-tCAwodmqjj .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tCAwodmqjj .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tCAwodmqjj .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tCAwodmqjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCAwodmqjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCAwodmqjj .mbr-section-title,
.cid-tCAwodmqjj .mbr-section-btn {
  color: #c71c81;
}
.cid-tCAvmuX9Im {
  background-color: #ffffff;
}
.cid-tCAvmuX9Im .row {
  align-items: center;
  width: 100%;
}
.cid-tCAvmuX9Im .title-container {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 2rem;
}
.cid-tCAvmuX9Im .title-text {
  width: 100%;
}
.cid-tCAvmuX9Im .main-title {
  color: #7d35a3;
  text-align: center;
}
.cid-tCAvmuX9Im .main-subtitle {
  color: #727272;
}
.cid-tCAvmuX9Im form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-tCAvmuX9Im form .mbr-section-btn {
  margin-top: 20px;
  margin-right: 100%;
}
.cid-tCAvmuX9Im form .mbr-section-btn .btn {
  width: max-content;
  min-width: 120px;
}
.cid-tCAvmuX9Im form .form-group {
  margin-top: 32px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .cid-tCAvmuX9Im form .form-group {
    margin-top: 1rem!important;
  }
}
.cid-tCAvmuX9Im form .form-control {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #939292;
  font-weight: 400;
}
.cid-tCAvmuX9Im form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form select {
  color: #000000 !important;
}
.cid-tCAvmuX9Im form textarea {
  height: 100px;
}
.cid-tCAvmuX9Im form input,
.cid-tCAvmuX9Im form textarea {
  background-color: transparent !important;
}
.cid-tCAvmuX9Im form input:active,
.cid-tCAvmuX9Im form textarea:active,
.cid-tCAvmuX9Im form input:focus,
.cid-tCAvmuX9Im form textarea:focus {
  border-color: #7d35a3 !important;
}
.cid-tCAvmuX9Im form input:active::-webkit-input-placeholder,
.cid-tCAvmuX9Im form textarea:active::-webkit-input-placeholder,
.cid-tCAvmuX9Im form input:focus::-webkit-input-placeholder,
.cid-tCAvmuX9Im form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form input:active::-moz-placeholder,
.cid-tCAvmuX9Im form textarea:active::-moz-placeholder,
.cid-tCAvmuX9Im form input:focus::-moz-placeholder,
.cid-tCAvmuX9Im form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form input:active:-moz-placeholder,
.cid-tCAvmuX9Im form textarea:active:-moz-placeholder,
.cid-tCAvmuX9Im form input:focus:-moz-placeholder,
.cid-tCAvmuX9Im form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form input:active:-ms-input-placeholder,
.cid-tCAvmuX9Im form textarea:active:-ms-input-placeholder,
.cid-tCAvmuX9Im form input:focus:-ms-input-placeholder,
.cid-tCAvmuX9Im form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-tCAvmuX9Im form .row {
  margin-left: -2% !important;
  margin-right: -2% !important;
}
.cid-tCAvmuX9Im form .row [class*=col] {
  padding-left: 2% !important;
  padding-right: 2% !important;
}
.cid-tCAvmuX9Im form label {
  width: 100%;
  color: #000000;
  margin-bottom: 1rem;
}
.cid-tCAvmuX9Im form .form-check-input {
  border-color: #000000 !important;
  outline: none !important;
  box-shadow: none !important;
}
.cid-tCAvmuX9Im form .form-check-input:focus,
.cid-tCAvmuX9Im form .form-check-input:hover {
  border-color: #7d35a3 !important;
}
.cid-tCAvmuX9Im form .form-check-input:checked {
  border-color: #7d35a3 !important;
  background-color: #7d35a3 !important;
}
.cid-sc1XznqxGe {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sc1XznqxGe .mbr-section-subtitle {
  color: #3d0859;
  font-weight: 300;
}
.cid-sc1XznqxGe .mbr-content-text {
  color: #7d35a3;
  margin-bottom: 0;
}
.cid-sc1XznqxGe .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sc1XznqxGe .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sc1XznqxGe .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sc1XznqxGe .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sc1XznqxGe .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sc1XznqxGe .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sc1XznqxGe .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sc1XznqxGe .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sc1XznqxGe .mbr-section-title {
  color: #c71c81;
}
.cid-sc1XznqxGe H4 {
  color: #c71c81;
}
.cid-sc1XznqxGe .img-text {
  color: #3d0859;
}
.cid-uuNRM33tmS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRM33tmS .content {
    text-align: center;
  }
  .cid-uuNRM33tmS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRM33tmS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRM33tmS .form-group,
.cid-uuNRM33tmS .input-group-btn {
  padding: 0;
}
.cid-uuNRM33tmS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRM33tmS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRM33tmS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRM33tmS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRM33tmS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRM33tmS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRM33tmS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRM33tmS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRM33tmS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRM33tmS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRM33tmS .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRM33tmS .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRM33tmS .foot-title {
    text-align: center !important;
  }
  .cid-uuNRM33tmS .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRM33tmS .form-group {
    margin: 0;
  }
  .cid-uuNRM33tmS .row {
    text-align: center;
  }
}
.cid-uuNRM33tmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRM33tmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRM33tmS li {
  padding-bottom: 0.3rem;
}
.cid-uuNRM33tmS h5 {
  padding-bottom: 1rem;
}
.cid-uuNRM33tmS .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRM33tmS .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRM33tmS .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRM33tmS .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRM33tmS .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRM33tmS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRM33tmS .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRM33tmS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRM33tmS .copyright {
  color: #000000;
}
.cid-uuNRM33tmS .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRM33tmS .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRM33tmS .foot-text {
  color: #7a5695;
}
.cid-uuNRM33tmS .foot-title {
  color: #c71c81;
}
.cid-uuNRM33tmS .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scL8N2SxOj {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-scL8N2SxOj .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-scL8N2SxOj .mbr-section-title {
  color: #3d0859;
}
.cid-scL8N2SxOj .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scL8N2SxOj .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-si2ILVPUkM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-si2ILVPUkM h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-si2ILVPUkM .card-box {
  padding-top: 3rem;
}
.cid-si2ILVPUkM .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-si2ILVPUkM .btn-md {
  padding: 1rem;
}
.cid-si2ILVPUkM .btn-primary-outline,
.cid-si2ILVPUkM .btn-secondary-outline,
.cid-si2ILVPUkM .btn-info-outline,
.cid-si2ILVPUkM .btn-success-outline,
.cid-si2ILVPUkM .btn-warning-outline,
.cid-si2ILVPUkM .btn-danger-outline,
.cid-si2ILVPUkM .btn-black-outline,
.cid-si2ILVPUkM .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-si2ILVPUkM .btn-primary-outline span,
.cid-si2ILVPUkM .btn-secondary-outline span,
.cid-si2ILVPUkM .btn-info-outline span,
.cid-si2ILVPUkM .btn-success-outline span,
.cid-si2ILVPUkM .btn-warning-outline span,
.cid-si2ILVPUkM .btn-danger-outline span,
.cid-si2ILVPUkM .btn-black-outline span,
.cid-si2ILVPUkM .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-si2ILVPUkM .btn-primary-outline:hover span,
.cid-si2ILVPUkM .btn-secondary-outline:hover span,
.cid-si2ILVPUkM .btn-info-outline:hover span,
.cid-si2ILVPUkM .btn-success-outline:hover span,
.cid-si2ILVPUkM .btn-warning-outline:hover span,
.cid-si2ILVPUkM .btn-danger-outline:hover span,
.cid-si2ILVPUkM .btn-black-outline:hover span,
.cid-si2ILVPUkM .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-si2ILVPUkM .btn-primary-outline:hover,
.cid-si2ILVPUkM .btn-secondary-outline:hover,
.cid-si2ILVPUkM .btn-info-outline:hover,
.cid-si2ILVPUkM .btn-success-outline:hover,
.cid-si2ILVPUkM .btn-warning-outline:hover,
.cid-si2ILVPUkM .btn-danger-outline:hover,
.cid-si2ILVPUkM .btn-black-outline:hover,
.cid-si2ILVPUkM .btn-white-outline:hover {
  background-color: transparent!important;
  color: #7d35a3 !important;
  box-shadow: none!important;
}
.cid-si2ILVPUkM .btn-primary-outline:active,
.cid-si2ILVPUkM .btn-secondary-outline:active,
.cid-si2ILVPUkM .btn-info-outline:active,
.cid-si2ILVPUkM .btn-success-outline:active,
.cid-si2ILVPUkM .btn-warning-outline:active,
.cid-si2ILVPUkM .btn-danger-outline:active,
.cid-si2ILVPUkM .btn-black-outline:active,
.cid-si2ILVPUkM .btn-white-outline:active,
.cid-si2ILVPUkM .btn-primary-outline:focus,
.cid-si2ILVPUkM .btn-secondary-outline:focus,
.cid-si2ILVPUkM .btn-info-outline:focus,
.cid-si2ILVPUkM .btn-success-outline:focus,
.cid-si2ILVPUkM .btn-warning-outline:focus,
.cid-si2ILVPUkM .btn-danger-outline:focus,
.cid-si2ILVPUkM .btn-black-outline:focus,
.cid-si2ILVPUkM .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-si2ILVPUkM .btn-primary-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-secondary-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-info-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-success-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-warning-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-danger-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-black-outline .mbr-iconfont,
.cid-si2ILVPUkM .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-si2ILVPUkM .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-si2ILVPUkM .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(226, 52, 155, 0.35);
  transform: translateY(-1.5rem);
}
.cid-si2ILVPUkM .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-si2ILVPUkM .link-wrap:hover {
  color: #7d35a3 !important;
}
.cid-si2ILVPUkM .link-wrap:hover:hover .link-ico {
  color: #7d35a3 !important;
}
.cid-si2ILVPUkM .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-si2ILVPUkM img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-si2ILVPUkM .card-title {
  color: #7d35a3;
  text-align: center;
}
.cid-si2ILVPUkM .row {
  justify-content: center;
}
.cid-si2ILVPUkM .main-title {
  text-align: center;
  color: #3d0859;
}
.cid-si2ILVPUkM P {
  text-align: center;
}
.cid-si2ILVPUkM .mbr-text,
.cid-si2ILVPUkM .link {
  text-align: center;
  color: #333333;
}
@media (max-width: 576px) {
  .cid-si2ILVPUkM .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uuNRX6unyA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRX6unyA .content {
    text-align: center;
  }
  .cid-uuNRX6unyA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRX6unyA .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRX6unyA .form-group,
.cid-uuNRX6unyA .input-group-btn {
  padding: 0;
}
.cid-uuNRX6unyA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRX6unyA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRX6unyA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRX6unyA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRX6unyA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRX6unyA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRX6unyA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRX6unyA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRX6unyA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRX6unyA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRX6unyA .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRX6unyA .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRX6unyA .foot-title {
    text-align: center !important;
  }
  .cid-uuNRX6unyA .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRX6unyA .form-group {
    margin: 0;
  }
  .cid-uuNRX6unyA .row {
    text-align: center;
  }
}
.cid-uuNRX6unyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRX6unyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRX6unyA li {
  padding-bottom: 0.3rem;
}
.cid-uuNRX6unyA h5 {
  padding-bottom: 1rem;
}
.cid-uuNRX6unyA .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRX6unyA .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRX6unyA .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRX6unyA .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRX6unyA .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRX6unyA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRX6unyA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRX6unyA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRX6unyA .copyright {
  color: #000000;
}
.cid-uuNRX6unyA .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRX6unyA .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRX6unyA .foot-text {
  color: #7a5695;
}
.cid-uuNRX6unyA .foot-title {
  color: #c71c81;
}
.cid-uuNRX6unyA .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scLe3gwa5z {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-scLe3gwa5z .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-scLe3gwa5z .mbr-section-title {
  color: #3d0859;
}
.cid-scLe3gwa5z .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-scLe3gwa5z .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-scLe3h2BlB {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-scLe3h2BlB .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-scLe3h2BlB .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-scLe3h2BlB .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-scLe3h2BlB .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-scLe3h2BlB .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-scLe3h2BlB .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-scLe3h2BlB .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-scLe3h2BlB .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-scLe3h2BlB .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-scLe3h2BlB .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-scLe3h2BlB .mbr-section-title {
  color: #3d0859;
}
.cid-scLe3h2BlB H4 {
  color: #3d0859;
}
.cid-tDliTbu2fP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-tDliTbu2fP h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-tDliTbu2fP .card-box {
  padding-top: 3rem;
}
.cid-tDliTbu2fP .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-tDliTbu2fP .btn-md {
  padding: 1rem;
}
.cid-tDliTbu2fP .btn-primary-outline,
.cid-tDliTbu2fP .btn-secondary-outline,
.cid-tDliTbu2fP .btn-info-outline,
.cid-tDliTbu2fP .btn-success-outline,
.cid-tDliTbu2fP .btn-warning-outline,
.cid-tDliTbu2fP .btn-danger-outline,
.cid-tDliTbu2fP .btn-black-outline,
.cid-tDliTbu2fP .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tDliTbu2fP .btn-primary-outline span,
.cid-tDliTbu2fP .btn-secondary-outline span,
.cid-tDliTbu2fP .btn-info-outline span,
.cid-tDliTbu2fP .btn-success-outline span,
.cid-tDliTbu2fP .btn-warning-outline span,
.cid-tDliTbu2fP .btn-danger-outline span,
.cid-tDliTbu2fP .btn-black-outline span,
.cid-tDliTbu2fP .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tDliTbu2fP .btn-primary-outline:hover span,
.cid-tDliTbu2fP .btn-secondary-outline:hover span,
.cid-tDliTbu2fP .btn-info-outline:hover span,
.cid-tDliTbu2fP .btn-success-outline:hover span,
.cid-tDliTbu2fP .btn-warning-outline:hover span,
.cid-tDliTbu2fP .btn-danger-outline:hover span,
.cid-tDliTbu2fP .btn-black-outline:hover span,
.cid-tDliTbu2fP .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-tDliTbu2fP .btn-primary-outline:hover,
.cid-tDliTbu2fP .btn-secondary-outline:hover,
.cid-tDliTbu2fP .btn-info-outline:hover,
.cid-tDliTbu2fP .btn-success-outline:hover,
.cid-tDliTbu2fP .btn-warning-outline:hover,
.cid-tDliTbu2fP .btn-danger-outline:hover,
.cid-tDliTbu2fP .btn-black-outline:hover,
.cid-tDliTbu2fP .btn-white-outline:hover {
  background-color: transparent!important;
  color: #7d35a3 !important;
  box-shadow: none!important;
}
.cid-tDliTbu2fP .btn-primary-outline:active,
.cid-tDliTbu2fP .btn-secondary-outline:active,
.cid-tDliTbu2fP .btn-info-outline:active,
.cid-tDliTbu2fP .btn-success-outline:active,
.cid-tDliTbu2fP .btn-warning-outline:active,
.cid-tDliTbu2fP .btn-danger-outline:active,
.cid-tDliTbu2fP .btn-black-outline:active,
.cid-tDliTbu2fP .btn-white-outline:active,
.cid-tDliTbu2fP .btn-primary-outline:focus,
.cid-tDliTbu2fP .btn-secondary-outline:focus,
.cid-tDliTbu2fP .btn-info-outline:focus,
.cid-tDliTbu2fP .btn-success-outline:focus,
.cid-tDliTbu2fP .btn-warning-outline:focus,
.cid-tDliTbu2fP .btn-danger-outline:focus,
.cid-tDliTbu2fP .btn-black-outline:focus,
.cid-tDliTbu2fP .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tDliTbu2fP .btn-primary-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-secondary-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-info-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-success-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-warning-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-danger-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-black-outline .mbr-iconfont,
.cid-tDliTbu2fP .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-tDliTbu2fP .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-tDliTbu2fP .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(226, 52, 155, 0.35);
  transform: translateY(-1.5rem);
}
.cid-tDliTbu2fP .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-tDliTbu2fP .link-wrap:hover {
  color: #7d35a3 !important;
}
.cid-tDliTbu2fP .link-wrap:hover:hover .link-ico {
  color: #7d35a3 !important;
}
.cid-tDliTbu2fP .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-tDliTbu2fP img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-tDliTbu2fP .card-title {
  color: #7d35a3;
  text-align: center;
}
.cid-tDliTbu2fP .row {
  justify-content: center;
}
.cid-tDliTbu2fP .main-title {
  text-align: center;
  color: #3d0859;
}
.cid-tDliTbu2fP P {
  text-align: center;
}
.cid-tDliTbu2fP .mbr-text,
.cid-tDliTbu2fP .link {
  text-align: center;
  color: #333333;
}
@media (max-width: 576px) {
  .cid-tDliTbu2fP .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uuNS0QfioF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNS0QfioF .content {
    text-align: center;
  }
  .cid-uuNS0QfioF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNS0QfioF .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNS0QfioF .form-group,
.cid-uuNS0QfioF .input-group-btn {
  padding: 0;
}
.cid-uuNS0QfioF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNS0QfioF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNS0QfioF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNS0QfioF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNS0QfioF .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNS0QfioF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNS0QfioF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNS0QfioF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNS0QfioF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNS0QfioF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNS0QfioF .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNS0QfioF .foot-logo {
    text-align: center !important;
  }
  .cid-uuNS0QfioF .foot-title {
    text-align: center !important;
  }
  .cid-uuNS0QfioF .mbr-text {
    text-align: center !important;
  }
  .cid-uuNS0QfioF .form-group {
    margin: 0;
  }
  .cid-uuNS0QfioF .row {
    text-align: center;
  }
}
.cid-uuNS0QfioF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNS0QfioF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNS0QfioF li {
  padding-bottom: 0.3rem;
}
.cid-uuNS0QfioF h5 {
  padding-bottom: 1rem;
}
.cid-uuNS0QfioF .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNS0QfioF .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNS0QfioF .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNS0QfioF .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNS0QfioF .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNS0QfioF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNS0QfioF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNS0QfioF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNS0QfioF .copyright {
  color: #000000;
}
.cid-uuNS0QfioF .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNS0QfioF .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNS0QfioF .foot-text {
  color: #7a5695;
}
.cid-uuNS0QfioF .foot-title {
  color: #c71c81;
}
.cid-uuNS0QfioF .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tIrgjvB5kG {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tIrgjvB5kG .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tIrgjvB5kG .row {
    text-align: center!important;
  }
}
.cid-tIrgjvB5kG .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tIrgjvB5kG .mbr-section-title {
    text-align: center;
  }
}
.cid-tIrgjvB5kG .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tIrgjvB5kG .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tIrgjvB5kG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tIrgjvB5kG .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tIrgjvB5kG .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tIrgjvB5kG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tIrgjvB5kG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrgjvB5kG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrgjvB5kG .mbr-section-title,
.cid-tIrgjvB5kG .mbr-section-btn {
  color: #7d35a3;
}
.cid-tIrpxrkOw4 {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tIrpxrkOw4 .title__block {
  margin-bottom: 89px;
}
.cid-tIrpxrkOw4 .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tIrpxrkOw4 .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tIrpxrkOw4 .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tIrpxrkOw4 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tIrpxrkOw4 .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tIrpxrkOw4 .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tIrpxrkOw4 .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tIrpxrkOw4 .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tIrpxrkOw4 .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tIrpxrkOw4 .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #c71c81;
}
.cid-tIrpxrkOw4 .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tIrpxrkOw4 .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #c71c81;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tIrpxrkOw4 .title__block {
    margin-bottom: 40px;
  }
  .cid-tIrpxrkOw4 .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tIrpxrkOw4 .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tIrpxrkOw4 .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tIrpxrkOw4 .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tIrpxrkOw4 .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tIrpxrkOw4 .iconBackground {
    left: 0 !important;
  }
  .cid-tIrpxrkOw4 .separline:before {
    left: 0 !important;
  }
}
.cid-tIrpxrkOw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIrpxrkOw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIrpxrkOw4 .mbr-timeline-text {
  color: #7d35a3;
}
.cid-uuNRTcRRqt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNRTcRRqt .content {
    text-align: center;
  }
  .cid-uuNRTcRRqt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNRTcRRqt .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNRTcRRqt .form-group,
.cid-uuNRTcRRqt .input-group-btn {
  padding: 0;
}
.cid-uuNRTcRRqt .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNRTcRRqt .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNRTcRRqt .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNRTcRRqt .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNRTcRRqt .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNRTcRRqt .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNRTcRRqt .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNRTcRRqt .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNRTcRRqt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNRTcRRqt .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNRTcRRqt .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNRTcRRqt .foot-logo {
    text-align: center !important;
  }
  .cid-uuNRTcRRqt .foot-title {
    text-align: center !important;
  }
  .cid-uuNRTcRRqt .mbr-text {
    text-align: center !important;
  }
  .cid-uuNRTcRRqt .form-group {
    margin: 0;
  }
  .cid-uuNRTcRRqt .row {
    text-align: center;
  }
}
.cid-uuNRTcRRqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNRTcRRqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNRTcRRqt li {
  padding-bottom: 0.3rem;
}
.cid-uuNRTcRRqt h5 {
  padding-bottom: 1rem;
}
.cid-uuNRTcRRqt .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNRTcRRqt .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNRTcRRqt .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNRTcRRqt .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNRTcRRqt .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNRTcRRqt .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNRTcRRqt .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNRTcRRqt div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNRTcRRqt .copyright {
  color: #000000;
}
.cid-uuNRTcRRqt .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNRTcRRqt .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNRTcRRqt .foot-text {
  color: #7a5695;
}
.cid-uuNRTcRRqt .foot-title {
  color: #c71c81;
}
.cid-uuNRTcRRqt .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKv9fFt0Rg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-tKv9fFt0Rg .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tKv9fFt0Rg .mbr-text,
.cid-tKv9fFt0Rg .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tKv9fFt0Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKv9fFt0Rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKuTvdMX32 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKuTvdMX32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuTvdMX32 .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-tKuTvdMX32 .container {
    padding: 0 16px;
  }
}
.cid-tKuTvdMX32 .title-wrapper {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tKuTvdMX32 .title-wrapper {
    padding-right: 0;
  }
}
.cid-tKuTvdMX32 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKuTvdMX32 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKuTvdMX32 .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKuTvdMX32 .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKuTvdMX32 .title-wrapper .line {
  position: absolute;
  left: 70px;
  width: 1px;
  height: 100vh;
  border-left: 2px dashed #08323c;
}
@media (max-width: 992px) {
  .cid-tKuTvdMX32 .title-wrapper .line {
    display: none;
  }
}
.cid-tKuTvdMX32 .card {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tKuTvdMX32 .card {
    margin-bottom: 40px;
  }
}
.cid-tKuTvdMX32 .card .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tKuTvdMX32 .card .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tKuTvdMX32 .card .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tKuTvdMX32 .card .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #7d35a3;
  opacity: .2;
  border-radius: 100%;
}
.cid-tKuTvdMX32 .card .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #7d35a3;
  color: #ffffff;
  border-radius: 100%;
  z-index: 1;
}
.cid-tKuTvdMX32 .card .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tKuTvdMX32 .card .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKuTvdMX32 .mbr-section-title {
  color: #7d35a3;
}
.cid-tKuTvdMX32 .mbr-text {
  color: #3d0859;
}
.cid-tKuTvdMX32 .mbr-card-title,
.cid-tKuTvdMX32 .icon-wrapper {
  color: #c71c81;
}
.cid-tKuTvSVflJ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tKuTvSVflJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKuTvSVflJ .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-tKuTvSVflJ .container {
    padding: 0 16px;
  }
}
.cid-tKuTvSVflJ .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-tKuTvSVflJ .title-wrapper .title-wrap {
  position: relative;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-tKuTvSVflJ .title-wrapper .title-wrap {
    padding-right: 0;
  }
}
.cid-tKuTvSVflJ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKuTvSVflJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tKuTvSVflJ .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tKuTvSVflJ .title-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tKuTvSVflJ .title-wrapper .line {
  position: absolute;
  top: -24rem;
  left: 70px;
  width: 80%;
  height: 80%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: none;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tKuTvSVflJ .title-wrapper .line {
    display: none;
  }
}
.cid-tKuTvSVflJ .card .card-wrapper {
  padding: 24px;
  margin-bottom: 32px;
  background-color: #ff7f9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tKuTvSVflJ .card .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tKuTvSVflJ .card .card-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tKuTvSVflJ .card .card-wrapper .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tKuTvSVflJ .card .card-wrapper .icon-wrapper .icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.cid-tKuTvSVflJ .card .card-wrapper .icon-wrapper .icon-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
  border-radius: 100%;
}
.cid-tKuTvSVflJ .card .card-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 30px;
  background-color: #ffffff;
  color: #7d35a3;
  border-radius: 100%;
  z-index: 1;
}
.cid-tKuTvSVflJ .card .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tKuTvSVflJ .card .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tKuTvSVflJ .mbr-section-title {
  color: #7d35a3;
}
.cid-tKuTvSVflJ .mbr-text {
  color: #3d0859;
}
.cid-tKuTvSVflJ .mbr-card-title,
.cid-tKuTvSVflJ .icon-wrapper {
  color: #ffffff;
}
.cid-tKuTvSVflJ .mbr-card-text {
  color: #232323;
}
.cid-tKvbdMn1t0 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKvbdMn1t0 P {
  color: #767676;
}
.cid-tKvbdMn1t0 H3 {
  color: #c71c81;
}
.cid-uuNPYpcg19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPYpcg19 .content {
    text-align: center;
  }
  .cid-uuNPYpcg19 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPYpcg19 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPYpcg19 .form-group,
.cid-uuNPYpcg19 .input-group-btn {
  padding: 0;
}
.cid-uuNPYpcg19 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPYpcg19 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPYpcg19 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPYpcg19 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPYpcg19 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPYpcg19 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPYpcg19 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPYpcg19 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPYpcg19 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPYpcg19 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPYpcg19 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPYpcg19 .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPYpcg19 .foot-title {
    text-align: center !important;
  }
  .cid-uuNPYpcg19 .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPYpcg19 .form-group {
    margin: 0;
  }
  .cid-uuNPYpcg19 .row {
    text-align: center;
  }
}
.cid-uuNPYpcg19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPYpcg19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPYpcg19 li {
  padding-bottom: 0.3rem;
}
.cid-uuNPYpcg19 h5 {
  padding-bottom: 1rem;
}
.cid-uuNPYpcg19 .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPYpcg19 .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPYpcg19 .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPYpcg19 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPYpcg19 .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPYpcg19 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPYpcg19 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPYpcg19 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPYpcg19 .copyright {
  color: #000000;
}
.cid-uuNPYpcg19 .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPYpcg19 .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPYpcg19 .foot-text {
  color: #7a5695;
}
.cid-uuNPYpcg19 .foot-title {
  color: #c71c81;
}
.cid-uuNPYpcg19 .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLqZktV4sk {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1081.webp");
}
.cid-tLqZktV4sk .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tLqZktV4sk .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLqZktV4sk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tLqZktV4sk .image-wrapper {
    margin-left: 4rem;
  }
  .cid-tLqZktV4sk .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-tLqZktV4sk .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-tLqZktV4sk .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLqZktV4sk .mbr-section-title {
  color: #7d35a3;
}
.cid-tLwcgwgQGy {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1080.webp");
}
.cid-tLwcgwgQGy .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-tLwcgwgQGy .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-tLwcgwgQGy .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-tLwcgwgQGy .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-tLwcgwgQGy .card-title {
  padding: 0;
  margin: 0;
}
.cid-tLwcgwgQGy .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-tLwcgwgQGy .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tLwcgwgQGy .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-tLwcgwgQGy .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-tLwcgwgQGy .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-tLwcgwgQGy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tLwcgwgQGy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tLwcgwgQGy .card-title,
.cid-tLwcgwgQGy .card-icon {
  color: #232323;
}
.cid-tLwcgwgQGy .mbr-section-title {
  color: #7d35a3;
}
.cid-tLwcgwgQGy .mbr-text,
.cid-tLwcgwgQGy .mbr-section-btn {
  color: #c71c81;
}
.cid-tLwcgwgQGy .card-text {
  color: #7d35a3;
}
.cid-tLwcgwgQGy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwcgwgQGy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPTYZfV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPTYZfV6 .content {
    text-align: center;
  }
  .cid-uuNPTYZfV6 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPTYZfV6 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPTYZfV6 .form-group,
.cid-uuNPTYZfV6 .input-group-btn {
  padding: 0;
}
.cid-uuNPTYZfV6 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPTYZfV6 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPTYZfV6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPTYZfV6 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPTYZfV6 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPTYZfV6 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPTYZfV6 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPTYZfV6 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPTYZfV6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPTYZfV6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPTYZfV6 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPTYZfV6 .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPTYZfV6 .foot-title {
    text-align: center !important;
  }
  .cid-uuNPTYZfV6 .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPTYZfV6 .form-group {
    margin: 0;
  }
  .cid-uuNPTYZfV6 .row {
    text-align: center;
  }
}
.cid-uuNPTYZfV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPTYZfV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPTYZfV6 li {
  padding-bottom: 0.3rem;
}
.cid-uuNPTYZfV6 h5 {
  padding-bottom: 1rem;
}
.cid-uuNPTYZfV6 .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPTYZfV6 .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPTYZfV6 .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPTYZfV6 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPTYZfV6 .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPTYZfV6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPTYZfV6 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPTYZfV6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPTYZfV6 .copyright {
  color: #000000;
}
.cid-uuNPTYZfV6 .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPTYZfV6 .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPTYZfV6 .foot-text {
  color: #7a5695;
}
.cid-uuNPTYZfV6 .foot-title {
  color: #c71c81;
}
.cid-uuNPTYZfV6 .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLwqXdmRoo {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1282.webp");
}
.cid-tLwqXdmRoo .mbr-section-title,
.cid-tLwqXdmRoo .mbr-section-subtitle {
  color: #000000;
}
.cid-tLwqXdmRoo .mbr-section-text {
  color: #232323;
}
.cid-tLwqXdmRoo .mbr-text,
.cid-tLwqXdmRoo .typed-text,
.cid-tLwqXdmRoo .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tLwqXdmRoo .btn {
  margin-left: 4px !important;
}
.cid-tLwqXdmRoo .animated-element {
  color: #ffffff;
}
.cid-tLwqXdmRoo .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-tLwqXdmRoo .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tLwqXdmRoo .typed-text,
  .cid-tLwqXdmRoo .mbr-section-subtitle,
  .cid-tLwqXdmRoo .mbr-section-text,
  .cid-tLwqXdmRoo .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tLwqXdmRoo .mbr-section-subtitle,
.cid-tLwqXdmRoo .typed-text {
  color: #ffffff;
}
.cid-tLwqXdSIMm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tLwqXdSIMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLwqXdSIMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLwqXdSIMm .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-tLwqXdSIMm .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tLwqXdSIMm .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tLwqXdSIMm .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tLwqXdSIMm .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-tLwqXdSIMm .mbr-section-title {
  color: #c71c81;
}
@media (max-width: 575px) {
  .cid-tLwqXdSIMm .mbr-section-title {
    text-align: center !important;
  }
}
.cid-tLwqXdSIMm .mbr-section-subtitle {
  color: #7d35a3;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tLwqXdSIMm .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tLwqXdSIMm .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-tLwqXdSIMm .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tLwqXdSIMm .card-row {
  align-items: stretch;
}
.cid-tLwqXdSIMm .card {
  padding: 10px;
}
.cid-tLwqXdSIMm .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #c1c1c1);
  box-shadow: 10px 10px 19px #c71c81, -10px -10px 19px #ffffff;
}
@media (max-width: 991px) {
  .cid-tLwqXdSIMm .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tLwqXdSIMm .card-wrapper {
    padding: 30px;
  }
}
.cid-tLwqXdSIMm .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-tLwqXdSIMm .card-title {
  color: #3d0859;
  margin-bottom: 0;
}
.cid-tLwqXdSIMm .card-subtitle {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-tLwqXdSIMm .card-text {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-tLwqXdSIMm .card-text {
    margin-top: 20px;
  }
}
.cid-tLwqXdSIMm .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-tLwqXdSIMm .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-tLwqXdSIMm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-tLwqXdSIMm .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c71c81;
}
.cid-tLwqXdSIMm .list-item-text {
  color: #3d0859;
  width: fit-content;
}
.cid-tLwqXdSIMm .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-tLwqXdSIMm .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-tLwqXeCTjH {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tLwqXeCTjH P {
  color: #767676;
}
.cid-tLwqXeCTjH H3 {
  color: #7d35a3;
}
.cid-tLwqXf3TTs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLwqXf3TTs h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tLwqXf3TTs p {
  color: #767676;
  text-align: left;
}
.cid-tLwqXf3TTs .card-box {
  padding-top: 2rem;
}
.cid-tLwqXf3TTs .card-wrapper {
  height: 100%;
}
.cid-tLwqXfpCJn {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLwqXfpCJn .container-fluid {
  padding: 0 3rem;
}
.cid-tLwqXfpCJn .mbr-text {
  color: #333333;
  text-align: left;
}
.cid-tLwqXfpCJn .card-title {
  text-align: left;
  color: #ffa0a4;
}
.cid-tLwqXfpCJn p {
  text-align: left;
}
.cid-tLwqXfpCJn .card-img {
  text-align: left;
}
.cid-tLwqXfpCJn .card .card-img span {
  color: #3d0859;
  font-size: 60px;
  background: linear-gradient(45deg, #3d0859, #c71c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-tLwqXfpCJn .container-fluid {
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .cid-tLwqXfpCJn .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tLwqXfRDOx {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLwqXfRDOx .subicon-title {
  color: #3d0859;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLwqXfRDOx .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tLwqXfRDOx .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-tLwqXfRDOx .underline .line {
  width: 3rem;
  height: 2px;
  background: #000000;
  display: inline-block;
}
.cid-tLwqXfRDOx .process-icon,
.cid-tLwqXfRDOx .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-tLwqXfRDOx .wrapper,
.cid-tLwqXfRDOx .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-tLwqXfRDOx .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #3d0859;
  opacity: .4;
}
.cid-tLwqXfRDOx .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-tLwqXfRDOx .icon-container a {
  display: inherit;
}
.cid-tLwqXfRDOx .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #c71c81 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-tLwqXfRDOx .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-tLwqXfRDOx .icon-main:hover .icon-wrapper {
  background-color: #c71c81 !important;
}
.cid-tLwqXfRDOx .icon-main:hover .icon-number {
  background-color: #3d0859 !important;
  color: #ffffff !important;
}
.cid-tLwqXfRDOx .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-tLwqXfRDOx .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-tLwqXfRDOx .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-tLwqXfRDOx .third-elem .wrapper:before {
    display: none;
  }
}
.cid-tLwqXfRDOx .mbr-section-title {
  margin: 0;
}
.cid-tLwqXfRDOx .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-tLwqXghrnA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLwqXghrnA .container-fluid {
  padding: 0 3rem;
}
.cid-tLwqXghrnA ul.list-inline {
  margin: 0;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLwqXghrnA ul.list-inline li {
  margin: 0;
  padding: .5rem;
}
.cid-tLwqXghrnA ul.list-inline img {
  max-width: 6rem;
  padding-bottom: .5rem;
}
.cid-tLwqXghrnA ul.list-inline img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
@media (max-width: 767px) {
  .cid-tLwqXghrnA .container-fluid {
    padding: 0 1rem;
  }
  .cid-tLwqXghrnA .list-inline-item img {
    max-width: 5rem;
  }
}
.cid-tLwqXghrnA .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tLwqXghrnA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #7d35a3, #c71c81);
  display: inline-block;
}
.cid-tLwqXghrnA .mbr-section-title,
.cid-tLwqXghrnA .underline {
  color: #3d0859;
}
.cid-uuNQGQhFAM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQGQhFAM .content {
    text-align: center;
  }
  .cid-uuNQGQhFAM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQGQhFAM .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQGQhFAM .form-group,
.cid-uuNQGQhFAM .input-group-btn {
  padding: 0;
}
.cid-uuNQGQhFAM .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQGQhFAM .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQGQhFAM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQGQhFAM .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQGQhFAM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQGQhFAM .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQGQhFAM .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQGQhFAM .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQGQhFAM .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQGQhFAM .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQGQhFAM .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQGQhFAM .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQGQhFAM .foot-title {
    text-align: center !important;
  }
  .cid-uuNQGQhFAM .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQGQhFAM .form-group {
    margin: 0;
  }
  .cid-uuNQGQhFAM .row {
    text-align: center;
  }
}
.cid-uuNQGQhFAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQGQhFAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQGQhFAM li {
  padding-bottom: 0.3rem;
}
.cid-uuNQGQhFAM h5 {
  padding-bottom: 1rem;
}
.cid-uuNQGQhFAM .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQGQhFAM .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQGQhFAM .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQGQhFAM .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQGQhFAM .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQGQhFAM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQGQhFAM .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQGQhFAM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQGQhFAM .copyright {
  color: #000000;
}
.cid-uuNQGQhFAM .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQGQhFAM .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQGQhFAM .foot-text {
  color: #7a5695;
}
.cid-uuNQGQhFAM .foot-title {
  color: #c71c81;
}
.cid-uuNQGQhFAM .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKmeWXfpiN {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uKmeWXfpiN .card-box {
  z-index: 10;
  position: relative;
}
.cid-uKmeWXfpiN .card {
  padding: 0 !important;
}
.cid-uKmeWXfpiN p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-uKmeWXfpiN p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uKmeWXfpiN p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uKmeWXfpiN .container-fluid {
  padding: 0;
}
.cid-uKmeWXfpiN .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 6rem 9rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-uKmeWXfpiN .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-uKmeWXfpiN .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-uKmeWXfpiN .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-uKmeWXfpiN .card1 {
  background-image: url("../../../assets/images/adobestock-443709198-1269x846.webp");
  z-index: 4;
}
.cid-uKmeWXfpiN .card2 {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-09-14-103855-763x427.webp");
  z-index: 3;
}
.cid-uKmeWXfpiN .card3 {
  background-image: url("../../../assets/images/adobestock-285692000-convertido-2000x1044.webp");
  z-index: 2;
}
.cid-uKmeWXfpiN .card4 {
  background-image: url("../../../assets/images/background3-1.webp");
  z-index: 1;
}
.cid-uKmeWXfpiN h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uKmeWXfpiN .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-uKmeWXfpiN .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uKmeWXfpiN .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-uKmeWXfpiN .card-box {
    text-align: center;
  }
}
.cid-uKmeWXfpiN .mbr-text {
  color: #ffffff;
}
.cid-uKmeWXfpiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKmeWXfpiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4QT9nFz0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZ4QT9nFz0 .card-box {
  z-index: 10;
  position: relative;
}
.cid-uZ4QT9nFz0 .card {
  padding: 0 !important;
}
.cid-uZ4QT9nFz0 p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-uZ4QT9nFz0 p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uZ4QT9nFz0 p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uZ4QT9nFz0 .container-fluid {
  padding: 0;
}
.cid-uZ4QT9nFz0 .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 6rem 9rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-uZ4QT9nFz0 .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-uZ4QT9nFz0 .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-uZ4QT9nFz0 .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-uZ4QT9nFz0 .card1 {
  background-image: url("../../../assets/images/mbr-1920x1193.webp");
  z-index: 4;
}
.cid-uZ4QT9nFz0 .card2 {
  background-image: url("../../../assets/images/mbr-1920x1049.webp");
  z-index: 3;
}
.cid-uZ4QT9nFz0 .card3 {
  background-image: url("../../../assets/images/adobestock-374835044-1269x846.webp");
  z-index: 2;
}
.cid-uZ4QT9nFz0 .card4 {
  background-image: url("../../../assets/images/background3-1.webp");
  z-index: 1;
}
.cid-uZ4QT9nFz0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uZ4QT9nFz0 .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-uZ4QT9nFz0 .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ4QT9nFz0 .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-uZ4QT9nFz0 .card-box {
    text-align: center;
  }
}
.cid-uZ4QT9nFz0 .mbr-text {
  color: #ffffff;
}
.cid-uZ4QT9nFz0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4QT9nFz0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPPwTYN1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPPwTYN1 .content {
    text-align: center;
  }
  .cid-uuNPPwTYN1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPPwTYN1 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPPwTYN1 .form-group,
.cid-uuNPPwTYN1 .input-group-btn {
  padding: 0;
}
.cid-uuNPPwTYN1 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPPwTYN1 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPPwTYN1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPPwTYN1 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPPwTYN1 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPPwTYN1 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPPwTYN1 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPPwTYN1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPPwTYN1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPPwTYN1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPPwTYN1 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPPwTYN1 .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPPwTYN1 .foot-title {
    text-align: center !important;
  }
  .cid-uuNPPwTYN1 .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPPwTYN1 .form-group {
    margin: 0;
  }
  .cid-uuNPPwTYN1 .row {
    text-align: center;
  }
}
.cid-uuNPPwTYN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPPwTYN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPPwTYN1 li {
  padding-bottom: 0.3rem;
}
.cid-uuNPPwTYN1 h5 {
  padding-bottom: 1rem;
}
.cid-uuNPPwTYN1 .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPPwTYN1 .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPPwTYN1 .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPPwTYN1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPPwTYN1 .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPPwTYN1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPPwTYN1 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPPwTYN1 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPPwTYN1 .copyright {
  color: #000000;
}
.cid-uuNPPwTYN1 .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPPwTYN1 .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPPwTYN1 .foot-text {
  color: #7a5695;
}
.cid-uuNPPwTYN1 .foot-title {
  color: #c71c81;
}
.cid-uuNPPwTYN1 .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ9WElDu1b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/mbr-1920x1296.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uZ9WElDu1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9WElDu1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9WElDu1b .mbr-section-head {
  width: 100%;
}
.cid-uZ9WElDu1b .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9WElDu1b .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uZ9WElDu1b .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZ9XJle92j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/mbr-1920x1296.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uZ9XJle92j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9XJle92j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9XJle92j .mbr-section-head {
  width: 100%;
}
.cid-uZ9XJle92j .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9XJle92j .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uZ9XJle92j .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZ9XJle92j .mbr-section-subtitle,
.cid-uZ9XJle92j .mbr-section-btn {
  color: #ffffff;
}
.cid-uZ9XOZnGZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/mbr-1920x1296.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uZ9XOZnGZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9XOZnGZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9XOZnGZW .mbr-section-head {
  width: 100%;
}
.cid-uZ9XOZnGZW .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9XOZnGZW .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uZ9XOZnGZW .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZ9XOZnGZW .mbr-section-subtitle,
.cid-uZ9XOZnGZW .mbr-section-btn {
  color: #ffffff;
}
.cid-uZ9Y50zY4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/mbr-1920x1296.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-uZ9Y50zY4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ9Y50zY4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ9Y50zY4P .mbr-section-head {
  width: 100%;
}
.cid-uZ9Y50zY4P .mbr-section-title {
  color: #ffffff;
}
.cid-uZ9Y50zY4P .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-uZ9Y50zY4P .mbr-section-btn {
  margin-top: 40px;
}
.cid-uZ9Y50zY4P .mbr-section-subtitle,
.cid-uZ9Y50zY4P .mbr-section-btn {
  color: #ffffff;
}
.cid-utoICixMPm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-utoICixMPm .mbr-section-btn {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cid-tSkcp32Hqm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSkcp32Hqm .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tSkcp32Hqm .row {
    text-align: center!important;
  }
}
.cid-tSkcp32Hqm .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tSkcp32Hqm .mbr-section-title {
    text-align: center;
  }
}
.cid-tSkcp32Hqm .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tSkcp32Hqm .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tSkcp32Hqm .mbr-section-btn {
  margin-top: 20px;
}
.cid-tSkcp32Hqm .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tSkcp32Hqm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSkcp32Hqm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tSkcp32Hqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkcp32Hqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSkcp32Hqm .mbr-section-title,
.cid-tSkcp32Hqm .mbr-section-btn {
  color: #c71c81;
  text-align: center;
}
.cid-tSkcq70YiM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSkcq70YiM .card-box {
  z-index: 10;
  position: relative;
}
.cid-tSkcq70YiM .card {
  padding: 0 !important;
}
.cid-tSkcq70YiM p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-tSkcq70YiM p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-tSkcq70YiM p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-tSkcq70YiM .container-fluid {
  padding: 0;
}
.cid-tSkcq70YiM .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 6rem 9rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-tSkcq70YiM .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-tSkcq70YiM .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-tSkcq70YiM .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-tSkcq70YiM .card1 {
  background-image: url("../../../assets/images/adobestock-443709198-1269x846.webp");
  z-index: 4;
}
.cid-tSkcq70YiM .card2 {
  background-image: url("../../../assets/images/captura-de-pantalla-2022-09-14-103855-763x427.webp");
  z-index: 3;
}
.cid-tSkcq70YiM .card3 {
  background-image: url("../../../assets/images/adobestock-285692000-convertido-2000x1044.webp");
  z-index: 2;
}
.cid-tSkcq70YiM .card4 {
  background-image: url("../../../assets/images/background3-1.webp");
  z-index: 1;
}
.cid-tSkcq70YiM h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tSkcq70YiM .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-tSkcq70YiM .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSkcq70YiM .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-tSkcq70YiM .card-box {
    text-align: center;
  }
}
.cid-tSkcq70YiM .mbr-text {
  color: #ffffff;
}
.cid-tSkcq70YiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkcq70YiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSkcqWpekH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSkcqWpekH .card-box {
  z-index: 10;
  position: relative;
}
.cid-tSkcqWpekH .card {
  padding: 0 !important;
}
.cid-tSkcqWpekH p {
  width: fit-content;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.cid-tSkcqWpekH p:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .3;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-tSkcqWpekH p:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-tSkcqWpekH .container-fluid {
  padding: 0;
}
.cid-tSkcqWpekH .card-wrapper {
  background-position: center;
  height: 100%;
  padding: 6rem 9rem;
  background-size: cover;
  transition: all 0.3s;
}
.cid-tSkcqWpekH .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.2;
}
.cid-tSkcqWpekH .card-wrapper:hover {
  transform: scale(1.05);
  z-index: 11;
}
.cid-tSkcqWpekH .card-wrapper:hover:before {
  opacity: 0.4;
}
.cid-tSkcqWpekH .card1 {
  background-image: url("../../../assets/images/mbr-1920x1193.webp");
  z-index: 4;
}
.cid-tSkcqWpekH .card2 {
  background-image: url("../../../assets/images/mbr-1920x1049.webp");
  z-index: 3;
}
.cid-tSkcqWpekH .card3 {
  background-image: url("../../../assets/images/adobestock-374835044-1269x846.webp");
  z-index: 2;
}
.cid-tSkcqWpekH .card4 {
  background-image: url("../../../assets/images/background3-1.webp");
  z-index: 1;
}
.cid-tSkcqWpekH h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-tSkcqWpekH .btn {
  margin: 0 !important;
  padding: 1rem 2rem;
}
@media (max-width: 1400px) {
  .cid-tSkcqWpekH .card-wrapper {
    padding: 13rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSkcqWpekH .card-wrapper {
    padding: 13rem 2rem;
  }
  .cid-tSkcqWpekH .card-box {
    text-align: center;
  }
}
.cid-tSkcqWpekH .mbr-text {
  color: #ffffff;
}
.cid-tSkcqWpekH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkcqWpekH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0dXzhiTqu {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0dXzhiTqu .subicon-title {
  color: #3d0859;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0dXzhiTqu .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0dXzhiTqu .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v0dXzhiTqu .underline .line {
  width: 3rem;
  height: 2px;
  background: #7d35a3;
  display: inline-block;
}
.cid-v0dXzhiTqu .process-icon,
.cid-v0dXzhiTqu .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v0dXzhiTqu .wrapper,
.cid-v0dXzhiTqu .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v0dXzhiTqu .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #3d0859;
  opacity: .4;
}
.cid-v0dXzhiTqu .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v0dXzhiTqu .icon-container a {
  display: inherit;
}
.cid-v0dXzhiTqu .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #c71c81 !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-v0dXzhiTqu .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v0dXzhiTqu .icon-main:hover .icon-wrapper {
  background-color: #c71c81 !important;
}
.cid-v0dXzhiTqu .icon-main:hover .icon-number {
  background-color: #3d0859 !important;
  color: #ffffff !important;
}
.cid-v0dXzhiTqu .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-v0dXzhiTqu .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-v0dXzhiTqu .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v0dXzhiTqu .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v0dXzhiTqu .mbr-section-title {
  margin: 0;
}
.cid-v0dXzhiTqu .mbr-section-subtitle {
  color: #c71c81;
  text-align: center;
}
.cid-v0dXzhiTqu .mbr-section-title,
.cid-v0dXzhiTqu .underline {
  color: #c71c81;
}
.cid-uZ4HePdp6n {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZ4HePdp6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4HePdp6n .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-uZ4HePdp6n .container {
    padding: 0 16px;
  }
}
.cid-uZ4HePdp6n .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-uZ4HePdp6n .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-uZ4HePdp6n .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fdefce;
}
.cid-uZ4HePdp6n .item .item-wrapper {
  height: 100%;
}
.cid-uZ4HePdp6n .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #eadef8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uZ4HePdp6n .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-uZ4HePdp6n .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-uZ4HePdp6n .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-uZ4HePdp6n .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZ4HePdp6n .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-uZ4HePdp6n .item-emoji {
  color: #000000;
}
.cid-uZ4HePdp6n .item-title {
  color: #000000;
}
.cid-uZ4HePdp6n .item-text {
  color: #000000;
}
.cid-uZaGxrALib {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZaGxrALib .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-uZaGxrALib .modal-body .close {
  background: #1b1b1b;
}
.cid-uZaGxrALib .modal-body .close span {
  font-style: normal;
}
.cid-uZaGxrALib .carousel-inner > .active,
.cid-uZaGxrALib .carousel-inner > .next,
.cid-uZaGxrALib .carousel-inner > .prev {
  display: flex;
}
.cid-uZaGxrALib .carousel-control .icon-next,
.cid-uZaGxrALib .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uZaGxrALib .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZaGxrALib .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uZaGxrALib .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uZaGxrALib .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uZaGxrALib .boxed-slider > div {
  position: relative;
}
.cid-uZaGxrALib .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-uZaGxrALib .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uZaGxrALib .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZaGxrALib .mbr-table-cell {
  padding: 0;
}
.cid-uZaGxrALib .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uZaGxrALib .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZaGxrALib .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-uZaGxrALib .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-uZaGxrALib .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uZaGxrALib .carousel-item .container {
    width: 100%;
  }
}
.cid-uZaGxrALib .carousel-item-next.carousel-item-left,
.cid-uZaGxrALib .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uZaGxrALib .active.carousel-item-right,
.cid-uZaGxrALib .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uZaGxrALib .active.carousel-item-left,
.cid-uZaGxrALib .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uZaGxrALib .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-uZaGxrALib .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uZaGxrALib .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uZaGxrALib .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-uZaGxrALib .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uZaGxrALib .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uZaGxrALib .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uZaGxrALib .mbr-slider .carousel-indicators li.active,
.cid-uZaGxrALib .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uZaGxrALib .mbr-slider .carousel-indicators li::after,
.cid-uZaGxrALib .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uZaGxrALib .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uZaGxrALib .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uZaGxrALib .mbr-slider > .container img {
  width: 100%;
}
.cid-uZaGxrALib .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uZaGxrALib .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uZaGxrALib .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uZaGxrALib .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uZaGxrALib .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uZaGxrALib .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-uZaGxrALib .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uZaGxrALib .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uZaGxrALib .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uZaGxrALib .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uZaGxrALib .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uZaGxrALib .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uZaGxrALib .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uZaGxrALib .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uZaGxrALib .carousel-inner {
  height: 100%;
}
.cid-uZaGxrALib .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uZaGxrALib .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-uZaGxrALib .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-uZaGxrALib .content-slider-wrap {
  width: 100%;
}
.cid-uZaGxrALib H2 {
  color: #ffffff;
}
.cid-uZaGxrALib P {
  color: #ffffff;
}
.cid-tSkctsXUep {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tSkctsXUep .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tSkctsXUep .row {
    text-align: center!important;
  }
}
.cid-tSkctsXUep .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tSkctsXUep .mbr-section-title {
    text-align: center;
  }
}
.cid-tSkctsXUep .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tSkctsXUep .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tSkctsXUep .mbr-section-btn {
  margin-top: 20px;
}
.cid-tSkctsXUep .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tSkctsXUep .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSkctsXUep .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tSkctsXUep .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkctsXUep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSkctsXUep .mbr-section-title,
.cid-tSkctsXUep .mbr-section-btn {
  color: #c71c81;
  text-align: center;
}
.cid-tSkcuS0oh7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/adobestock-289234743-convertido-2000x1125.webp");
}
.cid-tSkcuS0oh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkcuS0oh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSkcuS0oh7 .col {
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .cid-tSkcuS0oh7 .col {
    width: 40%;
  }
}
.cid-tSkcuS0oh7 .card-wrapper {
  padding: 4rem;
  border-radius: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tSkcuS0oh7 .card-wrapper {
    padding: 1rem;
    border-radius: 1rem;
  }
}
.cid-tSkcuS0oh7 .card-wrapper h1,
.cid-tSkcuS0oh7 .card-wrapper h2,
.cid-tSkcuS0oh7 .card-wrapper p,
.cid-tSkcuS0oh7 .card-wrapper .mbr-section-btn {
  position: relative;
}
.cid-tSkcuS0oh7 .card-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c71c81;
  opacity: 0.8;
}
.cid-tSkcuS0oh7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tSkcuS0oh7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSkcuS0oh7 .mbr-text,
.cid-tSkcuS0oh7 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tSkcuS0oh7 .mbr-section-title DIV {
  text-align: center;
}
.cid-tSkdjniIKc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSkdjniIKc .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-tSkdjniIKc .row {
    text-align: center!important;
  }
}
.cid-tSkdjniIKc .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-tSkdjniIKc .mbr-section-title {
    text-align: center;
  }
}
.cid-tSkdjniIKc .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-tSkdjniIKc .mbr-text a:hover {
  text-decoration: underline;
}
.cid-tSkdjniIKc .mbr-section-btn {
  margin-top: 20px;
}
.cid-tSkdjniIKc .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-tSkdjniIKc .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tSkdjniIKc .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tSkdjniIKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSkdjniIKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSkdjniIKc .mbr-section-title,
.cid-tSkdjniIKc .mbr-section-btn {
  color: #c71c81;
  text-align: center;
}
.cid-sIF3jLHj2O {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.cid-sIF3jLHj2O .mbr-section-title {
  font-weight: bold;
  color: #3d0859;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .mbr-section-title {
    text-align: center !important;
  }
}
.cid-sIF3jLHj2O .tab-header {
  color: #7d35a3;
}
.cid-sIF3jLHj2O .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
  color: #2B2B2B;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-sIF3jLHj2O .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-sIF3jLHj2O .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-sIF3jLHj2O .card-img span {
  font-size: 80px;
}
.cid-sIF3jLHj2O .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-sIF3jLHj2O .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIF3jLHj2O .tabcont {
  z-index: 1;
  margin: 0;
}
.cid-sIF3jLHj2O .nav-item {
  margin-top: 1rem;
}
.cid-sIF3jLHj2O .tab-content-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}
.cid-sIF3jLHj2O .tab-content {
  width: 100%;
}
.cid-sIF3jLHj2O .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem;
  margin: 0px -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #232323;
}
.cid-sIF3jLHj2O .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #232323;
}
.cid-sIF3jLHj2O .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-sIF3jLHj2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-sIF3jLHj2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sIF3jLHj2O .row {
  justify-content: left;
}
.cid-sIF3jLHj2O .content-container {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 2px solid #c71c81;
  position: relative;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .content-container {
    flex-wrap: wrap;
  }
}
.cid-sIF3jLHj2O .text-item {
  width: 50%;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .text-item {
    width: 100%;
  }
}
.cid-sIF3jLHj2O .btn-item {
  width: 50%;
  position: relative;
  z-index: 11;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .btn-item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
  }
}
.cid-sIF3jLHj2O .mbr-section-btn .btn {
  min-width: auto !important;
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sIF3jLHj2O .circle-blur {
  position: absolute;
  top: 40%;
  left: 40%;
  bottom: auto;
  display: block;
  width: 500px;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(80deg, #ffffff, #bc7ddd);
  opacity: .9;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-sIF3jLHj2O .circle-blur {
    display: none !important;
  }
}
.cid-sIF3jLHj2O .mbr-section-title DIV {
  text-align: center;
}
.cid-sIF3jLHj2O .mbr-section-text {
  color: #7d35a3;
}
.cid-tElU0LSh6n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-289234743-convertido-2000x1125.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tElU0LSh6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElU0LSh6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElU0LSh6n .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tElU0LSh6n .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tElU0LSh6n .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tElU0LSh6n .container {
    max-width: 540px;
  }
}
.cid-tElU0LSh6n .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tElU0LSh6n .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tElU0LSh6n .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tElU0LSh6n .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tElU0LSh6n .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tElU0LSh6n .mbr-section-title {
  color: #ffffff;
}
.cid-tElU0LSh6n .mbr-section-subtitle {
  color: #FF014E;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tElU0LSh6n .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tElU0LSh6n .card-row {
  align-items: stretch;
}
.cid-tElU0LSh6n .card {
  margin-top: 30px;
}
.cid-tElU0LSh6n .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-tElU0LSh6n .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tElU0LSh6n .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tElU0LSh6n .card-wrapper:hover .card-title {
  color: #3d0859 !important;
}
.cid-tElU0LSh6n .card-wrapper:hover .card-text {
  color: #3d0859 !important;
}
.cid-tElU0LSh6n .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #c71c81);
  opacity: 0;
  transition: .5s all;
}
.cid-tElU0LSh6n .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tElU0LSh6n .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tElU0LSh6n .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #3d0859;
}
.cid-tElU0LSh6n .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tElU0LSh6n .card-text {
  color: #3d0859;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tDfWEneOEM {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-tDfWEneOEM h2,
.cid-tDfWEneOEM h3,
.cid-tDfWEneOEM h4,
.cid-tDfWEneOEM h5,
.cid-tDfWEneOEM p {
  margin: 0;
}
.cid-tDfWEneOEM .inner-container {
  margin-right: -32px;
}
.cid-tDfWEneOEM .content {
  width: 100%;
  padding-left: calc((100% - 1300px) / 2);
}
@media (max-width: 1440px) {
  .cid-tDfWEneOEM .content {
    padding-left: calc((100% - 1100px) / 2);
  }
}
@media (max-width: 1200px) {
  .cid-tDfWEneOEM .content {
    padding-left: calc((100% - 920px) / 2);
  }
}
@media (max-width: 1024px) {
  .cid-tDfWEneOEM .content {
    padding-left: calc((100% - 768px) / 2);
  }
}
@media (max-width: 800px) {
  .cid-tDfWEneOEM .content {
    width: 100%;
    padding-left: 7%;
  }
}
@media (max-width: 480px) {
  .cid-tDfWEneOEM .content {
    padding-left: 0;
  }
}
.cid-tDfWEneOEM .text-wrap {
  position: relative;
  width: 18.6%;
  padding-right: 30px;
}
@media (max-width: 1599px) {
  .cid-tDfWEneOEM .text-wrap {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .cid-tDfWEneOEM .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tDfWEneOEM .text-wrap {
    width: 38%;
  }
}
@media (max-width: 680px) {
  .cid-tDfWEneOEM .text-wrap {
    width: 100%;
  }
}
.cid-tDfWEneOEM .mbr-section-title {
  color: #7d35a3;
  text-align: left;
}
.cid-tDfWEneOEM .mbr-section-subtitle {
  color: #c71c81;
}
.cid-tDfWEneOEM .controls {
  margin-top: 45px;
}
.cid-tDfWEneOEM .embla {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.cid-tDfWEneOEM .embla__viewport {
  overflow: hidden;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tDfWEneOEM .embla__viewport {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tDfWEneOEM .embla__viewport {
    width: 100%;
  }
}
.cid-tDfWEneOEM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDfWEneOEM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDfWEneOEM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  width: 81.4%;
}
@media (max-width: 1599px) {
  .cid-tDfWEneOEM .embla__container {
    width: 75%;
  }
}
@media (max-width: 680px) {
  .cid-tDfWEneOEM .embla__container {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tDfWEneOEM .embla__slide {
  position: relative;
  margin-right: 30px;
}
.cid-tDfWEneOEM .card-wrap {
  width: 345.75px;
}
@media (max-width: 680px) {
  .cid-tDfWEneOEM .card-wrap {
    width: 296px;
  }
}
.cid-tDfWEneOEM .image-wrap {
  width: 100%;
  overflow: hidden;
}
.cid-tDfWEneOEM .image-wrap img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-tDfWEneOEM .content-wrap {
  margin-top: 20px;
}
.cid-tDfWEneOEM .mbr-card-title {
  margin-bottom: 6px;
  color: #7d35a3;
  text-align: center;
}
.cid-tDfWEneOEM .mbr-card-subtitle {
  margin-bottom: 2px;
  color: #c71c81;
  text-align: center;
}
.cid-tDfWEneOEM .mbr-card-text {
  color: #7d35a3;
}
.cid-tDfWEneOEM .embla__button--next svg polygon,
.cid-tDfWEneOEM .embla__button--prev svg polygon {
  transition: 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.cid-tDfWEneOEM .embla__button--next svg,
.cid-tDfWEneOEM .embla__button--prev svg {
  overflow: hidden;
}
.cid-tDfWEneOEM .embla__button--prev {
  vertical-align: super;
  color: #7d35a3;
  transition: color 0.25s ease-out;
}
.cid-tDfWEneOEM .embla__button--prev:hover {
  color: #7d35a3;
}
.cid-tDfWEneOEM .embla__button--prev svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tDfWEneOEM .embla__button--prev svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tDfWEneOEM .embla__button--prev:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tDfWEneOEM .embla__button--prev:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tDfWEneOEM .embla__button--next {
  vertical-align: sub;
  color: #7d35a3;
  transition: color 0.25s ease-out;
}
.cid-tDfWEneOEM .embla__button--next:hover {
  color: #7d35a3;
}
.cid-tDfWEneOEM .embla__button--next svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.cid-tDfWEneOEM .embla__button--next svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.cid-tDfWEneOEM .embla__button--next:hover svg polygon:nth-of-type(1) {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.cid-tDfWEneOEM .embla__button--next:hover svg polygon:nth-of-type(2) {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition-delay: 0.3s;
}
.cid-tDfWEneOEM .card-text,
.cid-tDfWEneOEM .mbr-section-btn,
.cid-tDfWEneOEM .social-row {
  text-align: center;
}
.cid-tElYsjObCV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 750px;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/adobestock-289234743-convertido-2000x1125.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tElYsjObCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElYsjObCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElYsjObCV .mbr-section-head {
  width: 100%;
}
.cid-tElYsjObCV .mbr-section-title {
  color: #212428;
}
.cid-tElYsjObCV .mbr-section-subtitle {
  color: #FF014E;
  margin-top: 20px;
}
.cid-tElYsjObCV .mbr-section-btn {
  margin-top: 40px;
}
.cid-tCzB30VyqE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-tCzB30VyqE .container,
.cid-tCzB30VyqE .container-fluid {
  position: static;
}
@media (min-width: 1400px) {
  .cid-tCzB30VyqE .text-wrapper {
    padding-left: 48px;
  }
}
.cid-tCzB30VyqE .label-text {
  width: 100%;
  color: #c71c81;
  margin-bottom: 20px;
}
.cid-tCzB30VyqE .label-text span {
  padding: 8px 18px;
  background-color: #f0e4ff;
  border-radius: 15px;
  color: inherit;
}
.cid-tCzB30VyqE .mbr-section-title {
  color: #7d35a3;
  margin-bottom: 0;
}
.cid-tCzB30VyqE .mbr-text {
  color: #00284E;
  opacity: 0.8;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cid-tCzB30VyqE .mbr-section-btn {
  margin-top: 6px;
}
.cid-tCzB30VyqE .image-wrapper {
  max-height: 100%;
  position: relative;
  z-index: 2;
}
.cid-tCzB30VyqE .image-wrapper img {
  max-width: 100%;
  margin-right: auto!important;
}
@media (min-width: 768px) {
  .cid-tCzB30VyqE .image-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 32.7%;
    padding-top: 9rem;
    left: 7%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-tCzB30VyqE .image-wrapper {
    width: 40%;
    left: 1%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tCzB30VyqE .image-wrapper {
    width: 40%;
    top: 0;
    left: 1%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCzB30VyqE .image-wrapper {
    width: 40%;
    top: 8%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .cid-tCzB30VyqE .image-wrapper {
    max-width: 474px !important;
    margin: 80px auto 0;
  }
}
.cid-tCzB30VyqE .bg-round {
  position: absolute;
  top: -55%;
  padding: 0;
  padding-top: 9rem;
}
.cid-tCzB30VyqE .bg-round svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-tCzB30VyqE .bg-round {
    width: 56%;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .cid-tCzB30VyqE .bg-round {
    width: 44%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCzB30VyqE .bg-round {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tCzB30VyqE .bg-round {
    display: none;
  }
}
.cid-tCzB30VyqE .col-text {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .cid-tCzB30VyqE .col-text {
    margin-left: auto;
  }
}
.cid-tCzB30VyqE .mbr-text,
.cid-tCzB30VyqE .mbr-section-btn {
  color: #3d0859;
}
.cid-tElYtYpbkz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/adobestock-289234743-convertido-2000x1125.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.cid-tElYtYpbkz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tElYtYpbkz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tElYtYpbkz .container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tElYtYpbkz .container {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .cid-tElYtYpbkz .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .cid-tElYtYpbkz .container {
    max-width: 540px;
  }
}
.cid-tElYtYpbkz .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tElYtYpbkz .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .cid-tElYtYpbkz .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tElYtYpbkz .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tElYtYpbkz .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tElYtYpbkz .mbr-section-title {
  color: #ffffff;
}
.cid-tElYtYpbkz .mbr-section-subtitle {
  color: #3d0859;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .cid-tElYtYpbkz .mbr-section-subtitle {
    padding-top: 0.325rem;
    padding-bottom: 0.325rem;
  }
}
.cid-tElYtYpbkz .card-row {
  align-items: stretch;
}
.cid-tElYtYpbkz .card {
  margin-top: 30px;
}
.cid-tElYtYpbkz .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #c4cfde, #ffffff);
}
.cid-tElYtYpbkz .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tElYtYpbkz .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tElYtYpbkz .card-wrapper:hover .card-title {
  color: #434a51 !important;
}
.cid-tElYtYpbkz .card-wrapper:hover .card-text {
  color: #434a51 !important;
}
.cid-tElYtYpbkz .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #ffffff, #bc7ddd);
  opacity: 0;
  transition: .5s all;
}
.cid-tElYtYpbkz .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tElYtYpbkz .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tElYtYpbkz .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ff014e;
}
.cid-tElYtYpbkz .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tElYtYpbkz .card-text {
  color: #3d0859;
  margin-bottom: 22px;
  transition: .5s all;
  text-align: center;
}
.cid-tElYtYpbkz .card-title,
.cid-tElYtYpbkz .iconfont-wrapper {
  color: #7d35a3;
  text-align: center;
}
.cid-tCzB4Y0hH2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCzB4Y0hH2 .row {
  display: flex;
  align-items: center;
}
.cid-tCzB4Y0hH2 .label-text {
  width: 100%;
  color: #c71c81;
  margin-bottom: 8px;
}
.cid-tCzB4Y0hH2 .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tCzB4Y0hH2 .mbr-text {
  color: #3d0859;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 10px;
  margin-bottom: 0;
}
.cid-tCzB4Y0hH2 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tCzB4Y0hH2 .mbr-section-btn .btn-secondary:hover,
.cid-tCzB4Y0hH2 .mbr-section-btn .btn-primary:hover {
  color: #ffffff !important;
  background-color: #f7ed4a !important;
}
.cid-tCzB4Y0hH2 .mbr-section-btn .btn {
  min-height: 55px;
  padding: 10px 45px;
}
.cid-tCzB4Y0hH2 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tCzB4Y0hH2 .mbr-section-btn .btn:hover:before {
  display: none;
}
@media (max-width: 767px) {
  .cid-tCzB4Y0hH2 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-tCzB4Y0hH2 .image-wrapper img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCzB4Y0hH2 .image-wrapper img {
    padding-left: 5%;
  }
}
.cid-tCzB4Y0hH2 .list {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px;
  width: 100%;
}
.cid-tCzB4Y0hH2 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.cid-tCzB4Y0hH2 .icon-wrapper {
  display: flex;
  margin-right: 20px;
}
.cid-tCzB4Y0hH2 .icon-wrapper span {
  color: #0066ff;
  font-size: 13px;
}
.cid-tCzB4Y0hH2 .list-item-text {
  flex-grow: 1;
  color: #3d0859;
}
.cid-tCzB4Y0hH2 .mbr-section-title,
.cid-tCzB4Y0hH2 .mbr-section-btn {
  color: #7d35a3;
  text-align: left;
}
.cid-tTgaAhIiI4 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-289234743-convertido-2000x1125.webp");
}
.cid-tTgaAhIiI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTgaAhIiI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTgaAhIiI4 .col-title {
  margin-bottom: 2.5rem;
}
.cid-tTgaAhIiI4 .mbr-section-title {
  color: #75083A;
}
.cid-tTgaAhIiI4 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-tTgaAhIiI4 .cards-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
@media (max-width: 639px) {
  .cid-tTgaAhIiI4 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tTgaAhIiI4 .card-box {
  width: 100%;
}
.cid-tTgaAhIiI4 .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tTgaAhIiI4 .image-wrapper {
    justify-content: center;
  }
}
.cid-tTgaAhIiI4 .image-wrapper img {
  width: 100%;
  max-width: 192px;
  aspect-ratio: 1;
  object-fit: contain;
}
.cid-tTgaAhIiI4 .card-container {
  width: 100%;
  padding: 0 32px;
}
.cid-tTgaAhIiI4 .card-title {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tTgaAhIiI4 .card-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-tTgaAhIiI4 .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-tTgaAhIiI4 .card-text,
.cid-tTgaAhIiI4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uZ4o3TnzrD {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ4o3TnzrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ4o3TnzrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ4o3TnzrD .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uZ4o3TnzrD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZ4o3TnzrD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uZ4o3TnzrD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uZ4o3TnzrD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uZ4o3TnzrD .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uZ4o3TnzrD .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uZ4o3TnzrD .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uZ4o3TnzrD .item:hover .item-wrapper .item-img,
.cid-uZ4o3TnzrD .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-uZ4o3TnzrD .item:hover .item-wrapper .item-img,
  .cid-uZ4o3TnzrD .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uZ4o3TnzrD .item:hover .item-wrapper .item-img img,
.cid-uZ4o3TnzrD .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-uZ4o3TnzrD .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uZ4o3TnzrD .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZ4o3TnzrD .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-uZ4o3TnzrD .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZ4o3TnzrD .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-uZ4o3TnzrD .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-uZ4o3TnzrD .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-uZ4o3TnzrD .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uZ4o3TnzrD .mbr-section-title {
  color: #404349;
}
.cid-uZ4o3TnzrD .mbr-desc {
  color: #b19a7c;
}
.cid-uZ4o3TnzrD .item-title {
  color: #404349;
}
.cid-uZ4o3TnzrD .item-desc {
  color: #b19a7c;
}
.cid-uZ4o3TnzrD .mbr-section-title,
.cid-uZ4o3TnzrD .title-wrap {
  color: #7d35a3;
  text-align: center;
}
.cid-tIwGmK99WL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/adobestock-211095871-convertido-2000x1173.webp");
}
.cid-tIwGmK99WL .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-tIwGmK99WL h4 {
  text-align: center;
}
.cid-tIwGmK99WL p {
  text-align: center;
}
.cid-tIwGmK99WL .card {
  padding-bottom: 3rem;
}
.cid-tIwGmK99WL .card-img {
  padding-bottom: 1.5rem;
}
.cid-tIwGmK99WL .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tIwGmK99WL .card-title,
.cid-tIwGmK99WL .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-tIwGmK99WL .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-tIwGmK99WL .header-title,
.cid-tIwGmK99WL .header-text {
  color: #ffffff;
  text-align: center;
  padding: 0;
  margin-bottom: 2rem;
  width: 100%;
}
.cid-tIwGmK99WL .header-title {
  letter-spacing: 0.1em;
}
.cid-tIwGmK99WL .header-text {
  letter-spacing: 0.03em;
}
.cid-sFaZOfrBBf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFaZOfrBBf img {
  width: 120px;
  padding: 5px;
  margin: auto;
}
.cid-sFaZOfrBBf .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .cid-sFaZOfrBBf .card {
    max-width: 12.5%;
  }
}
.cid-sFaZOfrBBf .mbr-section-title {
  color: #c71c81;
  text-align: center;
  padding-bottom: 33px;
}
.cid-sFaZOfrBBf .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sFaZOfrBBf .row {
  justify-content: space-between;
}
@media (min-width: 575px) and (max-width: 990px) {
  .cid-sFaZOfrBBf .row {
    justify-content: center;
  }
}
.cid-uuNPD7EXNF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPD7EXNF .content {
    text-align: center;
  }
  .cid-uuNPD7EXNF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPD7EXNF .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPD7EXNF .form-group,
.cid-uuNPD7EXNF .input-group-btn {
  padding: 0;
}
.cid-uuNPD7EXNF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPD7EXNF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPD7EXNF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPD7EXNF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPD7EXNF .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPD7EXNF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPD7EXNF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPD7EXNF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPD7EXNF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPD7EXNF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPD7EXNF .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPD7EXNF .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPD7EXNF .foot-title {
    text-align: center !important;
  }
  .cid-uuNPD7EXNF .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPD7EXNF .form-group {
    margin: 0;
  }
  .cid-uuNPD7EXNF .row {
    text-align: center;
  }
}
.cid-uuNPD7EXNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPD7EXNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPD7EXNF li {
  padding-bottom: 0.3rem;
}
.cid-uuNPD7EXNF h5 {
  padding-bottom: 1rem;
}
.cid-uuNPD7EXNF .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPD7EXNF .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPD7EXNF .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPD7EXNF .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPD7EXNF .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPD7EXNF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPD7EXNF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPD7EXNF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPD7EXNF .copyright {
  color: #000000;
}
.cid-uuNPD7EXNF .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPD7EXNF .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPD7EXNF .foot-text {
  color: #7a5695;
}
.cid-uuNPD7EXNF .foot-title {
  color: #c71c81;
}
.cid-uuNPD7EXNF .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKjiOTbmd3 {
  background-image: url("../../../assets/images/adobestock-467532389.webp");
}
.cid-tKjiOTbmd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKjiOTbmd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-tKjiOTbmd3 .container {
    padding: 0 26px;
  }
}
.cid-tKjiOTbmd3 .title-wrapper {
  padding-top: 3%;
}
.cid-tKjiOTbmd3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tKjiOTbmd3 .title-wrapper .mbr-section-btn {
  margin-bottom: 18px;
}
.cid-tKjiOTbmd3 .title-wrapper .icon-wrapper a {
  display: inline-flex;
}
.cid-tKjiOTbmd3 .title-wrapper .icon-wrapper a:hover {
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
}
.cid-tKjiOTbmd3 .title-wrapper .icon-wrapper a .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
}
.cid-tKjiOTbmd3 .mbr-section-title {
  color: #ffffff;
}
.cid-tKjiOTbmd3 .mbr-text {
  color: #ffffff;
}
.cid-tKjiOTbmd3 .mbr-section-title,
.cid-tKjiOTbmd3 .icon-wrapper,
.cid-tKjiOTbmd3 .mbr-section-btn {
  text-align: center;
}
.cid-uuNPtRo5hF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPtRo5hF .content {
    text-align: center;
  }
  .cid-uuNPtRo5hF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPtRo5hF .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPtRo5hF .form-group,
.cid-uuNPtRo5hF .input-group-btn {
  padding: 0;
}
.cid-uuNPtRo5hF .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPtRo5hF .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPtRo5hF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPtRo5hF .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPtRo5hF .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPtRo5hF .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPtRo5hF .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPtRo5hF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPtRo5hF .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPtRo5hF .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPtRo5hF .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPtRo5hF .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPtRo5hF .foot-title {
    text-align: center !important;
  }
  .cid-uuNPtRo5hF .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPtRo5hF .form-group {
    margin: 0;
  }
  .cid-uuNPtRo5hF .row {
    text-align: center;
  }
}
.cid-uuNPtRo5hF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPtRo5hF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPtRo5hF li {
  padding-bottom: 0.3rem;
}
.cid-uuNPtRo5hF h5 {
  padding-bottom: 1rem;
}
.cid-uuNPtRo5hF .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPtRo5hF .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPtRo5hF .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPtRo5hF .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPtRo5hF .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPtRo5hF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPtRo5hF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPtRo5hF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPtRo5hF .copyright {
  color: #000000;
}
.cid-uuNPtRo5hF .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPtRo5hF .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPtRo5hF .foot-text {
  color: #7a5695;
}
.cid-uuNPtRo5hF .foot-title {
  color: #c71c81;
}
.cid-uuNPtRo5hF .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tTJV9kWcgs {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-tTJV9kWcgs .mbr-section-title {
  color: #010d4c;
  margin-bottom: 8px;
}
.cid-tTJV9kWcgs .mbr-section-subtitle {
  color: #c71c81;
  opacity: 0.8;
  padding: 15px 0 20px;
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .cid-tTJV9kWcgs .mbr-section-subtitle {
    margin-left: 3rem!important;
    margin-right: 3rem!important;
  }
}
.cid-tTJV9kWcgs .mbr-section-btn {
  margin-top: 6px;
}
.cid-tTJV9kWcgs .mbr-section-btn .btn:before {
  display: none;
}
.cid-tTJV9kWcgs .mbr-section-btn .btn:hover:before {
  display: none;
}
.cid-tTJV9kWcgs .image-wrapper {
  margin-top: 40px;
}
.cid-tTJV9kWcgs .image-wrapper img {
  max-width: 200px;
  width: 100%;
}
.cid-tTJV9kWcgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTJV9kWcgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTJV9kWcgs .mbr-section-title,
.cid-tTJV9kWcgs .mbr-section-btn {
  color: #7d35a3;
}
.cid-tTK10K4uW1 {
  padding-top: 3rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tTK10K4uW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTK10K4uW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTK10K4uW1 .col-title {
  margin-bottom: 32px;
}
.cid-tTK10K4uW1 .mbr-section-title {
  color: #24262b;
}
.cid-tTK10K4uW1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tTK10K4uW1 .cards-row {
  row-gap: 32px;
}
.cid-tTK10K4uW1 .card {
  border-radius: 0;
}
.cid-tTK10K4uW1 .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tTK10K4uW1 .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tTK10K4uW1 .text-wrap {
  flex-grow: 1;
}
.cid-tTK10K4uW1 .card-title {
  color: #24262b;
}
.cid-tTK10K4uW1 .card-text {
  color: #767676;
}
.cid-uuNPJsv0ay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPJsv0ay .content {
    text-align: center;
  }
  .cid-uuNPJsv0ay .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPJsv0ay .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPJsv0ay .form-group,
.cid-uuNPJsv0ay .input-group-btn {
  padding: 0;
}
.cid-uuNPJsv0ay .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPJsv0ay .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPJsv0ay .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPJsv0ay .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPJsv0ay .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPJsv0ay .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPJsv0ay .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPJsv0ay .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPJsv0ay .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPJsv0ay .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPJsv0ay .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPJsv0ay .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPJsv0ay .foot-title {
    text-align: center !important;
  }
  .cid-uuNPJsv0ay .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPJsv0ay .form-group {
    margin: 0;
  }
  .cid-uuNPJsv0ay .row {
    text-align: center;
  }
}
.cid-uuNPJsv0ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPJsv0ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPJsv0ay li {
  padding-bottom: 0.3rem;
}
.cid-uuNPJsv0ay h5 {
  padding-bottom: 1rem;
}
.cid-uuNPJsv0ay .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPJsv0ay .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPJsv0ay .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPJsv0ay .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPJsv0ay .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPJsv0ay .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPJsv0ay .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPJsv0ay div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPJsv0ay .copyright {
  color: #000000;
}
.cid-uuNPJsv0ay .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPJsv0ay .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPJsv0ay .foot-text {
  color: #7a5695;
}
.cid-uuNPJsv0ay .foot-title {
  color: #c71c81;
}
.cid-uuNPJsv0ay .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKvd4sOqqI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-tKvd4sOqqI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tKvd4sOqqI .mbr-text,
.cid-tKvd4sOqqI .mbr-section-btn {
  text-align: center;
  color: #f2f3f7;
}
.cid-tKvd4sOqqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvd4sOqqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvnXoV4Ga {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tKvnXoV4Ga .title__block {
  margin-bottom: 89px;
}
.cid-tKvnXoV4Ga .timelines-container .separline:last-child:before {
  content: none;
}
.cid-tKvnXoV4Ga .mbr-timeline-title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #7d35a3;
}
.cid-tKvnXoV4Ga .timeline-text-content {
  padding: 27px 27px 28px 37px;
  border: 1px solid #ddebe9;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
}
.cid-tKvnXoV4Ga .timeline-text-content p {
  margin-bottom: 0;
}
.cid-tKvnXoV4Ga .timeline-text-content:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #ddebe9;
  display: block;
  border-bottom: none;
  border-left: none;
  position: absolute;
  right: -8px;
  top: 18px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
.cid-tKvnXoV4Ga .timeline-element {
  margin-top: 20px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.cid-tKvnXoV4Ga .timeline-element:nth-child(odd) .timeline-text-content {
  margin-right: 35px;
}
.cid-tKvnXoV4Ga .timeline-element:nth-child(even) .timeline-text-content {
  margin-left: 35px;
}
.cid-tKvnXoV4Ga .timeline-element:nth-child(even) .timeline-text-content:before {
  right: auto;
  left: -8px;
  top: 18px;
  transform: rotate(225deg);
}
.cid-tKvnXoV4Ga .iconBackground {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 21px;
  width: 10px;
  height: 10px;
  transform: translateX(-50%);
  background-color: #c71c81;
}
.cid-tKvnXoV4Ga .iconBackground:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: inherit;
  opacity: .35;
  top: -10px;
  left: -10px;
  border-radius: 50%;
}
.cid-tKvnXoV4Ga .separline:before {
  top: 60px;
  bottom: 0;
  position: absolute;
  content: "";
  width: .5px;
  background-color: #c71c81;
  left: calc(50% - 1px);
  height: calc(100% - 3rem);
  opacity: .35;
}
@media (max-width: 991px) {
  .cid-tKvnXoV4Ga .title__block {
    margin-bottom: 40px;
  }
  .cid-tKvnXoV4Ga .timeline-element {
    margin: 0 0 28px 10px;
  }
  .cid-tKvnXoV4Ga .timeline-element:nth-child(odd) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tKvnXoV4Ga .timeline-element:nth-child(odd) .timeline-text-content:before {
    right: auto;
    left: -8px;
    transform: rotate(225deg);
  }
  .cid-tKvnXoV4Ga .timeline-element:nth-child(even) .timeline-text-content {
    margin-right: 10px;
  }
  .cid-tKvnXoV4Ga .timeline-text-content {
    padding: 18px 19px;
    margin-left: 0 !important;
  }
  .cid-tKvnXoV4Ga .iconBackground {
    left: 0 !important;
  }
  .cid-tKvnXoV4Ga .separline:before {
    left: 0 !important;
  }
}
.cid-tKvnXoV4Ga .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvnXoV4Ga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvnXoV4Ga .mbr-timeline-text {
  color: #c71c81;
}
.cid-tKvd4ufZIX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tKvd4ufZIX P {
  color: #767676;
}
.cid-tKvd4ufZIX H3 {
  color: #c71c81;
}
.cid-uuNQ3y8c6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNQ3y8c6k .content {
    text-align: center;
  }
  .cid-uuNQ3y8c6k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNQ3y8c6k .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNQ3y8c6k .form-group,
.cid-uuNQ3y8c6k .input-group-btn {
  padding: 0;
}
.cid-uuNQ3y8c6k .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNQ3y8c6k .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNQ3y8c6k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNQ3y8c6k .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNQ3y8c6k .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNQ3y8c6k .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNQ3y8c6k .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNQ3y8c6k .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNQ3y8c6k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNQ3y8c6k .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNQ3y8c6k .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNQ3y8c6k .foot-logo {
    text-align: center !important;
  }
  .cid-uuNQ3y8c6k .foot-title {
    text-align: center !important;
  }
  .cid-uuNQ3y8c6k .mbr-text {
    text-align: center !important;
  }
  .cid-uuNQ3y8c6k .form-group {
    margin: 0;
  }
  .cid-uuNQ3y8c6k .row {
    text-align: center;
  }
}
.cid-uuNQ3y8c6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNQ3y8c6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNQ3y8c6k li {
  padding-bottom: 0.3rem;
}
.cid-uuNQ3y8c6k h5 {
  padding-bottom: 1rem;
}
.cid-uuNQ3y8c6k .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNQ3y8c6k .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNQ3y8c6k .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNQ3y8c6k .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNQ3y8c6k .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNQ3y8c6k .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNQ3y8c6k .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNQ3y8c6k div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNQ3y8c6k .copyright {
  color: #000000;
}
.cid-uuNQ3y8c6k .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNQ3y8c6k .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNQ3y8c6k .foot-text {
  color: #7a5695;
}
.cid-uuNQ3y8c6k .foot-title {
  color: #c71c81;
}
.cid-uuNQ3y8c6k .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utoNuyfhUM {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-utoNuyfhUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-utoNuyfhUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utoNuyfhUM .content-wrap {
  justify-content: flex-end;
}
.cid-utoNuyfhUM .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-utoNuyfhUM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-utoNuyfhUM .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-utoNuyfhUM .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ffffff, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-utoNuyfhUM .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-utoNuyfhUM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-utoNuyfhUM .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-utoNuyfhUM .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-utoNuyfhUM .image-wrapper {
    padding: 0;
  }
}
.cid-utoNuyfhUM .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-utoNuyfhUM .image-wrapper img {
    height: 350px;
  }
}
.cid-utoNuyfhUM .mbr-section-title {
  color: #ffffff;
}
.cid-utoNuyfhUM .mbr-text,
.cid-utoNuyfhUM .text-wrapper {
  color: #ffffff;
}
.cid-utoNuyfhUM .mbr-section-title,
.cid-utoNuyfhUM .mbr-section-btn,
.cid-utoNuyfhUM .clients-wrapper {
  color: #ffffff;
}
.cid-uuNSMiX7cA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuNSMiX7cA .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-uuNSMiX7cA H2 {
  color: #7d35a3;
}
.cid-uuNSNjAtDi {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uuNSNjAtDi .btn {
  margin: 0 0 .5rem 0;
}
.cid-uuNSNjAtDi H2 {
  color: #c71c81;
}
.cid-uuNSNjAtDi H3 {
  color: #c71c81;
}
.cid-uuNSNYGhIL {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuNSNYGhIL .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-uuNSNYGhIL H2 {
  color: #7d35a3;
}
.cid-utt57vYvZW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-utt57vYvZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-utt57vYvZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utt57vYvZW .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-utt57vYvZW .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-utt57vYvZW .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-utt57vYvZW .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-utt57vYvZW .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-utt57vYvZW .mbr-section-title {
  color: #c71c81;
}
@media (max-width: 575px) {
  .cid-utt57vYvZW .mbr-section-title {
    text-align: center !important;
  }
}
.cid-utt57vYvZW .mbr-section-subtitle {
  color: #7d35a3;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-utt57vYvZW .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-utt57vYvZW .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-utt57vYvZW .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-utt57vYvZW .card-row {
  align-items: stretch;
}
.cid-utt57vYvZW .card {
  padding: 10px;
}
.cid-utt57vYvZW .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #c1c1c1);
  box-shadow: 10px 10px 19px #3d0859, -10px -10px 19px #ffffff;
}
@media (max-width: 991px) {
  .cid-utt57vYvZW .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-utt57vYvZW .card-wrapper {
    padding: 30px;
  }
}
.cid-utt57vYvZW .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-utt57vYvZW .card-title {
  color: #c71c81;
  margin-bottom: 0;
}
.cid-utt57vYvZW .card-subtitle {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-utt57vYvZW .card-text {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-utt57vYvZW .card-text {
    margin-top: 20px;
  }
}
.cid-utt57vYvZW .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-utt57vYvZW .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-utt57vYvZW .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-utt57vYvZW .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c71c81;
}
.cid-utt57vYvZW .list-item-text {
  color: #3d0859;
  width: fit-content;
}
.cid-utt57vYvZW .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-utt57vYvZW .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-utXIOhHNhh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-utXIOhHNhh .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-utXIOhHNhh H2 {
  color: #7d35a3;
}
.cid-uuO3DZbH4H {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uuO3DZbH4H .btn {
  margin: 0 0 .5rem 0;
}
.cid-uuO3DZbH4H H2 {
  color: #c71c81;
}
.cid-uuO3DZbH4H H3 {
  color: #c71c81;
}
.cid-utXK9LFwLH {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-utXK9LFwLH .image-block {
  margin: auto;
}
.cid-utXK9LFwLH figcaption {
  position: relative;
}
.cid-utXK9LFwLH figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utXK9LFwLH .image-block {
    width: 100% !important;
  }
}
.cid-uuNPazNGAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPazNGAA .content {
    text-align: center;
  }
  .cid-uuNPazNGAA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPazNGAA .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPazNGAA .form-group,
.cid-uuNPazNGAA .input-group-btn {
  padding: 0;
}
.cid-uuNPazNGAA .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPazNGAA .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPazNGAA .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPazNGAA .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPazNGAA .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPazNGAA .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPazNGAA .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPazNGAA .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPazNGAA .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPazNGAA .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPazNGAA .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPazNGAA .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPazNGAA .foot-title {
    text-align: center !important;
  }
  .cid-uuNPazNGAA .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPazNGAA .form-group {
    margin: 0;
  }
  .cid-uuNPazNGAA .row {
    text-align: center;
  }
}
.cid-uuNPazNGAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPazNGAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPazNGAA li {
  padding-bottom: 0.3rem;
}
.cid-uuNPazNGAA h5 {
  padding-bottom: 1rem;
}
.cid-uuNPazNGAA .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPazNGAA .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPazNGAA .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPazNGAA .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPazNGAA .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPazNGAA .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPazNGAA .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPazNGAA div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPazNGAA .copyright {
  color: #000000;
}
.cid-uuNPazNGAA .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPazNGAA .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPazNGAA .foot-text {
  color: #7a5695;
}
.cid-uuNPazNGAA .foot-title {
  color: #c71c81;
}
.cid-uuNPazNGAA .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuNxyQbmdR {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #15171a;
}
.cid-uuNxyQbmdR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNxyQbmdR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNxyQbmdR .content-wrap {
  justify-content: flex-end;
}
.cid-uuNxyQbmdR .content-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uuNxyQbmdR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uuNxyQbmdR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uuNxyQbmdR .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #ffffff, #ffffff);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uuNxyQbmdR .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uuNxyQbmdR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uuNxyQbmdR .image-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uuNxyQbmdR .image-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uuNxyQbmdR .image-wrapper {
    padding: 0;
  }
}
.cid-uuNxyQbmdR .image-wrapper img {
  height: 700px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uuNxyQbmdR .image-wrapper img {
    height: 350px;
  }
}
.cid-uuNxyQbmdR .mbr-section-title {
  color: #ffffff;
}
.cid-uuNxyQbmdR .mbr-text,
.cid-uuNxyQbmdR .text-wrapper {
  color: #ffffff;
}
.cid-uuNxyQbmdR .mbr-section-title,
.cid-uuNxyQbmdR .mbr-section-btn,
.cid-uuNxyQbmdR .clients-wrapper {
  color: #ffffff;
}
.cid-uuNxyQraSt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuNxyQraSt .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-uuNxyQraSt H2 {
  color: #7d35a3;
}
.cid-uuNK42SReW {
  padding-top: 45px;
  padding-bottom: 45px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uuNK42SReW .btn {
  margin: 0 0 .5rem 0;
}
.cid-uuNK42SReW H2 {
  color: #c71c81;
}
.cid-uuNK42SReW H3 {
  color: #c71c81;
}
.cid-uuNJLFzZnF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uuNJLFzZnF .mbr-section-subtitle {
  color: #7d35a3;
  text-align: center;
}
.cid-uuNJLFzZnF H2 {
  color: #7d35a3;
}
.cid-uuNxyQEfOe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uuNxyQEfOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNxyQEfOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNxyQEfOe .container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uuNxyQEfOe .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-uuNxyQEfOe .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uuNxyQEfOe .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uuNxyQEfOe .mbr-section-head {
    margin-top: 30px;
  }
}
.cid-uuNxyQEfOe .mbr-section-title {
  color: #c71c81;
}
@media (max-width: 575px) {
  .cid-uuNxyQEfOe .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uuNxyQEfOe .mbr-section-subtitle {
  color: #7d35a3;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uuNxyQEfOe .mbr-section-subtitle {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uuNxyQEfOe .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-uuNxyQEfOe .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-uuNxyQEfOe .card-row {
  align-items: stretch;
}
.cid-uuNxyQEfOe .card {
  padding: 10px;
}
.cid-uuNxyQEfOe .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #c1c1c1);
  box-shadow: 10px 10px 19px #3d0859, -10px -10px 19px #ffffff;
}
@media (max-width: 991px) {
  .cid-uuNxyQEfOe .card-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .cid-uuNxyQEfOe .card-wrapper {
    padding: 30px;
  }
}
.cid-uuNxyQEfOe .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.cid-uuNxyQEfOe .card-title {
  color: #c71c81;
  margin-bottom: 0;
  text-align: center;
}
.cid-uuNxyQEfOe .card-subtitle {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uuNxyQEfOe .card-text {
  color: #3d0859;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 575px) {
  .cid-uuNxyQEfOe .card-text {
    margin-top: 20px;
  }
}
.cid-uuNxyQEfOe .list-container {
  margin-top: 23px;
  margin-bottom: 30px;
}
.cid-uuNxyQEfOe .list-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
}
.cid-uuNxyQEfOe .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
}
.cid-uuNxyQEfOe .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #c71c81;
}
.cid-uuNxyQEfOe .list-item-text {
  color: #3d0859;
  width: fit-content;
}
.cid-uuNxyQEfOe .mbr-section-btn {
  display: flex;
  margin-top: auto;
}
.cid-uuNxyQEfOe .mbr-section-btn .btn {
  flex-basis: 100%;
}
.cid-uuNxyRQJYJ {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-uuNxyRQJYJ .image-block {
  margin: auto;
}
.cid-uuNxyRQJYJ figcaption {
  position: relative;
}
.cid-uuNxyRQJYJ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uuNxyRQJYJ .image-block {
    width: 100% !important;
  }
}
.cid-uuNPhYrZEm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uuNPhYrZEm .content {
    text-align: center;
  }
  .cid-uuNPhYrZEm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uuNPhYrZEm .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uuNPhYrZEm .form-group,
.cid-uuNPhYrZEm .input-group-btn {
  padding: 0;
}
.cid-uuNPhYrZEm .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uuNPhYrZEm .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uuNPhYrZEm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuNPhYrZEm .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uuNPhYrZEm .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uuNPhYrZEm .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uuNPhYrZEm .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uuNPhYrZEm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uuNPhYrZEm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uuNPhYrZEm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uuNPhYrZEm .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uuNPhYrZEm .foot-logo {
    text-align: center !important;
  }
  .cid-uuNPhYrZEm .foot-title {
    text-align: center !important;
  }
  .cid-uuNPhYrZEm .mbr-text {
    text-align: center !important;
  }
  .cid-uuNPhYrZEm .form-group {
    margin: 0;
  }
  .cid-uuNPhYrZEm .row {
    text-align: center;
  }
}
.cid-uuNPhYrZEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuNPhYrZEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuNPhYrZEm li {
  padding-bottom: 0.3rem;
}
.cid-uuNPhYrZEm h5 {
  padding-bottom: 1rem;
}
.cid-uuNPhYrZEm .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uuNPhYrZEm .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uuNPhYrZEm .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uuNPhYrZEm .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uuNPhYrZEm .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uuNPhYrZEm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuNPhYrZEm .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uuNPhYrZEm div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uuNPhYrZEm .copyright {
  color: #000000;
}
.cid-uuNPhYrZEm .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uuNPhYrZEm .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uuNPhYrZEm .foot-text {
  color: #7a5695;
}
.cid-uuNPhYrZEm .foot-title {
  color: #c71c81;
}
.cid-uuNPhYrZEm .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRCX8qUcRr {
  padding-top: 150px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-uRCX8qUcRr .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
}
.cid-uRCX8qUcRr .mbr-section-title {
  color: #3d0859;
}
.cid-uRCX8qUcRr .mbr-text {
  color: #232323;
  letter-spacing: 5px;
  font-weight: 100;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRCX8qUcRr .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-uRCX8r9b42 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-uRCX8r9b42 .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uRCX8r9b42 .mbr-content-text {
  color: #232323;
  margin-bottom: 0;
}
.cid-uRCX8r9b42 .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uRCX8r9b42 .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uRCX8r9b42 .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uRCX8r9b42 .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uRCX8r9b42 .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uRCX8r9b42 .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uRCX8r9b42 .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-uRCX8r9b42 .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-uRCX8r9b42 .mbr-section-title {
  color: #3d0859;
}
.cid-uRCX8r9b42 H4 {
  color: #3d0859;
}
.cid-uRCX8rslRX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uRCX8rslRX h4 {
  margin-bottom: 0;
  text-align: left;
}
.cid-uRCX8rslRX .card-box {
  padding-top: 3rem;
}
.cid-uRCX8rslRX .mbr-link-btn {
  width: 100%;
  text-align: center;
}
.cid-uRCX8rslRX .btn-md {
  padding: 1rem;
}
.cid-uRCX8rslRX .btn-primary-outline,
.cid-uRCX8rslRX .btn-secondary-outline,
.cid-uRCX8rslRX .btn-info-outline,
.cid-uRCX8rslRX .btn-success-outline,
.cid-uRCX8rslRX .btn-warning-outline,
.cid-uRCX8rslRX .btn-danger-outline,
.cid-uRCX8rslRX .btn-black-outline,
.cid-uRCX8rslRX .btn-white-outline {
  border: none;
  width: 100%;
  justify-content: space-between;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-uRCX8rslRX .btn-primary-outline span,
.cid-uRCX8rslRX .btn-secondary-outline span,
.cid-uRCX8rslRX .btn-info-outline span,
.cid-uRCX8rslRX .btn-success-outline span,
.cid-uRCX8rslRX .btn-warning-outline span,
.cid-uRCX8rslRX .btn-danger-outline span,
.cid-uRCX8rslRX .btn-black-outline span,
.cid-uRCX8rslRX .btn-white-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-uRCX8rslRX .btn-primary-outline:hover span,
.cid-uRCX8rslRX .btn-secondary-outline:hover span,
.cid-uRCX8rslRX .btn-info-outline:hover span,
.cid-uRCX8rslRX .btn-success-outline:hover span,
.cid-uRCX8rslRX .btn-warning-outline:hover span,
.cid-uRCX8rslRX .btn-danger-outline:hover span,
.cid-uRCX8rslRX .btn-black-outline:hover span,
.cid-uRCX8rslRX .btn-white-outline:hover span {
  padding-left: 10px;
}
.cid-uRCX8rslRX .btn-primary-outline:hover,
.cid-uRCX8rslRX .btn-secondary-outline:hover,
.cid-uRCX8rslRX .btn-info-outline:hover,
.cid-uRCX8rslRX .btn-success-outline:hover,
.cid-uRCX8rslRX .btn-warning-outline:hover,
.cid-uRCX8rslRX .btn-danger-outline:hover,
.cid-uRCX8rslRX .btn-black-outline:hover,
.cid-uRCX8rslRX .btn-white-outline:hover {
  background-color: transparent!important;
  color: #7d35a3 !important;
  box-shadow: none!important;
}
.cid-uRCX8rslRX .btn-primary-outline:active,
.cid-uRCX8rslRX .btn-secondary-outline:active,
.cid-uRCX8rslRX .btn-info-outline:active,
.cid-uRCX8rslRX .btn-success-outline:active,
.cid-uRCX8rslRX .btn-warning-outline:active,
.cid-uRCX8rslRX .btn-danger-outline:active,
.cid-uRCX8rslRX .btn-black-outline:active,
.cid-uRCX8rslRX .btn-white-outline:active,
.cid-uRCX8rslRX .btn-primary-outline:focus,
.cid-uRCX8rslRX .btn-secondary-outline:focus,
.cid-uRCX8rslRX .btn-info-outline:focus,
.cid-uRCX8rslRX .btn-success-outline:focus,
.cid-uRCX8rslRX .btn-warning-outline:focus,
.cid-uRCX8rslRX .btn-danger-outline:focus,
.cid-uRCX8rslRX .btn-black-outline:focus,
.cid-uRCX8rslRX .btn-white-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-uRCX8rslRX .btn-primary-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-secondary-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-info-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-success-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-warning-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-danger-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-black-outline .mbr-iconfont,
.cid-uRCX8rslRX .btn-white-outline .mbr-iconfont {
  margin-right: 0!important;
  padding-left: 0.4rem;
}
.cid-uRCX8rslRX .card-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: #ffffff;
  padding: 3rem 1.2rem 1.2rem 1.2rem;
  border-radius: 8px;
  transition: all 0.3s;
}
.cid-uRCX8rslRX .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(226, 52, 155, 0.35);
  transform: translateY(-1.5rem);
}
.cid-uRCX8rslRX .link-wrap {
  position: relative;
  padding-top: 14px;
}
.cid-uRCX8rslRX .link-wrap:hover {
  color: #7d35a3 !important;
}
.cid-uRCX8rslRX .link-wrap:hover:hover .link-ico {
  color: #7d35a3 !important;
}
.cid-uRCX8rslRX .line {
  width: 150%;
  height: 1px;
  background: lightgray;
  position: absolute;
  top: 0;
  left: -25%;
}
.cid-uRCX8rslRX img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.cid-uRCX8rslRX .card-title {
  color: #7d35a3;
  text-align: center;
}
.cid-uRCX8rslRX .row {
  justify-content: center;
}
.cid-uRCX8rslRX .main-title {
  text-align: center;
  color: #3d0859;
}
.cid-uRCX8rslRX P {
  text-align: center;
}
.cid-uRCX8rslRX .mbr-text,
.cid-uRCX8rslRX .link {
  text-align: center;
  color: #333333;
}
@media (max-width: 576px) {
  .cid-uRCX8rslRX .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }
}
.cid-uRCX8rTCHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uRCX8rTCHY .content {
    text-align: center;
  }
  .cid-uRCX8rTCHY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uRCX8rTCHY .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uRCX8rTCHY .form-group,
.cid-uRCX8rTCHY .input-group-btn {
  padding: 0;
}
.cid-uRCX8rTCHY .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uRCX8rTCHY .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uRCX8rTCHY .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uRCX8rTCHY .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uRCX8rTCHY .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRCX8rTCHY .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uRCX8rTCHY .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRCX8rTCHY .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uRCX8rTCHY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uRCX8rTCHY .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uRCX8rTCHY .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uRCX8rTCHY .foot-logo {
    text-align: center !important;
  }
  .cid-uRCX8rTCHY .foot-title {
    text-align: center !important;
  }
  .cid-uRCX8rTCHY .mbr-text {
    text-align: center !important;
  }
  .cid-uRCX8rTCHY .form-group {
    margin: 0;
  }
  .cid-uRCX8rTCHY .row {
    text-align: center;
  }
}
.cid-uRCX8rTCHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRCX8rTCHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRCX8rTCHY li {
  padding-bottom: 0.3rem;
}
.cid-uRCX8rTCHY h5 {
  padding-bottom: 1rem;
}
.cid-uRCX8rTCHY .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uRCX8rTCHY .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uRCX8rTCHY .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uRCX8rTCHY .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uRCX8rTCHY .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uRCX8rTCHY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRCX8rTCHY .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uRCX8rTCHY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRCX8rTCHY .copyright {
  color: #000000;
}
.cid-uRCX8rTCHY .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uRCX8rTCHY .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uRCX8rTCHY .foot-text {
  color: #7a5695;
}
.cid-uRCX8rTCHY .foot-title {
  color: #c71c81;
}
.cid-uRCX8rTCHY .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSrZZHn9GW {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSrZZHn9GW H1 {
  color: #3d0859;
}
.cid-uSrZZHn9GW H3 {
  color: #c71c81;
}
.cid-uSsu4HWrzs {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSsu4HWrzs H1 {
  color: #c71c81;
}
.cid-uSsu4HWrzs H3 {
  color: #3d0859;
}
.cid-uSrZGPuA8L {
  background: #edccff;
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #edccff, #ffffff);
}
.cid-uSrZGPuA8L .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-uSrZGPuA8L .video-block {
    width: 100% !important;
  }
}
.cid-uSs2RvoZmN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #edccff);
}
.cid-uSs2RvoZmN .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uSs2RvoZmN .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #ffffff;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: all .5s;
}
.cid-uSs2RvoZmN .nav-tabs .nav-link:hover {
  background-color: #ff3366;
}
.cid-uSs2RvoZmN .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  border: none;
  background: #ff3366;
}
.cid-uSs2RvoZmN .nav-tabs .nav-link.active:hover {
  border: none;
}
.cid-uSs2RvoZmN p {
  color: #232323;
}
.cid-uSs2RvoZmN .mbr-text {
  text-align: center;
}
.cid-uSs2RvoZmN H2 {
  color: #3d0859;
}
.cid-uSsfXhd3ZN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
}
.cid-uSsfXhd3ZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsfXhd3ZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsfXhd3ZN .row {
  justify-content: flex-start;
}
.cid-uSsfXhd3ZN .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uSsfXhd3ZN .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-uSsfXhd3ZN .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uSsfXhd3ZN .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uSsfXhd3ZN .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-uSs9u81hJR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSs9u81hJR H1 {
  color: #3d0859;
}
.cid-uSs9u81hJR H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uSs9u81hJR DIV {
  text-align: left;
}
.cid-uSspfFIksk {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSspfFIksk H1 {
  color: #3d0859;
}
.cid-uSspfFIksk H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uSspfFIksk DIV {
  text-align: left;
}
.cid-uSsqz0YnH6 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #fbfbfb;
  border-bottom: 1px solid #3d0859;
}
.cid-uSsqz0YnH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsqz0YnH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsqz0YnH6 .row {
  justify-content: flex-start;
}
.cid-uSsqz0YnH6 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-uSsqz0YnH6 .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  color: #ee2524;
}
.cid-uSsqz0YnH6 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
}
.cid-uSsqz0YnH6 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-uSsqz0YnH6 .mbr-section-btn {
  margin-top: 2.4rem;
}
.cid-uSsfAJqLIL {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-uSsfAJqLIL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsfAJqLIL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsIdIGaGi {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSsIdIGaGi H1 {
  color: #3d0859;
}
.cid-uSsIdIGaGi H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uSsIdIGaGi DIV {
  text-align: left;
}
.cid-uSsJwrzTik {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uSsJwrzTik H1 {
  color: #3d0859;
}
.cid-uSsJwrzTik H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uSsJwrzTik DIV {
  text-align: left;
}
.cid-uStEIF2tOR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uStEIF2tOR H1 {
  color: #3d0859;
}
.cid-uStEIF2tOR H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uStEIF2tOR DIV {
  text-align: left;
}
.cid-uSswAVOxCV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSswAVOxCV .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #4b4b4b;
}
.cid-uSswAVOxCV .card {
  transition: all 300ms ease;
  border-radius: 2rem;
  padding: 2rem 1.5rem;
  background-color: #f8eaff;
  border: 2px solid #000000;
}
.cid-uSswAVOxCV .card:hover {
  box-shadow: 5px 5px 0 0 #000000 !important;
  background-color: #edccff;
}
.cid-uSswAVOxCV .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-uSswAVOxCV .iconfont-wrapper .mbr-iconfont {
  color: #000000;
}
.cid-uSswAVOxCV .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-uSswAVOxCV .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uSswAVOxCV .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-uSswAVOxCV img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-uSswAVOxCV .mbr-iconfont::before {
  font-size: 25px;
}
.cid-uSswAVOxCV .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-uSswAVOxCV .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-uSswAVOxCV .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-uSswAVOxCV .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-uSswAVOxCV .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-uSswAVOxCV .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-uSswAVOxCV .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-uSswAVOxCV .align {
  display: flex;
  align-items: center;
}
.cid-uSswAVOxCV .btn {
  margin-top: 20px;
  padding: 1rem 2rem;
}
.cid-uSswAVOxCV .card-text,
.cid-uSswAVOxCV .iconfont-wrapper {
  color: #232323;
}
.cid-uSswAVOxCV .mbr-section-title {
  color: #3d0859;
  text-align: center;
}
.cid-uStFCYYmLk {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background8.webp");
}
.cid-uStFCYYmLk h1 {
  color: #616161;
}
.cid-uStFCYYmLk h2,
.cid-uStFCYYmLk h3,
.cid-uStFCYYmLk p {
  color: #767676;
}
.cid-uStFCYYmLk .mbr-section-subtitle {
  font-style: italic;
}
.cid-uStFCYYmLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStFCYYmLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStFCYYmLk H1 {
  color: #ffffff;
}
.cid-uStXGkfdtU {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uStXGkfdtU H1 {
  color: #c71c81;
}
.cid-uStXGkfdtU H3 {
  color: #3d0859;
}
.cid-uStI3mMQiH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uStI3mMQiH H1 {
  color: #3d0859;
}
.cid-uStI3mMQiH H3 {
  color: #c71c81;
  text-align: left;
}
.cid-uStI3mMQiH DIV {
  text-align: center;
}
.cid-uStYoANneQ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uStYoANneQ H1 {
  color: #c71c81;
}
.cid-uStYoANneQ H3 {
  color: #3d0859;
}
.cid-uSsEwZk64H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSsEwZk64H .list-group-item {
  background-color: transparent;
  color: #04492e;
  text-align: center;
}
.cid-uSsEwZk64H .plan {
  border-radius: 2rem;
  background: #f8eaff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uSsEwZk64H .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uSsEwZk64H .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uSsEwZk64H .plan {
    padding: 2rem 1rem;
  }
}
.cid-uSsEwZk64H .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uSsEwZk64H .price {
  color: #7d35a3;
}
.cid-uSsEwZk64H .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uSsEwZk64H .plan {
    margin-bottom: 2rem;
  }
}
.cid-uSsEwZk64H .price,
.cid-uSsEwZk64H .plan-price {
  color: #c71c81;
  text-align: center;
}
.cid-uSsEwZk64H H3 {
  color: #04492e;
  text-align: center;
}
.cid-uSsEwZk64H H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uSsEwZk64H .plan-title {
  color: #3d0859;
  text-align: center;
}
.cid-uSsEwZk64H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsEwZk64H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsEwZk64H .price-term,
.cid-uSsEwZk64H .plan-price {
  color: #c71c81;
}
.cid-uSsEwZk64H .mbr-card-text {
  color: #6e6e6e;
}
.cid-uSsEwZk64H .mbr-card-text,
.cid-uSsEwZk64H .mbr-section-btn {
  text-align: center;
  color: #3d0859;
}
.cid-uSsf1wTOXn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSsf1wTOXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsf1wTOXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsf1wTOXn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uSsf1wTOXn .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsf1wTOXn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uSsf1wTOXn .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uSsf1wTOXn .container {
    padding: 0 24px;
  }
}
.cid-uSsf1wTOXn .row {
  justify-content: center;
}
.cid-uSsf1wTOXn .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSsf1wTOXn .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSsf1wTOXn .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uSsf1wTOXn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #c71c81;
  background-color: #f8eaff;
  margin-top: 24px;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSsf1wTOXn .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #c71c81;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #3d0859;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uSsf1wTOXn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSsf1wTOXn .mbr-section-title {
  color: #3d0859;
  text-align: center;
}
.cid-uSsf1wTOXn .mbr-desc,
.cid-uSsf1wTOXn .desc-wrapper {
  color: #c71c81;
  text-align: center;
}
.cid-uSsf1wTOXn .panel-title-edit {
  color: #3d0859;
}
.cid-uSsf1wTOXn .panel-text {
  color: #3d0859;
}
.cid-uStyOiQkW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uStyOiQkW8 .list-group-item {
  background-color: transparent;
  color: #04492e;
  text-align: center;
}
.cid-uStyOiQkW8 .plan {
  border-radius: 2rem;
  background: #f8eaff;
  padding: 2.5rem;
  word-break: break-word;
}
.cid-uStyOiQkW8 .plan .list-group-item {
  position: relative;
  justify-content: center;
  padding-left: 2rem;
  border: 0;
  font-family: 'Moririse2' !important;
}
.cid-uStyOiQkW8 .plan .list-group-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  font-weight: 900;
  content: "\e97c";
  color: #fb7a64;
}
@media (max-width: 767px) {
  .cid-uStyOiQkW8 .plan {
    padding: 2rem 1rem;
  }
}
.cid-uStyOiQkW8 .mbr-iconfont {
  font-size: 5rem;
  color: #fb7a64;
  padding-bottom: 2rem;
  display: block;
}
.cid-uStyOiQkW8 .price {
  color: #7d35a3;
}
.cid-uStyOiQkW8 .btn {
  width: -webkit-fill-available;
}
@media (max-width: 991px) {
  .cid-uStyOiQkW8 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uStyOiQkW8 .price,
.cid-uStyOiQkW8 .plan-price {
  color: #c71c81;
  text-align: center;
}
.cid-uStyOiQkW8 H3 {
  color: #04492e;
  text-align: center;
}
.cid-uStyOiQkW8 H4 {
  color: #6e6e6e;
  text-align: center;
}
.cid-uStyOiQkW8 .plan-title {
  color: #3d0859;
  text-align: center;
}
.cid-uStyOiQkW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uStyOiQkW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uStyOiQkW8 .price-term,
.cid-uStyOiQkW8 .plan-price {
  color: #c71c81;
}
.cid-uStyOiQkW8 .mbr-card-text {
  color: #6e6e6e;
}
.cid-uStyOiQkW8 .mbr-card-text,
.cid-uStyOiQkW8 .mbr-section-btn {
  text-align: center;
  color: #3d0859;
}
.cid-uSrToWe1qz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uSrToWe1qz .content {
    text-align: center;
  }
  .cid-uSrToWe1qz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uSrToWe1qz .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uSrToWe1qz .form-group,
.cid-uSrToWe1qz .input-group-btn {
  padding: 0;
}
.cid-uSrToWe1qz .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uSrToWe1qz .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uSrToWe1qz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uSrToWe1qz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uSrToWe1qz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uSrToWe1qz .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uSrToWe1qz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uSrToWe1qz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uSrToWe1qz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uSrToWe1qz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uSrToWe1qz .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uSrToWe1qz .foot-logo {
    text-align: center !important;
  }
  .cid-uSrToWe1qz .foot-title {
    text-align: center !important;
  }
  .cid-uSrToWe1qz .mbr-text {
    text-align: center !important;
  }
  .cid-uSrToWe1qz .form-group {
    margin: 0;
  }
  .cid-uSrToWe1qz .row {
    text-align: center;
  }
}
.cid-uSrToWe1qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrToWe1qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrToWe1qz li {
  padding-bottom: 0.3rem;
}
.cid-uSrToWe1qz h5 {
  padding-bottom: 1rem;
}
.cid-uSrToWe1qz .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uSrToWe1qz .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uSrToWe1qz .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uSrToWe1qz .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uSrToWe1qz .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uSrToWe1qz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uSrToWe1qz .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uSrToWe1qz div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uSrToWe1qz .copyright {
  color: #000000;
}
.cid-uSrToWe1qz .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uSrToWe1qz .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uSrToWe1qz .foot-text {
  color: #7a5695;
}
.cid-uSrToWe1qz .foot-title {
  color: #c71c81;
}
.cid-uSrToWe1qz .form-text {
  color: #3d0859;
}
.cid-uZ4UL35xlO .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ4UL35xlO .nav-item:focus,
.cid-uZ4UL35xlO .nav-link:focus {
  outline: none;
}
.cid-uZ4UL35xlO .text-white:hover,
.cid-uZ4UL35xlO .text-white:active,
.cid-uZ4UL35xlO .text-white:focus {
  color: white!important;
}
.cid-uZ4UL35xlO .navbar {
  max-width: 1160px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ4UL35xlO .navbar.opened {
  transition: all .3s;
  background: #f8eaff !important;
}
.cid-uZ4UL35xlO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ4UL35xlO .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ4UL35xlO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ4UL35xlO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ4UL35xlO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ4UL35xlO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ4UL35xlO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ4UL35xlO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ4UL35xlO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ4UL35xlO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ4UL35xlO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ4UL35xlO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ4UL35xlO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ4UL35xlO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ4UL35xlO .navbar.navbar-short {
  background: #f8eaff !important;
  min-height: 60px;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ4UL35xlO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ4UL35xlO .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ4UL35xlO .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-item:hover {
  color: black!important;
}
.cid-uZ4UL35xlO .dropdown-menu {
  background-color: white!important;
}
.cid-uZ4UL35xlO .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-uZ4UL35xlO .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ4UL35xlO .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ4UL35xlO .nav-item .nav-link {
    position: relative;
  }
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ4UL35xlO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ4UL35xlO .collapsed {
  flex-direction: row!important;
}
.cid-uZ4UL35xlO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ4UL35xlO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ4UL35xlO .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ4UL35xlO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ4UL35xlO .dropdown-item.active,
.cid-uZ4UL35xlO .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ4UL35xlO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ4UL35xlO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8eaff;
}
.cid-uZ4UL35xlO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ4UL35xlO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ4UL35xlO .navbar-buttons {
  text-align: center;
}
.cid-uZ4UL35xlO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c71c81;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ4UL35xlO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ4UL35xlO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ4UL35xlO .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uZ4UL35xlO .nav-link {
  font-weight: 600!important;
}
.cid-uZ4UL35xlO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ4UL35xlO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ4UL35xlO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ4UL35xlO .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ4UL35xlO .navbar {
    height: 77px;
  }
  .cid-uZ4UL35xlO .navbar.opened {
    height: auto;
  }
  .cid-uZ4UL35xlO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uViLAE2LCI {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uViLAE2LCI .container {
  max-width: 1040px;
}
@media (max-width: 575px) {
  .cid-uViLAE2LCI .row {
    text-align: center!important;
  }
}
.cid-uViLAE2LCI .mbr-section-title {
  color: #000000;
}
@media (max-width: 575px) {
  .cid-uViLAE2LCI .mbr-section-title {
    text-align: center;
  }
}
.cid-uViLAE2LCI .mbr-text {
  color: #3d0859;
  margin-top: 20px;
}
.cid-uViLAE2LCI .mbr-text a:hover {
  text-decoration: underline;
}
.cid-uViLAE2LCI .mbr-section-btn {
  margin-top: 20px;
}
.cid-uViLAE2LCI .mbr-section-btn .btn {
  border-radius: 50px;
}
@media (max-width: 575px) {
  .cid-uViLAE2LCI .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uViLAE2LCI .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uViLAE2LCI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViLAE2LCI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViLAE2LCI .mbr-section-title,
.cid-uViLAE2LCI .mbr-section-btn {
  color: #c71c81;
}
.cid-uVWYIfeLz4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uVWYIfeLz4 .mbr-section-subtitle {
  color: #3d0859;
}
.cid-uVWYIfeLz4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uVWYIfeLz4 H2 {
  color: #c71c81;
}
#custom-html-14p {
  /* Type valid CSS here */
}
#custom-html-14p div {
  padding: 40px 0;
  color: #777;
  text-align: center;
}
#custom-html-14p p {
  font-size: 60px;
  color: #777;
}
.cid-uViLAETVUA {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uViLAETVUA .mbr-section-subtitle {
  color: #3d0859;
  font-weight: 300;
}
.cid-uViLAETVUA .mbr-content-text {
  color: #7d35a3;
  margin-bottom: 0;
}
.cid-uViLAETVUA .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uViLAETVUA .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uViLAETVUA .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-uViLAETVUA .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-uViLAETVUA .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-uViLAETVUA .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-uViLAETVUA .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-uViLAETVUA .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-uViLAETVUA .mbr-section-title {
  color: #c71c81;
}
.cid-uViLAETVUA H4 {
  color: #c71c81;
}
.cid-uViLAETVUA .img-text {
  color: #3d0859;
}
.cid-uViLAFdr4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8eaff;
}
@media (max-width: 767px) {
  .cid-uViLAFdr4C .content {
    text-align: center;
  }
  .cid-uViLAFdr4C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uViLAFdr4C .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-uViLAFdr4C .form-group,
.cid-uViLAFdr4C .input-group-btn {
  padding: 0;
}
.cid-uViLAFdr4C .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-uViLAFdr4C .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-uViLAFdr4C .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uViLAFdr4C .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uViLAFdr4C .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uViLAFdr4C .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uViLAFdr4C .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uViLAFdr4C .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uViLAFdr4C .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uViLAFdr4C .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uViLAFdr4C .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uViLAFdr4C .foot-logo {
    text-align: center !important;
  }
  .cid-uViLAFdr4C .foot-title {
    text-align: center !important;
  }
  .cid-uViLAFdr4C .mbr-text {
    text-align: center !important;
  }
  .cid-uViLAFdr4C .form-group {
    margin: 0;
  }
  .cid-uViLAFdr4C .row {
    text-align: center;
  }
}
.cid-uViLAFdr4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViLAFdr4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uViLAFdr4C li {
  padding-bottom: 0.3rem;
}
.cid-uViLAFdr4C h5 {
  padding-bottom: 1rem;
}
.cid-uViLAFdr4C .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-uViLAFdr4C .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-uViLAFdr4C .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-uViLAFdr4C .col-lg-3 {
    max-width: 20%;
  }
}
.cid-uViLAFdr4C .list {
  list-style: none;
  padding-left: 0;
  color: #3d0859;
}
@media (max-width: 991px) {
  .cid-uViLAFdr4C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uViLAFdr4C .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991px) {
  .cid-uViLAFdr4C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uViLAFdr4C .copyright {
  color: #000000;
}
.cid-uViLAFdr4C .mbr-section-subtitle {
  color: #c71c81;
}
.cid-uViLAFdr4C .copyright > p {
  color: #3d0859;
  text-align: center;
}
.cid-uViLAFdr4C .foot-text {
  color: #7a5695;
}
.cid-uViLAFdr4C .foot-title {
  color: #c71c81;
}
.cid-uViLAFdr4C .form-text {
  color: #3d0859;
}
