body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #944372 !important;
}
.bg-success {
  background-color: #ff8a8a !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #944372 !important;
  border-color: #944372 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #713357 !important;
  border-color: #713357 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #713357 !important;
  border-color: #713357 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #944372 !important;
  border-color: #944372 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #713357 !important;
  border-color: #713357 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #713357 !important;
  border-color: #713357 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #19a2e8 !important;
  border-color: #19a2e8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ff5757 !important;
  border-color: #ff5757 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff5757 !important;
  border-color: #ff5757 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #565d72 !important;
  border-color: #565d72 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241052 !important;
  border-color: #241052 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #616161 !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #944372;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #582844 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #944372 !important;
  border-color: #944372 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #944372;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #582844 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #944372 !important;
  border-color: #944372 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8a8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ff3333 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6c758f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #474d5e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #36187d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #170a34 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #944372 !important;
}
.text-secondary {
  color: #944372 !important;
}
.text-success {
  color: #ff8a8a !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #4e233c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e233c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ff2424 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #404555 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #110827 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  text-decoration: underline;
}
.nav-tabs .nav-link.active {
  color: #944372;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #944372;
  border-color: #944372;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #944372;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cb8cb0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #944372 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #944372;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #944372;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #944372;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #944372;
  border-bottom-color: #944372;
}
.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: #944372 !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: #944372 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23944372' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uznCIhDmNG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uznCIhDmNG h2 {
    margin-bottom: 1rem;
  }
  .cid-uznCIhDmNG .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uznCIhDmNG .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uznCIhDmNG .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uznCIhDmNG .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uznCIhDmNG .container {
    position: relative;
  }
  .cid-uznCIhDmNG h2 {
    margin: 0;
  }
}
.cid-uznCIhDmNG .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uznCIhDmNG hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uznCIhDmNG .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uznCIhDmNG .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uznCIhDmNG .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uznCIhDmNG .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uznCIhDmNG .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uznCIhDmNG .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uznCIhDmNG .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uznCIhDmNG .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uznCIhDmNG .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uznCIhDmNG .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uznCIhDmNG .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uznCIhDmNG .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uznCIhDmNG .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uznCIhDmNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznCIhDmNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznCIhDmNG .container-column,
.cid-uznCIhDmNG h2 {
  color: #944372;
}
.cid-tzZ2GIGtKn {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tzZ2GIGtKn .wrap {
  height: 540px;
}
.cid-tzZ2GIGtKn .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-tzZ2GIGtKn .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-tzZ2GIGtKn .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-tzZ2GIGtKn .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-tzZ2GIGtKn .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-tzZ2GIGtKn .parallax__image {
  perspective: 700px;
}
.cid-tzZ2GIGtKn .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-tzZ2GIGtKn .image:hover {
  transform: rotateX(-10deg);
}
.cid-tzZ2GIGtKn .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tzZ2GIGtKn .minwidth {
  background-image: url("../../../assets/images/pexels-cottonbro-studio-4778667-2000x3000.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-tzZ2GIGtKn .minwidth {
    height: 200px;
  }
}
.cid-tzZ2GIGtKn .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-tzZ2GIGtKn .push-lg {
    left: 8.33333333%;
  }
  .cid-tzZ2GIGtKn .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-tzZ2GIGtKn .wrap {
    height: auto;
  }
  .cid-tzZ2GIGtKn .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-tzZ2GIGtKn .minwidth {
    margin-bottom: 30px;
  }
}
.cid-tzZ2GIGtKn .mbr-section-title {
  text-align: left;
  color: #944372;
}
.cid-tAmguDAIlY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-tAmguDAIlY .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tAmguDAIlY .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tAmguDAIlY .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-tAmguDAIlY .card {
    margin-bottom: 2rem;
  }
  .cid-tAmguDAIlY .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tAmguDAIlY .card-title,
.cid-tAmguDAIlY .card-box {
  color: #944372;
}
.cid-tAmguDAIlY .icon-title {
  color: #944372;
}
.cid-tAmguDAIlY .icon-text {
  color: #6c758f;
}
.cid-tAmguDAIlY .mbr-text,
.cid-tAmguDAIlY .mbr-section-btn {
  color: #6c758f;
}
.cid-tAmguDAIlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAmguDAIlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA3n1yio2Z {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tA3n1yio2Z img,
.cid-tA3n1yio2Z .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tA3n1yio2Z .item:focus,
.cid-tA3n1yio2Z span:focus {
  outline: none;
}
.cid-tA3n1yio2Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tA3n1yio2Z .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tA3n1yio2Z .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tA3n1yio2Z .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tA3n1yio2Z .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tA3n1yio2Z .item-content {
    padding: 1rem 0;
  }
}
.cid-tA3n1yio2Z .mbr-section-title {
  color: #944372;
}
.cid-tA3n1yio2Z .item-title {
  color: #944372;
}
.cid-tA3n1yio2Z .item-subtitle {
  color: #bec2cf;
}
.cid-tA3n1yio2Z .mbr-text,
.cid-tA3n1yio2Z .mbr-section-btn {
  color: #6c758f;
}
.cid-tA3n1yio2Z .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tAr47iuRwy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f4f4;
}
.cid-tAr47iuRwy h6 {
  line-height: 1.2;
}
.cid-tAr47iuRwy img,
.cid-tAr47iuRwy .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-tAr47iuRwy .item:focus,
.cid-tAr47iuRwy span:focus {
  outline: none;
}
.cid-tAr47iuRwy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tAr47iuRwy .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tAr47iuRwy .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-tAr47iuRwy .mbr-section-title {
  color: #944372;
}
.cid-tAr47iuRwy .mbr-text,
.cid-tAr47iuRwy .mbr-section-btn {
  color: #353535;
}
.cid-tAr47iuRwy .item-title {
  color: #944372;
  text-align: center;
}
.cid-tAr47iuRwy .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uMnuhQOG69 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMnuhQOG69 .title {
  padding: 0 2rem;
  color: #944372;
}
.cid-uMnuhQOG69 .card-title {
  max-width: 600px;
  color: #36187d;
}
.cid-uMnuhQOG69 a {
  display: flex;
}
.cid-uMnuhQOG69 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uMnuhQOG69 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uMnuhQOG69 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMnuhQOG69 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uMnuhQOG69 img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-uMnuhQOG69 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uMnuhQOG69 .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uMnuhQOG69 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uMnuhQOG69 .card-text {
  color: #0196e3;
}
.cid-uMnuhQOG69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnuhQOG69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tADmAJ0PqQ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tADmAJ0PqQ .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADmAJ0PqQ .mbr-text {
  color: #944372;
}
.cid-tADmjjw6qg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tADmjjw6qg .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADmjjw6qg .mbr-text {
  color: #6c758f;
}
.cid-tADn2qhL1T {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tADn2qhL1T .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADn2qhL1T .mbr-text {
  color: #6c758f;
}
.cid-tADn35gVx0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tADn35gVx0 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADn35gVx0 .mbr-text {
  color: #6c758f;
}
.cid-tADneiA93A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tADneiA93A .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADneiA93A .mbr-text {
  color: #6c758f;
}
.cid-tADneJYWo2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f2f3f7;
}
.cid-tADneJYWo2 .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADneJYWo2 .mbr-text {
  color: #6c758f;
}
.cid-tADnfd3WcB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tADnfd3WcB .mbr-section-subtitle {
  color: #36187d;
}
.cid-tADnfd3WcB .mbr-text {
  color: #6c758f;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uznraS70Vc {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uznraS70Vc h2 {
    margin-bottom: 1rem;
  }
  .cid-uznraS70Vc .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uznraS70Vc .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uznraS70Vc .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uznraS70Vc .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uznraS70Vc .container {
    position: relative;
  }
  .cid-uznraS70Vc h2 {
    margin: 0;
  }
}
.cid-uznraS70Vc .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uznraS70Vc hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uznraS70Vc .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uznraS70Vc .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uznraS70Vc .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uznraS70Vc .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uznraS70Vc .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uznraS70Vc .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uznraS70Vc .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uznraS70Vc .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uznraS70Vc .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uznraS70Vc .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uznraS70Vc .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uznraS70Vc .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uznraS70Vc .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uznraS70Vc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznraS70Vc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznraS70Vc .container-column,
.cid-uznraS70Vc h2 {
  color: #944372;
}
.cid-uznsRHON9q {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uznsRHON9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznsRHON9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznsRHON9q a {
  font-weight: bold;
}
.cid-uznsRHON9q .mbr-section-title {
  color: #944372;
  text-align: center;
}
.cid-uznsRHON9q .mbr-text,
.cid-uznsRHON9q .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uznsRHON9q .mbr-section-subtitle {
  text-align: center;
}
.cid-uznsNu2RRq {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-uznsNu2RRq .item-img {
  position: relative;
}
.cid-uznsNu2RRq .button1 {
  background: #944372;
}
.cid-uznsNu2RRq .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uznsNu2RRq .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .button2 {
    margin-top: 1rem;
  }
}
.cid-uznsNu2RRq .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .title {
    top: 25%;
  }
}
.cid-uznsNu2RRq .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uznsNu2RRq .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .image-wrapper {
    min-height: 400px;
  }
}
.cid-uznsNu2RRq .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uznsNu2RRq .item-wrapper {
  position: relative;
  background: #fff5ee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uznsNu2RRq .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #fff5ee;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uznsNu2RRq .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uznsNu2RRq .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uznsNu2RRq .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uznsNu2RRq .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uznsNu2RRq .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uznsNu2RRq .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uznsNu2RRq .link-icon-wrapper .svg1 path {
  fill: #fff5ee;
}
.cid-uznsNu2RRq .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uznsNu2RRq .link-icon-wrapper .svg2 path {
  fill: #fff5ee;
}
.cid-uznsNu2RRq .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uznsNu2RRq .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uznsNu2RRq img,
.cid-uznsNu2RRq .item-img {
  width: 100%;
}
.cid-uznsNu2RRq .item-title2,
.cid-uznsNu2RRq .icon2 {
  color: #2a2c2d;
}
.cid-uznsNu2RRq .item-title1,
.cid-uznsNu2RRq .icon1 {
  color: #ffffff;
}
.cid-uznsNu2RRq .main-title {
  color: #fff5ee;
  text-align: center;
}
.cid-uznsNu2RRq .main-title DIV {
  text-align: center;
}
.cid-ue45JGWU27 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-ue45JGWU27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue45JGWU27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue45JGWU27 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ue45JGWU27 .container {
    max-width: 1400px;
  }
}
.cid-ue45JGWU27 .card {
  margin: auto;
}
.cid-ue45JGWU27 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #944372;
  margin-bottom: 2rem;
}
.cid-ue45JGWU27 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ue45JGWU27 .row {
  justify-content: center;
}
.cid-ue45JGWU27 .card-title,
.cid-ue45JGWU27 .card-box {
  color: #ea2396;
  text-align: center;
}
.cid-ue45JGWU27 H3 {
  color: #944372;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-ulw2pyH4TH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ulw2pyH4TH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulw2pyH4TH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulw2pyH4TH .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-ulw2pyH4TH .mbr-section-title {
  color: #112B6D;
}
.cid-ulw2pyH4TH .mbr-section-subtitle {
  color: #944372;
  margin-top: 20px;
}
.cid-ulw2pyH4TH .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .number-container {
    display: none;
  }
}
.cid-ulw2pyH4TH .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-ulw2pyH4TH .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #944372;
}
.cid-ulw2pyH4TH .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #944372;
}
.cid-ulw2pyH4TH .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .cards-container {
    flex-wrap: wrap;
  }
}
.cid-ulw2pyH4TH .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-ulw2pyH4TH .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-ulw2pyH4TH .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-ulw2pyH4TH .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #ea2396;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-ulw2pyH4TH .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-ulw2pyH4TH .card-title {
  color: #112B6D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-ulw2pyH4TH .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ulw2pyH4TH .card-text {
    text-align: left !important;
  }
}
.cid-ulw2pyH4TH .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-ulw2pyH4TH .mbr-section-title,
.cid-ulw2pyH4TH .mbr-section-btn {
  color: #944372;
}
.cid-ulvWyuuYYO {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-ulvWyuuYYO .container-fluid {
  padding: 0 3rem;
}
.cid-ulvWyuuYYO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-ulvWyuuYYO .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-ulvWyuuYYO .card {
  margin-bottom: 2rem;
}
.cid-ulvWyuuYYO .card-img {
  width: auto !important;
}
.cid-ulvWyuuYYO .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ulvWyuuYYO .content-row {
  word-wrap: break-word;
}
.cid-ulvWyuuYYO .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ulvWyuuYYO .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-ulvWyuuYYO .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-ulvWyuuYYO .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-ulvWyuuYYO .card-title,
  .cid-ulvWyuuYYO .card-box {
    text-align: left;
  }
  .cid-ulvWyuuYYO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-ulvWyuuYYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvWyuuYYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulvWyuuYYO .mbr-section-title,
.cid-ulvWyuuYYO .underline {
  color: #944372;
}
.cid-uzsBQ8mNt6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzsBQ8mNt6 h6 {
  line-height: 1.2;
}
.cid-uzsBQ8mNt6 img,
.cid-uzsBQ8mNt6 .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uzsBQ8mNt6 .item:focus,
.cid-uzsBQ8mNt6 span:focus {
  outline: none;
}
.cid-uzsBQ8mNt6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzsBQ8mNt6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzsBQ8mNt6 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uzsBQ8mNt6 .mbr-section-title {
  color: #944372;
}
.cid-uzsBQ8mNt6 .mbr-text,
.cid-uzsBQ8mNt6 .mbr-section-btn {
  color: #353535;
}
.cid-uzsBQ8mNt6 .item-title {
  color: #944372;
  text-align: center;
}
.cid-uzsBQ8mNt6 .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uxiNXHJnIP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxiNXHJnIP .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uxiNXHJnIP .container {
    padding: 0 ;
  }
}
.cid-uxiNXHJnIP .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uxiNXHJnIP .navbar.opened {
  transition: all 0.3s;
}
.cid-uxiNXHJnIP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxiNXHJnIP .navbar .navbar-logo img {
  width: auto;
}
.cid-uxiNXHJnIP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxiNXHJnIP .navbar.collapsed {
  justify-content: center;
}
.cid-uxiNXHJnIP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxiNXHJnIP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxiNXHJnIP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uxiNXHJnIP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxiNXHJnIP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxiNXHJnIP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxiNXHJnIP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxiNXHJnIP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxiNXHJnIP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxiNXHJnIP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxiNXHJnIP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxiNXHJnIP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxiNXHJnIP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxiNXHJnIP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxiNXHJnIP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxiNXHJnIP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxiNXHJnIP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxiNXHJnIP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxiNXHJnIP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxiNXHJnIP .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uxiNXHJnIP .navbar.navbar-short {
  min-height: 110px;
}
.cid-uxiNXHJnIP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxiNXHJnIP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxiNXHJnIP .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uxiNXHJnIP nav.navbar {
  position: fixed;
}
.cid-uxiNXHJnIP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxiNXHJnIP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uxiNXHJnIP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxiNXHJnIP .dropdown-item:hover,
.cid-uxiNXHJnIP .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uxiNXHJnIP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxiNXHJnIP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxiNXHJnIP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxiNXHJnIP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxiNXHJnIP .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxiNXHJnIP .dropdown-menu,
.cid-uxiNXHJnIP .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uxiNXHJnIP .nav-item:focus,
.cid-uxiNXHJnIP .nav-link:focus {
  outline: none;
}
.cid-uxiNXHJnIP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxiNXHJnIP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxiNXHJnIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxiNXHJnIP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxiNXHJnIP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxiNXHJnIP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxiNXHJnIP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxiNXHJnIP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxiNXHJnIP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxiNXHJnIP .dropdown-item.active,
.cid-uxiNXHJnIP .dropdown-item:active {
  background-color: transparent;
}
.cid-uxiNXHJnIP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxiNXHJnIP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxiNXHJnIP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxiNXHJnIP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uxiNXHJnIP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxiNXHJnIP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxiNXHJnIP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxiNXHJnIP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxiNXHJnIP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxiNXHJnIP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uxiNXHJnIP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxiNXHJnIP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxiNXHJnIP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxiNXHJnIP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxiNXHJnIP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxiNXHJnIP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxiNXHJnIP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxiNXHJnIP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxiNXHJnIP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxiNXHJnIP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxiNXHJnIP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxiNXHJnIP .navbar {
    height: 70px;
  }
  .cid-uxiNXHJnIP .navbar.opened {
    height: auto;
  }
  .cid-uxiNXHJnIP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxiNXHJnIP .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uxiNXHJnIP .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uxiNXHe2xr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxiNXHe2xr .item-img {
  position: relative;
}
.cid-uxiNXHe2xr .button1 {
  background: #591f0b;
}
.cid-uxiNXHe2xr .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uxiNXHe2xr .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .button2 {
    margin-top: 1rem;
  }
}
.cid-uxiNXHe2xr .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .title {
    top: 25%;
  }
}
.cid-uxiNXHe2xr .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uxiNXHe2xr .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .image-wrapper {
    min-height: 400px;
  }
}
.cid-uxiNXHe2xr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uxiNXHe2xr .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uxiNXHe2xr .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uxiNXHe2xr .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uxiNXHe2xr .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uxiNXHe2xr .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uxiNXHe2xr .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uxiNXHe2xr .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uxiNXHe2xr .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uxiNXHe2xr .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uxiNXHe2xr .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uxiNXHe2xr .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uxiNXHe2xr .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uxiNXHe2xr .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uxiNXHe2xr img,
.cid-uxiNXHe2xr .item-img {
  width: 100%;
}
.cid-uxiNXHe2xr .item-title2,
.cid-uxiNXHe2xr .icon2 {
  color: #ffffff;
  text-align: center;
}
.cid-uxiNXHe2xr .item-title1,
.cid-uxiNXHe2xr .icon1 {
  color: #ffffff;
}
.cid-uxiNXHe2xr .main-title {
  color: #ffffff;
  text-align: center;
}
.cid-uxiNXHe2xr .main-title DIV {
  text-align: center;
}
.cid-uxiNXIpsQp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uxiNXIpsQp .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uxiNXIpsQp .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uxiNXIpsQp .brand__text {
  padding: 12px 0 25px;
}
.cid-uxiNXIpsQp .brand__email {
  margin-bottom: 15px;
}
.cid-uxiNXIpsQp .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uxiNXIpsQp .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uxiNXIpsQp .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uxiNXIpsQp .footer__items a:hover {
  color: #36187d !important;
}
.cid-uxiNXIpsQp .social {
  margin-top: 30px;
}
.cid-uxiNXIpsQp .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uxiNXIpsQp .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uxiNXIpsQp .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uxiNXIpsQp .social .social__items:last-child {
  margin-right: 0;
}
.cid-uxiNXIpsQp .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uxiNXIpsQp .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uxiNXIpsQp .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uxiNXIpsQp .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uxiNXIpsQp .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uxiNXIpsQp .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uxiNXIpsQp .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uxiNXIpsQp .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uxiNXIpsQp .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uxiNXIpsQp .divider {
    margin-top: 30px;
  }
  .cid-uxiNXIpsQp .footer__bottom {
    padding: 30px 0;
  }
  .cid-uxiNXIpsQp .align-right,
  .cid-uxiNXIpsQp .privacy {
    text-align: center;
  }
  .cid-uxiNXIpsQp .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uxiNXIpsQp .footer__adress {
  color: #944372;
}
.cid-uxiNXIpsQp .privacy {
  color: #944372;
}
.cid-uxiNXIpsQp .brand__phone {
  color: #944372;
}
.cid-uxoEsdSmN7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uxoEsdSmN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoEsdSmN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoEsdSmN7 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uxoEsdSmN7 .container {
    max-width: 1400px;
  }
}
.cid-uxoEsdSmN7 .card {
  margin: auto;
}
.cid-uxoEsdSmN7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #bc7b45;
  margin-bottom: 2rem;
}
.cid-uxoEsdSmN7 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uxoEsdSmN7 .row {
  justify-content: center;
}
.cid-uxoEsdSmN7 .card-title,
.cid-uxoEsdSmN7 .card-box {
  color: #591f0b;
  text-align: center;
}
.cid-uxoEsdSmN7 H3 {
  color: #591f0b;
}
.cid-uxj6g7dwkm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uxj6g7dwkm .row {
  align-items: center;
}
.cid-uxj6g7dwkm .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uxj6g7dwkm .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxj6g7dwkm .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uxj6g7dwkm .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uxj6g7dwkm .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uxj6g7dwkm .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxj6g7dwkm .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uxj6g7dwkm .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uxj6g7dwkm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uxj6g7dwkm .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #9d673a;
}
@media (max-width: 767px) {
  .cid-uxj6g7dwkm .label-text {
    text-align: center !important;
  }
}
.cid-uxj6g7dwkm .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uxj6g7dwkm .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uxj6g7dwkm .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxj6g7dwkm .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uxj6g7dwkm .lists-container {
    justify-content: center;
  }
}
.cid-uxj6g7dwkm .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uxj6g7dwkm .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxj6g7dwkm .list {
    align-items: center;
  }
}
.cid-uxj6g7dwkm .list-item {
  display: flex;
  align-items: center;
}
.cid-uxj6g7dwkm .icon-wrapper {
  margin-right: 5px;
}
.cid-uxj6g7dwkm .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uxj6g7dwkm .list-item-text {
  flex-grow: 1;
}
.cid-uxj6g7dwkm .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxj6g7dwkm .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uxj6g7dwkm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uxj6g7dwkm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxj6g7dwkm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxj6g7dwkm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxj6g7dwkm .mbr-section-title,
.cid-uxj6g7dwkm .mbr-section-btn {
  color: #591f0b;
}
.cid-uxj9gqxWP3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uxj9gqxWP3 .row {
  flex-direction: row-reverse;
}
.cid-uxj9gqxWP3 .row {
  align-items: center;
}
.cid-uxj9gqxWP3 .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uxj9gqxWP3 .img-position-container {
    bottom: 0rem;
    width: 50%;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxj9gqxWP3 .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uxj9gqxWP3 .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uxj9gqxWP3 .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uxj9gqxWP3 .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxj9gqxWP3 .col-text {
    padding-right: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uxj9gqxWP3 .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uxj9gqxWP3 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uxj9gqxWP3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #9d673a;
}
@media (max-width: 767px) {
  .cid-uxj9gqxWP3 .label-text {
    text-align: center !important;
  }
}
.cid-uxj9gqxWP3 .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uxj9gqxWP3 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uxj9gqxWP3 .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxj9gqxWP3 .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uxj9gqxWP3 .lists-container {
    justify-content: center;
  }
}
.cid-uxj9gqxWP3 .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uxj9gqxWP3 .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxj9gqxWP3 .list {
    align-items: center;
  }
}
.cid-uxj9gqxWP3 .list-item {
  display: flex;
  align-items: center;
}
.cid-uxj9gqxWP3 .icon-wrapper {
  margin-right: 5px;
}
.cid-uxj9gqxWP3 .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uxj9gqxWP3 .list-item-text {
  flex-grow: 1;
}
.cid-uxj9gqxWP3 .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxj9gqxWP3 .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uxj9gqxWP3 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uxj9gqxWP3 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxj9gqxWP3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxj9gqxWP3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxj9gqxWP3 .mbr-section-title,
.cid-uxj9gqxWP3 .mbr-section-btn {
  color: #591f0b;
}
.cid-uxjadv6XhD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uxjadv6XhD .row {
  align-items: center;
}
.cid-uxjadv6XhD .img-position-container {
  position: absolute;
  z-index: 5;
  top: 0rem;
}
@media (min-width: 768px) {
  .cid-uxjadv6XhD .img-position-container {
    bottom: 0rem;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxjadv6XhD .img-position-container {
    height: 218px;
    width: 100%;
  }
}
.cid-uxjadv6XhD .img-position-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uxjadv6XhD .image-wrapper {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .cid-uxjadv6XhD .col-text {
    padding: 48px 30px;
  }
}
@media (min-width: 992px) {
  .cid-uxjadv6XhD .col-text {
    padding-left: 64px;
  }
}
@media (max-width: 767px) {
  .cid-uxjadv6XhD .col-text {
    text-align: center;
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 218px;
  }
}
.cid-uxjadv6XhD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-uxjadv6XhD .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #9d673a;
}
@media (max-width: 767px) {
  .cid-uxjadv6XhD .label-text {
    text-align: center !important;
  }
}
.cid-uxjadv6XhD .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-uxjadv6XhD .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uxjadv6XhD .lists-container {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxjadv6XhD .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uxjadv6XhD .lists-container {
    justify-content: center;
  }
}
.cid-uxjadv6XhD .list {
  display: flex;
  flex-direction: column;
  color: #555555;
  padding: 0 8px 0 0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cid-uxjadv6XhD .list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uxjadv6XhD .list {
    align-items: center;
  }
}
.cid-uxjadv6XhD .list-item {
  display: flex;
  align-items: center;
}
.cid-uxjadv6XhD .icon-wrapper {
  margin-right: 5px;
}
.cid-uxjadv6XhD .icon-wrapper span {
  color: #c69453;
  font-size: 21px;
}
.cid-uxjadv6XhD .list-item-text {
  flex-grow: 1;
}
.cid-uxjadv6XhD .btn-container {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uxjadv6XhD .btn-container {
    margin-top: 16px;
  }
}
@media (max-width: 575px) {
  .cid-uxjadv6XhD .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uxjadv6XhD .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uxjadv6XhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjadv6XhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjadv6XhD .mbr-section-title,
.cid-uxjadv6XhD .mbr-section-btn {
  color: #591f0b;
}
.cid-uxj1MDWWVX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-uxj1MDWWVX .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uxj1MDWWVX .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #944372;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-uxj1MDWWVX .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uxj1MDWWVX .mbr-section-title {
  margin: 0;
  font-weight: 500;
  margin-bottom: 46px;
  color: #404040;
}
.cid-uxj1MDWWVX .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-uxj1MDWWVX .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-box-align: left;
  align-items: left;
  text-align: left;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.cid-uxj1MDWWVX .icon-main .process-icon {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-right: 9px;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a {
  display: inherit;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 24px;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: normal;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon1 {
  background-color: rgba(219, 112, 136, 0.3);
  color: #db7088;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon2 {
  background-color: rgba(53, 184, 252, 0.3);
  color: #35b8fc;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon3 {
  background-color: rgba(156, 205, 126, 0.3);
  color: #9ccd7e;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon4 {
  background-color: rgba(132, 138, 189, 0.3);
  color: #848abd;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon5 {
  background-color: rgba(251, 157, 126, 0.3);
  color: #fb9d7e;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container a .icon-wrapper.icon6 {
  background-color: rgba(185, 126, 205, 0.3);
  color: #b97ecd;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step {
  margin: 0;
  position: absolute;
  bottom: -3px;
  left: 11px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  font-size: 11px;
  line-height: normal;
  font-weight: 500;
  z-index: 2;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-align: center;
  color: #ffffff;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_1 {
  background: #db7088;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_2 {
  background: #35b8fc;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_3 {
  background: #9ccd7e;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_4 {
  background: #848abd;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_5 {
  background: #fb9d7e;
}
.cid-uxj1MDWWVX .icon-main .process-icon .wrapper .icon-container .step_6 {
  background: #b97ecd;
}
.cid-uxj1MDWWVX .icon-main .process-icon .text-wrap .subicon-title {
  color: #404040;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.cid-uxj1MDWWVX .icon-main .process-icon .text-wrap .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #606060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-uxj1MDWWVX .wrapper::before {
    display: none;
  }
}
.cid-uxj1MDWWVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxj1MDWWVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxj1MDWWVX .mbr-section-title,
.cid-uxj1MDWWVX .underline {
  color: #9d673a;
}
.cid-uxj1MDWWVX .icon-main .process-icon .text-wrap .subicon-title {
  color: #591f0b;
}
.cid-uyIZO2Vo1q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uyIZO2Vo1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyIZO2Vo1q .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-uyIZO2Vo1q .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uyIZO2Vo1q .container {
    padding: 0 12px;
  }
}
.cid-uyIZO2Vo1q .row {
  justify-content: center;
}
.cid-uyIZO2Vo1q .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uyIZO2Vo1q .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uyIZO2Vo1q .card {
    margin-bottom: 32px;
  }
}
.cid-uyIZO2Vo1q .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uyIZO2Vo1q .card .card-wrapper {
    display: block;
  }
}
.cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #0196e3;
}
.cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #f23d14;
}
.cid-uyIZO2Vo1q .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-uyIZO2Vo1q .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uyIZO2Vo1q .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-uyIZO2Vo1q .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uyIZO2Vo1q .mbr-card-title {
  color: #222222;
}
.cid-ufubZXKqTW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ufubZXKqTW .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ufubZXKqTW .container {
    padding: 0 ;
  }
}
.cid-ufubZXKqTW .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-ufubZXKqTW .navbar.opened {
  transition: all 0.3s;
}
.cid-ufubZXKqTW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufubZXKqTW .navbar .navbar-logo img {
  width: auto;
}
.cid-ufubZXKqTW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufubZXKqTW .navbar.collapsed {
  justify-content: center;
}
.cid-ufubZXKqTW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufubZXKqTW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufubZXKqTW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-ufubZXKqTW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufubZXKqTW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufubZXKqTW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufubZXKqTW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufubZXKqTW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufubZXKqTW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufubZXKqTW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufubZXKqTW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufubZXKqTW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufubZXKqTW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufubZXKqTW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufubZXKqTW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufubZXKqTW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufubZXKqTW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufubZXKqTW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufubZXKqTW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufubZXKqTW .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ufubZXKqTW .navbar.navbar-short {
  min-height: 110px;
}
.cid-ufubZXKqTW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufubZXKqTW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufubZXKqTW .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ufubZXKqTW nav.navbar {
  position: fixed;
}
.cid-ufubZXKqTW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufubZXKqTW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ufubZXKqTW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufubZXKqTW .dropdown-item:hover,
.cid-ufubZXKqTW .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-ufubZXKqTW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufubZXKqTW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufubZXKqTW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufubZXKqTW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufubZXKqTW .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufubZXKqTW .dropdown-menu,
.cid-ufubZXKqTW .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-ufubZXKqTW .nav-item:focus,
.cid-ufubZXKqTW .nav-link:focus {
  outline: none;
}
.cid-ufubZXKqTW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufubZXKqTW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufubZXKqTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufubZXKqTW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufubZXKqTW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufubZXKqTW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufubZXKqTW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufubZXKqTW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufubZXKqTW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufubZXKqTW .dropdown-item.active,
.cid-ufubZXKqTW .dropdown-item:active {
  background-color: transparent;
}
.cid-ufubZXKqTW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufubZXKqTW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufubZXKqTW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufubZXKqTW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-ufubZXKqTW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufubZXKqTW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufubZXKqTW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufubZXKqTW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufubZXKqTW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufubZXKqTW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ufubZXKqTW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufubZXKqTW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufubZXKqTW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufubZXKqTW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufubZXKqTW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufubZXKqTW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufubZXKqTW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufubZXKqTW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufubZXKqTW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufubZXKqTW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufubZXKqTW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufubZXKqTW .navbar {
    height: 70px;
  }
  .cid-ufubZXKqTW .navbar.opened {
    height: auto;
  }
  .cid-ufubZXKqTW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufubZXKqTW .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufubZXKqTW .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uoITQpzFx2 {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
  overflow: hidden;
}
.cid-uoITQpzFx2 svg {
  fill: #fff5ee !important;
  pointer-events: none;
}
.cid-uoITQpzFx2 #e2_shape {
  fill: #fff5ee !important;
}
.cid-uoITQpzFx2 .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-uoITQpzFx2 .mbr-text {
  font-weight: 300;
}
.cid-uoITQpzFx2 .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-uoITQpzFx2 .btn-white {
  color: #404040 !important;
}
.cid-uoITQpzFx2 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-uoITQpzFx2 .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-uoITQpzFx2 .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uoITQpzFx2 {
    padding: 30px;
  }
  .cid-uoITQpzFx2 svg {
    display: none;
  }
}
.cid-uoITQpzFx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoITQpzFx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoITQpzFx2 .mbr-section-title,
.cid-uoITQpzFx2 .mbr-section-btn {
  color: #944372;
}
.cid-uoITQpzFx2 .mbr-text,
.cid-uoITQpzFx2 .mbr-section-btn {
  color: #e9204f;
}
.cid-uoUMSr9YA6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #fff5ee;
}
@media (max-width: 767px) {
  .cid-uoUMSr9YA6 h2 {
    margin-bottom: 1rem;
  }
  .cid-uoUMSr9YA6 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uoUMSr9YA6 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uoUMSr9YA6 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uoUMSr9YA6 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uoUMSr9YA6 .container {
    position: relative;
  }
  .cid-uoUMSr9YA6 h2 {
    margin: 0;
  }
}
.cid-uoUMSr9YA6 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uoUMSr9YA6 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uoUMSr9YA6 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uoUMSr9YA6 .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uoUMSr9YA6 .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uoUMSr9YA6 .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uoUMSr9YA6 .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uoUMSr9YA6 .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uoUMSr9YA6 .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uoUMSr9YA6 .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uoUMSr9YA6 .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uoUMSr9YA6 .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uoUMSr9YA6 .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uoUMSr9YA6 .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uoUMSr9YA6 .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uoUMSr9YA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUMSr9YA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUMSr9YA6 .container-column,
.cid-uoUMSr9YA6 h2 {
  color: #944372;
}
.cid-ufubZYEGj0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-ufubZYEGj0 .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-ufubZYEGj0 .card-wrapper:hover .card-title {
  color: #944372;
}
.cid-ufubZYEGj0 .col1 span {
  padding-right: 1.5rem;
}
.cid-ufubZYEGj0 .col2 span {
  padding-left: 1.5rem;
}
.cid-ufubZYEGj0 .card-title {
  transition: all 0.3s;
  color: #ea2396;
}
.cid-ufubZYEGj0 .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #944372;
}
@media (max-width: 992px) {
  .cid-ufubZYEGj0 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-ufubZYEGj0 span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-ufubZYEGj0 .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-ufubZYEGj0 .card-text {
  color: #616161;
}
.cid-uoIKo7fERg {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffe4e4;
}
.cid-uoIKo7fERg .container-fluid {
  padding: 0 3rem;
}
.cid-uoIKo7fERg .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uoIKo7fERg .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-uoIKo7fERg .card {
  margin-bottom: 2rem;
}
.cid-uoIKo7fERg .card-img {
  width: auto !important;
}
.cid-uoIKo7fERg .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uoIKo7fERg .content-row {
  word-wrap: break-word;
}
.cid-uoIKo7fERg .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uoIKo7fERg .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-uoIKo7fERg .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-uoIKo7fERg .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uoIKo7fERg .card-title,
  .cid-uoIKo7fERg .card-box {
    text-align: left;
  }
  .cid-uoIKo7fERg .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uoIKo7fERg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoIKo7fERg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoIKo7fERg .mbr-section-title,
.cid-uoIKo7fERg .underline {
  color: #944372;
}
.cid-uLUZiM9klN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
  overflow: hidden;
}
.cid-uLUZiM9klN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLUZiM9klN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLUZiM9klN .container-fluid {
  max-width: 100% !important;
}
.cid-uLUZiM9klN .img-wrap {
  width: 100%;
  height: 100%;
}
.cid-uLUZiM9klN .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uLUZiM9klN .text-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 55px 62px 70px 62px;
}
@media (max-width: 1439px) {
  .cid-uLUZiM9klN .text-wrap {
    padding: 40px 45px 50px 45px;
  }
}
@media (max-width: 991px) {
  .cid-uLUZiM9klN .text-wrap {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .cid-uLUZiM9klN .text-wrap {
    padding: 40px 25px 45px 25px;
  }
}
.cid-uLUZiM9klN .mbr-section-title {
  color: #944372;
}
.cid-uLUZiM9klN .text-bottom {
  margin-top: auto;
  padding-top: 25px;
}
@media (max-width: 767px) {
  .cid-uLUZiM9klN .text-bottom {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uLUZiM9klN .text-bottom {
    padding-top: 50px;
  }
}
.cid-uLUZiM9klN .mbr-text {
  color: #303030;
}
.cid-uLUZiM9klN .mbr-section-btn {
  margin-top: 16px;
}
.cid-uLUZiM9klN .mbr-text,
.cid-uLUZiM9klN .mbr-section-btn {
  color: #ea2396;
}
.cid-ufubZZjgId {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-ufubZZjgId .container {
  pointer-events: none;
  z-index: 1;
}
.cid-ufubZZjgId .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-ufubZZjgId .brand__text {
  padding: 12px 0 25px;
}
.cid-ufubZZjgId .brand__email {
  margin-bottom: 15px;
}
.cid-ufubZZjgId .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-ufubZZjgId .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-ufubZZjgId .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-ufubZZjgId .footer__items a:hover {
  color: #36187d !important;
}
.cid-ufubZZjgId .social {
  margin-top: 30px;
}
.cid-ufubZZjgId .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ufubZZjgId .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-ufubZZjgId .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-ufubZZjgId .social .social__items:last-child {
  margin-right: 0;
}
.cid-ufubZZjgId .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-ufubZZjgId .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-ufubZZjgId .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-ufubZZjgId .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-ufubZZjgId .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-ufubZZjgId .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-ufubZZjgId .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-ufubZZjgId .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-ufubZZjgId .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-ufubZZjgId .divider {
    margin-top: 30px;
  }
  .cid-ufubZZjgId .footer__bottom {
    padding: 30px 0;
  }
  .cid-ufubZZjgId .align-right,
  .cid-ufubZZjgId .privacy {
    text-align: center;
  }
  .cid-ufubZZjgId .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-ufubZZjgId .footer__adress {
  color: #944372;
}
.cid-ufubZZjgId .privacy {
  color: #944372;
}
.cid-ufubZZjgId .brand__phone {
  color: #944372;
}
.cid-uoUNn6SunS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uoUNn6SunS h2 {
    margin-bottom: 1rem;
  }
  .cid-uoUNn6SunS .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uoUNn6SunS .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uoUNn6SunS .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uoUNn6SunS .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uoUNn6SunS .container {
    position: relative;
  }
  .cid-uoUNn6SunS h2 {
    margin: 0;
  }
}
.cid-uoUNn6SunS .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uoUNn6SunS hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uoUNn6SunS .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uoUNn6SunS .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uoUNn6SunS .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uoUNn6SunS .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uoUNn6SunS .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uoUNn6SunS .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uoUNn6SunS .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uoUNn6SunS .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uoUNn6SunS .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uoUNn6SunS .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uoUNn6SunS .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uoUNn6SunS .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uoUNn6SunS .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uoUNn6SunS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUNn6SunS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUN4vo2R7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe4e4;
}
.cid-uoUN4vo2R7 .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uoUN4vo2R7 .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uoUN4vo2R7 .link {
  margin: 0;
}
.cid-uoUN4vo2R7 .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uoUN4vo2R7 .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uoUN4vo2R7 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uoUN4vo2R7 .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uoUN4vo2R7 .card:hover .card-title {
  color: #36187d;
}
.cid-uoUN4vo2R7 .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uoUN4vo2R7 .card {
    padding: 0;
  }
  .cid-uoUN4vo2R7 .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uoUN4vo2R7 .card-title {
    margin-top: 2rem;
  }
  .cid-uoUN4vo2R7 .mbr-section-title,
  .cid-uoUN4vo2R7 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uoUN4vo2R7 .row {
    margin: 0;
  }
}
.cid-uoUN4vo2R7 .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uoUN4vo2R7 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uoUN4vo2R7 .mbr-section-title {
  font-weight: 800;
}
.cid-uoUN4vo2R7 h2 {
  margin-bottom: 0;
}
.cid-uoUN4vo2R7 .title-block {
  margin-bottom: 3rem;
}
.cid-uoUN4vo2R7 .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uoUN4vo2R7 .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uoUN4vo2R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUN4vo2R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoUN4vo2R7 .card-title,
.cid-uoUN4vo2R7 .card-img {
  color: #000000;
}
.cid-uoUN4vo2R7 .mbr-text,
.cid-uoUN4vo2R7 .link {
  color: #e9204f;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uL49PyxFay {
  background-color: #ffe4e4;
}
@media (min-width: 768px) {
  .cid-uL49PyxFay {
    background-image: url("../../../assets/images/bg214.png-900x700.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: center right;
  }
}
.cid-uL49PyxFay .row {
  flex-direction: row-reverse;
}
.cid-uL49PyxFay .row {
  align-items: center;
}
.cid-uL49PyxFay .image-wrapper {
  padding: 1rem;
}
.cid-uL49PyxFay .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 0rem;
}
.cid-uL49PyxFay .col-text .radial-svg {
  display: none;
}
@media (min-width: 768px) {
  .cid-uL49PyxFay .col-text {
    padding-right: 1.5rem;
  }
  .cid-uL49PyxFay .col-text .radial-svg {
    display: block;
    position: absolute;
    height: 100%;
    width: 160px;
    z-index: 1;
    top: 0;
    left: 87%;
  }
  .cid-uL49PyxFay .col-text .radial-svg path {
    fill: #ffe4e4;
  }
}
@media (min-width: 992px) {
  .cid-uL49PyxFay .col-text {
    padding-right: 2rem;
  }
  .cid-uL49PyxFay .col-text .radial-svg {
    width: 200px;
  }
}
.cid-uL49PyxFay .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.cid-uL49PyxFay .text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uL49PyxFay .text-container {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uL49PyxFay .label-text {
  width: 100%;
  color: #0057fc;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .label-text {
    text-align: center;
  }
}
.cid-uL49PyxFay .mbr-section-title {
  margin-bottom: 0;
  width: 100%;
  color: #111111;
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .mbr-section-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-uL49PyxFay .mbr-section-title {
    font-size: 1.5rem !important;
  }
}
.cid-uL49PyxFay .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .mbr-text {
    text-align: center;
  }
}
.cid-uL49PyxFay .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .cards-container {
    flex-direction: column;
  }
}
.cid-uL49PyxFay .card-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding-right: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uL49PyxFay .card-wrapper {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .card-wrapper {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .card-box {
    text-align: center !important;
    width: 100%;
  }
}
.cid-uL49PyxFay .icon-box {
  width: 100%;
  margin-bottom: 12px;
}
.cid-uL49PyxFay .icon-box .mbr-iconfont {
  font-size: 48px;
  color: #ff8a8a;
}
.cid-uL49PyxFay .card-text {
  color: #944372;
}
.cid-uL49PyxFay .btn-container {
  width: 100%;
}
.cid-uL49PyxFay .mbr-section-btn {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uL49PyxFay .mbr-section-btn {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uL49PyxFay .mbr-section-btn .btn {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.cid-uL49PyxFay .mbr-section-btn .btn span {
  margin-left: 0;
  padding-left: 0.5rem;
  transition: all 0.3s ease 0s;
}
.cid-uL49PyxFay .mbr-section-btn .btn:hover span {
  padding-left: 1.25rem;
}
.cid-uL49PyxFay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL49PyxFay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL49PyxFay .mbr-section-title,
.cid-uL49PyxFay .mbr-section-btn {
  color: #944372;
}
.cid-tAxcKOKxaR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f4f8;
}
.cid-tAxcKOKxaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAxcKOKxaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAxcKOKxaR .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tAxcKOKxaR .mbr-section-title,
.cid-tAxcKOKxaR .mbr-section-subtitle {
  text-align: center;
}
.cid-tAxcKOKxaR .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tAxcKOKxaR .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-tAxcKOKxaR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tAxcKOKxaR .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tAxcKOKxaR .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAxcKOKxaR .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tAxcKOKxaR .card-title {
  color: #ff8a8a;
}
.cid-tAxcKOKxaR .mbr-section-title {
  color: #944372;
}
.cid-tAxcKOKxaR .cost {
  color: #944372;
}
.cid-tAxcKOKxaR .mbr-text {
  color: #944372;
}
.cid-tAx80BY9wo {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffe4e4;
}
.cid-tAx80BY9wo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tAx80BY9wo .row {
    flex-direction: column-reverse;
  }
  .cid-tAx80BY9wo .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tAx80BY9wo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tAx80BY9wo .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tAx80BY9wo .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tAx80BY9wo .card-title {
  color: #36187d;
}
.cid-tAx80BY9wo .mbr-text,
.cid-tAx80BY9wo .mbr-section-btn {
  color: #6c758f;
}
.cid-tAx80BY9wo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAx80BY9wo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAx80BY9wo .mbr-section-title {
  color: #944372;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-uznCsuiCRq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uznCsuiCRq .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uznCsuiCRq .container {
    padding: 0 ;
  }
}
.cid-uznCsuiCRq .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uznCsuiCRq .navbar.opened {
  transition: all 0.3s;
}
.cid-uznCsuiCRq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uznCsuiCRq .navbar .navbar-logo img {
  width: auto;
}
.cid-uznCsuiCRq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uznCsuiCRq .navbar.collapsed {
  justify-content: center;
}
.cid-uznCsuiCRq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uznCsuiCRq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uznCsuiCRq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uznCsuiCRq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uznCsuiCRq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uznCsuiCRq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uznCsuiCRq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uznCsuiCRq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uznCsuiCRq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uznCsuiCRq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uznCsuiCRq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uznCsuiCRq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uznCsuiCRq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uznCsuiCRq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uznCsuiCRq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uznCsuiCRq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uznCsuiCRq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uznCsuiCRq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uznCsuiCRq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uznCsuiCRq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uznCsuiCRq .navbar.navbar-short {
  min-height: 110px;
}
.cid-uznCsuiCRq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uznCsuiCRq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uznCsuiCRq .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uznCsuiCRq nav.navbar {
  position: fixed;
}
.cid-uznCsuiCRq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uznCsuiCRq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uznCsuiCRq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uznCsuiCRq .dropdown-item:hover,
.cid-uznCsuiCRq .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uznCsuiCRq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uznCsuiCRq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uznCsuiCRq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uznCsuiCRq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uznCsuiCRq .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uznCsuiCRq .dropdown-menu,
.cid-uznCsuiCRq .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uznCsuiCRq .nav-item:focus,
.cid-uznCsuiCRq .nav-link:focus {
  outline: none;
}
.cid-uznCsuiCRq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uznCsuiCRq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uznCsuiCRq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uznCsuiCRq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uznCsuiCRq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uznCsuiCRq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uznCsuiCRq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uznCsuiCRq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uznCsuiCRq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uznCsuiCRq .dropdown-item.active,
.cid-uznCsuiCRq .dropdown-item:active {
  background-color: transparent;
}
.cid-uznCsuiCRq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uznCsuiCRq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uznCsuiCRq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uznCsuiCRq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uznCsuiCRq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uznCsuiCRq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uznCsuiCRq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uznCsuiCRq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uznCsuiCRq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uznCsuiCRq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uznCsuiCRq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uznCsuiCRq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uznCsuiCRq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uznCsuiCRq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uznCsuiCRq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uznCsuiCRq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uznCsuiCRq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uznCsuiCRq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uznCsuiCRq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uznCsuiCRq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uznCsuiCRq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uznCsuiCRq .navbar {
    height: 70px;
  }
  .cid-uznCsuiCRq .navbar.opened {
    height: auto;
  }
  .cid-uznCsuiCRq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uznCsuiCRq .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uznCsuiCRq .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uznCstgiM3 {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uznCstgiM3 .wrap {
  height: 540px;
}
.cid-uznCstgiM3 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-uznCstgiM3 .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-uznCstgiM3 .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-uznCstgiM3 .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-uznCstgiM3 .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-uznCstgiM3 .parallax__image {
  perspective: 700px;
}
.cid-uznCstgiM3 .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-uznCstgiM3 .image:hover {
  transform: rotateX(-10deg);
}
.cid-uznCstgiM3 .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uznCstgiM3 .minwidth {
  background-image: url("../../../assets/images/pexels-cottonbro-studio-4778667-2000x3000.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-uznCstgiM3 .minwidth {
    height: 200px;
  }
}
.cid-uznCstgiM3 .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-uznCstgiM3 .push-lg {
    left: 8.33333333%;
  }
  .cid-uznCstgiM3 .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-uznCstgiM3 .wrap {
    height: auto;
  }
  .cid-uznCstgiM3 .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-uznCstgiM3 .minwidth {
    margin-bottom: 30px;
  }
}
.cid-uznCstgiM3 .mbr-section-title {
  text-align: left;
  color: #944372;
}
.cid-uznCsu0djL {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uznCsu0djL .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uznCsu0djL .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uznCsu0djL .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uznCsu0djL .card {
    margin-bottom: 2rem;
  }
  .cid-uznCsu0djL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uznCsu0djL .card-title,
.cid-uznCsu0djL .card-box {
  color: #944372;
}
.cid-uznCsu0djL .icon-title {
  color: #944372;
}
.cid-uznCsu0djL .icon-text {
  color: #6c758f;
}
.cid-uznCsu0djL .mbr-text,
.cid-uznCsu0djL .mbr-section-btn {
  color: #6c758f;
}
.cid-uznCsu0djL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznCsu0djL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznCsuxwE1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uznCsuxwE1 img,
.cid-uznCsuxwE1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uznCsuxwE1 .item:focus,
.cid-uznCsuxwE1 span:focus {
  outline: none;
}
.cid-uznCsuxwE1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uznCsuxwE1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uznCsuxwE1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uznCsuxwE1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uznCsuxwE1 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uznCsuxwE1 .item-content {
    padding: 1rem 0;
  }
}
.cid-uznCsuxwE1 .mbr-section-title {
  color: #944372;
}
.cid-uznCsuxwE1 .item-title {
  color: #944372;
}
.cid-uznCsuxwE1 .item-subtitle {
  color: #bec2cf;
}
.cid-uznCsuxwE1 .mbr-text,
.cid-uznCsuxwE1 .mbr-section-btn {
  color: #6c758f;
}
.cid-uznCsuxwE1 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uznCsuP2UH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f4f4;
}
.cid-uznCsuP2UH h6 {
  line-height: 1.2;
}
.cid-uznCsuP2UH img,
.cid-uznCsuP2UH .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uznCsuP2UH .item:focus,
.cid-uznCsuP2UH span:focus {
  outline: none;
}
.cid-uznCsuP2UH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uznCsuP2UH .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uznCsuP2UH .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uznCsuP2UH .mbr-section-title {
  color: #944372;
}
.cid-uznCsuP2UH .mbr-text,
.cid-uznCsuP2UH .mbr-section-btn {
  color: #353535;
}
.cid-uznCsuP2UH .item-title {
  color: #944372;
  text-align: center;
}
.cid-uznCsuP2UH .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uznCsv2Ydq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uznCsv2Ydq .title {
  padding: 0 2rem;
  color: #944372;
}
.cid-uznCsv2Ydq .card-title {
  max-width: 600px;
  color: #36187d;
}
.cid-uznCsv2Ydq a {
  display: flex;
}
.cid-uznCsv2Ydq .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uznCsv2Ydq .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uznCsv2Ydq .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uznCsv2Ydq .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uznCsv2Ydq img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-uznCsv2Ydq .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uznCsv2Ydq .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uznCsv2Ydq .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uznCsv2Ydq .card-text {
  color: #0196e3;
}
.cid-uznCsv2Ydq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uznCsv2Ydq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uznCsvdjFk {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uznCsvdjFk .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uznCsvdjFk .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uznCsvdjFk .brand__text {
  padding: 12px 0 25px;
}
.cid-uznCsvdjFk .brand__email {
  margin-bottom: 15px;
}
.cid-uznCsvdjFk .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uznCsvdjFk .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uznCsvdjFk .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uznCsvdjFk .footer__items a:hover {
  color: #36187d !important;
}
.cid-uznCsvdjFk .social {
  margin-top: 30px;
}
.cid-uznCsvdjFk .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uznCsvdjFk .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uznCsvdjFk .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uznCsvdjFk .social .social__items:last-child {
  margin-right: 0;
}
.cid-uznCsvdjFk .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uznCsvdjFk .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uznCsvdjFk .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uznCsvdjFk .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uznCsvdjFk .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uznCsvdjFk .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uznCsvdjFk .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uznCsvdjFk .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uznCsvdjFk .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uznCsvdjFk .divider {
    margin-top: 30px;
  }
  .cid-uznCsvdjFk .footer__bottom {
    padding: 30px 0;
  }
  .cid-uznCsvdjFk .align-right,
  .cid-uznCsvdjFk .privacy {
    text-align: center;
  }
  .cid-uznCsvdjFk .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uznCsvdjFk .footer__adress {
  color: #944372;
}
.cid-uznCsvdjFk .privacy {
  color: #944372;
}
.cid-uznCsvdjFk .brand__phone {
  color: #944372;
}
.cid-uzhO555n85 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzhO555n85 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzhO555n85 .container {
    padding: 0 ;
  }
}
.cid-uzhO555n85 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uzhO555n85 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzhO555n85 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzhO555n85 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzhO555n85 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzhO555n85 .navbar.collapsed {
  justify-content: center;
}
.cid-uzhO555n85 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzhO555n85 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzhO555n85 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uzhO555n85 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzhO555n85 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzhO555n85 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzhO555n85 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzhO555n85 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzhO555n85 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzhO555n85 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzhO555n85 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzhO555n85 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzhO555n85 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzhO555n85 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzhO555n85 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzhO555n85 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzhO555n85 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzhO555n85 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzhO555n85 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzhO555n85 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uzhO555n85 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uzhO555n85 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzhO555n85 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzhO555n85 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uzhO555n85 nav.navbar {
  position: fixed;
}
.cid-uzhO555n85 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhO555n85 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uzhO555n85 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzhO555n85 .dropdown-item:hover,
.cid-uzhO555n85 .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uzhO555n85 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzhO555n85 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzhO555n85 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzhO555n85 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzhO555n85 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzhO555n85 .dropdown-menu,
.cid-uzhO555n85 .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uzhO555n85 .nav-item:focus,
.cid-uzhO555n85 .nav-link:focus {
  outline: none;
}
.cid-uzhO555n85 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzhO555n85 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzhO555n85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzhO555n85 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhO555n85 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzhO555n85 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzhO555n85 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzhO555n85 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzhO555n85 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzhO555n85 .dropdown-item.active,
.cid-uzhO555n85 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzhO555n85 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzhO555n85 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzhO555n85 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzhO555n85 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uzhO555n85 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzhO555n85 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzhO555n85 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzhO555n85 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzhO555n85 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzhO555n85 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uzhO555n85 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzhO555n85 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhO555n85 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhO555n85 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhO555n85 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhO555n85 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhO555n85 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhO555n85 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhO555n85 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzhO555n85 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzhO555n85 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzhO555n85 .navbar {
    height: 70px;
  }
  .cid-uzhO555n85 .navbar.opened {
    height: auto;
  }
  .cid-uzhO555n85 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhO555n85 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzhO555n85 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uzhO55R7ZR {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uzhO55R7ZR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzhO55R7ZR .row {
    flex-direction: column-reverse;
  }
  .cid-uzhO55R7ZR .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uzhO55R7ZR .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzhO55R7ZR .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uzhO55R7ZR .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uzhO55R7ZR .card-title {
  color: #36187d;
}
.cid-uzhO55R7ZR .mbr-text,
.cid-uzhO55R7ZR .mbr-section-btn {
  color: #6c758f;
}
.cid-uzhO55R7ZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhO55R7ZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhO55R7ZR .mbr-section-title {
  color: #944372;
}
.cid-uzhO567oKY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzhO567oKY .mbr-section-title {
  color: #944372;
}
.cid-uzhO567oKY .mbr-section-subtitle {
  color: #6c758f;
}
@media (max-width: 992px) {
  .cid-uzhO567oKY .align-left {
    text-align: center;
  }
}
.cid-uzhO567oKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhO567oKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhO56hMSK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzhO56hMSK .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uzhO56hMSK .card-wrapper:hover .card-title {
  color: #944372;
}
.cid-uzhO56hMSK .col1 span {
  padding-right: 1.5rem;
}
.cid-uzhO56hMSK .col2 span {
  padding-left: 1.5rem;
}
.cid-uzhO56hMSK .card-title {
  transition: all 0.3s;
  color: #ff8a8a;
}
.cid-uzhO56hMSK .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #944372;
}
@media (max-width: 992px) {
  .cid-uzhO56hMSK .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uzhO56hMSK span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uzhO56hMSK .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uzhO56hMSK .card-text {
  color: #616161;
}
.cid-uzhO56wApE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uzhO56wApE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhO56wApE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhO56wApE .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uzhO56wApE .mbr-section-title,
.cid-uzhO56wApE .mbr-section-subtitle {
  text-align: center;
}
.cid-uzhO56wApE .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uzhO56wApE .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uzhO56wApE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uzhO56wApE .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzhO56wApE .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzhO56wApE .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uzhO56wApE .card-title {
  color: #ff8a8a;
}
.cid-uzhO56wApE .mbr-section-title {
  color: #944372;
}
.cid-uzhO56wApE .cost {
  color: #944372;
}
.cid-uzhO56YCNa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uzhO56YCNa .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uzhO56YCNa .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uzhO56YCNa .brand__text {
  padding: 12px 0 25px;
}
.cid-uzhO56YCNa .brand__email {
  margin-bottom: 15px;
}
.cid-uzhO56YCNa .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uzhO56YCNa .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uzhO56YCNa .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uzhO56YCNa .footer__items a:hover {
  color: #36187d !important;
}
.cid-uzhO56YCNa .social {
  margin-top: 30px;
}
.cid-uzhO56YCNa .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzhO56YCNa .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uzhO56YCNa .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uzhO56YCNa .social .social__items:last-child {
  margin-right: 0;
}
.cid-uzhO56YCNa .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uzhO56YCNa .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uzhO56YCNa .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uzhO56YCNa .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uzhO56YCNa .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uzhO56YCNa .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uzhO56YCNa .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uzhO56YCNa .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uzhO56YCNa .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uzhO56YCNa .divider {
    margin-top: 30px;
  }
  .cid-uzhO56YCNa .footer__bottom {
    padding: 30px 0;
  }
  .cid-uzhO56YCNa .align-right,
  .cid-uzhO56YCNa .privacy {
    text-align: center;
  }
  .cid-uzhO56YCNa .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uzhO56YCNa .footer__adress {
  color: #944372;
}
.cid-uzhO56YCNa .privacy {
  color: #944372;
}
.cid-uzhO56YCNa .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-uzhLnV5pl5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzhLnV5pl5 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzhLnV5pl5 .container {
    padding: 0 ;
  }
}
.cid-uzhLnV5pl5 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uzhLnV5pl5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzhLnV5pl5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzhLnV5pl5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uzhLnV5pl5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzhLnV5pl5 .navbar.collapsed {
  justify-content: center;
}
.cid-uzhLnV5pl5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzhLnV5pl5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzhLnV5pl5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uzhLnV5pl5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzhLnV5pl5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzhLnV5pl5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzhLnV5pl5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzhLnV5pl5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzhLnV5pl5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzhLnV5pl5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzhLnV5pl5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzhLnV5pl5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzhLnV5pl5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzhLnV5pl5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzhLnV5pl5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzhLnV5pl5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzhLnV5pl5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzhLnV5pl5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzhLnV5pl5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzhLnV5pl5 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uzhLnV5pl5 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uzhLnV5pl5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzhLnV5pl5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzhLnV5pl5 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uzhLnV5pl5 nav.navbar {
  position: fixed;
}
.cid-uzhLnV5pl5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhLnV5pl5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uzhLnV5pl5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzhLnV5pl5 .dropdown-item:hover,
.cid-uzhLnV5pl5 .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uzhLnV5pl5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzhLnV5pl5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzhLnV5pl5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzhLnV5pl5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzhLnV5pl5 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzhLnV5pl5 .dropdown-menu,
.cid-uzhLnV5pl5 .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uzhLnV5pl5 .nav-item:focus,
.cid-uzhLnV5pl5 .nav-link:focus {
  outline: none;
}
.cid-uzhLnV5pl5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzhLnV5pl5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzhLnV5pl5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzhLnV5pl5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzhLnV5pl5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzhLnV5pl5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzhLnV5pl5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzhLnV5pl5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzhLnV5pl5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzhLnV5pl5 .dropdown-item.active,
.cid-uzhLnV5pl5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzhLnV5pl5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzhLnV5pl5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzhLnV5pl5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzhLnV5pl5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uzhLnV5pl5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzhLnV5pl5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzhLnV5pl5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzhLnV5pl5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzhLnV5pl5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzhLnV5pl5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uzhLnV5pl5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzhLnV5pl5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhLnV5pl5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzhLnV5pl5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzhLnV5pl5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhLnV5pl5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzhLnV5pl5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzhLnV5pl5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzhLnV5pl5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzhLnV5pl5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzhLnV5pl5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzhLnV5pl5 .navbar {
    height: 70px;
  }
  .cid-uzhLnV5pl5 .navbar.opened {
    height: auto;
  }
  .cid-uzhLnV5pl5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzhLnV5pl5 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzhLnV5pl5 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uzhLnUwUlW {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-uzhLnUwUlW .item-img {
  position: relative;
}
.cid-uzhLnUwUlW .button1 {
  background: #944372;
}
.cid-uzhLnUwUlW .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uzhLnUwUlW .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .button2 {
    margin-top: 1rem;
  }
}
.cid-uzhLnUwUlW .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .title {
    top: 25%;
  }
}
.cid-uzhLnUwUlW .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uzhLnUwUlW .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .image-wrapper {
    min-height: 400px;
  }
}
.cid-uzhLnUwUlW .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uzhLnUwUlW .item-wrapper {
  position: relative;
  background: #fff5ee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uzhLnUwUlW .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #fff5ee;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uzhLnUwUlW .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uzhLnUwUlW .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uzhLnUwUlW .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uzhLnUwUlW .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uzhLnUwUlW .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uzhLnUwUlW .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uzhLnUwUlW .link-icon-wrapper .svg1 path {
  fill: #fff5ee;
}
.cid-uzhLnUwUlW .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uzhLnUwUlW .link-icon-wrapper .svg2 path {
  fill: #fff5ee;
}
.cid-uzhLnUwUlW .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uzhLnUwUlW .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uzhLnUwUlW img,
.cid-uzhLnUwUlW .item-img {
  width: 100%;
}
.cid-uzhLnUwUlW .item-title2,
.cid-uzhLnUwUlW .icon2 {
  color: #2a2c2d;
}
.cid-uzhLnUwUlW .item-title1,
.cid-uzhLnUwUlW .icon1 {
  color: #ffffff;
}
.cid-uzhLnUwUlW .main-title {
  color: #fff5ee;
  text-align: center;
}
.cid-uzhLnUwUlW .main-title DIV {
  text-align: center;
}
.cid-uzhLnVtN2w {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uzhLnVtN2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhLnVtN2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhLnVtN2w .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uzhLnVtN2w .container {
    max-width: 1400px;
  }
}
.cid-uzhLnVtN2w .card {
  margin: auto;
}
.cid-uzhLnVtN2w .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #944372;
  margin-bottom: 2rem;
}
.cid-uzhLnVtN2w .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uzhLnVtN2w .row {
  justify-content: center;
}
.cid-uzhLnVtN2w .card-title,
.cid-uzhLnVtN2w .card-box {
  color: #ea2396;
  text-align: center;
}
.cid-uzhLnVtN2w H3 {
  color: #944372;
}
.cid-uzhLnVQMZg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uzhLnVQMZg .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uzhLnVQMZg .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uzhLnVQMZg .brand__text {
  padding: 12px 0 25px;
}
.cid-uzhLnVQMZg .brand__email {
  margin-bottom: 15px;
}
.cid-uzhLnVQMZg .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uzhLnVQMZg .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uzhLnVQMZg .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uzhLnVQMZg .footer__items a:hover {
  color: #36187d !important;
}
.cid-uzhLnVQMZg .social {
  margin-top: 30px;
}
.cid-uzhLnVQMZg .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzhLnVQMZg .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uzhLnVQMZg .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uzhLnVQMZg .social .social__items:last-child {
  margin-right: 0;
}
.cid-uzhLnVQMZg .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uzhLnVQMZg .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uzhLnVQMZg .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uzhLnVQMZg .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uzhLnVQMZg .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uzhLnVQMZg .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uzhLnVQMZg .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uzhLnVQMZg .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uzhLnVQMZg .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uzhLnVQMZg .divider {
    margin-top: 30px;
  }
  .cid-uzhLnVQMZg .footer__bottom {
    padding: 30px 0;
  }
  .cid-uzhLnVQMZg .align-right,
  .cid-uzhLnVQMZg .privacy {
    text-align: center;
  }
  .cid-uzhLnVQMZg .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uzhLnVQMZg .footer__adress {
  color: #944372;
}
.cid-uzhLnVQMZg .privacy {
  color: #944372;
}
.cid-uzhLnVQMZg .brand__phone {
  color: #944372;
}
.cid-uzhLnWh0jZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzhLnWh0jZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhLnWh0jZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhLnWh0jZ .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-uzhLnWh0jZ .mbr-section-title {
  color: #112B6D;
}
.cid-uzhLnWh0jZ .mbr-section-subtitle {
  color: #944372;
  margin-top: 20px;
}
.cid-uzhLnWh0jZ .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .number-container {
    display: none;
  }
}
.cid-uzhLnWh0jZ .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-uzhLnWh0jZ .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #944372;
}
.cid-uzhLnWh0jZ .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #944372;
}
.cid-uzhLnWh0jZ .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .cards-container {
    flex-wrap: wrap;
  }
}
.cid-uzhLnWh0jZ .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-uzhLnWh0jZ .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-uzhLnWh0jZ .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-uzhLnWh0jZ .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #ea2396;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uzhLnWh0jZ .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-uzhLnWh0jZ .card-title {
  color: #112B6D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-uzhLnWh0jZ .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uzhLnWh0jZ .card-text {
    text-align: left !important;
  }
}
.cid-uzhLnWh0jZ .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-uzhLnWh0jZ .mbr-section-title,
.cid-uzhLnWh0jZ .mbr-section-btn {
  color: #944372;
}
.cid-uzhLnWyqCa {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-uzhLnWyqCa .container-fluid {
  padding: 0 3rem;
}
.cid-uzhLnWyqCa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uzhLnWyqCa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-uzhLnWyqCa .card {
  margin-bottom: 2rem;
}
.cid-uzhLnWyqCa .card-img {
  width: auto !important;
}
.cid-uzhLnWyqCa .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzhLnWyqCa .content-row {
  word-wrap: break-word;
}
.cid-uzhLnWyqCa .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzhLnWyqCa .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-uzhLnWyqCa .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-uzhLnWyqCa .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uzhLnWyqCa .card-title,
  .cid-uzhLnWyqCa .card-box {
    text-align: left;
  }
  .cid-uzhLnWyqCa .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uzhLnWyqCa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhLnWyqCa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzhLnWyqCa .mbr-section-title,
.cid-uzhLnWyqCa .underline {
  color: #944372;
}
.cid-uzhLnX6dsf {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzhLnX6dsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzhLnX6dsf .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-uzhLnX6dsf .container {
    padding: 0 16px;
  }
}
.cid-uzhLnX6dsf .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uzhLnX6dsf .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uzhLnX6dsf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzhLnX6dsf .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uzhLnX6dsf .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uzhLnX6dsf .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uzhLnX6dsf .item:first-child {
  margin-bottom: 0;
}
.cid-uzhLnX6dsf .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzhLnX6dsf .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uzhLnX6dsf .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uzhLnX6dsf .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uzhLnX6dsf .mbr-section-title {
  color: #944372;
  text-align: center;
}
.cid-uzhLnX6dsf .item-text {
  color: #000000;
}
.cid-uzhLnX6dsf .item-text,
.cid-uzhLnX6dsf .mbr-section-btn {
  text-align: left;
}
.cid-uzhLnXlkzW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-uzhLnXlkzW h6 {
  line-height: 1.2;
}
.cid-uzhLnXlkzW img,
.cid-uzhLnXlkzW .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uzhLnXlkzW .item:focus,
.cid-uzhLnXlkzW span:focus {
  outline: none;
}
.cid-uzhLnXlkzW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzhLnXlkzW .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uzhLnXlkzW .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uzhLnXlkzW .mbr-section-title {
  color: #944372;
}
.cid-uzhLnXlkzW .mbr-text,
.cid-uzhLnXlkzW .mbr-section-btn {
  color: #353535;
}
.cid-uzhLnXlkzW .item-title {
  color: #944372;
  text-align: center;
}
.cid-uzhLnXlkzW .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-uc5yO7MMZr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uc5yO7MMZr .mbr-section-title {
  margin-bottom: 0;
}
.cid-uc5yO7MMZr .mbr-text {
  margin: 15px 0 60px;
  color: #919dab;
}
.cid-uc5yO7MMZr .column__one,
.cid-uc5yO7MMZr .column__two,
.cid-uc5yO7MMZr .column__three,
.cid-uc5yO7MMZr .column__four {
  padding-top: 45px;
  border: 2px solid #ebeaed;
  border-bottom-left-radius: 10px;
  background-color: #ffffff;
  background-color: transparent;
}
.cid-uc5yO7MMZr .column__one {
  border: 2px solid #ebeaed;
  border-radius: 10px;
}
.cid-uc5yO7MMZr .column__one {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uc5yO7MMZr .column__two {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-uc5yO7MMZr .column__two {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uc5yO7MMZr .column__three {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.cid-uc5yO7MMZr .column__three {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uc5yO7MMZr .column__four {
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cid-uc5yO7MMZr .column__three {
  border-bottom-left-radius: 0;
}
.cid-uc5yO7MMZr .title__table {
  margin-bottom: 0;
  padding: 0 20px;
}
.cid-uc5yO7MMZr .subtitle__table {
  color: #919dab;
  margin: 10px 0 35px;
  padding: 0 20px;
}
.cid-uc5yO7MMZr .pricing {
  padding: 0 20px;
}
.cid-uc5yO7MMZr .currency {
  vertical-align: top;
}
.cid-uc5yO7MMZr .mbr-section-btn {
  padding: 0 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cid-uc5yO7MMZr .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uc5yO7MMZr .item__table {
  padding: 16px 20px 14px;
  border-top: 2px solid #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uc5yO7MMZr .column__one,
  .cid-uc5yO7MMZr .column__two,
  .cid-uc5yO7MMZr .column__three,
  .cid-uc5yO7MMZr .column__four {
    border-right: 2px solid #ebeaed;
    margin: 0 auto 50px auto;
    max-width: 300px;
    border-radius: 10px;
  }
}
.cid-uc5yO7MMZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5yO7MMZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5yRixl00 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uc5yRixl00 .mbr-section-title {
  margin-bottom: 45px;
}
.cid-uc5yRixl00 .card {
  border-radius: 0px;
  margin-bottom: -1px;
  border-bottom: 2px solid #ebeaed !important;
  background-color: #ffffff;
}
.cid-uc5yRixl00 .card:last-child {
  border-bottom: none !important;
}
.cid-uc5yRixl00 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
  background-color: #ffffff;
}
.cid-uc5yRixl00 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uc5yRixl00 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uc5yRixl00 .card__title {
  padding: 25px 0;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-uc5yRixl00 .card__title .sign {
  margin-left: 10px;
  font-size: 11px;
  display: inline-block;
  font-weight: 900;
}
.cid-uc5yRixl00 .panel-text {
  color: #919dab;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.cid-uc5yRixl00 .title__text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-uc5yRixl00 .mbr-text {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
.cid-uc5yRixl00 .mbr-section-btn {
  margin-top: 15px;
}
.cid-uc5yRixl00 .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uc5yRixl00 .mbri-arrow-up {
  transform: rotate(180deg);
}
.cid-uc5yRixl00 .mbri-arrow-down {
  transform: rotate(-90deg);
}
.cid-uc5yRixl00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5yRixl00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-93 {
  /* Type valid CSS here */
}
#custom-html-93 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-93 p {
  font-size: 60px;
  color: #777;
}
.cid-uc5yRHJ2sF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc5yRHJ2sF .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uc5yRHJ2sF .table__title {
  padding-top: 22px;
  padding-bottom: 20px;
}
.cid-uc5yRHJ2sF .mbr-text {
  margin-bottom: 0;
}
.cid-uc5yRHJ2sF .tables {
  background-color: #7fa8d7;
}
.cid-uc5yRHJ2sF .tables {
  background-color: transparent;
}
.cid-uc5yRHJ2sF .border__bot {
  border-bottom: 2px solid #ebeaed;
}
.cid-uc5yRHJ2sF .cell {
  padding: 22px 30px 20px 30px;
}
.cid-uc5yRHJ2sF .title {
  letter-spacing: 2px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-uc5yRHJ2sF .border__bot:last-child {
  border-bottom: none !important;
}
.cid-uc5yRHJ2sF .content__block {
  padding: 35px;
  background-color: #f3f2f4;
  border-radius: 6px;
  max-width: 270px;
  margin-left: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-uc5yRHJ2sF .content__block {
    margin: auto;
  }
}
.cid-uc5yRHJ2sF .title__text {
  margin-bottom: 0;
  font-weight: 400;
}
.cid-uc5yRHJ2sF .text {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 500;
  color: #919dab;
}
.cid-uc5yRHJ2sF .mbr-section-btn {
  margin-top: 35px;
}
.cid-uc5yRHJ2sF .mbr-section-btn .btn {
  height: 40px;
  font-weight: 500;
}
.cid-uc5yRHJ2sF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5yRHJ2sF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5yQdgOTs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uc5yQdgOTs .mbr-section-title {
  margin: 15px 0 55px;
}
.cid-uc5yQdgOTs .mbr-text {
  color: #919dab;
}
.cid-uc5yQdgOTs .card__wrapper {
  margin-bottom: 70px;
}
.cid-uc5yQdgOTs .price__card {
  margin-top: 10px;
  color: #919dab;
  margin-bottom: 0;
}
.cid-uc5yQdgOTs .title__card {
  margin-bottom: 0;
}
.cid-uc5yQdgOTs .icons {
  margin-top: 25px;
  border-radius: 50%;
  background-color: #ebeaed;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uc5yQdgOTs .mbr-iconfont {
  font-size: 62px;
  color: #919dab;
}
.cid-uc5yQdgOTs .mbr-section-btn {
  margin-top: 40px;
}
.cid-uc5yQdgOTs .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-uc5yQdgOTs .card__text {
  margin-top: 45px;
  margin-bottom: 0;
}
.cid-uc5yQdgOTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5yQdgOTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uc5yS5cstd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uc5yS5cstd .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uc5yS5cstd .container-table {
  margin: 0 auto;
}
.cid-uc5yS5cstd .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uc5yS5cstd tbody tr:nth-child(even) {
  background-color: #f5f4f6;
}
.cid-uc5yS5cstd .dataTables_wrapper {
  display: block;
}
.cid-uc5yS5cstd .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uc5yS5cstd .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uc5yS5cstd .head-item {
  color: #919DAB;
  min-width: 110px;
  letter-spacing: 2px;
}
.cid-uc5yS5cstd .body-item {
  color: #212529;
}
.cid-uc5yS5cstd .table td,
.cid-uc5yS5cstd .table th {
  border: none;
}
.cid-uc5yS5cstd table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-uc5yS5cstd table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uc5yS5cstd table td {
  padding: 24px 15px 20px 15px;
}
.cid-uc5yS5cstd .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uc5yS5cstd .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uc5yS5cstd .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uc5yS5cstd .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uc5yS5cstd .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uc5yS5cstd .dataTables_filter {
    text-align: center;
  }
  .cid-uc5yS5cstd .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uc5yS5cstd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uc5yS5cstd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ndeQdxWHFF {
  background-color: #65c6d4;
}
.cid-ndeQdxWHFF .wrapper {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-ndeQdxWHFF .wrapper {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .cid-ndeQdxWHFF .btn {
    margin-left: 0 !important;
  }
}
.cid-ndeQdxWHFF .mbr-fonts-style {
  font-weight: 300;
}
.cid-ndeQdxWHFF .mbr-arrow {
  background-color: transparent !important;
}
.cid-ndeQdxWHFF .fa {
  position: absolute;
  left: 23px !important;
  top: 8px !important;
  font-size: 18px;
}
.cid-ndeQdxWHFF .btn {
  padding: 1rem 2rem;
  font-weight: 300;
}
.cid-uVDwvhmLKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDwvhmLKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwvhmLKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwvhmLKj .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uVDwvhmLKj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVDwvhmLKj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uVDwvhmLKj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwvhmLKj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVDwvhmLKj .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #d2e534;
  color: #000000;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #fe7324;
  color: #000000;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-uVDwvhmLKj .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uVDwvhmLKj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVDwvhmLKj .card-number {
  color: #000000;
}
.cid-uVDwvhmLKj .card-title {
  color: #000000;
}
.cid-uVDwzoJM18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uVDwzoJM18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwzoJM18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwzoJM18 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVDwzoJM18 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVDwzoJM18 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVDwzoJM18 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uVDwzoJM18 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .item {
    margin-bottom: 20px;
  }
}
.cid-uVDwzoJM18 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uVDwzoJM18 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uVDwzoJM18 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVDwzoJM18 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVDwzoJM18 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVDwzoJM18 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVDwzoJM18 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVDwzoJM18 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVDwzoJM18 .btn-wrapper {
  margin-top: -6%;
}
.cid-uVDwzoJM18 .mbr-section-title,
.cid-uVDwzoJM18 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uVDwzoJM18 .mbr-text,
.cid-uVDwzoJM18 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uVDwzoJM18 .card-title {
  color: #f1f5eb;
}
.cid-uVDwzoJM18 .card-text {
  color: #f1f5eb;
  text-align: center;
}
.cid-uVDwzoJM18 .card-title,
.cid-uVDwzoJM18 .mbr-section-btn {
  text-align: center;
}
.cid-uVDwDC6kt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uVDwDC6kt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwDC6kt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwDC6kt1 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uVDwDC6kt1 .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwDC6kt1 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uVDwDC6kt1 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uVDwDC6kt1 .items-wrapper {
  margin: 0;
}
.cid-uVDwDC6kt1 .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uVDwDC6kt1 .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uVDwDC6kt1 .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #bac0cc;
  }
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #bac0cc;
  border-bottom: 1px solid #bac0cc;
}
@media (max-width: 992px) {
  .cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVDwDC6kt1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVDwDC6kt1 .mbr-section-title {
  color: #093388;
}
.cid-uVDwDC6kt1 .item-number {
  color: #f4f4f4;
}
.cid-uVDwDC6kt1 .item-title {
  color: #093388;
}
.cid-uVDwDC6kt1 .item-text {
  color: #58595b;
}
.cid-uVDwGBZAfH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.cid-uVDwGBZAfH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwGBZAfH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwGBZAfH .card {
  justify-content: flex-end;
}
.cid-uVDwGBZAfH .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uVDwGBZAfH .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVDwGBZAfH .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uVDwGBZAfH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  border: 3px dashed #c10b02;
  border-bottom: none;
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uVDwGBZAfH .items-wrapper {
    display: block;
  }
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper {
  padding: 82px 64px;
  height: 100%;
  border-right: 3px dashed #c10b02;
  border-bottom: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uVDwGBZAfH .items-wrapper .item .item-wrapper {
    padding: 82px 42px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwGBZAfH .items-wrapper .item .item-wrapper {
    padding: 22px;
  }
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 260px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 22px;
}
.cid-uVDwGBZAfH .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVDwGBZAfH .mbr-label {
  color: #c10b02;
}
.cid-uVDwGBZAfH .mbr-section-title {
  color: #c10b02;
}
.cid-uVDwGBZAfH .item-title {
  color: #4b4949;
}
.cid-uVDwGBZAfH .item-title,
.cid-uVDwGBZAfH .mbr-section-btn {
  text-align: center;
}
.cid-uVDwMgnNJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uVDwMgnNJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwMgnNJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwMgnNJi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVDwMgnNJi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVDwMgnNJi .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uVDwMgnNJi .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uVDwMgnNJi .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uVDwMgnNJi .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uVDwMgnNJi .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uVDwMgnNJi .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uVDwMgnNJi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVDwMgnNJi .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uVDwMgnNJi .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uVDwMgnNJi .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uVDwMgnNJi .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uVDwMgnNJi .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uVDwMgnNJi .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwMgnNJi .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uVDwMgnNJi .item:hover .item-wrapper .item-img img,
.cid-uVDwMgnNJi .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uVDwMgnNJi .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uVDwMgnNJi .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uVDwMgnNJi .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uVDwMgnNJi .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uVDwMgnNJi .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uVDwMgnNJi .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uVDwMgnNJi .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVDwMgnNJi .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uVDwMgnNJi .list {
  color: #191c25;
}
.cid-uVDwMgnNJi .mbr-text {
  color: #191c25;
}
.cid-uVDwMgnNJi .item-title {
  color: #191c25;
}
.cid-uVDwMgnNJi .item-text {
  color: #191c25;
}
.cid-uVDwNZCQ0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uVDwNZCQ0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwNZCQ0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwNZCQ0X .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVDwNZCQ0X .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVDwNZCQ0X .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVDwNZCQ0X .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVDwNZCQ0X .item .item-wrapper {
  height: 100%;
}
.cid-uVDwNZCQ0X .item .item-wrapper:hover .item-img img,
.cid-uVDwNZCQ0X .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uVDwNZCQ0X .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uVDwNZCQ0X .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVDwNZCQ0X .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVDwNZCQ0X .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVDwNZCQ0X .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uVDwNZCQ0X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVDwNZCQ0X .item-title {
  color: #000000;
}
.cid-uVDwNZCQ0X .item-date {
  color: #000000;
}
.cid-uVDwVQrNMI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDwVQrNMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwVQrNMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwVQrNMI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwVQrNMI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwVQrNMI .container {
    padding: 0 24px;
  }
}
.cid-uVDwVQrNMI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uVDwVQrNMI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uVDwVQrNMI .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uVDwVQrNMI .item-text {
  color: #ffffff;
}
.cid-uVDwVQrNMI .item-name {
  color: #ffffff;
}
.cid-uVDwVQrNMI .mbr-rating {
  color: #EFCC4E;
}
.cid-uVDwW1toVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDwW1toVr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwW1toVr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwW1toVr .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwW1toVr .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwW1toVr .container {
    padding: 0 24px;
  }
}
.cid-uVDwW1toVr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uVDwW1toVr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVDwW1toVr .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uVDwW1toVr .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVDwW1toVr .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uVDwW1toVr .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .image-wrap .person {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  object-fit: cover;
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uVDwW1toVr .item .item-wrapper .card-box .people-wrapper .people-wrap .rating-content .item-name {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uVDwW1toVr .item-text {
  color: #ffffff;
}
.cid-uVDwW1toVr .item-name {
  color: #ffffff;
}
.cid-uVDwW1toVr .mbr-rating {
  color: #EFCC4E;
}
.cid-uVDwZjGFF9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDwZjGFF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDwZjGFF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDwZjGFF9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwZjGFF9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDwZjGFF9 .container {
    padding: 0 24px;
  }
}
.cid-uVDwZjGFF9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uVDwZjGFF9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVDwZjGFF9 .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 32px;
  display: flex;
  align-items: flex-end;
  min-height: 630px;
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .item .item-wrapper {
    min-height: 400px;
    padding: 24px;
  }
}
.cid-uVDwZjGFF9 .item .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVDwZjGFF9 .item .item-wrapper .card-box {
  position: relative;
  padding: 20px;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uVDwZjGFF9 .item .item-wrapper .card-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  border: 1px solid #ffffff;
  pointer-events: none;
  opacity: .12;
}
.cid-uVDwZjGFF9 .item .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uVDwZjGFF9 .item .item-wrapper .card-box .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uVDwZjGFF9 .item .card-main {
  height: 100%;
  display: block;
  min-height: 630px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .item .card-main {
    min-height: 400px;
    padding: 0;
  }
}
.cid-uVDwZjGFF9 .item .card-main .card-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fbfaf9;
  border-radius: 2rem;
  border: 1px solid #edeceb;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uVDwZjGFF9 .item .card-main .card-box {
    padding: 24px;
  }
}
.cid-uVDwZjGFF9 .item .card-main .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVDwZjGFF9 .item .card-main .card-box .item-text {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uVDwZjGFF9 .item-title {
  color: #18212d;
}
.cid-uVDwZjGFF9 .item-text {
  color: #18212d;
}
.cid-uVDwZjGFF9 .item-name {
  color: #ffffff;
}
.cid-uVDwZjGFF9 .item-role {
  color: #ffffff;
}
.cid-uVDx0hKXXj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDx0hKXXj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDx0hKXXj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDx0hKXXj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uVDx0hKXXj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDx0hKXXj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uVDx0hKXXj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uVDx0hKXXj .container {
    padding: 0 24px;
  }
}
.cid-uVDx0hKXXj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uVDx0hKXXj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVDx0hKXXj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uVDx0hKXXj .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.cid-uVDx0hKXXj .item .item-wrapper .item-img .date-wrapper .item-date::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #fbfaf9;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uVDx0hKXXj .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uVDx0hKXXj .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
  opacity: .5;
}
.cid-uVDx0hKXXj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVDx0hKXXj .item-title {
  color: #18212d;
}
.cid-uVDx0hKXXj .item-text {
  color: #18212d;
}
.cid-uVDx0hKXXj .item-date {
  color: #ffffff;
}
.cid-uVDx4MB2N3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDx4MB2N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDx4MB2N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDx4MB2N3 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uVDx4MB2N3 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uVDx4MB2N3 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVDx4MB2N3 .container {
    padding: 0 20px;
  }
}
.cid-uVDx4MB2N3 .row {
  justify-content: center;
}
.cid-uVDx4MB2N3 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uVDx4MB2N3 .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uVDx4MB2N3 .item {
    margin-bottom: 40px;
  }
}
.cid-uVDx4MB2N3 .item:hover .item-wrapper,
.cid-uVDx4MB2N3 .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-uVDx4MB2N3 .item:hover .item-wrapper .item-img img,
.cid-uVDx4MB2N3 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVDx4MB2N3 .item .item-wrapper {
  height: 100%;
  border: 1px solid #acb3b7;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-uVDx4MB2N3 .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uVDx4MB2N3 .item .item-wrapper .item-img img {
  height: 350px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVDx4MB2N3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVDx4MB2N3 .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-uVDx4MB2N3 .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-uVDx4MB2N3 .item .item-wrapper .item-content .card-date {
  margin-bottom: 0;
}
.cid-uVDx4MB2N3 .item a {
  display: block;
  height: 100%;
}
.cid-uVDx4MB2N3 .mbr-desc {
  color: #000000;
}
.cid-uVDx4MB2N3 .card-title {
  color: #000000;
}
.cid-uVDx4MB2N3 .card-date {
  color: #9a9a9a;
}
.cid-uVDx6m3pMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDx6m3pMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDx6m3pMV .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-uVDx6m3pMV .container {
    padding: 0 22px;
  }
}
.cid-uVDx6m3pMV .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uVDx6m3pMV .row .card {
  justify-content: center;
}
.cid-uVDx6m3pMV .content-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uVDx6m3pMV .content-wrapper {
    height: auto;
    margin-bottom: 32px;
  }
}
.cid-uVDx6m3pMV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVDx6m3pMV .content-wrapper .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uVDx6m3pMV .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uVDx6m3pMV .item:hover .item-wrapper .item-content .card-title,
.cid-uVDx6m3pMV .item:focus .item-wrapper .item-content .card-title {
  color: #ff5753;
}
.cid-uVDx6m3pMV .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uVDx6m3pMV .item .item-wrapper .item-img img {
  height: 340px;
  object-fit: cover;
}
.cid-uVDx6m3pMV .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uVDx6m3pMV .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uVDx6m3pMV .item a {
  display: block;
}
.cid-uVDx6m3pMV .mbr-section-title {
  color: #000000;
}
.cid-uVDx6m3pMV .mbr-text {
  color: #000000;
}
.cid-uVDx6m3pMV .card-title {
  color: #000000;
}
.cid-uVDx6m3pMV .card-desc {
  color: #8a8588;
}
.cid-uVDx6m3pMV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVDx6m3pMV .mbr-section-btn .btn {
    text-align: left;
  }
}
.cid-uVDx9IdIbZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVDx9IdIbZ .item-img {
  position: relative;
}
.cid-uVDx9IdIbZ .item-img img {
  transition: all 0.2s;
}
.cid-uVDx9IdIbZ .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-uVDx9IdIbZ .item:hover {
  cursor: pointer;
  transform: translateY(-6px);
}
.cid-uVDx9IdIbZ .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
.cid-uVDx9IdIbZ .item:hover img {
  transform: scale(1.05);
}
.cid-uVDx9IdIbZ .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-uVDx9IdIbZ .image-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
.cid-uVDx9IdIbZ .item-wrapper {
  position: relative;
  background: #ffffff;
  border: 3px solid #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVDx9IdIbZ .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVDx9IdIbZ .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-uVDx9IdIbZ .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #ffffff;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .icon-wrap {
  background: #000000;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .svg1 path {
  fill: #ffffff;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-uVDx9IdIbZ .link-icon-wrapper .svg2 path {
  fill: #ffffff;
}
.cid-uVDx9IdIbZ .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uVDx9IdIbZ .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-uVDx9IdIbZ img,
.cid-uVDx9IdIbZ .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVDx9IdIbZ .item:focus,
.cid-uVDx9IdIbZ span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-uVDx9IdIbZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uVDx9IdIbZ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uVDx9IdIbZ .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVDx9IdIbZ .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uVDx9IdIbZ .mbr-section-subtitle,
.cid-uVDx9IdIbZ .subtitle-wrap,
.cid-uVDx9IdIbZ .mbr-section-btn {
  text-align: left;
}
.cid-uVDx9IdIbZ .mbr-text,
.cid-uVDx9IdIbZ .item .mbr-section-btn {
  color: #ffffff;
}
.cid-uVDxe11V5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uVDxe11V5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDxe11V5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDxe11V5o .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uVDxe11V5o .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uVDxe11V5o .container {
    padding: 0 25px;
  }
}
.cid-uVDxe11V5o .row {
  justify-content: center;
}
.cid-uVDxe11V5o .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uVDxe11V5o .item {
  margin-bottom: 30px;
}
.cid-uVDxe11V5o .item:hover .item-wrapper .item-content,
.cid-uVDxe11V5o .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uVDxe11V5o .item:hover .item-wrapper .item-content .mbr-role,
.cid-uVDxe11V5o .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uVDxe11V5o .item:hover .item-wrapper .item-content .mbr-name,
.cid-uVDxe11V5o .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uVDxe11V5o .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uVDxe11V5o .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uVDxe11V5o .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uVDxe11V5o .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVDxe11V5o .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uVDxe11V5o .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uVDxe11V5o .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVDxe11V5o .mbr-name {
  color: #000000;
}
.cid-uVDxe11V5o .mbr-role {
  color: #000000;
}
.cid-uVDxfxrPxO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVDxfxrPxO img,
.cid-uVDxfxrPxO .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  min-height: 300px;
  height: 300px;
  object-fit: cover;
}
.cid-uVDxfxrPxO .item:focus,
.cid-uVDxfxrPxO span:focus {
  outline: none;
}
.cid-uVDxfxrPxO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVDxfxrPxO .item {
    margin-bottom: 1rem;
  }
}
.cid-uVDxfxrPxO h5 {
  margin: 0;
}
.cid-uVDxfxrPxO .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVDxfxrPxO .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uVDxfxrPxO .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVDxfxrPxO .item-wrapper:hover {
  border-color: #944372;
}
.cid-uVDxfxrPxO .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uVDxfxrPxO .item-wrapper {
    height: auto;
  }
}
.cid-uVDxfxrPxO .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uVDxfxrPxO .item-title {
  text-align: center;
}
.cid-uVDxfxrPxO .item-subtitle {
  text-align: center;
}
.cid-uVDxfxrPxO .mbr-text,
.cid-uVDxfxrPxO .item .mbr-section-btn {
  text-align: center;
}
.cid-uVDxfxrPxO .content-head {
  max-width: 800px;
}
.cid-uVDxfxrPxO .mbr-section-subtitle,
.cid-uVDxfxrPxO .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVDxh2AuyU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVDxh2AuyU .item-content {
  disaply: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.cid-uVDxh2AuyU img,
.cid-uVDxh2AuyU .item-img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uVDxh2AuyU .item:focus,
.cid-uVDxh2AuyU span:focus {
  outline: none;
}
.cid-uVDxh2AuyU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVDxh2AuyU .item {
    margin-bottom: 1rem;
  }
}
.cid-uVDxh2AuyU h5,
.cid-uVDxh2AuyU h6 {
  margin: 0;
}
.cid-uVDxh2AuyU .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  padding: 1rem;
  flex-flow: column nowrap;
  border: 1px solid lightgray;
  transition: all 0.3s;
}
.cid-uVDxh2AuyU .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVDxh2AuyU .item-wrapper:hover {
  border-color: #944372;
}
.cid-uVDxh2AuyU .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-uVDxh2AuyU .item-wrapper {
    height: auto;
  }
}
.cid-uVDxh2AuyU .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uVDxh2AuyU .item-title {
  text-align: center;
}
.cid-uVDxh2AuyU .item-subtitle {
  text-align: center;
}
.cid-uVDxh2AuyU .mbr-text,
.cid-uVDxh2AuyU .item .mbr-section-btn {
  text-align: center;
}
.cid-uVDxh2AuyU .content-head {
  max-width: 800px;
}
.cid-uVDxh2AuyU .mbr-section-subtitle,
.cid-uVDxh2AuyU .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVDxjGBPCk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVDxjGBPCk img,
.cid-uVDxjGBPCk .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 300px;
  height: 300px;
}
.cid-uVDxjGBPCk .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uVDxjGBPCk .item:focus,
.cid-uVDxjGBPCk span:focus {
  outline: none;
}
.cid-uVDxjGBPCk .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uVDxjGBPCk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVDxjGBPCk .item {
    margin-bottom: 1rem;
  }
}
.cid-uVDxjGBPCk h5 {
  margin: 0;
}
.cid-uVDxjGBPCk .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uVDxjGBPCk .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uVDxjGBPCk .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uVDxjGBPCk .item-wrapper:hover .item-img {
  border: 1px solid #944372;
}
.cid-uVDxjGBPCk .item-wrapper:hover .img-wrap {
  margin: 10px;
}
.cid-uVDxjGBPCk .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uVDxjGBPCk .item-wrapper {
    height: auto;
  }
}
.cid-uVDxjGBPCk .mbr-section-title {
  color: #4e423d;
  text-align: left;
}
.cid-uVDxjGBPCk .item-title {
  text-align: center;
}
.cid-uVDxjGBPCk .item-subtitle {
  text-align: center;
}
.cid-uVDxjGBPCk .mbr-text,
.cid-uVDxjGBPCk .item .mbr-section-btn {
  text-align: center;
}
.cid-uVDxjGBPCk .mbr-section-subtitle,
.cid-uVDxjGBPCk .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uVDxrm3mQR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVDxrm3mQR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDxrm3mQR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDxrm3mQR .container-fluid {
  padding: 0 56px;
}
@media (max-width: 768px) {
  .cid-uVDxrm3mQR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uVDxrm3mQR .container {
    padding: 0 26px;
  }
}
.cid-uVDxrm3mQR .row {
  justify-content: center;
}
.cid-uVDxrm3mQR .item {
  padding: 0 20px;
  margin-bottom: 50px;
}
.cid-uVDxrm3mQR .item:hover .item-wrapper .item-img img {
  transform: scale(1.06);
}
.cid-uVDxrm3mQR .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-uVDxrm3mQR .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uVDxrm3mQR .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVDxrm3mQR .item .item-wrapper .item-content a:hover .mbr-desc,
.cid-uVDxrm3mQR .item .item-wrapper .item-content a:hover .mbr-date {
  opacity: .7;
}
.cid-uVDxrm3mQR .item .item-wrapper .item-content a .mbr-desc,
.cid-uVDxrm3mQR .item .item-wrapper .item-content a .mbr-date {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVDxrm3mQR .item-title {
  color: #ffffff;
}
.cid-uVDxrm3mQR .mbr-date {
  color: #cacaca;
}
.cid-uVDxrm3mQR .mbr-desc {
  color: #cacaca;
}
.cid-uVDxtH96Gx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uVDxtH96Gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDxtH96Gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDxtH96Gx .container-fluid {
  padding: 0 110px;
}
@media (max-width: 768px) {
  .cid-uVDxtH96Gx .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uVDxtH96Gx .container {
    padding: 0 26px;
  }
}
.cid-uVDxtH96Gx .row {
  justify-content: center;
}
.cid-uVDxtH96Gx .item {
  padding: 0 25px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVDxtH96Gx .item {
    padding: 0 12px;
  }
}
.cid-uVDxtH96Gx .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
  padding: 20px;
}
.cid-uVDxtH96Gx .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uVDxtH96Gx .item .item-wrapper .item-content .mbr-desc {
  margin-bottom: 16px;
}
.cid-uVDxtH96Gx .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVDxtH96Gx .mbr-desc {
  color: #cacaca;
  text-align: center;
}
.cid-uVDChKjl5p {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVDChKjl5p .item-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  padding: 1rem;
  opacity: 0;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uVDChKjl5p .item-content {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.cid-uVDChKjl5p .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVDChKjl5p .item-wrapper:hover:before {
  opacity: 0.6;
}
.cid-uVDChKjl5p .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uVDChKjl5p .item-wrapper:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uVDChKjl5p .item-wrapper:before {
    opacity: 0.6;
  }
}
.cid-uVDChKjl5p img,
.cid-uVDChKjl5p .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVDChKjl5p .item:focus,
.cid-uVDChKjl5p span:focus {
  outline: none;
}
.cid-uVDChKjl5p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVDChKjl5p .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uVDChKjl5p .mbr-section-title {
  color: #232323;
}
.cid-uVDChKjl5p .mbr-text,
.cid-uVDChKjl5p .mbr-section-btn {
  text-align: center;
}
.cid-uVDChKjl5p .item-title {
  text-align: center;
}
.cid-uVDChKjl5p .item-subtitle {
  text-align: center;
}
.cid-uVDCAIdjps {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-uVDCAIdjps .item:focus,
.cid-uVDCAIdjps span:focus {
  outline: none;
}
.cid-uVDCAIdjps .item-wrapper {
  position: relative;
}
.cid-uVDCAIdjps .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uVDCAIdjps .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-uVDCAIdjps .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-uVDCAIdjps .mbr-text,
.cid-uVDCAIdjps .mbr-section-btn {
  text-align: left;
}
.cid-uVDCAIdjps .item-title {
  text-align: left;
}
.cid-uVDCAIdjps .item-subtitle {
  text-align: left;
}
.cid-uVDCAIdjps .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-uVDCAIdjps .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-uVDCAIdjps .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-uVDCAIdjps .embla__slide {
    min-width: 375px;
  }
}
.cid-uVDCAIdjps .embla__button--next,
.cid-uVDCAIdjps .embla__button--prev {
  display: flex;
}
.cid-uVDCAIdjps .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVDCAIdjps .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVDCAIdjps .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVDCAIdjps .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVDCAIdjps .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uVDCAIdjps .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uVDCAIdjps .embla {
  position: relative;
  width: 100%;
}
.cid-uVDCAIdjps .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-uVDCAIdjps .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVDCAIdjps .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVDCAIdjps .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVDCAIdjps .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-uVDCAIdjps .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-uVDCAIdjps .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-uVDCAIdjps img {
  width: 100%;
  object-fit: cover;
}
.cid-uVDCAIdjps .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-uVDCAIdjps .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-uVDCAIdjps H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-uVDCAIdjps .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-uVDCAIdjps .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-uVDCAIdjps .card-wrapper:hover .card-box,
.cid-uVDCAIdjps .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-uVDCAIdjps .card-wrapper:hover:before,
.cid-uVDCAIdjps .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-uVDCAIdjps .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-uVDCAIdjps .link-title {
  display: inline-block;
}
.cid-uVDCAIdjps .margin {
  margin-right: 14px;
}
.cid-uVDCAIdjps .article {
  display: contents;
}
.cid-uVDCAIdjps .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-uVDCAIdjps .link-row {
  align-items: center;
}
.cid-uVDCAIdjps .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-uVDCAIdjps .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-uVDCAIdjps .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-uVDCAIdjps .btn {
  margin-top: 20px;
}
.cid-uVDCAIdjps .card-title,
.cid-uVDCAIdjps .iconfont-wrapper {
  text-align: center;
}
.cid-uVDCAIdjps a.btn > span {
  margin-left: 0.5rem;
}
.cid-uVDCAIdjps .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
}
.cid-uVDCAIdjps .card-box:focus-within {
  opacity: 1;
}
.cid-uVDCAIdjps .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-uVDCAIdjps .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-uVDCAIdjps .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-uVDCAIdjps .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-uVDCAIdjps .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-uVDCAIdjps .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-uVDCAIdjps .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-uVDCAIdjps .card1 {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uVDCAIdjps .card2 {
  background-image: url("../../../assets/images/background2.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uVDCAIdjps .card3 {
  background-image: url("../../../assets/images/image1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uVDCAIdjps .card4 {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
}
.cid-uVDCAIdjps .card5 {
  background-image: url("../../../assets/images/background1.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-uVDCAIdjps .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-uVDCAIdjps .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-uVDCAIdjps .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-uVDCAIdjps .embla__button {
    display: none;
  }
}
.cid-uVDCGsjjJ8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uVDCGsjjJ8 .main_header {
    padding-left: 100px;
  }
}
.cid-uVDCGsjjJ8 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-uVDCGsjjJ8 .mbr-text {
  margin-bottom: 33px;
}
.cid-uVDCGsjjJ8 .image_wrapper {
  display: flex;
}
.cid-uVDCGsjjJ8 .image_wrapper .item-img:nth-child(1) {
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-uVDCGsjjJ8 .image_wrapper {
    margin: 65px 0 50px;
  }
}
@media (max-width: 767px) {
  .cid-uVDCGsjjJ8 .image_wrapper {
    flex-direction: column;
    margin: 40px 0 30px;
  }
  .cid-uVDCGsjjJ8 .image_wrapper .item-img:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uVDCGsjjJ8 .item-img {
  position: relative;
}
.cid-uVDCGsjjJ8 .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #eae8e4;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-uVDCGsjjJ8 img,
.cid-uVDCGsjjJ8 .item-img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cid-uVDCLmBGbm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVDCLmBGbm .card-wrapper {
  background: #f0f2f5;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uVDCLmBGbm .card-wrapper {
    flex-direction: column;
  }
  .cid-uVDCLmBGbm .card-wrapper .img-wrapper {
    order: -1;
  }
}
.cid-uVDCLmBGbm .card {
  padding: 0.5rem;
}
.cid-uVDCLmBGbm .main-row {
  padding: 0 0.5rem;
}
.cid-uVDCLmBGbm .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uVDCLmBGbm .row .row {
    flex-direction: column-reverse;
  }
  .cid-uVDCLmBGbm .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVDCLmBGbm .img-wrapper,
.cid-uVDCLmBGbm img {
  height: 250px;
  object-fit: cover;
  margin: 0!important;
}
@media (max-width: 767px) {
  .cid-uVDCLmBGbm .img-wrapper,
  .cid-uVDCLmBGbm img {
    height: auto;
  }
}
.cid-uVDCLmBGbm .text-wrapper {
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uVDCLmBGbm .text-wrapper {
    padding: 1.5rem 1rem;
    padding-top: 2rem;
    text-align: center;
  }
}
.cid-uVDCLmBGbm .btn-md {
  padding: 0.2rem 1rem;
}
.cid-uVDCLmBGbm .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVDCLmBGbm .card-subtitle {
  color: #0095ff;
}
.cid-uVDCLmBGbm .mbr-text {
  color: #555555;
}
.cid-uVDCLmBGbm .card-title {
  color: #103178;
}
.cid-uVDCLmBGbm .mbr-section-title {
  color: #103178;
}
.cid-uVDCLmBGbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDCLmBGbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPSME1GRq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzPSME1GRq .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzPSME1GRq .container {
    padding: 0 ;
  }
}
.cid-uzPSME1GRq .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uzPSME1GRq .navbar.opened {
  transition: all 0.3s;
}
.cid-uzPSME1GRq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzPSME1GRq .navbar .navbar-logo img {
  width: auto;
}
.cid-uzPSME1GRq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzPSME1GRq .navbar.collapsed {
  justify-content: center;
}
.cid-uzPSME1GRq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzPSME1GRq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzPSME1GRq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uzPSME1GRq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzPSME1GRq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzPSME1GRq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzPSME1GRq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzPSME1GRq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzPSME1GRq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzPSME1GRq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzPSME1GRq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzPSME1GRq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzPSME1GRq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzPSME1GRq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzPSME1GRq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzPSME1GRq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzPSME1GRq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzPSME1GRq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzPSME1GRq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzPSME1GRq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uzPSME1GRq .navbar.navbar-short {
  min-height: 110px;
}
.cid-uzPSME1GRq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzPSME1GRq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzPSME1GRq .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uzPSME1GRq nav.navbar {
  position: fixed;
}
.cid-uzPSME1GRq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPSME1GRq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uzPSME1GRq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzPSME1GRq .dropdown-item:hover,
.cid-uzPSME1GRq .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uzPSME1GRq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzPSME1GRq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzPSME1GRq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzPSME1GRq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzPSME1GRq .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzPSME1GRq .dropdown-menu,
.cid-uzPSME1GRq .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uzPSME1GRq .nav-item:focus,
.cid-uzPSME1GRq .nav-link:focus {
  outline: none;
}
.cid-uzPSME1GRq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzPSME1GRq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzPSME1GRq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzPSME1GRq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPSME1GRq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzPSME1GRq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzPSME1GRq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzPSME1GRq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzPSME1GRq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzPSME1GRq .dropdown-item.active,
.cid-uzPSME1GRq .dropdown-item:active {
  background-color: transparent;
}
.cid-uzPSME1GRq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzPSME1GRq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzPSME1GRq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzPSME1GRq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uzPSME1GRq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzPSME1GRq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzPSME1GRq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzPSME1GRq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzPSME1GRq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzPSME1GRq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uzPSME1GRq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzPSME1GRq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPSME1GRq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPSME1GRq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzPSME1GRq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPSME1GRq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzPSME1GRq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzPSME1GRq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPSME1GRq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzPSME1GRq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzPSME1GRq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzPSME1GRq .navbar {
    height: 70px;
  }
  .cid-uzPSME1GRq .navbar.opened {
    height: auto;
  }
  .cid-uzPSME1GRq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzPSME1GRq .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzPSME1GRq .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uzPSMEJ4dw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uzPSMEJ4dw .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzPSMEJ4dw .row {
    flex-direction: column-reverse;
  }
  .cid-uzPSMEJ4dw .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uzPSMEJ4dw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPSMEJ4dw .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uzPSMEJ4dw .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uzPSMEJ4dw .card-title {
  color: #36187d;
}
.cid-uzPSMEJ4dw .mbr-text,
.cid-uzPSMEJ4dw .mbr-section-btn {
  color: #6c758f;
}
.cid-uzPSMEJ4dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPSMEJ4dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPSMEJ4dw .mbr-section-title {
  color: #944372;
}
.cid-uzPSMEWWya {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uzPSMEWWya .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPSMEWWya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPSMEWWya .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uzPSMEWWya .mbr-section-title,
.cid-uzPSMEWWya .mbr-section-subtitle {
  text-align: center;
}
.cid-uzPSMEWWya .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uzPSMEWWya .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uzPSMEWWya .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uzPSMEWWya .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzPSMEWWya .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPSMEWWya .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uzPSMEWWya .card-title {
  color: #ff8a8a;
}
.cid-uzPSMEWWya .mbr-section-title {
  color: #944372;
}
.cid-uzPSMEWWya .cost {
  color: #944372;
}
.cid-uzPSMFmgr1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uzPSMFmgr1 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uzPSMFmgr1 .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uzPSMFmgr1 .brand__text {
  padding: 12px 0 25px;
}
.cid-uzPSMFmgr1 .brand__email {
  margin-bottom: 15px;
}
.cid-uzPSMFmgr1 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uzPSMFmgr1 .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uzPSMFmgr1 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uzPSMFmgr1 .footer__items a:hover {
  color: #36187d !important;
}
.cid-uzPSMFmgr1 .social {
  margin-top: 30px;
}
.cid-uzPSMFmgr1 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzPSMFmgr1 .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uzPSMFmgr1 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uzPSMFmgr1 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uzPSMFmgr1 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uzPSMFmgr1 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uzPSMFmgr1 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uzPSMFmgr1 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uzPSMFmgr1 .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uzPSMFmgr1 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uzPSMFmgr1 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uzPSMFmgr1 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uzPSMFmgr1 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uzPSMFmgr1 .divider {
    margin-top: 30px;
  }
  .cid-uzPSMFmgr1 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uzPSMFmgr1 .align-right,
  .cid-uzPSMFmgr1 .privacy {
    text-align: center;
  }
  .cid-uzPSMFmgr1 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uzPSMFmgr1 .footer__adress {
  color: #944372;
}
.cid-uzPSMFmgr1 .privacy {
  color: #944372;
}
.cid-uzPSMFmgr1 .brand__phone {
  color: #944372;
}
.cid-uEyFU6E5aG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEyFU6E5aG .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uEyFU6E5aG .container {
    padding: 0 ;
  }
}
.cid-uEyFU6E5aG .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uEyFU6E5aG .navbar.opened {
  transition: all 0.3s;
}
.cid-uEyFU6E5aG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEyFU6E5aG .navbar .navbar-logo img {
  width: auto;
}
.cid-uEyFU6E5aG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEyFU6E5aG .navbar.collapsed {
  justify-content: center;
}
.cid-uEyFU6E5aG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEyFU6E5aG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEyFU6E5aG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uEyFU6E5aG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEyFU6E5aG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEyFU6E5aG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEyFU6E5aG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEyFU6E5aG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEyFU6E5aG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEyFU6E5aG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEyFU6E5aG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEyFU6E5aG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEyFU6E5aG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEyFU6E5aG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEyFU6E5aG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEyFU6E5aG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEyFU6E5aG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEyFU6E5aG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEyFU6E5aG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEyFU6E5aG .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uEyFU6E5aG .navbar.navbar-short {
  min-height: 110px;
}
.cid-uEyFU6E5aG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEyFU6E5aG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEyFU6E5aG .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uEyFU6E5aG nav.navbar {
  position: fixed;
}
.cid-uEyFU6E5aG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEyFU6E5aG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uEyFU6E5aG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEyFU6E5aG .dropdown-item:hover,
.cid-uEyFU6E5aG .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uEyFU6E5aG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEyFU6E5aG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEyFU6E5aG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEyFU6E5aG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEyFU6E5aG .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEyFU6E5aG .dropdown-menu,
.cid-uEyFU6E5aG .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uEyFU6E5aG .nav-item:focus,
.cid-uEyFU6E5aG .nav-link:focus {
  outline: none;
}
.cid-uEyFU6E5aG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEyFU6E5aG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEyFU6E5aG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEyFU6E5aG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEyFU6E5aG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEyFU6E5aG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEyFU6E5aG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEyFU6E5aG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEyFU6E5aG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEyFU6E5aG .dropdown-item.active,
.cid-uEyFU6E5aG .dropdown-item:active {
  background-color: transparent;
}
.cid-uEyFU6E5aG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEyFU6E5aG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEyFU6E5aG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEyFU6E5aG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uEyFU6E5aG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEyFU6E5aG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEyFU6E5aG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEyFU6E5aG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEyFU6E5aG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEyFU6E5aG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uEyFU6E5aG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEyFU6E5aG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEyFU6E5aG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEyFU6E5aG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEyFU6E5aG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEyFU6E5aG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEyFU6E5aG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEyFU6E5aG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEyFU6E5aG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEyFU6E5aG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEyFU6E5aG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEyFU6E5aG .navbar {
    height: 70px;
  }
  .cid-uEyFU6E5aG .navbar.opened {
    height: auto;
  }
  .cid-uEyFU6E5aG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEyFU6E5aG .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEyFU6E5aG .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uEyFU1XZfY {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #fff5ee;
  overflow: hidden;
}
.cid-uEyFU1XZfY svg {
  fill: #fff5ee !important;
  pointer-events: none;
}
.cid-uEyFU1XZfY #e2_shape {
  fill: #fff5ee !important;
}
.cid-uEyFU1XZfY .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-uEyFU1XZfY .mbr-text {
  font-weight: 300;
}
.cid-uEyFU1XZfY .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-uEyFU1XZfY .btn-white {
  color: #404040 !important;
}
.cid-uEyFU1XZfY .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-uEyFU1XZfY .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-uEyFU1XZfY .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uEyFU1XZfY {
    padding: 30px;
  }
  .cid-uEyFU1XZfY svg {
    display: none;
  }
}
.cid-uEyFU1XZfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU1XZfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU1XZfY .mbr-section-title,
.cid-uEyFU1XZfY .mbr-section-btn {
  color: #944372;
}
.cid-uEyFU1XZfY .mbr-text,
.cid-uEyFU1XZfY .mbr-section-btn {
  color: #e9204f;
}
.cid-uEyFU2BBX0 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f9f4f8;
}
@media (max-width: 767px) {
  .cid-uEyFU2BBX0 h2 {
    margin-bottom: 1rem;
  }
  .cid-uEyFU2BBX0 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uEyFU2BBX0 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uEyFU2BBX0 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uEyFU2BBX0 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uEyFU2BBX0 .container {
    position: relative;
  }
  .cid-uEyFU2BBX0 h2 {
    margin: 0;
  }
}
.cid-uEyFU2BBX0 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uEyFU2BBX0 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uEyFU2BBX0 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uEyFU2BBX0 .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uEyFU2BBX0 .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uEyFU2BBX0 .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uEyFU2BBX0 .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uEyFU2BBX0 .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uEyFU2BBX0 .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uEyFU2BBX0 .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uEyFU2BBX0 .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uEyFU2BBX0 .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uEyFU2BBX0 .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uEyFU2BBX0 .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uEyFU2BBX0 .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uEyFU2BBX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU2BBX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU2BBX0 .container-column,
.cid-uEyFU2BBX0 h2 {
  color: #944372;
}
.cid-uEyFU2Wrw5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #f9f4f8;
}
.cid-uEyFU2Wrw5 .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-uEyFU2Wrw5 .card-wrapper:hover .card-title {
  color: #944372;
}
.cid-uEyFU2Wrw5 .col1 span {
  padding-right: 1.5rem;
}
.cid-uEyFU2Wrw5 .col2 span {
  padding-left: 1.5rem;
}
.cid-uEyFU2Wrw5 .card-title {
  transition: all 0.3s;
  color: #ea2396;
}
.cid-uEyFU2Wrw5 .mbr-iconfont {
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #944372;
}
@media (max-width: 992px) {
  .cid-uEyFU2Wrw5 .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-uEyFU2Wrw5 span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-uEyFU2Wrw5 .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uEyFU2Wrw5 .card-text {
  color: #616161;
}
.cid-uEyFU3oHji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uEyFU3oHji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU3oHji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU3oHji .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uEyFU3oHji .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uEyFU3oHji .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEyFU3oHji .container {
    padding: 0 20px;
  }
}
.cid-uEyFU3oHji .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uEyFU3oHji .title-wrapper {
    display: block;
  }
}
.cid-uEyFU3oHji .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uEyFU3oHji .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uEyFU3oHji .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-uEyFU3oHji .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uEyFU3oHji .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uEyFU3oHji .mbr-section-title {
  color: #38001b;
}
.cid-uEyFU3Fogk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #1d1d22;
}
.cid-uEyFU3Fogk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU3Fogk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU3Fogk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uEyFU3Fogk .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uEyFU3Fogk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uEyFU3Fogk .container {
    padding: 0 16px;
  }
}
.cid-uEyFU3Fogk .row {
  justify-content: center;
}
.cid-uEyFU3Fogk .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uEyFU3Fogk .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uEyFU3Fogk .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uEyFU3Fogk .mbr-section-title {
  color: #f0f0f0;
}
.cid-uEyFU3Fogk .mbr-text {
  color: #f0f0f0;
}
.cid-uEyFU3UKcn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uEyFU3UKcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU3UKcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU3UKcn .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uEyFU3UKcn .container {
    padding: 10px 8px;
  }
}
.cid-uEyFU3UKcn .row {
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uEyFU3UKcn .row {
    padding: 50px 10px;
  }
}
.cid-uEyFU3UKcn .row .card {
  padding: 0;
}
.cid-uEyFU3UKcn .social-wrapper {
  padding-right: 16px;
}
@media (max-width: 992px) {
  .cid-uEyFU3UKcn .social-wrapper {
    padding: 0;
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-uEyFU3UKcn .social-wrapper .soc-wrap {
    display: block;
  }
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item {
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item {
    margin-left: 0;
  }
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item:nth-child(2) a .mbr-iconfont {
  background-color: #3283fb;
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item:nth-child(3) a .mbr-iconfont {
  background-color: #e354e3;
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item a:focus .mbr-iconfont {
  border-radius: 100%;
}
.cid-uEyFU3UKcn .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  width: 100px;
  height: 100px;
  font-size: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 33px;
  color: #ffffff;
  background-color: #715edb;
  transition: all 0.5s ease-in-out;
}
.cid-uEyFU3UKcn .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 0;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-uEyFU3UKcn .mbr-section-title {
    padding: 0;
    margin-bottom: 22px;
    text-align: center;
  }
}
.cid-uEyFU3UKcn .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uEyFU3UKcn .mbr-section-btn {
    text-align: center;
  }
}
.cid-uEyFU4fRlA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uEyFU4fRlA .button-padding {
  padding: 0;
}
.cid-uEyFU4fRlA .btn {
  margin: 0;
}
.cid-uEyFU4fRlA .button-top {
  margin-top: 20px;
  padding: 0;
}
.cid-uEyFU4fRlA .mbr-text {
  padding-bottom: 30px;
  margin: 0;
}
.cid-uEyFU4fRlA .card-title {
  padding-bottom: 50px;
  margin: 0;
}
.cid-uEyFU4wLUO {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #279e64;
}
.cid-uEyFU4wLUO .content-inner .left-content {
  display: block;
}
.cid-uEyFU4wLUO .content-inner .left-content .mbr-section-title {
  color: #ffffff;
  margin-bottom: 11px;
}
.cid-uEyFU4wLUO .content-inner .left-content .mbr-text {
  color: #ffffff;
}
.cid-uEyFU4wLUO .content-inner .right-content {
  display: block;
}
.cid-uEyFU4wLUO .content-inner .right-content .mbr-text {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 17px;
  letter-spacing: .02em;
}
.cid-uEyFU4wLUO .content-inner .right-content .mbr-section-btn .btn {
  border-radius: 30px;
  padding: 18px 42px !important;
}
.cid-uEyFU4wLUO .content-inner .right-content .mbr-section-btn .btn-white {
  color: #000000 !important;
}
.cid-uEyFU4wLUO .content-inner .right-content .mbr-section-btn .btn-white:hover {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
@media (max-width: 991px) {
  .cid-uEyFU4wLUO .content-inner {
    justify-content: center !important;
  }
  .cid-uEyFU4wLUO * {
    text-align: center;
  }
}
.cid-uEyFU4wLUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU4wLUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU4MBEL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEyFU4ZPQi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEyFU5HL70 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uEyFU5WyNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEyFU5WyNE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-uEyFU6c3lK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4e4;
}
.cid-uEyFU6c3lK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU6c3lK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU6c3lK .row {
  align-items: stretch;
  column-gap: 7vw;
  row-gap: 30px;
}
.cid-uEyFU6c3lK .col-img {
  width: 57%;
}
@media (max-width: 1199px) {
  .cid-uEyFU6c3lK .col-img {
    width: 100%;
  }
}
.cid-uEyFU6c3lK .image-wrapper {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .cid-uEyFU6c3lK .image-wrapper {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uEyFU6c3lK .image-wrapper {
    border-radius: 12px;
  }
}
.cid-uEyFU6c3lK .image-wrapper img {
  width: 100%;
  aspect-ratio: 1.163;
  object-fit: cover;
}
.cid-uEyFU6c3lK .image-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 30px solid rgba(0, 0, 0, 0.35);
  border-radius: 60px;
  pointer-events: none;
}
@media (max-width: 1399px) {
  .cid-uEyFU6c3lK .image-wrapper:after {
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .cid-uEyFU6c3lK .image-wrapper:after {
    border-width: 20px;
    border-radius: 12px;
  }
}
.cid-uEyFU6c3lK .col-text {
  display: flex;
  align-items: center;
  width: 1%;
  flex-grow: 1;
}
.cid-uEyFU6c3lK .card-title {
  color: #e9204f;
}
.cid-uEyFU6c3lK .mbr-text {
  margin-top: 40px;
  color: #6c7a88;
}
@media (max-width: 1399px) {
  .cid-uEyFU6c3lK .mbr-text {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uEyFU6c3lK .mbr-text {
    margin-top: 12px;
  }
}
.cid-uEyFU6c3lK .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uEyFU6c3lK .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uEyFU7H1VV {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-uEyFU7H1VV .container-fluid {
  padding: 0 3rem;
}
.cid-uEyFU7H1VV .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uEyFU7H1VV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-uEyFU7H1VV .card {
  margin-bottom: 2rem;
}
.cid-uEyFU7H1VV .card-img {
  width: auto !important;
}
.cid-uEyFU7H1VV .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEyFU7H1VV .content-row {
  word-wrap: break-word;
}
.cid-uEyFU7H1VV .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEyFU7H1VV .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-uEyFU7H1VV .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-uEyFU7H1VV .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEyFU7H1VV .card-title,
  .cid-uEyFU7H1VV .card-box {
    text-align: left;
  }
  .cid-uEyFU7H1VV .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uEyFU7H1VV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU7H1VV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU7H1VV .mbr-section-title,
.cid-uEyFU7H1VV .underline {
  color: #944372;
}
.cid-uEyFU8q6ai {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uEyFU8q6ai .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uEyFU8q6ai .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uEyFU8q6ai .brand__text {
  padding: 12px 0 25px;
}
.cid-uEyFU8q6ai .brand__email {
  margin-bottom: 15px;
}
.cid-uEyFU8q6ai .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uEyFU8q6ai .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uEyFU8q6ai .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uEyFU8q6ai .footer__items a:hover {
  color: #36187d !important;
}
.cid-uEyFU8q6ai .social {
  margin-top: 30px;
}
.cid-uEyFU8q6ai .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uEyFU8q6ai .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uEyFU8q6ai .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uEyFU8q6ai .social .social__items:last-child {
  margin-right: 0;
}
.cid-uEyFU8q6ai .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uEyFU8q6ai .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uEyFU8q6ai .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uEyFU8q6ai .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uEyFU8q6ai .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uEyFU8q6ai .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uEyFU8q6ai .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uEyFU8q6ai .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uEyFU8q6ai .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uEyFU8q6ai .divider {
    margin-top: 30px;
  }
  .cid-uEyFU8q6ai .footer__bottom {
    padding: 30px 0;
  }
  .cid-uEyFU8q6ai .align-right,
  .cid-uEyFU8q6ai .privacy {
    text-align: center;
  }
  .cid-uEyFU8q6ai .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uEyFU8q6ai .footer__adress {
  color: #944372;
}
.cid-uEyFU8q6ai .privacy {
  color: #944372;
}
.cid-uEyFU8q6ai .brand__phone {
  color: #944372;
}
.cid-uEyFU9w3Db {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uEyFU9w3Db h2 {
    margin-bottom: 1rem;
  }
  .cid-uEyFU9w3Db .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uEyFU9w3Db .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uEyFU9w3Db .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uEyFU9w3Db .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uEyFU9w3Db .container {
    position: relative;
  }
  .cid-uEyFU9w3Db h2 {
    margin: 0;
  }
}
.cid-uEyFU9w3Db .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uEyFU9w3Db hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uEyFU9w3Db .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uEyFU9w3Db .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uEyFU9w3Db .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uEyFU9w3Db .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uEyFU9w3Db .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uEyFU9w3Db .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uEyFU9w3Db .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uEyFU9w3Db .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uEyFU9w3Db .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uEyFU9w3Db .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uEyFU9w3Db .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uEyFU9w3Db .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uEyFU9w3Db .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uEyFU9w3Db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU9w3Db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU9Z81O {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffe4e4;
}
.cid-uEyFU9Z81O .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uEyFU9Z81O .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uEyFU9Z81O .link {
  margin: 0;
}
.cid-uEyFU9Z81O .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uEyFU9Z81O .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uEyFU9Z81O .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uEyFU9Z81O .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uEyFU9Z81O .card:hover .card-title {
  color: #36187d;
}
.cid-uEyFU9Z81O .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uEyFU9Z81O .card {
    padding: 0;
  }
  .cid-uEyFU9Z81O .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uEyFU9Z81O .card-title {
    margin-top: 2rem;
  }
  .cid-uEyFU9Z81O .mbr-section-title,
  .cid-uEyFU9Z81O .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uEyFU9Z81O .row {
    margin: 0;
  }
}
.cid-uEyFU9Z81O .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uEyFU9Z81O .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uEyFU9Z81O .mbr-section-title {
  font-weight: 800;
}
.cid-uEyFU9Z81O h2 {
  margin-bottom: 0;
}
.cid-uEyFU9Z81O .title-block {
  margin-bottom: 3rem;
}
.cid-uEyFU9Z81O .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uEyFU9Z81O .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uEyFU9Z81O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEyFU9Z81O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEyFU9Z81O .card-title,
.cid-uEyFU9Z81O .card-img {
  color: #000000;
}
.cid-uEyFU9Z81O .mbr-text,
.cid-uEyFU9Z81O .link {
  color: #e9204f;
}
.cid-uzPT7TiZZV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uzPT7TiZZV .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uzPT7TiZZV .container {
    padding: 0 ;
  }
}
.cid-uzPT7TiZZV .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uzPT7TiZZV .navbar.opened {
  transition: all 0.3s;
}
.cid-uzPT7TiZZV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzPT7TiZZV .navbar .navbar-logo img {
  width: auto;
}
.cid-uzPT7TiZZV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzPT7TiZZV .navbar.collapsed {
  justify-content: center;
}
.cid-uzPT7TiZZV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzPT7TiZZV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzPT7TiZZV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uzPT7TiZZV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzPT7TiZZV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzPT7TiZZV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzPT7TiZZV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzPT7TiZZV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzPT7TiZZV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzPT7TiZZV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzPT7TiZZV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzPT7TiZZV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzPT7TiZZV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzPT7TiZZV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzPT7TiZZV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzPT7TiZZV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzPT7TiZZV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzPT7TiZZV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzPT7TiZZV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzPT7TiZZV .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uzPT7TiZZV .navbar.navbar-short {
  min-height: 110px;
}
.cid-uzPT7TiZZV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzPT7TiZZV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzPT7TiZZV .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uzPT7TiZZV nav.navbar {
  position: fixed;
}
.cid-uzPT7TiZZV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPT7TiZZV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uzPT7TiZZV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzPT7TiZZV .dropdown-item:hover,
.cid-uzPT7TiZZV .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uzPT7TiZZV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzPT7TiZZV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzPT7TiZZV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzPT7TiZZV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzPT7TiZZV .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzPT7TiZZV .dropdown-menu,
.cid-uzPT7TiZZV .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uzPT7TiZZV .nav-item:focus,
.cid-uzPT7TiZZV .nav-link:focus {
  outline: none;
}
.cid-uzPT7TiZZV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzPT7TiZZV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzPT7TiZZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzPT7TiZZV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzPT7TiZZV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzPT7TiZZV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzPT7TiZZV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzPT7TiZZV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzPT7TiZZV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzPT7TiZZV .dropdown-item.active,
.cid-uzPT7TiZZV .dropdown-item:active {
  background-color: transparent;
}
.cid-uzPT7TiZZV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzPT7TiZZV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzPT7TiZZV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzPT7TiZZV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uzPT7TiZZV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzPT7TiZZV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzPT7TiZZV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzPT7TiZZV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzPT7TiZZV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzPT7TiZZV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uzPT7TiZZV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzPT7TiZZV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPT7TiZZV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzPT7TiZZV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzPT7TiZZV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPT7TiZZV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzPT7TiZZV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzPT7TiZZV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzPT7TiZZV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uzPT7TiZZV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzPT7TiZZV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzPT7TiZZV .navbar {
    height: 70px;
  }
  .cid-uzPT7TiZZV .navbar.opened {
    height: auto;
  }
  .cid-uzPT7TiZZV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzPT7TiZZV .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uzPT7TiZZV .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uzPT7TNcH8 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f9f4f4;
}
.cid-uzPT7TNcH8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzPT7TNcH8 .row {
    flex-direction: column-reverse;
  }
  .cid-uzPT7TNcH8 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uzPT7TNcH8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzPT7TNcH8 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uzPT7TNcH8 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uzPT7TNcH8 .card-title {
  color: #944372;
}
.cid-uzPT7TNcH8 .mbr-text,
.cid-uzPT7TNcH8 .mbr-section-btn {
  color: #6c758f;
}
.cid-uzPT7TNcH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPT7TNcH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPT7TYvAv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzPT7TYvAv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uzPT7TYvAv .col-lg-4,
.cid-uzPT7TYvAv .col-12 {
  padding: 0 2rem;
}
.cid-uzPT7TYvAv .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uzPT7TYvAv .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uzPT7TYvAv .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzPT7TYvAv .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uzPT7TYvAv .card-title,
.cid-uzPT7TYvAv .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-uzPT7TYvAv .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uzPT7TYvAv .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uzPT7TYvAv .mbr-section-title {
  color: #944372;
}
.cid-uzPT7TYvAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPT7TYvAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPT7UckEO {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uzPT7UckEO .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uzPT7UckEO .col-lg-4,
.cid-uzPT7UckEO .col-12 {
  padding: 0 2rem;
}
.cid-uzPT7UckEO .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uzPT7UckEO .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uzPT7UckEO .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzPT7UckEO .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uzPT7UckEO .card-title,
.cid-uzPT7UckEO .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-uzPT7UckEO .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-uzPT7UckEO .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uzPT7UckEO .mbr-section-title {
  color: #36187d;
}
.cid-uzPT7UckEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPT7UckEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPT7Uujxk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uzPT7Uujxk .mbr-section-title,
.cid-uzPT7Uujxk .mbr-section-subtitle {
  text-align: center;
}
.cid-uzPT7Uujxk .cost {
  word-break: normal;
}
.cid-uzPT7Uujxk .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #f2f3f7;
}
.cid-uzPT7Uujxk .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uzPT7Uujxk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uzPT7Uujxk .card-wrapper {
    padding: 1rem;
  }
}
.cid-uzPT7Uujxk .card-title {
  color: #ea2396;
  text-align: left;
}
.cid-uzPT7Uujxk P {
  color: #6c758f;
}
.cid-uzPT7Uujxk .mbr-section-title {
  color: #944372;
}
.cid-uzPT7Uujxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzPT7Uujxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzPT7UGYNE {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uzPT7UGYNE img,
.cid-uzPT7UGYNE .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzPT7UGYNE .item:focus,
.cid-uzPT7UGYNE span:focus {
  outline: none;
}
.cid-uzPT7UGYNE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzPT7UGYNE .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uzPT7UGYNE .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uzPT7UGYNE .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uzPT7UGYNE .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uzPT7UGYNE .item-content {
    padding: 1rem 0;
  }
}
.cid-uzPT7UGYNE .mbr-section-title {
  color: #944372;
}
.cid-uzPT7UGYNE .item-title {
  color: #944372;
  text-align: center;
}
.cid-uzPT7UGYNE .item-subtitle {
  color: #bec2cf;
}
.cid-uzPT7UGYNE .mbr-text,
.cid-uzPT7UGYNE .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-uzPT7UGYNE .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uzPT7UZPNa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uzPT7UZPNa img,
.cid-uzPT7UZPNa .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uzPT7UZPNa .item:focus,
.cid-uzPT7UZPNa span:focus {
  outline: none;
}
.cid-uzPT7UZPNa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzPT7UZPNa .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uzPT7UZPNa .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uzPT7UZPNa .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uzPT7UZPNa .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uzPT7UZPNa .item-content {
    padding: 1rem 0;
  }
}
.cid-uzPT7UZPNa .mbr-section-title {
  color: #944372;
}
.cid-uzPT7UZPNa .item-title {
  color: #944372;
  text-align: center;
}
.cid-uzPT7UZPNa .item-subtitle {
  color: #bec2cf;
}
.cid-uzPT7UZPNa .mbr-text,
.cid-uzPT7UZPNa .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-uzPT7UZPNa .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uzPT7VATVY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uzPT7VATVY .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uzPT7VATVY .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uzPT7VATVY .brand__text {
  padding: 12px 0 25px;
}
.cid-uzPT7VATVY .brand__email {
  margin-bottom: 15px;
}
.cid-uzPT7VATVY .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uzPT7VATVY .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uzPT7VATVY .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uzPT7VATVY .footer__items a:hover {
  color: #36187d !important;
}
.cid-uzPT7VATVY .social {
  margin-top: 30px;
}
.cid-uzPT7VATVY .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uzPT7VATVY .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uzPT7VATVY .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uzPT7VATVY .social .social__items:last-child {
  margin-right: 0;
}
.cid-uzPT7VATVY .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uzPT7VATVY .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uzPT7VATVY .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uzPT7VATVY .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uzPT7VATVY .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uzPT7VATVY .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uzPT7VATVY .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uzPT7VATVY .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uzPT7VATVY .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uzPT7VATVY .divider {
    margin-top: 30px;
  }
  .cid-uzPT7VATVY .footer__bottom {
    padding: 30px 0;
  }
  .cid-uzPT7VATVY .align-right,
  .cid-uzPT7VATVY .privacy {
    text-align: center;
  }
  .cid-uzPT7VATVY .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uzPT7VATVY .footer__adress {
  color: #944372;
}
.cid-uzPT7VATVY .privacy {
  color: #944372;
}
.cid-uzPT7VATVY .brand__phone {
  color: #944372;
}
.cid-uL3ZlNWKWC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL3ZlNWKWC .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uL3ZlNWKWC .container {
    padding: 0 ;
  }
}
.cid-uL3ZlNWKWC .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uL3ZlNWKWC .navbar.opened {
  transition: all 0.3s;
}
.cid-uL3ZlNWKWC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL3ZlNWKWC .navbar .navbar-logo img {
  width: auto;
}
.cid-uL3ZlNWKWC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL3ZlNWKWC .navbar.collapsed {
  justify-content: center;
}
.cid-uL3ZlNWKWC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL3ZlNWKWC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL3ZlNWKWC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uL3ZlNWKWC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL3ZlNWKWC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL3ZlNWKWC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL3ZlNWKWC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL3ZlNWKWC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL3ZlNWKWC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL3ZlNWKWC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL3ZlNWKWC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL3ZlNWKWC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL3ZlNWKWC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL3ZlNWKWC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL3ZlNWKWC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL3ZlNWKWC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL3ZlNWKWC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL3ZlNWKWC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL3ZlNWKWC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL3ZlNWKWC .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uL3ZlNWKWC .navbar.navbar-short {
  min-height: 110px;
}
.cid-uL3ZlNWKWC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL3ZlNWKWC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL3ZlNWKWC .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uL3ZlNWKWC nav.navbar {
  position: fixed;
}
.cid-uL3ZlNWKWC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL3ZlNWKWC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uL3ZlNWKWC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL3ZlNWKWC .dropdown-item:hover,
.cid-uL3ZlNWKWC .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uL3ZlNWKWC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL3ZlNWKWC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL3ZlNWKWC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL3ZlNWKWC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL3ZlNWKWC .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL3ZlNWKWC .dropdown-menu,
.cid-uL3ZlNWKWC .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uL3ZlNWKWC .nav-item:focus,
.cid-uL3ZlNWKWC .nav-link:focus {
  outline: none;
}
.cid-uL3ZlNWKWC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL3ZlNWKWC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL3ZlNWKWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL3ZlNWKWC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL3ZlNWKWC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL3ZlNWKWC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL3ZlNWKWC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL3ZlNWKWC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL3ZlNWKWC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL3ZlNWKWC .dropdown-item.active,
.cid-uL3ZlNWKWC .dropdown-item:active {
  background-color: transparent;
}
.cid-uL3ZlNWKWC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL3ZlNWKWC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL3ZlNWKWC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL3ZlNWKWC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uL3ZlNWKWC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL3ZlNWKWC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL3ZlNWKWC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL3ZlNWKWC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL3ZlNWKWC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL3ZlNWKWC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uL3ZlNWKWC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL3ZlNWKWC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3ZlNWKWC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL3ZlNWKWC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL3ZlNWKWC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3ZlNWKWC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL3ZlNWKWC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL3ZlNWKWC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL3ZlNWKWC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL3ZlNWKWC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL3ZlNWKWC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL3ZlNWKWC .navbar {
    height: 70px;
  }
  .cid-uL3ZlNWKWC .navbar.opened {
    height: auto;
  }
  .cid-uL3ZlNWKWC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL3ZlNWKWC .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uL3ZlNWKWC .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uL3ZlOmNuc {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uL3ZlOmNuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ZlOmNuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ZlOmNuc .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uL3ZlOmNuc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uL3ZlOmNuc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uL3ZlOmNuc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uL3ZlOmNuc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uL3ZlOmNuc .mbr-section-title {
  color: #944372;
}
.cid-uL3ZlOwoLN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-uL3ZlOwoLN .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-uL3ZlOwoLN .col-lg-4,
.cid-uL3ZlOwoLN .col-12 {
  padding: 0 2rem;
}
.cid-uL3ZlOwoLN .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uL3ZlOwoLN .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-uL3ZlOwoLN .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uL3ZlOwoLN .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uL3ZlOwoLN .card-title,
.cid-uL3ZlOwoLN .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-uL3ZlOwoLN .card-text {
  color: #944372;
  text-align: center;
}
.cid-uL3ZlOwoLN .mbr-section-subtitle {
  color: #6c758f;
}
.cid-uL3ZlOwoLN .mbr-section-title {
  color: #944372;
}
.cid-uL3ZlOwoLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL3ZlOwoLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL3ZlOKPte {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uL3ZlOKPte .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uL3ZlOKPte .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uL3ZlOKPte .brand__text {
  padding: 12px 0 25px;
}
.cid-uL3ZlOKPte .brand__email {
  margin-bottom: 15px;
}
.cid-uL3ZlOKPte .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uL3ZlOKPte .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uL3ZlOKPte .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uL3ZlOKPte .footer__items a:hover {
  color: #36187d !important;
}
.cid-uL3ZlOKPte .social {
  margin-top: 30px;
}
.cid-uL3ZlOKPte .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uL3ZlOKPte .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uL3ZlOKPte .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uL3ZlOKPte .social .social__items:last-child {
  margin-right: 0;
}
.cid-uL3ZlOKPte .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uL3ZlOKPte .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uL3ZlOKPte .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uL3ZlOKPte .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uL3ZlOKPte .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uL3ZlOKPte .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uL3ZlOKPte .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uL3ZlOKPte .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uL3ZlOKPte .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uL3ZlOKPte .divider {
    margin-top: 30px;
  }
  .cid-uL3ZlOKPte .footer__bottom {
    padding: 30px 0;
  }
  .cid-uL3ZlOKPte .align-right,
  .cid-uL3ZlOKPte .privacy {
    text-align: center;
  }
  .cid-uL3ZlOKPte .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uL3ZlOKPte .footer__adress {
  color: #944372;
}
.cid-uL3ZlOKPte .privacy {
  color: #944372;
}
.cid-uL3ZlOKPte .brand__phone {
  color: #944372;
}
.cid-uK22QNwPQK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uK22QNwPQK .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uK22QNwPQK .container {
    padding: 0 ;
  }
}
.cid-uK22QNwPQK .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uK22QNwPQK .navbar.opened {
  transition: all 0.3s;
}
.cid-uK22QNwPQK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uK22QNwPQK .navbar .navbar-logo img {
  width: auto;
}
.cid-uK22QNwPQK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uK22QNwPQK .navbar.collapsed {
  justify-content: center;
}
.cid-uK22QNwPQK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uK22QNwPQK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uK22QNwPQK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uK22QNwPQK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uK22QNwPQK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uK22QNwPQK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uK22QNwPQK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uK22QNwPQK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uK22QNwPQK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uK22QNwPQK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uK22QNwPQK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uK22QNwPQK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uK22QNwPQK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uK22QNwPQK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uK22QNwPQK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uK22QNwPQK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uK22QNwPQK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uK22QNwPQK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uK22QNwPQK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uK22QNwPQK .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uK22QNwPQK .navbar.navbar-short {
  min-height: 110px;
}
.cid-uK22QNwPQK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uK22QNwPQK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uK22QNwPQK .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uK22QNwPQK nav.navbar {
  position: fixed;
}
.cid-uK22QNwPQK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK22QNwPQK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uK22QNwPQK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uK22QNwPQK .dropdown-item:hover,
.cid-uK22QNwPQK .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uK22QNwPQK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uK22QNwPQK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uK22QNwPQK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uK22QNwPQK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uK22QNwPQK .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uK22QNwPQK .dropdown-menu,
.cid-uK22QNwPQK .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uK22QNwPQK .nav-item:focus,
.cid-uK22QNwPQK .nav-link:focus {
  outline: none;
}
.cid-uK22QNwPQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uK22QNwPQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uK22QNwPQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uK22QNwPQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uK22QNwPQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uK22QNwPQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uK22QNwPQK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uK22QNwPQK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uK22QNwPQK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uK22QNwPQK .dropdown-item.active,
.cid-uK22QNwPQK .dropdown-item:active {
  background-color: transparent;
}
.cid-uK22QNwPQK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uK22QNwPQK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uK22QNwPQK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uK22QNwPQK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uK22QNwPQK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uK22QNwPQK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uK22QNwPQK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uK22QNwPQK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uK22QNwPQK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uK22QNwPQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uK22QNwPQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uK22QNwPQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK22QNwPQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uK22QNwPQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uK22QNwPQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK22QNwPQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uK22QNwPQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uK22QNwPQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uK22QNwPQK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uK22QNwPQK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uK22QNwPQK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uK22QNwPQK .navbar {
    height: 70px;
  }
  .cid-uK22QNwPQK .navbar.opened {
    height: auto;
  }
  .cid-uK22QNwPQK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uK22QNwPQK .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uK22QNwPQK .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uK22QN5BYn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uK22QN5BYn h2 {
    margin-bottom: 1rem;
  }
  .cid-uK22QN5BYn .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uK22QN5BYn .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uK22QN5BYn .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uK22QN5BYn .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uK22QN5BYn .container {
    position: relative;
  }
  .cid-uK22QN5BYn h2 {
    margin: 0;
  }
}
.cid-uK22QN5BYn .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uK22QN5BYn hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uK22QN5BYn .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uK22QN5BYn .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uK22QN5BYn .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uK22QN5BYn .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uK22QN5BYn .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uK22QN5BYn .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uK22QN5BYn .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uK22QN5BYn .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uK22QN5BYn .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uK22QN5BYn .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uK22QN5BYn .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uK22QN5BYn .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uK22QN5BYn .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uK22QN5BYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK22QN5BYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK22QN5BYn .container-column,
.cid-uK22QN5BYn h2 {
  color: #944372;
}
.cid-uK22QNKYKe {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uK22QNKYKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK22QNKYKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK22QNKYKe a {
  font-weight: bold;
}
.cid-uK22QNKYKe .mbr-section-title {
  color: #944372;
  text-align: center;
}
.cid-uK22QNKYKe .mbr-text,
.cid-uK22QNKYKe .mbr-section-btn {
  color: #151515;
  text-align: center;
}
.cid-uK22QNKYKe .mbr-section-subtitle {
  text-align: center;
}
.cid-uK22QNRJtR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #fff5ee;
}
.cid-uK22QNRJtR .item-img {
  position: relative;
}
.cid-uK22QNRJtR .button1 {
  background: #944372;
}
.cid-uK22QNRJtR .btn-wrap {
  padding: 1.5rem 1.5rem;
  border-radius: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .btn-wrap {
    margin-top: 0rem;
    margin-right: 0rem;
    width: 100%;
    padding: 1rem 1rem;
  }
}
.cid-uK22QNRJtR .button2 {
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .button2 {
    margin-top: 1rem;
  }
}
.cid-uK22QNRJtR .title {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .title {
    top: 25%;
  }
}
.cid-uK22QNRJtR .image-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uK22QNRJtR .image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .image-wrapper {
    min-height: 400px;
  }
}
.cid-uK22QNRJtR .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uK22QNRJtR .item-wrapper {
  position: relative;
  background: #fff5ee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .item-wrapper {
    margin-top: 4rem;
  }
}
.cid-uK22QNRJtR .link-icon-wrapper {
  position: absolute;
  left: -1px;
  padding: 0rem;
  bottom: -1px;
  background: #fff5ee;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .cid-uK22QNRJtR .link-icon-wrapper {
    padding: 1rem;
    flex-direction: column;
  }
}
.cid-uK22QNRJtR .link-icon-wrapper .icon-wrap {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  display: flex;
  border: 1px solid currentColor;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 1rem;
}
.cid-uK22QNRJtR .link-icon-wrapper .icon-wrap:hover {
  cursor: pointer;
}
.cid-uK22QNRJtR .link-icon-wrapper .icon-wrap:hover span {
  transform: scale(1.4);
}
.cid-uK22QNRJtR .link-icon-wrapper .icon-wrap span {
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-uK22QNRJtR .link-icon-wrapper .svg1 {
  position: absolute;
  top: -40px;
  left: 0px;
  transform: rotate(-90deg);
  width: 40px;
}
.cid-uK22QNRJtR .link-icon-wrapper .svg1 path {
  fill: #fff5ee;
}
.cid-uK22QNRJtR .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(-90deg);
  width: 40px;
  bottom: 0;
  right: -40px;
}
.cid-uK22QNRJtR .link-icon-wrapper .svg2 path {
  fill: #fff5ee;
}
.cid-uK22QNRJtR .icon1 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uK22QNRJtR .icon2 {
  color: currentColor;
  border-color: currentColor;
}
.cid-uK22QNRJtR img,
.cid-uK22QNRJtR .item-img {
  width: 100%;
}
.cid-uK22QNRJtR .item-title2,
.cid-uK22QNRJtR .icon2 {
  color: #2a2c2d;
}
.cid-uK22QNRJtR .item-title1,
.cid-uK22QNRJtR .icon1 {
  color: #ffffff;
}
.cid-uK22QNRJtR .main-title {
  color: #fff5ee;
  text-align: center;
}
.cid-uK22QNRJtR .main-title DIV {
  text-align: center;
}
.cid-uK22QNZ6Zz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uK22QNZ6Zz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK22QNZ6Zz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK22QNZ6Zz .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uK22QNZ6Zz .container {
    max-width: 1400px;
  }
}
.cid-uK22QNZ6Zz .card {
  margin: auto;
}
.cid-uK22QNZ6Zz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #944372;
  margin-bottom: 2rem;
}
.cid-uK22QNZ6Zz .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uK22QNZ6Zz .row {
  justify-content: center;
}
.cid-uK22QNZ6Zz .card-title,
.cid-uK22QNZ6Zz .card-box {
  color: #ea2396;
  text-align: center;
}
.cid-uK22QNZ6Zz H3 {
  color: #944372;
}
.cid-uK22QOdD6u {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uK22QOdD6u .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uK22QOdD6u .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uK22QOdD6u .brand__text {
  padding: 12px 0 25px;
}
.cid-uK22QOdD6u .brand__email {
  margin-bottom: 15px;
}
.cid-uK22QOdD6u .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uK22QOdD6u .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uK22QOdD6u .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uK22QOdD6u .footer__items a:hover {
  color: #36187d !important;
}
.cid-uK22QOdD6u .social {
  margin-top: 30px;
}
.cid-uK22QOdD6u .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uK22QOdD6u .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uK22QOdD6u .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uK22QOdD6u .social .social__items:last-child {
  margin-right: 0;
}
.cid-uK22QOdD6u .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uK22QOdD6u .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uK22QOdD6u .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uK22QOdD6u .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uK22QOdD6u .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uK22QOdD6u .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uK22QOdD6u .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uK22QOdD6u .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uK22QOdD6u .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uK22QOdD6u .divider {
    margin-top: 30px;
  }
  .cid-uK22QOdD6u .footer__bottom {
    padding: 30px 0;
  }
  .cid-uK22QOdD6u .align-right,
  .cid-uK22QOdD6u .privacy {
    text-align: center;
  }
  .cid-uK22QOdD6u .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uK22QOdD6u .footer__adress {
  color: #944372;
}
.cid-uK22QOdD6u .privacy {
  color: #944372;
}
.cid-uK22QOdD6u .brand__phone {
  color: #944372;
}
.cid-uK22QOvGeB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uK22QOvGeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK22QOvGeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK22QOvGeB .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-uK22QOvGeB .mbr-section-title {
  color: #112B6D;
}
.cid-uK22QOvGeB .mbr-section-subtitle {
  color: #944372;
  margin-top: 20px;
}
.cid-uK22QOvGeB .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .number-container {
    display: none;
  }
}
.cid-uK22QOvGeB .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-uK22QOvGeB .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #944372;
}
.cid-uK22QOvGeB .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #944372;
}
.cid-uK22QOvGeB .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .cards-container {
    flex-wrap: wrap;
  }
}
.cid-uK22QOvGeB .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-uK22QOvGeB .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-uK22QOvGeB .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-uK22QOvGeB .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #ea2396;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uK22QOvGeB .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-uK22QOvGeB .card-title {
  color: #112B6D;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-uK22QOvGeB .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uK22QOvGeB .card-text {
    text-align: left !important;
  }
}
.cid-uK22QOvGeB .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-uK22QOvGeB .mbr-section-title,
.cid-uK22QOvGeB .mbr-section-btn {
  color: #944372;
}
.cid-uK22QOMpGS {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-uK22QOMpGS .container-fluid {
  padding: 0 3rem;
}
.cid-uK22QOMpGS .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uK22QOMpGS .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-uK22QOMpGS .card {
  margin-bottom: 2rem;
}
.cid-uK22QOMpGS .card-img {
  width: auto !important;
}
.cid-uK22QOMpGS .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uK22QOMpGS .content-row {
  word-wrap: break-word;
}
.cid-uK22QOMpGS .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uK22QOMpGS .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-uK22QOMpGS .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-uK22QOMpGS .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uK22QOMpGS .card-title,
  .cid-uK22QOMpGS .card-box {
    text-align: left;
  }
  .cid-uK22QOMpGS .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uK22QOMpGS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK22QOMpGS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uK22QOMpGS .mbr-section-title,
.cid-uK22QOMpGS .underline {
  color: #944372;
}
.cid-uKFQy2tutH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKFQy2tutH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKFQy2tutH .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-uKFQy2tutH .container {
    padding: 0 16px;
  }
}
.cid-uKFQy2tutH .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-uKFQy2tutH .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uKFQy2tutH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKFQy2tutH .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-uKFQy2tutH .item:hover .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont,
.cid-uKFQy2tutH .item:focus .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
  transform: translateX(8px);
}
.cid-uKFQy2tutH .item:first-child {
  margin-bottom: 0;
}
.cid-uKFQy2tutH .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uKFQy2tutH .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-uKFQy2tutH .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline .mbr-iconfont,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:hover,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-primary-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-secondary-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-success-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-info-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-warning-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-danger-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-black-outline:focus,
.cid-uKFQy2tutH .item .item-wrapper .item-content .mbr-section-btn .btn-white-outline:focus {
  transform: scale(1);
}
.cid-uKFQy2tutH .mbr-section-title {
  color: #944372;
  text-align: center;
}
.cid-uKFQy2tutH .item-text {
  color: #000000;
}
.cid-uKFQy2tutH .item-text,
.cid-uKFQy2tutH .mbr-section-btn {
  text-align: center;
}
.cid-uK22QPgIRJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff5ee;
}
.cid-uK22QPgIRJ h6 {
  line-height: 1.2;
}
.cid-uK22QPgIRJ img,
.cid-uK22QPgIRJ .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uK22QPgIRJ .item:focus,
.cid-uK22QPgIRJ span:focus {
  outline: none;
}
.cid-uK22QPgIRJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uK22QPgIRJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uK22QPgIRJ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uK22QPgIRJ .mbr-section-title {
  color: #944372;
}
.cid-uK22QPgIRJ .mbr-text,
.cid-uK22QPgIRJ .mbr-section-btn {
  color: #353535;
}
.cid-uK22QPgIRJ .item-title {
  color: #944372;
  text-align: center;
}
.cid-uK22QPgIRJ .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uL47k5rqw9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL47k5rqw9 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uL47k5rqw9 .container {
    padding: 0 ;
  }
}
.cid-uL47k5rqw9 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uL47k5rqw9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL47k5rqw9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL47k5rqw9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL47k5rqw9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL47k5rqw9 .navbar.collapsed {
  justify-content: center;
}
.cid-uL47k5rqw9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL47k5rqw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL47k5rqw9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL47k5rqw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL47k5rqw9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL47k5rqw9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL47k5rqw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL47k5rqw9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL47k5rqw9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL47k5rqw9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL47k5rqw9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL47k5rqw9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uL47k5rqw9 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uL47k5rqw9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL47k5rqw9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL47k5rqw9 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uL47k5rqw9 nav.navbar {
  position: fixed;
}
.cid-uL47k5rqw9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uL47k5rqw9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL47k5rqw9 .dropdown-item:hover,
.cid-uL47k5rqw9 .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uL47k5rqw9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL47k5rqw9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL47k5rqw9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL47k5rqw9 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL47k5rqw9 .dropdown-menu,
.cid-uL47k5rqw9 .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uL47k5rqw9 .nav-item:focus,
.cid-uL47k5rqw9 .nav-link:focus {
  outline: none;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL47k5rqw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL47k5rqw9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL47k5rqw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL47k5rqw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL47k5rqw9 .dropdown-item.active,
.cid-uL47k5rqw9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL47k5rqw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL47k5rqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uL47k5rqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL47k5rqw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL47k5rqw9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL47k5rqw9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL47k5rqw9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL47k5rqw9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL47k5rqw9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL47k5rqw9 .navbar {
    height: 70px;
  }
  .cid-uL47k5rqw9 .navbar.opened {
    height: auto;
  }
  .cid-uL47k5rqw9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL47k5rqw9 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uL47k5rqw9 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uL47k6Fqj7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uL47k6Fqj7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uL47k6Fqj7 .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uL47k6Fqj7 .brand__text {
  padding: 12px 0 25px;
}
.cid-uL47k6Fqj7 .brand__email {
  margin-bottom: 15px;
}
.cid-uL47k6Fqj7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uL47k6Fqj7 .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uL47k6Fqj7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uL47k6Fqj7 .footer__items a:hover {
  color: #36187d !important;
}
.cid-uL47k6Fqj7 .social {
  margin-top: 30px;
}
.cid-uL47k6Fqj7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uL47k6Fqj7 .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uL47k6Fqj7 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uL47k6Fqj7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uL47k6Fqj7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uL47k6Fqj7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uL47k6Fqj7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uL47k6Fqj7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uL47k6Fqj7 .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uL47k6Fqj7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uL47k6Fqj7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uL47k6Fqj7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uL47k6Fqj7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uL47k6Fqj7 .divider {
    margin-top: 30px;
  }
  .cid-uL47k6Fqj7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uL47k6Fqj7 .align-right,
  .cid-uL47k6Fqj7 .privacy {
    text-align: center;
  }
  .cid-uL47k6Fqj7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uL47k6Fqj7 .footer__adress {
  color: #944372;
}
.cid-uL47k6Fqj7 .privacy {
  color: #944372;
}
.cid-uL47k6Fqj7 .brand__phone {
  color: #944372;
}
.cid-uTQxwbt3oi {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uTQxwbt3oi .row {
  flex-direction: row-reverse;
}
.cid-uTQxwbt3oi .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-uTQxwbt3oi .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-uTQxwbt3oi .card {
    margin-bottom: 2rem !important;
  }
  .cid-uTQxwbt3oi .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uTQxwbt3oi .link-wrap {
    align-items: center;
  }
}
.cid-uTQxwbt3oi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTQxwbt3oi .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uTQxwbt3oi .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-uTQxwbt3oi .btn:hover,
.cid-uTQxwbt3oi .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-uTQxwbt3oi .card-title {
  color: #000000;
}
.cid-uTQxwbt3oi .mbr-subtile {
  color: #000000;
}
.cid-uTQxwbt3oi .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uTQxwbt3oi .padding {
    padding-right: 110px;
  }
}
.cid-uTQxxwJNjM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f3f7;
}
.cid-uTQxxwJNjM .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #b18161;
  text-transform: uppercase;
}
.cid-uTQxxwJNjM .mbr-section-title {
  margin-bottom: 30px;
  line-height: 0.8;
}
.cid-uTQxxwJNjM .mbr-text {
  color: #52586a;
  margin-bottom: 40px;
}
.cid-uTQxxwJNjM .desc {
  color: #111213;
}
.cid-uTQxxwJNjM .desc1 {
  padding: 0px 10px;
  background: #3f37c9;
  display: inline;
  width: auto;
  color: #ffffff;
}
.cid-uTQxxwJNjM .card {
  width: 100%;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 30px;
}
.cid-uTQxxwJNjM .name {
  margin-bottom: 20px;
}
.cid-uTQxxwJNjM .price {
  width: auto;
  display: inline;
}
.cid-uTQxxwJNjM .price-line {
  display: block;
  margin-bottom: 27px;
}
.cid-uTQxxwJNjM .plus1 {
  display: inline;
  width: auto;
  color: #3f37c9;
}
.cid-uTQxxwJNjM .desc2 {
  display: inline;
  width: auto;
  color: #909190;
}
.cid-uTQxxwJNjM .new-price {
  width: auto;
  display: inline;
}
.cid-uTQxxwJNjM .mbr-section-btn {
  margin-bottom: 34px;
}
.cid-uTQxxwJNjM .price-line1 {
  margin-bottom: 10px;
  color: #111213;
}
.cid-uTQxxwJNjM .price-line1:last-child {
  margin-bottom: 0px;
}
.cid-uTQxxwJNjM .btn {
  margin-top: 0;
  margin-bottom: 10px;
}
.cid-uTQxxwJNjM .plus {
  color: #52586a;
}
.cid-uTQxxwJNjM .desc,
.cid-uTQxxwJNjM .plus {
  display: inline-block;
  width: auto;
}
.cid-uTQxxwJNjM .mbr-text,
.cid-uTQxxwJNjM .mbr-section-btn {
  color: #52586a;
}
.cid-uTQxxwJNjM .right {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .cid-uTQxxwJNjM .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
.cid-uTQxxwJNjM .name,
.cid-uTQxxwJNjM .card,
.cid-uTQxxwJNjM .price-line {
  color: #111213;
}
.cid-uTQydlEOmT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uTQydlEOmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQydlEOmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQydlEOmT .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-uTQydlEOmT .currentcost {
  color: #232323;
}
.cid-uTQydlEOmT .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (min-width: 992px) {
  .cid-uTQydlEOmT .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQydlEOmT .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTQydlEOmT .text-box {
    padding: 1rem;
  }
}
.cid-uTQydlEOmT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTQxSpQBa8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTQxSpQBa8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uTQxSpQBa8 .mbr-text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-uTQxSpQBa8 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-uTQxSpQBa8 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uTQxSpQBa8 .mbr-section-btn .btn-lg {
  font-weight: 700;
}
.cid-uTQxSpQBa8 .mbr-section-btn .btn-sm {
  font-weight: 500;
}
.cid-uTQxSpQBa8 .image {
  margin-top: 50px;
}
.cid-uTQxSpQBa8 .image img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
}
.cid-uTQxSpQBa8 .wrapper__products {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .cid-uTQxSpQBa8 .wrapper__products {
    margin-top: 20px;
  }
}
.cid-uTQxSpQBa8 .card__product {
  margin-top: 50px;
}
.cid-uTQxSpQBa8 .image__card img {
  transition: all .25s;
  border-radius: 10px;
  max-width: 120px;
  max-height: 200px;
}
.cid-uTQxSpQBa8 .image__card img:hover {
  opacity: .8;
}
.cid-uTQxSpQBa8 .content__card {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  margin-left: 40px;
  position: relative;
}
.cid-uTQxSpQBa8 .card__btn {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  font-size: 0;
  margin-top: 0;
  width: 105%;
  position: absolute;
  bottom: 0;
}
.cid-uTQxSpQBa8 .card__btn .btn {
  height: 40px;
  padding: 0 15px;
  margin-right: 0;
}
.cid-uTQxSpQBa8 .card__title {
  margin-bottom: 0;
  letter-spacing: 2px;
}
.cid-uTQxSpQBa8 .card__text {
  margin-bottom: 0;
  color: #919dab;
  margin-top: 4px;
}
.cid-uTQxSpQBa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQxSpQBa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTQFvDoNcu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f3f7;
}
.cid-uTQFvDoNcu .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uTQFvDoNcu .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uTQFvDoNcu .card-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-uTQFvDoNcu .card-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uTQFvDoNcu .card-title:hover:before {
  width: 100%;
}
.cid-uTQFvDoNcu .card:hover {
  cursor: pointer;
}
.cid-uTQFvDoNcu .card:hover .card-title:before {
  width: 100%;
}
.cid-uTQFvDoNcu .card-text {
  color: #999999;
}
.cid-uTQFvDoNcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTQFvDoNcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjUCLCU3o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjUCLCU3o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjUCLCU3o .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-uUjUCLCU3o .row {
    flex-direction: column-reverse;
  }
}
.cid-uUjUCLCU3o .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-uUjUCLCU3o .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-uUjUCLCU3o .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-uUjUCLCU3o .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-uUjUCLCU3o .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #944372 !important;
}
.cid-uUjUCLCU3o .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-uUjUCLCU3o .list-wrapper {
  margin-left: 160px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUjUCLCU3o .list-wrapper {
    margin: 0 30px;
    padding-top: 12px;
  }
}
.cid-uUjUCLCU3o .list-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjUCLCU3o .list-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUjUCLCU3o .list-wrapper .mbr-list {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}
.cid-uUjUCLCU3o .list-wrapper .mbr-list li {
  padding-bottom: 6px;
  margin-bottom: 20px;
  position: relative;
}
.cid-uUjUCLCU3o .list-wrapper .mbr-list li:hover::before {
  width: 0;
}
.cid-uUjUCLCU3o .list-wrapper .mbr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #124ad6;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uUjUCLCU3o .list-wrapper .mbr-list li {
    width: fit-content;
  }
}
.cid-uUjUCLCU3o .text-wrapper {
  margin: 0 160px 0 100px;
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUjUCLCU3o .text-wrapper {
    margin: 0 30px 20px;
    padding-top: 12px;
  }
}
.cid-uUjUCLCU3o .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUjUCLCU3o .text-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUjUCLCU3o .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uUjUCLCU3o .mbr-section-title {
  color: #000000;
}
.cid-uUjUCLCU3o .mbr-text {
  color: #000000;
}
.cid-uUjUCLCU3o .mbr-list {
  color: #124ad6;
}
.cid-uUjUFmnMzQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9fc;
}
.cid-uUjUFmnMzQ .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
  color: #FF4712;
}
@media (max-width: 768px) {
  .cid-uUjUFmnMzQ .mbr-section-subtitle {
    margin-bottom: 8px;
  }
}
.cid-uUjUFmnMzQ .mbr-section-title {
  margin-bottom: 0;
  color: #20232a;
}
@media (max-width: 768px) {
  .cid-uUjUFmnMzQ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUjUFmnMzQ .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  color: #84858a;
}
@media (max-width: 768px) {
  .cid-uUjUFmnMzQ .mbr-text {
    padding: 0;
  }
}
.cid-uUjUNAVHcW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uUjUNAVHcW .mbr-text {
  color: #353535;
}
@media (min-width: 1400px) {
  .cid-uUjUNAVHcW .container {
    max-width: 1000px;
  }
}
.cid-uUjUNAVHcW .line {
  border-top: 2px solid #efefef;
  padding-bottom: 2rem;
  margin-top: 1rem;
}
.cid-uUjV1scocb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjV1scocb .content {
  border-top: 2px solid #17171A;
  padding-top: 2.2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}
.cid-uUjV1scocb .content .row {
  border-bottom: 2px solid #17171A;
}
@media (max-width: 767px) {
  .cid-uUjV1scocb .content .row p {
    margin-top: 0.2rem;
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUjV1scocb .content {
    padding-top: 1rem;
  }
}
@media (max-width: 600px) {
  .cid-uUjV1scocb .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uUjV1scocb .mbr-text {
  color: #9b9ba5;
}
.cid-uUjVdlarAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjVdlarAb .link-wrapper {
  width: 100%;
}
.cid-uUjVdlarAb .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uUjVdlarAb .container {
    padding: 0 1rem;
  }
}
.cid-uUjVdlarAb p {
  padding: 0;
  margin: 0;
}
.cid-uUjVdlarAb .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uUjVdlarAb .item {
    text-align: center;
  }
}
.cid-uUjVdlarAb .line {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.cid-uUjVdlarAb .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUjVdlarAb .row {
    justify-content: flex-start;
  }
}
.cid-uUjVdlarAb .card {
  border-radius: 0;
  padding: 0;
}
.cid-uUjVdlarAb .card-title {
  color: #000000;
}
.cid-uUjVdlarAb .card-title a {
  position: relative;
  background: none!important;
}
.cid-uUjVdlarAb .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uUjVdlarAb .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-uUjVdlarAb .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uUjVdlarAb .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uUjVdlarAb .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uUjVdlarAb .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uUjVdlarAb .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uUjVdlarAb .card-subtitle {
  color: #818181;
}
.cid-uUjVdlarAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjVdlarAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjVfVgF90 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjVfVgF90 .first {
  border-top: 1px solid #3098f3;
  padding-top: 1rem;
}
.cid-uUjVfVgF90 .icon {
  position: relative;
  margin: 0;
  padding-top: 1rem;
  border-bottom: 1px solid #3098f3;
  padding-right: 2rem;
}
.cid-uUjVfVgF90 .icon div {
  padding: 0;
}
.cid-uUjVfVgF90 .icon:before {
  position: absolute;
  cursor: pointer;
  right: 0px;
  content: "\e909";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #3098f3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 20%;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem;
  padding-left: 3px;
}
.cid-uUjVjTca5N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjVjTca5N .item {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .cid-uUjVjTca5N .item {
    padding: 0.5rem 1rem;
  }
}
.cid-uUjVjTca5N .item-color {
  background-color: #f9f9ff;
}
.cid-uUjVjTca5N .line {
  margin: 0;
  padding: 0;
}
.cid-uUjVjTca5N .item span {
  color: #161734;
  width: 100%;
  display: block;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uUjVjTca5N .wrapper {
    flex-direction: column;
  }
  .cid-uUjVjTca5N .iconfont-wrapper {
    margin: auto;
  }
  .cid-uUjVjTca5N .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
  .cid-uUjVjTca5N .line {
    margin-bottom: 1rem;
  }
  .cid-uUjVjTca5N .number {
    padding-top: 0.5rem;
  }
}
.cid-uUjVjTca5N .number {
  color: #004cd5;
}
.cid-uUjVjTca5N .wrapper {
  display: flex;
}
.cid-uUjVjTca5N .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #944372;
  margin-right: 1.5rem;
}
.cid-uUjVjTca5N SPAN {
  text-align: left;
}
.cid-uUjVlrhugz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef8f5;
}
.cid-uUjVlrhugz .mbr-section-subtitle,
.cid-uUjVlrhugz .item-subtitle,
.cid-uUjVlrhugz .item-title {
  margin-bottom: 12px;
  transition: all .2s;
}
@media (min-width: 992px) {
  .cid-uUjVlrhugz .main_title {
    padding-right: 1rem;
  }
}
.cid-uUjVlrhugz .card_item {
  margin-bottom: 60px;
}
@media (min-width: 991px) {
  .cid-uUjVlrhugz .card_item:nth-child(2n+2) {
    margin-bottom: 0;
  }
  .cid-uUjVlrhugz .card_item:nth-child(3n+3) {
    margin-bottom: 0;
  }
}
.cid-uUjVlrhugz .card_item:hover .card_wrapper:before {
  height: 100%;
}
.cid-uUjVlrhugz .card_wrapper {
  position: relative;
  padding-left: 50px;
  border-left: 1px solid #010a44;
}
.cid-uUjVlrhugz .card_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 0;
  top: 0;
  left: -1px;
  background: #944372;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-uUjVlrhugz .card_wrapper:hover .item-title a {
  color: #944372 !important;
}
.cid-uUjVlrhugz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uUjVlrhugz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uUjVlrhugz .mbr-section-btn .btn-secondary-outline .active,
.cid-uUjVlrhugz .mbr-section-btn .btn-secondary-outline:focus {
  color: #944372 !important;
}
@media (max-width: 991px) {
  .cid-uUjVlrhugz .main_title {
    margin-bottom: 50px;
  }
  .cid-uUjVlrhugz .card_item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUjVlrhugz .card_wrapper {
    padding-left: 20px;
  }
  .cid-uUjVlrhugz .card_item {
    margin-bottom: 30px;
  }
}
.cid-uUjVlrhugz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjVlrhugz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjVtqOfhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uUjVtqOfhS .title__block {
  margin-bottom: 30px;
}
.cid-uUjVtqOfhS .mbr-section-subtitle,
.cid-uUjVtqOfhS .card__subtitle {
  opacity: 0.8;
  margin-bottom: 0;
}
.cid-uUjVtqOfhS .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  opacity: 0.6;
}
.cid-uUjVtqOfhS .card__wrap {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .cid-uUjVtqOfhS .card__wrap {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}
.cid-uUjVtqOfhS .card__title {
  margin-bottom: 20px;
}
.cid-uUjVtqOfhS .mbr-text {
  margin-bottom: 0;
}
.cid-uUjVtqOfhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjVtqOfhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjVyVb6Sc {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-uUjVyVb6Sc .mbr-text,
.cid-uUjVyVb6Sc .mbr-section-btn {
  color: #767676;
}
.cid-uUjVyVb6Sc li {
  list-style: none;
}
.cid-uUjVyVb6Sc .item-wrap {
  -webkit-box-align: center;
  align-items: center;
}
.cid-uUjVyVb6Sc .mbr-iconfont {
  font-size: 3.9rem;
}
.cid-uUjVyVb6Sc .icon1 {
  color: #ff8f00;
}
.cid-uUjVyVb6Sc .icon2 {
  color: #448ec6;
}
.cid-uUjVyVb6Sc .col-title1,
.cid-uUjVyVb6Sc .col-title2 {
  margin-bottom: 30px;
}
.cid-uUjVyVb6Sc h4 {
  margin: 0;
}
.cid-uUjVyVb6Sc ul {
  padding: 0;
  margin: 0;
}
.cid-uUjVyVb6Sc .mbr-section-subtitle {
  padding-left: 3rem;
  text-decoration: none;
  display: inline-block;
  color: currentColor;
  line-height: 1;
  cursor: pointer;
}
.cid-uUjVyVb6Sc .mbr-section-subtitle:after {
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  -moz--transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.cid-uUjVyVb6Sc .mbr-section-subtitle:hover:after,
.cid-uUjVyVb6Sc .mbr-section-subtitle:focus:after {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUjVyVb6Sc .item-wrap {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .cid-uUjVyVb6Sc .col-title1 {
    text-align: center;
  }
  .cid-uUjVyVb6Sc .list {
    text-align: center;
  }
  .cid-uUjVyVb6Sc .icon1,
  .cid-uUjVyVb6Sc .icon2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .cid-uUjVyVb6Sc .col-title1,
  .cid-uUjVyVb6Sc .col-title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uUjVyVb6Sc .pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-uUjVyVb6Sc .title {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.cid-uUjVyVb6Sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUjVyVb6Sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUjVHoxBxC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUjVHoxBxC .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uUjVHoxBxC .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uUjVHoxBxC .counter-container ol li {
  list-style: none;
  position: relative;
}
.cid-uUjVHoxBxC .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 2px;
  padding-left: 1px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all 0.2s;
  color: #ffffff;
  background: #c19b76;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.cid-uVCHWS287L {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uVCHWS287L .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uVCHWS287L .mbr-shop .row {
  margin: 0;
}
.cid-uVCHWS287L .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uVCHWS287L .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uVCHWS287L .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uVCHWS287L .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uVCHWS287L .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uVCHWS287L .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uVCHWS287L .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uVCHWS287L .mbr-shop .hide-modal {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal .close-modal {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVCHWS287L .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uVCHWS287L .mbr-shop .filter-by-pu,
.cid-uVCHWS287L .mbr-shop .filter-by-pd,
.cid-uVCHWS287L .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uVCHWS287L .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uVCHWS287L .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uVCHWS287L .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uVCHWS287L .mbr-shop .galleryItem h4,
.cid-uVCHWS287L .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.cid-uVCHWS287L .mbr-shop .galleryItem h5,
.cid-uVCHWS287L .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uVCHWS287L .mbr-shop .galleryItem p,
.cid-uVCHWS287L .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uVCHWS287L .mbr-shop .item-button {
  text-align: center;
}
.cid-uVCHWS287L .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uVCHWS287L .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uVCHWS287L .mbr-shop .sidebar {
  margin-bottom: 30px;
  position: relative;
}
.cid-uVCHWS287L .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uVCHWS287L .mbr-shop .sidebar-background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uVCHWS287L .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  padding-right: 3rem;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uVCHWS287L .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uVCHWS287L .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: center;
  z-index: 95;
  display: block;
  line-height: 30px;
  padding: 4.5px 4.5px;
  background: transparent;
  border: 3px solid #ff4e4e;
  border-radius: 50%;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uVCHWS287L .onsale[data-onsale="true"] + .sidebar_wraper .shop-item-price {
  border-bottom: 1px solid #ff4e4e;
  color: #36187d;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item__hided h4,
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item__hided h5,
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .galleryItem .price-block {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  margin-bottom: 25px;
}
.cid-uVCHWS287L .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 300;
  line-height: 1.7;
  font-size: 18px;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uVCHWS287L .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uVCHWS287L .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uVCHWS287L .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uVCHWS287L .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uVCHWS287L .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uVCHWS287L .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uVCHWS287L .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cid-uVCHWS287L .mbr-shop .range-controls {
  position: relative;
}
.cid-uVCHWS287L .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uVCHWS287L .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uVCHWS287L .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uVCHWS287L .mbr-shop .toggle:hover,
.cid-uVCHWS287L .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uVCHWS287L .mbr-shop .min-toggle {
  left: 0;
}
.cid-uVCHWS287L .mbr-shop .max-toggle {
  right: 0;
}
.cid-uVCHWS287L .mbr-shop .hided-by-price {
  display: none;
}
.cid-uVCHWS287L .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uVCHWS287L .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uVCHWS287L .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uVCHWS287L .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uVCHWS287L .mbr-shop .text-modal .price-block span {
  display: inline-block;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 0;
  font-size: 26px;
}
.cid-uVCHWS287L .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 50px;
}
.cid-uVCHWS287L .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uVCHWS287L .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uVCHWS287L .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uVCHWS287L .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVCHWS287L .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uVCHWS287L .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uVCHWS287L .mbr-shop .galleryItem .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}
.cid-uVCHWS287L .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  font-size: 0.8rem;
  border: 3px solid #ff4e4e;
}
.cid-uVCHWS287L .mbr-shop .shop-items .onsale,
.cid-uVCHWS287L .mbr-shop .bestseller-block .onsale {
  font-size: 12px !important;
}
.cid-uVCHWS287L .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uVCHWS287L .mbr-shop .style_overlay {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 101%;
  height: 88%;
}
.cid-uVCHWS287L .mbr-shop .price-range {
  display: inline-block;
}
.cid-uVCHWS287L .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uVCHWS287L .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uVCHWS287L .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uVCHWS287L .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uVCHWS287L .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uVCHWS287L .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uVCHWS287L .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uVCHWS287L .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uVCHWS287L .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uVCHWS287L .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uVCHWS287L .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uVCHWS287L .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .cid-uVCHWS287L .mbr-shop .style_overlay {
    height: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uVCHWS287L .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uVCHWS287L .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uVCHWS287L .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .style_overlay {
    height: 89%;
  }
}
@media (max-width: 1200px) {
  .cid-uVCHWS287L .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uVCHWS287L .wrapper-shop-items {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-uVCHWS287L .mbr-gallery-item {
    padding: 0 !important;
  }
  .cid-uVCHWS287L .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uVCHWS287L .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uVCHWS287L .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uVCHWS287L .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uVCHWS287L .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uVCHWS287L .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uVCHWS287L .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .text-modal .price-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
  }
  .cid-uVCHWS287L .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uVCHWS287L .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uVCHWS287L .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uVCHWS287L .oldprice {
  color: #767676;
  padding-left: 0.8rem;
  text-decoration: line-through;
}
.cid-uVCHWS287L .mbr-gallery-item .sidebar_wraper {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uVCHWS287L .mbr-gallery-item .sidebar_wraper .mbr-section-btn {
  text-align: left;
}
.cid-uVCHWS287L .mbr-gallery-item .sidebar_wraper .item-title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1px;
}
.cid-uVCHWS287L .mbr-gallery-item .sidebar_wraper .item-subtitle {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uVCHWS287L .mbr-gallery-item .sidebar_wraper .price-block {
  text-align: left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cid-uVCHWS287L .mbr-gallery-item:hover .style_overlay {
  background: #ffffff;
  opacity: 0.4;
}
.cid-uVCHWS287L .mbr-gallery-item:hover .sidebar_wraper .item-title {
  opacity: 1;
  margin-top: 0;
}
.cid-uVCHWS287L .mbr-gallery-item:hover .sidebar_wraper .item-subtitle {
  opacity: 1;
  margin-top: 0;
}
.cid-uVCHWS287L .mbr-gallery-item:hover .sidebar_wraper .mbr-section-btn,
.cid-uVCHWS287L .mbr-gallery-item:hover .sidebar_wraper .price-block {
  opacity: 1;
  margin-bottom: 0;
}
.cid-uVCHWS287L .mbr-gallery-item:hover span.onsale.mbr-fonts-style.display-7 {
  color: #000000;
}
.cid-uVCHWS287L .range-controls {
  display: block !important;
}
.cid-uVCHWS287L .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVCHWS287L .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uVCHWS287L .text-modal .sidebar_wraper h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.cid-uVCHWS287L .onsale {
  color: #36187d;
}
.cid-uVCHWS287L .sidebar-block .style_overlay {
  height: 110%;
}
.cid-uVCHWS287L .sidebar-block .bestsellers .mbr-gallery-item .item-overlay {
  display: none !important;
}
.cid-uUp7DtALWx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUp7DtALWx .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uUp7DtALWx .container {
    padding: 0 ;
  }
}
.cid-uUp7DtALWx .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uUp7DtALWx .navbar.opened {
  transition: all 0.3s;
}
.cid-uUp7DtALWx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUp7DtALWx .navbar .navbar-logo img {
  width: auto;
}
.cid-uUp7DtALWx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUp7DtALWx .navbar.collapsed {
  justify-content: center;
}
.cid-uUp7DtALWx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUp7DtALWx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUp7DtALWx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uUp7DtALWx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUp7DtALWx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUp7DtALWx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uUp7DtALWx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUp7DtALWx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUp7DtALWx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUp7DtALWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUp7DtALWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUp7DtALWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUp7DtALWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUp7DtALWx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uUp7DtALWx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUp7DtALWx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUp7DtALWx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUp7DtALWx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUp7DtALWx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUp7DtALWx .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uUp7DtALWx .navbar.navbar-short {
  min-height: 110px;
}
.cid-uUp7DtALWx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUp7DtALWx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUp7DtALWx .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uUp7DtALWx nav.navbar {
  position: fixed;
}
.cid-uUp7DtALWx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUp7DtALWx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uUp7DtALWx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUp7DtALWx .dropdown-item:hover,
.cid-uUp7DtALWx .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uUp7DtALWx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUp7DtALWx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUp7DtALWx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUp7DtALWx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUp7DtALWx .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUp7DtALWx .dropdown-menu,
.cid-uUp7DtALWx .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uUp7DtALWx .nav-item:focus,
.cid-uUp7DtALWx .nav-link:focus {
  outline: none;
}
.cid-uUp7DtALWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUp7DtALWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUp7DtALWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUp7DtALWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUp7DtALWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUp7DtALWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUp7DtALWx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUp7DtALWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUp7DtALWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUp7DtALWx .dropdown-item.active,
.cid-uUp7DtALWx .dropdown-item:active {
  background-color: transparent;
}
.cid-uUp7DtALWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUp7DtALWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUp7DtALWx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUp7DtALWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uUp7DtALWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUp7DtALWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUp7DtALWx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUp7DtALWx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUp7DtALWx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUp7DtALWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uUp7DtALWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUp7DtALWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUp7DtALWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUp7DtALWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUp7DtALWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUp7DtALWx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUp7DtALWx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUp7DtALWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUp7DtALWx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUp7DtALWx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUp7DtALWx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUp7DtALWx .navbar {
    height: 70px;
  }
  .cid-uUp7DtALWx .navbar.opened {
    height: auto;
  }
  .cid-uUp7DtALWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUp7DtALWx .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUp7DtALWx .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uUp7DurJyE {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffe4e4;
}
@media (max-width: 767px) {
  .cid-uUp7DurJyE h2 {
    margin-bottom: 1rem;
  }
  .cid-uUp7DurJyE .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-uUp7DurJyE .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-uUp7DurJyE .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uUp7DurJyE .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-uUp7DurJyE .container {
    position: relative;
  }
  .cid-uUp7DurJyE h2 {
    margin: 0;
  }
}
.cid-uUp7DurJyE .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
  border-width: 2px;
  letter-spacing: -0.2px;
}
.cid-uUp7DurJyE hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-uUp7DurJyE .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uUp7DurJyE .btn:hover {
  color: #ffffff !important;
  transform: perspective(1px) translateZ(0);
}
.cid-uUp7DurJyE .line-title {
  width: 40px;
  height: 2px;
  background-color: #36187d;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-uUp7DurJyE .vertical-line:before {
  content: '';
  background-color: #36187d;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-uUp7DurJyE .mbr-section-btn .btn::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uUp7DurJyE .btn-secondary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uUp7DurJyE .btn-success-outline:hover::before {
  background-color: #ff8a8a !important;
}
.cid-uUp7DurJyE .btn-info-outline:hover::before {
  background-color: #47b5ed !important;
}
.cid-uUp7DurJyE .btn-primary-outline:hover::before {
  background-color: #944372 !important;
}
.cid-uUp7DurJyE .btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-uUp7DurJyE .btn-black-outline:hover::before {
  background-color: #6c758f !important;
}
.cid-uUp7DurJyE .btn-danger-outline:hover::before {
  background-color: #36187d !important;
}
.cid-uUp7DurJyE .btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.cid-uUp7DurJyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp7DurJyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp7DurJyE .container-column,
.cid-uUp7DurJyE h2 {
  color: #944372;
}
.cid-uUp7DuLBmq {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uUp7DuLBmq .wrap {
  height: 540px;
}
.cid-uUp7DuLBmq .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 10px;
  color: #000000;
}
.cid-uUp7DuLBmq .mbr-text {
  color: #000000;
  margin-top: 30px;
  margin-bottom: 0;
}
.cid-uUp7DuLBmq .parallax__wrap {
  transform: translate3d(0px, -115px, 0px);
  background-position: center center;
  width: 100%;
  backface-visibility: hidden;
  will-change: transform;
}
.cid-uUp7DuLBmq .content__block {
  min-width: 1200px;
  transform: translateX(-45%);
}
.cid-uUp7DuLBmq .group__content {
  padding-bottom: 30px;
  position: relative;
}
.cid-uUp7DuLBmq .parallax__image {
  perspective: 700px;
}
.cid-uUp7DuLBmq .image {
  margin: 0;
  width: 100%;
  height: 230px;
  transition: transform 0.5s;
}
.cid-uUp7DuLBmq .image:hover {
  transform: rotateX(-10deg);
}
.cid-uUp7DuLBmq .image img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uUp7DuLBmq .minwidth {
  background-image: url("../../../assets/images/pexels-cottonbro-studio-4778667-2000x3000.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
}
@media (max-width: 575px) {
  .cid-uUp7DuLBmq .minwidth {
    height: 200px;
  }
}
.cid-uUp7DuLBmq .btn {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .cid-uUp7DuLBmq .push-lg {
    left: 8.33333333%;
  }
  .cid-uUp7DuLBmq .push {
    left: 3%;
  }
}
@media (max-width: 991px) {
  .cid-uUp7DuLBmq .wrap {
    height: auto;
  }
  .cid-uUp7DuLBmq .parallax__wrap {
    transform: translate3d(0px, 0, 0px);
  }
  .cid-uUp7DuLBmq .minwidth {
    margin-bottom: 30px;
  }
}
.cid-uUp7DuLBmq .mbr-section-title {
  text-align: left;
  color: #944372;
}
.cid-uUp7Dv4wLV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uUp7Dv4wLV .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uUp7Dv4wLV .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUp7Dv4wLV .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uUp7Dv4wLV .card {
    margin-bottom: 2rem;
  }
  .cid-uUp7Dv4wLV .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUp7Dv4wLV .card-title,
.cid-uUp7Dv4wLV .card-box {
  color: #944372;
}
.cid-uUp7Dv4wLV .icon-title {
  color: #944372;
}
.cid-uUp7Dv4wLV .icon-text {
  color: #6c758f;
}
.cid-uUp7Dv4wLV .mbr-text,
.cid-uUp7Dv4wLV .mbr-section-btn {
  color: #6c758f;
}
.cid-uUp7Dv4wLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp7Dv4wLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp7DvktuC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUp7DvktuC img,
.cid-uUp7DvktuC .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uUp7DvktuC .item:focus,
.cid-uUp7DvktuC span:focus {
  outline: none;
}
.cid-uUp7DvktuC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUp7DvktuC .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uUp7DvktuC .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uUp7DvktuC .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uUp7DvktuC .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uUp7DvktuC .item-content {
    padding: 1rem 0;
  }
}
.cid-uUp7DvktuC .mbr-section-title {
  color: #944372;
}
.cid-uUp7DvktuC .item-title {
  color: #944372;
}
.cid-uUp7DvktuC .item-subtitle {
  color: #bec2cf;
}
.cid-uUp7DvktuC .mbr-text,
.cid-uUp7DvktuC .mbr-section-btn {
  color: #6c758f;
}
.cid-uUp7DvktuC .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uUp7DvGX6p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f4f4;
}
.cid-uUp7DvGX6p h6 {
  line-height: 1.2;
}
.cid-uUp7DvGX6p img,
.cid-uUp7DvGX6p .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uUp7DvGX6p .item:focus,
.cid-uUp7DvGX6p span:focus {
  outline: none;
}
.cid-uUp7DvGX6p .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUp7DvGX6p .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uUp7DvGX6p .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uUp7DvGX6p .mbr-section-title {
  color: #944372;
}
.cid-uUp7DvGX6p .mbr-text,
.cid-uUp7DvGX6p .mbr-section-btn {
  color: #353535;
}
.cid-uUp7DvGX6p .item-title {
  color: #944372;
  text-align: center;
}
.cid-uUp7DvGX6p .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uUp7DvX5x7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUp7DvX5x7 .title {
  padding: 0 2rem;
  color: #944372;
}
.cid-uUp7DvX5x7 .card-title {
  max-width: 600px;
  color: #36187d;
}
.cid-uUp7DvX5x7 a {
  display: flex;
}
.cid-uUp7DvX5x7 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uUp7DvX5x7 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uUp7DvX5x7 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUp7DvX5x7 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uUp7DvX5x7 img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-uUp7DvX5x7 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uUp7DvX5x7 .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uUp7DvX5x7 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uUp7DvX5x7 .card-text {
  color: #0196e3;
}
.cid-uUp7DvX5x7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp7DvX5x7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUp7DwaYT3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uUp7DwaYT3 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uUp7DwaYT3 .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uUp7DwaYT3 .brand__text {
  padding: 12px 0 25px;
}
.cid-uUp7DwaYT3 .brand__email {
  margin-bottom: 15px;
}
.cid-uUp7DwaYT3 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uUp7DwaYT3 .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uUp7DwaYT3 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uUp7DwaYT3 .footer__items a:hover {
  color: #36187d !important;
}
.cid-uUp7DwaYT3 .social {
  margin-top: 30px;
}
.cid-uUp7DwaYT3 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uUp7DwaYT3 .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uUp7DwaYT3 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uUp7DwaYT3 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uUp7DwaYT3 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uUp7DwaYT3 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uUp7DwaYT3 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uUp7DwaYT3 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uUp7DwaYT3 .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uUp7DwaYT3 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uUp7DwaYT3 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uUp7DwaYT3 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uUp7DwaYT3 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uUp7DwaYT3 .divider {
    margin-top: 30px;
  }
  .cid-uUp7DwaYT3 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uUp7DwaYT3 .align-right,
  .cid-uUp7DwaYT3 .privacy {
    text-align: center;
  }
  .cid-uUp7DwaYT3 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uUp7DwaYT3 .footer__adress {
  color: #944372;
}
.cid-uUp7DwaYT3 .privacy {
  color: #944372;
}
.cid-uUp7DwaYT3 .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-uUp9q5Z75N {
  overflow: hidden;
}
.cid-uUp9q5Z75N .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-uUp9q5Z75N .user_image {
  height: 680px;
  width: 100%;
}
.cid-uUp9q5Z75N .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uUp9q5Z75N .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #ffffff;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-uUp9q5Z75N .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-uUp9q5Z75N .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #ff3a46;
  margin-bottom: 25px;
}
.cid-uUp9q5Z75N .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uUp9q5Z75N .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-uUp9q5Z75N .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-uUp9q5Z75N .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #36187d;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-uUp9q5Z75N .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-uUp9q5Z75N .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-uUp9q5Z75N .box__item:first-child {
  position: relative;
}
.cid-uUp9q5Z75N .box__text {
  color: #000000;
}
.cid-uUp9q5Z75N .carousel-item {
  justify-content: center;
}
.cid-uUp9q5Z75N .carousel-item.active,
.cid-uUp9q5Z75N .carousel-item-next,
.cid-uUp9q5Z75N .carousel-item-prev {
  display: flex;
}
.cid-uUp9q5Z75N .carousel-control-next,
.cid-uUp9q5Z75N .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-uUp9q5Z75N .carousel-control-next {
  transform: translateY(70px);
}
.cid-uUp9q5Z75N .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-uUp9q5Z75N li {
  opacity: 1;
  border: none;
}
.cid-uUp9q5Z75N li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-uUp9q5Z75N .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-uUp9q5Z75N .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-uUp9q5Z75N .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-uUp9q5Z75N .box__content,
  .cid-uUp9q5Z75N .carousel-indicators {
    display: none;
  }
  .cid-uUp9q5Z75N .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-uUp9q5Z75N .mode {
    width: 250px;
    height: 350px;
  }
  .cid-uUp9q5Z75N .carousel-control-next,
  .cid-uUp9q5Z75N .carousel-control-prev {
    right: 20px;
  }
}
.cid-uUp9rJ7jki {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-uUp9rJ7jki .image {
  position: absolute;
  background-image: url("../../../assets/images/conference-transparent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1 !important;
  width: 800px;
  height: 500px;
  margin-left: 44vw;
  transform-origin: center;
  transform: rotate(334deg);
}
@media (max-width: 991px) {
  .cid-uUp9rJ7jki .image {
    display: none;
  }
}
.cid-uUp9rJ7jki .position {
  z-index: 10;
}
.cid-uUp9rJ7jki .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-uUp9rJ7jki .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUp9rJ7jki .mbr-text {
  margin-top: 30px;
}
.cid-uUp9rJ7jki .mbr-section-btn {
  margin-top: 30px;
}
.cid-uUp9rJ7jki .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-uUp9rJ7jki .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-uUp9rJ7jki .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uUp9rJ7jki .info__block-item {
    margin-right: 10px;
  }
}
.cid-uUp9rJ7jki .title__item,
.cid-uUp9rJ7jki .text__item {
  margin-bottom: 0;
}
.cid-uUp9rJ7jki .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-uUp9rJ7jki .animated-element {
  color: #d90a2c;
}
.cid-uUp9rJ7jki .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #d90a2c;
}
@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-uUp9rJ7jki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUp9rJ7jki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpcl4iRPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uUpcl4iRPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpcl4iRPH .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-uUpcl4iRPH .container {
    padding: 0 16px;
  }
}
.cid-uUpcl4iRPH .row {
  height: 470px;
}
@media (max-width: 992px) {
  .cid-uUpcl4iRPH .row {
    height: 200px;
  }
}
.cid-uUpct8TCF7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUpct8TCF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUpct8TCF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUpct8TCF7 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-uUpct8TCF7 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uUpct8TCF7 .container {
    padding: 0 25px;
  }
}
.cid-uUpct8TCF7 .title-wrapper {
  padding: 100px 0;
}
.cid-uUpct8TCF7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUpct8TCF7 .mbr-section-title {
  color: #ffffff;
}
.cid-uVDqbvZglq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uVDqbvZglq .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVDqbvZglq .container {
    padding: 0 ;
  }
}
.cid-uVDqbvZglq .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uVDqbvZglq .navbar.opened {
  transition: all 0.3s;
}
.cid-uVDqbvZglq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVDqbvZglq .navbar .navbar-logo img {
  width: auto;
}
.cid-uVDqbvZglq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVDqbvZglq .navbar.collapsed {
  justify-content: center;
}
.cid-uVDqbvZglq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVDqbvZglq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVDqbvZglq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uVDqbvZglq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVDqbvZglq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVDqbvZglq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uVDqbvZglq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVDqbvZglq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVDqbvZglq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uVDqbvZglq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVDqbvZglq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVDqbvZglq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVDqbvZglq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVDqbvZglq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uVDqbvZglq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVDqbvZglq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uVDqbvZglq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVDqbvZglq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uVDqbvZglq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVDqbvZglq .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uVDqbvZglq .navbar.navbar-short {
  min-height: 110px;
}
.cid-uVDqbvZglq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVDqbvZglq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVDqbvZglq .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uVDqbvZglq nav.navbar {
  position: fixed;
}
.cid-uVDqbvZglq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDqbvZglq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uVDqbvZglq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uVDqbvZglq .dropdown-item:hover,
.cid-uVDqbvZglq .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uVDqbvZglq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uVDqbvZglq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uVDqbvZglq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uVDqbvZglq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uVDqbvZglq .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVDqbvZglq .dropdown-menu,
.cid-uVDqbvZglq .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uVDqbvZglq .nav-item:focus,
.cid-uVDqbvZglq .nav-link:focus {
  outline: none;
}
.cid-uVDqbvZglq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVDqbvZglq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVDqbvZglq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVDqbvZglq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVDqbvZglq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVDqbvZglq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVDqbvZglq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVDqbvZglq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVDqbvZglq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVDqbvZglq .dropdown-item.active,
.cid-uVDqbvZglq .dropdown-item:active {
  background-color: transparent;
}
.cid-uVDqbvZglq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVDqbvZglq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVDqbvZglq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVDqbvZglq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uVDqbvZglq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVDqbvZglq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVDqbvZglq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVDqbvZglq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVDqbvZglq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVDqbvZglq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uVDqbvZglq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVDqbvZglq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDqbvZglq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVDqbvZglq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVDqbvZglq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDqbvZglq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVDqbvZglq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVDqbvZglq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVDqbvZglq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uVDqbvZglq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVDqbvZglq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVDqbvZglq .navbar {
    height: 70px;
  }
  .cid-uVDqbvZglq .navbar.opened {
    height: auto;
  }
  .cid-uVDqbvZglq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVDqbvZglq .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVDqbvZglq .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uVDtJrfyFz {
  overflow: hidden;
}
.cid-uVDtJrfyFz .user {
  max-width: none;
  flex: 0 0 100%;
  position: relative;
}
.cid-uVDtJrfyFz .user_image {
  height: 680px;
  width: 100%;
}
.cid-uVDtJrfyFz .user_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVDtJrfyFz .mode {
  position: absolute;
  width: 350px;
  height: 450px;
  border: 10px solid #ffffff;
  left: 9.5%;
  top: 40%;
  z-index: 0;
  transform: translateY(-50%);
}
.cid-uVDtJrfyFz .title__block {
  height: 400px;
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translateY(-50%);
  margin-left: 15px;
}
.cid-uVDtJrfyFz .mbr-section-subtitle {
  letter-spacing: 1.5px;
  color: #ff3a46;
  margin-bottom: 25px;
}
.cid-uVDtJrfyFz .mbr-section-title {
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uVDtJrfyFz .arrow__btn .mbr-iconfont {
  font-size: 30px;
  color: #fff;
}
.cid-uVDtJrfyFz .box {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
.cid-uVDtJrfyFz .box__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #36187d;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -90px;
  left: -90px;
  opacity: 0.95;
}
.cid-uVDtJrfyFz .box__icon .mbr-iconfont {
  font-size: 30px;
  color: #fff;
  padding: 30px;
}
.cid-uVDtJrfyFz .box__item {
  width: 230px;
  height: 190px;
  padding: 30px 5px 30px 40px;
  text-align: left;
  float: left;
  background: #ffffff;
}
.cid-uVDtJrfyFz .box__item:first-child {
  position: relative;
}
.cid-uVDtJrfyFz .box__text {
  color: #000000;
}
.cid-uVDtJrfyFz .carousel-item {
  justify-content: center;
}
.cid-uVDtJrfyFz .carousel-item.active,
.cid-uVDtJrfyFz .carousel-item-next,
.cid-uVDtJrfyFz .carousel-item-prev {
  display: flex;
}
.cid-uVDtJrfyFz .carousel-control-next,
.cid-uVDtJrfyFz .carousel-control-prev {
  right: 50px;
  left: auto;
  top: 50%;
  bottom: auto;
  width: auto;
}
.cid-uVDtJrfyFz .carousel-control-next {
  transform: translateY(70px);
}
.cid-uVDtJrfyFz .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 30px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  color: #ffffff;
  background: rgba(25, 31, 35, 0.5);
  transition: all 0.3s ease-in-out;
}
.cid-uVDtJrfyFz li {
  opacity: 1;
  border: none;
}
.cid-uVDtJrfyFz li.active {
  background-color: #000000;
  opacity: 0.1;
  width: 230px;
  height: 190px;
}
.cid-uVDtJrfyFz .carousel-indicators {
  right: 0;
  left: auto;
  justify-content: flex-end;
  margin: 0;
  opacity: 0.1;
}
.cid-uVDtJrfyFz .carousel-indicators li {
  width: 230px;
  height: 190px;
  max-width: none;
  max-height: none;
  margin: 0;
  background-color: #000000;
  border-radius: 0;
  transition: opacity 0.4s ease-in-out;
}
.is-builder .cid-uVDtJrfyFz .carousel-indicators {
  pointer-events: none;
}
@media (max-width: 767px) {
  .cid-uVDtJrfyFz .box__content,
  .cid-uVDtJrfyFz .carousel-indicators {
    display: none;
  }
  .cid-uVDtJrfyFz .box__icon {
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .cid-uVDtJrfyFz .mode {
    width: 250px;
    height: 350px;
  }
  .cid-uVDtJrfyFz .carousel-control-next,
  .cid-uVDtJrfyFz .carousel-control-prev {
    right: 20px;
  }
}
.cid-uWbTbt2jnz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWbTbt2jnz .mbr-iconfont {
  font-size: 4rem;
  color: #000000;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-uWbTbt2jnz .card-title {
  position: relative;
  cursor: pointer;
  color: #000000;
}
.cid-uWbTbt2jnz .card-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-uWbTbt2jnz .card-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uWbTbt2jnz .card-title:hover:before {
  width: 100%;
}
.cid-uWbTbt2jnz .card:hover {
  cursor: pointer;
}
.cid-uWbTbt2jnz .card:hover .card-title:before {
  width: 100%;
}
.cid-uWbTbt2jnz .card-text {
  color: #999999;
}
.cid-uWbTbt2jnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWbTbt2jnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDqbxrhU0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uVDqbxrhU0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uVDqbxrhU0 .icon-box {
  background: #f2f3f7;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 1.5rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVDqbxrhU0 .mbr-iconfont {
  font-size: 2rem;
  color: #0196e3;
}
@media (max-width: 991px) {
  .cid-uVDqbxrhU0 .card {
    margin-bottom: 2rem;
  }
  .cid-uVDqbxrhU0 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVDqbxrhU0 .card-title,
.cid-uVDqbxrhU0 .card-box {
  color: #944372;
}
.cid-uVDqbxrhU0 .icon-title {
  color: #944372;
}
.cid-uVDqbxrhU0 .icon-text {
  color: #6c758f;
}
.cid-uVDqbxrhU0 .mbr-text,
.cid-uVDqbxrhU0 .mbr-section-btn {
  color: #6c758f;
}
.cid-uVDqbxrhU0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDqbxrhU0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDqbxDfwh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVDqbxDfwh img,
.cid-uVDqbxDfwh .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uVDqbxDfwh .item:focus,
.cid-uVDqbxDfwh span:focus {
  outline: none;
}
.cid-uVDqbxDfwh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVDqbxDfwh .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-uVDqbxDfwh .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-uVDqbxDfwh .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-uVDqbxDfwh .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-uVDqbxDfwh .item-content {
    padding: 1rem 0;
  }
}
.cid-uVDqbxDfwh .mbr-section-title {
  color: #944372;
}
.cid-uVDqbxDfwh .item-title {
  color: #944372;
}
.cid-uVDqbxDfwh .item-subtitle {
  color: #bec2cf;
}
.cid-uVDqbxDfwh .mbr-text,
.cid-uVDqbxDfwh .mbr-section-btn {
  color: #6c758f;
}
.cid-uVDqbxDfwh .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-uVDqbxVlUj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f9f4f4;
}
.cid-uVDqbxVlUj h6 {
  line-height: 1.2;
}
.cid-uVDqbxVlUj img,
.cid-uVDqbxVlUj .item-img {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2rem;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uVDqbxVlUj .item:focus,
.cid-uVDqbxVlUj span:focus {
  outline: none;
}
.cid-uVDqbxVlUj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uVDqbxVlUj .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uVDqbxVlUj .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uVDqbxVlUj .mbr-section-title {
  color: #944372;
}
.cid-uVDqbxVlUj .mbr-text,
.cid-uVDqbxVlUj .mbr-section-btn {
  color: #353535;
}
.cid-uVDqbxVlUj .item-title {
  color: #944372;
  text-align: center;
}
.cid-uVDqbxVlUj .item-subtitle {
  color: #6c758f;
  text-align: center;
}
.cid-uVDqby9mv0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVDqby9mv0 .title {
  padding: 0 2rem;
  color: #944372;
}
.cid-uVDqby9mv0 .card-title {
  max-width: 600px;
  color: #36187d;
}
.cid-uVDqby9mv0 a {
  display: flex;
}
.cid-uVDqby9mv0 .card-wrapper {
  overflow: visible;
  display: flex;
  padding: 3rem 4rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .cid-uVDqby9mv0 .card-wrapper {
    flex-direction: column;
    padding: 2rem;
  }
}
.cid-uVDqby9mv0 .mbr-iconfont {
  font-size: 2.5rem;
  color: #0196e3;
  padding: 2rem;
  padding-top: 2.2rem;
  cursor: pointer;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uVDqby9mv0 .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uVDqby9mv0 img {
  width: 150px;
  background: white;
  height: 150px;
  border-radius: 50%;
  padding: 1rem;
  object-fit: contain;
  margin: auto;
}
.cid-uVDqby9mv0 .card-box {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uVDqby9mv0 .card-box {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uVDqby9mv0 .mt-5 {
    margin-top: 0.5rem!important;
  }
}
.cid-uVDqby9mv0 .card-text {
  color: #0196e3;
}
.cid-uVDqby9mv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVDqby9mv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVDqbyml7Y {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uVDqbyml7Y .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uVDqbyml7Y .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uVDqbyml7Y .brand__text {
  padding: 12px 0 25px;
}
.cid-uVDqbyml7Y .brand__email {
  margin-bottom: 15px;
}
.cid-uVDqbyml7Y .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uVDqbyml7Y .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uVDqbyml7Y .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uVDqbyml7Y .footer__items a:hover {
  color: #36187d !important;
}
.cid-uVDqbyml7Y .social {
  margin-top: 30px;
}
.cid-uVDqbyml7Y .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uVDqbyml7Y .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uVDqbyml7Y .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uVDqbyml7Y .social .social__items:last-child {
  margin-right: 0;
}
.cid-uVDqbyml7Y .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uVDqbyml7Y .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uVDqbyml7Y .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uVDqbyml7Y .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uVDqbyml7Y .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uVDqbyml7Y .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uVDqbyml7Y .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uVDqbyml7Y .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uVDqbyml7Y .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uVDqbyml7Y .divider {
    margin-top: 30px;
  }
  .cid-uVDqbyml7Y .footer__bottom {
    padding: 30px 0;
  }
  .cid-uVDqbyml7Y .align-right,
  .cid-uVDqbyml7Y .privacy {
    text-align: center;
  }
  .cid-uVDqbyml7Y .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uVDqbyml7Y .footer__adress {
  color: #944372;
}
.cid-uVDqbyml7Y .privacy {
  color: #944372;
}
.cid-uVDqbyml7Y .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tBLpjj4WB2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #f9f4f4;
}
.cid-tBLpjj4WB2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBLpjj4WB2 .row {
    flex-direction: column-reverse;
  }
  .cid-tBLpjj4WB2 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tBLpjj4WB2 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBLpjj4WB2 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tBLpjj4WB2 .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-tBLpjj4WB2 .card-title {
  color: #944372;
}
.cid-tBLpjj4WB2 .mbr-text,
.cid-tBLpjj4WB2 .mbr-section-btn {
  color: #6c758f;
}
.cid-tBLpjj4WB2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBLpjj4WB2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZC7Sbgum {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCZC7Sbgum .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tCZC7Sbgum .col-lg-4,
.cid-tCZC7Sbgum .col-12 {
  padding: 0 2rem;
}
.cid-tCZC7Sbgum .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tCZC7Sbgum .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tCZC7Sbgum .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tCZC7Sbgum .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tCZC7Sbgum .card-title,
.cid-tCZC7Sbgum .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-tCZC7Sbgum .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tCZC7Sbgum .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tCZC7Sbgum .mbr-section-title {
  color: #944372;
}
.cid-tCZC7Sbgum .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZC7Sbgum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCZCXlDeVv {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tCZCXlDeVv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tCZCXlDeVv .col-lg-4,
.cid-tCZCXlDeVv .col-12 {
  padding: 0 2rem;
}
.cid-tCZCXlDeVv .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tCZCXlDeVv .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tCZCXlDeVv .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tCZCXlDeVv .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tCZCXlDeVv .card-title,
.cid-tCZCXlDeVv .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-tCZCXlDeVv .card-text {
  color: #6c758f;
  text-align: center;
}
.cid-tCZCXlDeVv .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tCZCXlDeVv .mbr-section-title {
  color: #36187d;
}
.cid-tCZCXlDeVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCZCXlDeVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tD5QiptaKw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-tD5QiptaKw .mbr-section-title,
.cid-tD5QiptaKw .mbr-section-subtitle {
  text-align: center;
}
.cid-tD5QiptaKw .cost {
  word-break: normal;
}
.cid-tD5QiptaKw .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  background: #f2f3f7;
}
.cid-tD5QiptaKw .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-tD5QiptaKw .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tD5QiptaKw .card-wrapper {
    padding: 1rem;
  }
}
.cid-tD5QiptaKw .card-title {
  color: #ea2396;
  text-align: left;
}
.cid-tD5QiptaKw P {
  color: #6c758f;
}
.cid-tD5QiptaKw .mbr-section-title {
  color: #944372;
}
.cid-tD5QiptaKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tD5QiptaKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBLJwbCQG1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBLJwbCQG1 img,
.cid-tBLJwbCQG1 .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tBLJwbCQG1 .item:focus,
.cid-tBLJwbCQG1 span:focus {
  outline: none;
}
.cid-tBLJwbCQG1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tBLJwbCQG1 .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tBLJwbCQG1 .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tBLJwbCQG1 .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tBLJwbCQG1 .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tBLJwbCQG1 .item-content {
    padding: 1rem 0;
  }
}
.cid-tBLJwbCQG1 .mbr-section-title {
  color: #944372;
}
.cid-tBLJwbCQG1 .item-title {
  color: #944372;
  text-align: center;
}
.cid-tBLJwbCQG1 .item-subtitle {
  color: #bec2cf;
}
.cid-tBLJwbCQG1 .mbr-text,
.cid-tBLJwbCQG1 .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-tBLJwbCQG1 .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tDaAf9gctG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tDaAf9gctG img,
.cid-tDaAf9gctG .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tDaAf9gctG .item:focus,
.cid-tDaAf9gctG span:focus {
  outline: none;
}
.cid-tDaAf9gctG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tDaAf9gctG .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-tDaAf9gctG .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-tDaAf9gctG .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-tDaAf9gctG .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-tDaAf9gctG .item-content {
    padding: 1rem 0;
  }
}
.cid-tDaAf9gctG .mbr-section-title {
  color: #944372;
}
.cid-tDaAf9gctG .item-title {
  color: #944372;
  text-align: center;
}
.cid-tDaAf9gctG .item-subtitle {
  color: #bec2cf;
}
.cid-tDaAf9gctG .mbr-text,
.cid-tDaAf9gctG .mbr-section-btn {
  color: #6c758f;
  text-align: center;
}
.cid-tDaAf9gctG .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
.cid-uEz1B8XuR8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uEz1B8XuR8 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uEz1B8XuR8 .container {
    padding: 0 ;
  }
}
.cid-uEz1B8XuR8 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uEz1B8XuR8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uEz1B8XuR8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uEz1B8XuR8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uEz1B8XuR8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uEz1B8XuR8 .navbar.collapsed {
  justify-content: center;
}
.cid-uEz1B8XuR8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uEz1B8XuR8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uEz1B8XuR8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uEz1B8XuR8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uEz1B8XuR8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uEz1B8XuR8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uEz1B8XuR8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uEz1B8XuR8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uEz1B8XuR8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uEz1B8XuR8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uEz1B8XuR8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uEz1B8XuR8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uEz1B8XuR8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uEz1B8XuR8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uEz1B8XuR8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uEz1B8XuR8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uEz1B8XuR8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uEz1B8XuR8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uEz1B8XuR8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uEz1B8XuR8 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uEz1B8XuR8 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uEz1B8XuR8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uEz1B8XuR8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uEz1B8XuR8 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uEz1B8XuR8 nav.navbar {
  position: fixed;
}
.cid-uEz1B8XuR8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEz1B8XuR8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uEz1B8XuR8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uEz1B8XuR8 .dropdown-item:hover,
.cid-uEz1B8XuR8 .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uEz1B8XuR8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uEz1B8XuR8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uEz1B8XuR8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uEz1B8XuR8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uEz1B8XuR8 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uEz1B8XuR8 .dropdown-menu,
.cid-uEz1B8XuR8 .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uEz1B8XuR8 .nav-item:focus,
.cid-uEz1B8XuR8 .nav-link:focus {
  outline: none;
}
.cid-uEz1B8XuR8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uEz1B8XuR8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uEz1B8XuR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uEz1B8XuR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uEz1B8XuR8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uEz1B8XuR8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uEz1B8XuR8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uEz1B8XuR8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uEz1B8XuR8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uEz1B8XuR8 .dropdown-item.active,
.cid-uEz1B8XuR8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uEz1B8XuR8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uEz1B8XuR8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uEz1B8XuR8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uEz1B8XuR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uEz1B8XuR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uEz1B8XuR8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uEz1B8XuR8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uEz1B8XuR8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uEz1B8XuR8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uEz1B8XuR8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uEz1B8XuR8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uEz1B8XuR8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEz1B8XuR8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uEz1B8XuR8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uEz1B8XuR8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEz1B8XuR8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uEz1B8XuR8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uEz1B8XuR8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uEz1B8XuR8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uEz1B8XuR8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uEz1B8XuR8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uEz1B8XuR8 .navbar {
    height: 70px;
  }
  .cid-uEz1B8XuR8 .navbar.opened {
    height: auto;
  }
  .cid-uEz1B8XuR8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uEz1B8XuR8 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uEz1B8XuR8 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uLahEuesiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uLahEuesiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLahEuesiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLahEuesiM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uLahEuesiM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLahEuesiM .container {
    padding: 0 24px;
  }
}
.cid-uLahEuesiM .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uLahEuesiM .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uLahEuesiM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uLahEuesiM .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uLahEuesiM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uLahEuesiM .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLahEuesiM .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uLahEuesiM .content-wrapper .mbr-section-btn .btn:hover,
.cid-uLahEuesiM .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uLahEuesiM .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uLahEuesiM .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uLahEuesiM .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uLahEuesiM .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uLahEuesiM .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uLahEuesiM .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uLahEuesiM .mbr-section-title {
  color: #141414;
}
.cid-uLahEuesiM .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uLahEuesiM .mbr-desc {
  color: #141414;
  text-align: center;
}
.cid-uLahEuesiM .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uLahEuesiM .mbr-section-title,
.cid-uLahEuesiM .mbr-section-btn {
  text-align: center;
}
.cid-uLanbql46l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uLanbql46l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLanbql46l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLanbql46l .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uLanbql46l .container {
    max-width: 1400px;
  }
}
.cid-uLanbql46l .card {
  margin: auto;
}
.cid-uLanbql46l .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff8a8a;
  margin-bottom: 2rem;
}
.cid-uLanbql46l .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLanbql46l .row {
  justify-content: center;
}
.cid-uLanbql46l .card-title,
.cid-uLanbql46l .card-box {
  color: #591f0b;
  text-align: center;
}
.cid-uLanbql46l H3 {
  color: #944372;
}
.cid-uEz1B9z2sP {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #fff5ee;
}
.cid-uEz1B9z2sP .container-fluid {
  padding: 0 3rem;
}
.cid-uEz1B9z2sP .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uEz1B9z2sP .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #944372, #944372);
  display: inline-block;
}
.cid-uEz1B9z2sP .card {
  margin-bottom: 2rem;
}
.cid-uEz1B9z2sP .card-img {
  width: auto !important;
}
.cid-uEz1B9z2sP .card-img .mbr-iconfont {
  color: #ffa0a4;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #ffa0a4, #a38dfd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uEz1B9z2sP .content-row {
  word-wrap: break-word;
}
.cid-uEz1B9z2sP .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uEz1B9z2sP .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-uEz1B9z2sP .mbr-text {
  color: #767676;
  margin: 0;
}
.cid-uEz1B9z2sP .card-title {
  color: #fe525b;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uEz1B9z2sP .card-title,
  .cid-uEz1B9z2sP .card-box {
    text-align: left;
  }
  .cid-uEz1B9z2sP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uEz1B9z2sP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEz1B9z2sP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEz1B9z2sP .mbr-section-title,
.cid-uEz1B9z2sP .underline {
  color: #944372;
}
.cid-uEz1BataNE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uEz1BataNE .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uEz1BataNE .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uEz1BataNE .brand__text {
  padding: 12px 0 25px;
}
.cid-uEz1BataNE .brand__email {
  margin-bottom: 15px;
}
.cid-uEz1BataNE .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uEz1BataNE .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uEz1BataNE .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uEz1BataNE .footer__items a:hover {
  color: #36187d !important;
}
.cid-uEz1BataNE .social {
  margin-top: 30px;
}
.cid-uEz1BataNE .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uEz1BataNE .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uEz1BataNE .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uEz1BataNE .social .social__items:last-child {
  margin-right: 0;
}
.cid-uEz1BataNE .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uEz1BataNE .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uEz1BataNE .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uEz1BataNE .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uEz1BataNE .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uEz1BataNE .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uEz1BataNE .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uEz1BataNE .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uEz1BataNE .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uEz1BataNE .divider {
    margin-top: 30px;
  }
  .cid-uEz1BataNE .footer__bottom {
    padding: 30px 0;
  }
  .cid-uEz1BataNE .align-right,
  .cid-uEz1BataNE .privacy {
    text-align: center;
  }
  .cid-uEz1BataNE .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uEz1BataNE .footer__adress {
  color: #944372;
}
.cid-uEz1BataNE .privacy {
  color: #944372;
}
.cid-uEz1BataNE .brand__phone {
  color: #944372;
}
.cid-uMnvAVmq5C {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uMnvAVmq5C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uMnvAVmq5C .row {
    flex-direction: column-reverse;
  }
  .cid-uMnvAVmq5C .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uMnvAVmq5C .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uMnvAVmq5C .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uMnvAVmq5C .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uMnvAVmq5C .card-title {
  color: #ea2396;
}
.cid-uMnvAVmq5C .mbr-text,
.cid-uMnvAVmq5C .mbr-section-btn {
  color: #6c758f;
}
.cid-uMnvAVmq5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMnvAVmq5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMnvAVmq5C .mbr-section-title {
  color: #944372;
}
.cid-uMnAg6SWyW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fff5ee;
}
.cid-uMnAg6SWyW .item:focus,
.cid-uMnAg6SWyW span:focus {
  outline: none;
}
.cid-uMnAg6SWyW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uMnAg6SWyW .item {
    margin-bottom: 1rem;
  }
}
.cid-uMnAg6SWyW .mbr-card-title {
  background: #fed9e1;
  width: fit-content;
  border-radius: 1rem;
  padding: 6px 10px;
}
.cid-uMnAg6SWyW .item-content {
  margin-top: 2rem;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMnAg6SWyW .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMnAg6SWyW .item-content {
    padding: 1rem 1rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uMnAg6SWyW .item-wrapper {
  position: relative;
  background: #fff5ee;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uMnAg6SWyW .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uMnAg6SWyW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMnAg6SWyW .mbr-text,
.cid-uMnAg6SWyW .item .mbr-section-btn {
  text-align: center;
}
.cid-uMnAg6SWyW .content-head {
  max-width: 800px;
}
.cid-uMnAg6SWyW .mbr-number {
  color: #fe525b;
}
.cid-uMnAg6SWyW .mbr-section-subtitle,
.cid-uMnAg6SWyW .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uMnAg6SWyW .mbr-text {
  text-align: left;
}
.cid-uMnAg6SWyW .mbr-text,
.cid-uMnAg6SWyW .mbr-card-btn {
  text-align: left;
}
.cid-uMnAg6SWyW .mbr-text,
.cid-uMnAg6SWyW .mbr-section-btn {
  text-align: left;
}
.cid-uMnAg6SWyW .mbr-text,
.cid-uMnAg6SWyW .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uMnAg6SWyW .card-text,
.cid-uMnAg6SWyW .item .mbr-section-btn {
  text-align: left;
}
.cid-uMnAg6SWyW .card-title {
  text-align: left;
}
.cid-uLajXtzUro {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLajXtzUro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLajXtzUro .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-uLajXtzUro .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uLajXtzUro .container {
    padding: 0 12px;
  }
}
.cid-uLajXtzUro .row {
  justify-content: center;
}
.cid-uLajXtzUro .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLajXtzUro .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uLajXtzUro .card {
    margin-bottom: 32px;
  }
}
.cid-uLajXtzUro .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uLajXtzUro .card .card-wrapper {
    display: block;
  }
}
.cid-uLajXtzUro .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uLajXtzUro .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-uLajXtzUro .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  color: #ffffff;
}
.cid-uLajXtzUro .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #0196e3;
}
.cid-uLajXtzUro .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #f23d14;
}
.cid-uLajXtzUro .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #e3b4fa;
}
.cid-uLajXtzUro .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLajXtzUro .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-uLajXtzUro .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uLajXtzUro .mbr-card-title {
  color: #222222;
}
.cid-uL47k5rqw9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uL47k5rqw9 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uL47k5rqw9 .container {
    padding: 0 ;
  }
}
.cid-uL47k5rqw9 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-uL47k5rqw9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uL47k5rqw9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL47k5rqw9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uL47k5rqw9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL47k5rqw9 .navbar.collapsed {
  justify-content: center;
}
.cid-uL47k5rqw9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL47k5rqw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uL47k5rqw9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL47k5rqw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL47k5rqw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL47k5rqw9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL47k5rqw9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL47k5rqw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL47k5rqw9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL47k5rqw9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL47k5rqw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL47k5rqw9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL47k5rqw9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL47k5rqw9 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-uL47k5rqw9 .navbar.navbar-short {
  min-height: 110px;
}
.cid-uL47k5rqw9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL47k5rqw9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL47k5rqw9 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-uL47k5rqw9 nav.navbar {
  position: fixed;
}
.cid-uL47k5rqw9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-uL47k5rqw9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL47k5rqw9 .dropdown-item:hover,
.cid-uL47k5rqw9 .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-uL47k5rqw9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL47k5rqw9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL47k5rqw9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL47k5rqw9 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL47k5rqw9 .dropdown-menu,
.cid-uL47k5rqw9 .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-uL47k5rqw9 .nav-item:focus,
.cid-uL47k5rqw9 .nav-link:focus {
  outline: none;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL47k5rqw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL47k5rqw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL47k5rqw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL47k5rqw9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL47k5rqw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL47k5rqw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL47k5rqw9 .dropdown-item.active,
.cid-uL47k5rqw9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uL47k5rqw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL47k5rqw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL47k5rqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-uL47k5rqw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL47k5rqw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL47k5rqw9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL47k5rqw9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL47k5rqw9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL47k5rqw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL47k5rqw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL47k5rqw9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uL47k5rqw9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL47k5rqw9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL47k5rqw9 .navbar {
    height: 70px;
  }
  .cid-uL47k5rqw9 .navbar.opened {
    height: auto;
  }
  .cid-uL47k5rqw9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL47k5rqw9 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uL47k5rqw9 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-uL47k613mq {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #f2f3f7;
}
.cid-uL47k613mq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uL47k613mq .row {
    flex-direction: column-reverse;
  }
  .cid-uL47k613mq .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uL47k613mq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uL47k613mq .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uL47k613mq .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-uL47k613mq .card-title {
  color: #36187d;
}
.cid-uL47k613mq .mbr-text,
.cid-uL47k613mq .mbr-section-btn {
  color: #6c758f;
}
.cid-uL47k613mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL47k613mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL47k613mq .mbr-section-title {
  color: #944372;
}
.cid-uL47k6gxbu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uL47k6gxbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL47k6gxbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL47k6gxbu .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uL47k6gxbu .mbr-section-title,
.cid-uL47k6gxbu .mbr-section-subtitle {
  text-align: center;
}
.cid-uL47k6gxbu .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uL47k6gxbu .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uL47k6gxbu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uL47k6gxbu .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uL47k6gxbu .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL47k6gxbu .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uL47k6gxbu .card-title {
  color: #ff8a8a;
}
.cid-uL47k6gxbu .mbr-section-title {
  color: #944372;
}
.cid-uL47k6gxbu .cost {
  color: #944372;
}
.cid-uL47k6Fqj7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-uL47k6Fqj7 .container {
  pointer-events: none;
  z-index: 1;
}
.cid-uL47k6Fqj7 .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-uL47k6Fqj7 .brand__text {
  padding: 12px 0 25px;
}
.cid-uL47k6Fqj7 .brand__email {
  margin-bottom: 15px;
}
.cid-uL47k6Fqj7 .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-uL47k6Fqj7 .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-uL47k6Fqj7 .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-uL47k6Fqj7 .footer__items a:hover {
  color: #36187d !important;
}
.cid-uL47k6Fqj7 .social {
  margin-top: 30px;
}
.cid-uL47k6Fqj7 .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uL47k6Fqj7 .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-uL47k6Fqj7 .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-uL47k6Fqj7 .social .social__items:last-child {
  margin-right: 0;
}
.cid-uL47k6Fqj7 .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-uL47k6Fqj7 .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-uL47k6Fqj7 .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-uL47k6Fqj7 .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-uL47k6Fqj7 .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-uL47k6Fqj7 .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-uL47k6Fqj7 .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-uL47k6Fqj7 .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-uL47k6Fqj7 .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-uL47k6Fqj7 .divider {
    margin-top: 30px;
  }
  .cid-uL47k6Fqj7 .footer__bottom {
    padding: 30px 0;
  }
  .cid-uL47k6Fqj7 .align-right,
  .cid-uL47k6Fqj7 .privacy {
    text-align: center;
  }
  .cid-uL47k6Fqj7 .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-uL47k6Fqj7 .footer__adress {
  color: #944372;
}
.cid-uL47k6Fqj7 .privacy {
  color: #944372;
}
.cid-uL47k6Fqj7 .brand__phone {
  color: #944372;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svGKGHe1ar .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.4rem);
  }
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #944372 !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f9f4f8 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9f4f8;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tAwBUTKgho {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tAwBUTKgho .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAwBUTKgho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAwBUTKgho .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tAwBUTKgho .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tAwBUTKgho .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tAwBUTKgho .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tAwBUTKgho .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tAwBUTKgho .mbr-section-title {
  color: #944372;
}
.cid-tAwC6qyko9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-tAwC6qyko9 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0196e3;
  margin-bottom: 1.5rem;
}
.cid-tAwC6qyko9 .col-lg-4,
.cid-tAwC6qyko9 .col-12 {
  padding: 0 2rem;
}
.cid-tAwC6qyko9 .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-tAwC6qyko9 .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-tAwC6qyko9 .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tAwC6qyko9 .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-tAwC6qyko9 .card-title,
.cid-tAwC6qyko9 .iconfont-wrapper {
  color: #ea2396;
  text-align: center;
}
.cid-tAwC6qyko9 .card-text {
  color: #944372;
  text-align: center;
}
.cid-tAwC6qyko9 .mbr-section-subtitle {
  color: #6c758f;
}
.cid-tAwC6qyko9 .mbr-section-title {
  color: #944372;
}
.cid-tAwC6qyko9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAwC6qyko9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEY4K9bw5R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #f9f4f4;
}
.cid-tEY4K9bw5R .container {
  pointer-events: none;
  z-index: 1;
}
.cid-tEY4K9bw5R .logo__image {
  width: 86px;
  object-fit: cover;
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__text {
  padding: 12px 0 25px;
}
.cid-tEY4K9bw5R .brand__email {
  margin-bottom: 15px;
}
.cid-tEY4K9bw5R .wrap {
  margin-bottom: 40px;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__title {
  padding: 12px 0 25px;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items {
  line-height: 38px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  color: #944372;
}
.cid-tEY4K9bw5R .footer__items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .social {
  margin-top: 30px;
}
.cid-tEY4K9bw5R .social .social__items {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 10px;
  color: #dbdbdb;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tEY4K9bw5R .social .social__items:hover {
  background-color: #36187d;
  border-color: #36187d;
}
.cid-tEY4K9bw5R .social .social__items:hover span {
  color: #ffffff !important;
}
.cid-tEY4K9bw5R .social .social__items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .social .social__items .mbr-iconfont {
  font-size: 17px;
  transition-duration: 0s;
}
.cid-tEY4K9bw5R .divider {
  background-color: #000000;
  opacity: 0.1;
  margin-top: 90px;
  height: 1px;
}
.cid-tEY4K9bw5R .footer__bottom {
  padding: 35px 0;
  pointer-events: all;
}
.cid-tEY4K9bw5R .footer__bot_items {
  margin-right: 15px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  line-height: 28px;
}
.cid-tEY4K9bw5R .footer__bot_items a:hover {
  color: #36187d !important;
}
.cid-tEY4K9bw5R .footer__bot_items:last-child {
  margin-right: 0;
}
.cid-tEY4K9bw5R .animation__background .triangle {
  position: absolute;
  right: 10%;
  top: 50%;
  animation: rotated 30s infinite linear;
  width: 50px;
  height: 50px;
}
.cid-tEY4K9bw5R .animation__background .circle {
  width: 54px;
  height: 54px;
  border: 10px solid #36187d;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 48%;
}
.cid-tEY4K9bw5R .animation__background .circle:before {
  content: "";
  position: absolute;
  top: -55px;
  left: -55px;
  right: -55px;
  bottom: -55px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-tEY4K9bw5R .divider {
    margin-top: 30px;
  }
  .cid-tEY4K9bw5R .footer__bottom {
    padding: 30px 0;
  }
  .cid-tEY4K9bw5R .align-right,
  .cid-tEY4K9bw5R .privacy {
    text-align: center;
  }
  .cid-tEY4K9bw5R .footer__bot_items {
    margin: 10px 7px 0;
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cid-tEY4K9bw5R .footer__adress {
  color: #944372;
}
.cid-tEY4K9bw5R .privacy {
  color: #944372;
}
.cid-tEY4K9bw5R .brand__phone {
  color: #944372;
}
