.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 5.4rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  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: 768px) {
  .display-1 {
    font-size: 2.16rem !important;
    font-size: calc( 4.08rem + (5.4 - 4.08) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (4.08rem + (5.4 - 4.08) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #ffee59 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffee59 !important;
  border-color: #ffee59 !important;
  color: #262200 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffe502 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #262200 !important;
  background-color: #ffe502 !important;
  border-color: #ffe502 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #148cca !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #2e2500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffd10a !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #2e2500 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ff5f0f !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #ffee59 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffee59;
  color: #ffee59;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe502 !important;
  background-color: transparent!important;
  border-color: #ffe502 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #595000 !important;
  background-color: #ffee59 !important;
  border-color: #ffee59 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  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: #148cca !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: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffee59 !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f2d900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffee59;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #ffee59;
  border-color: #ffee59;
  color: #736700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffee59;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  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: #ffee59 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  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: #ffee59;
}
/* 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: #ffee59;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffee59;
}
.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: #ffee59;
  border-bottom-color: #ffee59;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffee59 !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: #ae42c8 !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='%23ffee59' %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-tgVqxngsb0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 nav.navbar {
  position: fixed;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tgVooiSrsv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (max-width: 1400px) {
  .cid-tgVooiSrsv .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 575px) {
  .cid-tgVooiSrsv .row {
    text-align: center!important;
  }
}
.cid-tgVooiSrsv .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ae42c8;
  background: linear-gradient(180deg, #ae42c8, #ffffff);
  background: linear-gradient(90deg, #ae42c8, #ffffff) !important;
}
@media (max-width: 767px) {
  .cid-tgVooiSrsv .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.cid-tgVooiSrsv img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.cid-tgVooiSrsv .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-tgVooiSrsv .mbr-section-title {
    text-align: center;
  }
}
.cid-tgVooiSrsv .mbr-text {
  color: #000000;
}
.cid-tgVooiSrsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVooiSrsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVooiSrsv .mbr-section-title,
.cid-tgVooiSrsv .mbr-section-btn {
  color: #000000;
}
.cid-tZ5IGcZI8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ae42c8;
  flex-direction: column;
  justify-content: center;
}
.cid-tZ5IGcZI8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5IGcZI8S .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-tZ5IGcZI8S .container {
    padding: 0 16px;
  }
}
.cid-tZ5IGcZI8S .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tZ5IGcZI8S .row {
  justify-content: space-between;
}
.cid-tZ5IGcZI8S .list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #000000;
}
.cid-tZ5IGcZI8S .list .item-wrap {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #ffffff;
  padding: 48px 0 48px 40px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.cid-tZ5IGcZI8S .list .item-wrap:first-child {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-tZ5IGcZI8S .list .item-wrap {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-tZ5IGcZI8S .list .item-wrap {
    padding: 32px;
  }
}
.cid-tZ5IGcZI8S .list .item-wrap::before {
  content: '';
  position: absolute;
  margin-left: -40px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-tZ5IGcZI8S .list .item-wrap::before {
    margin-left: -32px;
  }
}
.cid-tZ5IGcZI8S .mbr-section-title {
  color: #000000;
}
.cid-tZ5I8sxNlF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5I8sxNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5I8sxNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5I8sxNlF .mbr-text,
.cid-tZ5I8sxNlF .mbr-section-btn {
  text-align: left;
}
.cid-tZ5I8sxNlF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tgVZ4ZHv2d {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-tgVZ4ZHv2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ4ZHv2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-tgVZ4ZHv2d .container {
    max-width: 1400px;
  }
}
.cid-tgVZ4ZHv2d .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-tgVZ4ZHv2d .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-tgVZ4ZHv2d .row {
  justify-content: center;
}
.cid-tgVZ4ZHv2d .card-title,
.cid-tgVZ4ZHv2d .iconfont-wrapper {
  text-align: center;
}
.cid-tZ5FieBX4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZ5FieBX4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5FieBX4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5JQmMHSc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
@media (max-width: 1200px) {
  .cid-tZ5JQmMHSc .display-2 {
    font-size: 2.1rem;
  }
}
.cid-tZ5JQmMHSc .item-img {
  padding: 0.5rem;
}
.cid-tZ5JQmMHSc img,
.cid-tZ5JQmMHSc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZ5JQmMHSc .item:focus,
.cid-tZ5JQmMHSc span:focus {
  outline: none;
}
.cid-tZ5JQmMHSc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5JQmMHSc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ5JQmMHSc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ5JQmMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .item-title {
  color: #ae42c8;
}
.cid-tZ5JQmMHSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .mbr-text,
.cid-tZ5JQmMHSc .mbr-section-btn {
  text-align: center;
}
.cid-tZ5EW8LMAB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5EW8LMAB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5EW8LMAB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5EW8LMAB .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tZ5EW8LMAB .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tZ5EW8LMAB .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZ5EW8LMAB .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZ5EW8LMAB img {
  border-radius: 2rem;
}
.cid-tZ5EW8LMAB .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZ5EW8LMAB .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-tZ5EW8LMAB .mbr-text,
.cid-tZ5EW8LMAB .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T64HMcox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T64HMcox .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T64HMcox .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-u8T64HMcox .container {
    padding: 0 16px;
  }
}
.cid-u8T64HMcox .row {
  justify-content: space-between;
}
.cid-u8T64HMcox .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8T64HMcox .panel-group {
  border: 1px solid #ffffff;
  background-color: #ae42c8;
}
.cid-u8T64HMcox .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8T64HMcox .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8T64HMcox .panel-group .card:first-child {
  border-top: none;
}
.cid-u8T64HMcox .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #ae42c8;
}
.cid-u8T64HMcox .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8T64HMcox .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8T64HMcox .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8T64HMcox .panel-title-edit {
  color: #000000;
}
.cid-u8T64HMcox .panel-text {
  color: #000000;
}
.cid-tgVZ97rwq2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-tgVZ97rwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ97rwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZ97rwq2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZ97rwq2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZ97rwq2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZ97rwq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZ97rwq2 img {
  border-radius: 2rem;
}
.cid-tgVZ97rwq2 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-tgVZ97rwq2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-text,
.cid-tgVZ97rwq2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-tZ5LtEcPrD {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tZ5LtEcPrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5LtEcPrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5LtEcPrD .mbr-text,
.cid-tZ5LtEcPrD .mbr-section-btn {
  text-align: center;
}
.cid-tZ5LtEcPrD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tgVZG7mPPv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
.cid-tgVZG7mPPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZG7mPPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZG7mPPv .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZG7mPPv .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZG7mPPv .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZG7mPPv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZG7mPPv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-tgVZG7mPPv img {
    transform: rotate(-5deg);
  }
}
.cid-tgVZG7mPPv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZG7mPPv .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZG7mPPv .mbr-text,
.cid-tgVZG7mPPv .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8Stau3Mkh {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8Stau3Mkh .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8Stau3Mkh .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8Stau3Mkh .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8Stau3Mkh .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8Stau3Mkh .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8Stau3Mkh .mbr-text {
  color: #000000;
}
.cid-u8StYBVNzM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-u8StYBVNzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8StYBVNzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8StYBVNzM .row {
  justify-content: flex-start;
}
.cid-u8StYBVNzM .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8StYBVNzM .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8StYBVNzM .title-container {
    padding: 12px;
  }
}
.cid-u8StYBVNzM .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8StYBVNzM .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8StYBVNzM .content-container {
    padding: 24px 12px;
  }
}
.cid-u8StYBVNzM .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8StYBVNzM .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8StYBVNzM .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8StYBVNzM .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-tgVZjiEkRC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tgVZjiEkRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZjiEkRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZjiEkRC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tgVZjiEkRC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tgVZjiEkRC .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-tgVZjiEkRC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgVZjiEkRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgVZjiEkRC .mbr-section-title {
  color: #000000;
}
.cid-tZ5xcbBe8a {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-tZ5xcbBe8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5xcbBe8a .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-tZ5xcbBe8a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 12px;
  }
}
.cid-tZ5xcbBe8a .title-wrapper a {
  display: block;
}
.cid-tZ5xcbBe8a .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5xcbBe8a .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5xcbBe8a .list-wrapper .list,
.cid-tZ5xcbBe8a .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .list-wrapper .list,
  .cid-tZ5xcbBe8a .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:focus,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5xcbBe8a .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5xcbBe8a .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5xcbBe8a .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-tZ5xcbBe8a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5xcbBe8a .mbr-list-title {
  color: #000000;
}
.cid-tZ5xcbBe8a .list {
  color: #ffe885;
}
.cid-tZ5xcbBe8a .list_main {
  color: #000000;
}
.cid-tgVqxngsb0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 nav.navbar {
  position: fixed;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5My8oxgQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5My8oxgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5My8oxgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5My8oxgQ .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tZ5My8oxgQ .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tZ5My8oxgQ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZ5My8oxgQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZ5My8oxgQ img {
  border-radius: 2rem;
}
.cid-tZ5My8oxgQ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZ5My8oxgQ .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZ5My8oxgQ .mbr-text,
.cid-tZ5My8oxgQ .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8Y4m4XkZc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y4m4XkZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y4m4XkZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y4m4XkZc .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y4m4XkZc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y4m4XkZc .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-u8Y4m4XkZc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y4m4XkZc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y4m4XkZc .mbr-section-title {
  color: #000000;
}
.cid-tZ5xcbBe8a {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-tZ5xcbBe8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5xcbBe8a .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-tZ5xcbBe8a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5xcbBe8a .container {
    padding: 0 12px;
  }
}
.cid-tZ5xcbBe8a .title-wrapper a {
  display: block;
}
.cid-tZ5xcbBe8a .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5xcbBe8a .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5xcbBe8a .list-wrapper .list,
.cid-tZ5xcbBe8a .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .list-wrapper .list,
  .cid-tZ5xcbBe8a .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5xcbBe8a .list-wrapper .list .item-wrap:focus,
.cid-tZ5xcbBe8a .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5xcbBe8a .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5xcbBe8a .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5xcbBe8a .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5xcbBe8a .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5xcbBe8a .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5xcbBe8a .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5xcbBe8a .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5xcbBe8a .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-tZ5xcbBe8a .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5xcbBe8a .mbr-list-title {
  color: #000000;
}
.cid-tZ5xcbBe8a .list {
  color: #ffe885;
}
.cid-tZ5xcbBe8a .list_main {
  color: #000000;
}
.cid-tZ5Nw5ZeUC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-tZ5Nw5ZeUC .container,
  .cid-tZ5Nw5ZeUC .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tZ5Nw5ZeUC .container .navbar-collapse,
  .cid-tZ5Nw5ZeUC .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tZ5Nw5ZeUC {
    flex-wrap: wrap;
  }
  .cid-tZ5Nw5ZeUC .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tZ5Nw5ZeUC .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tZ5Nw5ZeUC .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tZ5Nw5ZeUC .btn {
  padding: 0.8rem 2rem;
}
.cid-tZ5Nw5ZeUC .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tZ5Nw5ZeUC .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tZ5Nw5ZeUC .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tZ5Nw5ZeUC nav.navbar {
  position: fixed;
}
.cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZ5Nw5ZeUC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZ5Nw5ZeUC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZ5Nw5ZeUC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZ5Nw5ZeUC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZ5Nw5ZeUC .dropdown-menu,
.cid-tZ5Nw5ZeUC .navbar.opened {
  background: #ffffff !important;
}
.cid-tZ5Nw5ZeUC .nav-item:focus,
.cid-tZ5Nw5ZeUC .nav-link:focus {
  outline: none;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZ5Nw5ZeUC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZ5Nw5ZeUC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZ5Nw5ZeUC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZ5Nw5ZeUC .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tZ5Nw5ZeUC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tZ5Nw5ZeUC .navbar.opened {
  transition: all 0.3s;
}
.cid-tZ5Nw5ZeUC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZ5Nw5ZeUC .navbar .navbar-logo img {
  width: auto;
}
.cid-tZ5Nw5ZeUC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed {
  justify-content: center;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZ5Nw5ZeUC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZ5Nw5ZeUC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZ5Nw5ZeUC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZ5Nw5ZeUC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZ5Nw5ZeUC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZ5Nw5ZeUC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZ5Nw5ZeUC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZ5Nw5ZeUC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZ5Nw5ZeUC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZ5Nw5ZeUC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZ5Nw5ZeUC .dropdown-item.active,
.cid-tZ5Nw5ZeUC .dropdown-item:active {
  background-color: transparent;
}
.cid-tZ5Nw5ZeUC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZ5Nw5ZeUC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tZ5Nw5ZeUC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZ5Nw5ZeUC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZ5Nw5ZeUC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZ5Nw5ZeUC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZ5Nw5ZeUC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZ5Nw5ZeUC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZ5Nw5ZeUC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZ5Nw5ZeUC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZ5Nw5ZeUC .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-tZ5Nw5ZeUC .navbar {
    height: 70px;
  }
  .cid-tZ5Nw5ZeUC .navbar.opened {
    height: auto;
  }
  .cid-tZ5Nw5ZeUC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5Nw6Xxns {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5Nw6Xxns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5Nw6Xxns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5Nw6Xxns .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tZ5Nw6Xxns .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tZ5Nw6Xxns .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tZ5Nw6Xxns .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tZ5Nw6Xxns img {
  border-radius: 2rem;
}
.cid-tZ5Nw6Xxns .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tZ5Nw6Xxns .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tZ5Nw6Xxns .mbr-text,
.cid-tZ5Nw6Xxns .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8Y4qfKrMU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y4qfKrMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y4qfKrMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y4qfKrMU .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y4qfKrMU .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y4qfKrMU .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-u8Y4qfKrMU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y4qfKrMU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y4qfKrMU .mbr-section-title {
  color: #000000;
}
.cid-tZ5Nw7SQ8m {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-tZ5Nw7SQ8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5Nw7SQ8m .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-tZ5Nw7SQ8m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tZ5Nw7SQ8m .container {
    padding: 0 12px;
  }
}
.cid-tZ5Nw7SQ8m .title-wrapper a {
  display: block;
}
.cid-tZ5Nw7SQ8m .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tZ5Nw7SQ8m .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-tZ5Nw7SQ8m .list-wrapper .list,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .list-wrapper .list,
  .cid-tZ5Nw7SQ8m .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap:hover,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap:hover,
.cid-tZ5Nw7SQ8m .list-wrapper .list .item-wrap:focus,
.cid-tZ5Nw7SQ8m .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap:hover,
.cid-tZ5Nw7SQ8m .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-tZ5Nw7SQ8m .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ5Nw7SQ8m .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-tZ5Nw7SQ8m .social-row .soc-item {
  margin-right: 24px;
}
.cid-tZ5Nw7SQ8m .social-row .soc-item a:hover .mbr-iconfont,
.cid-tZ5Nw7SQ8m .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-tZ5Nw7SQ8m .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-tZ5Nw7SQ8m .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-tZ5Nw7SQ8m .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5Nw7SQ8m .mbr-list-title {
  color: #000000;
}
.cid-tZ5Nw7SQ8m .list {
  color: #ffe885;
}
.cid-tZ5Nw7SQ8m .list_main {
  color: #000000;
}
.cid-u8SWqoSIgY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8SWqoSIgY .container,
  .cid-u8SWqoSIgY .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8SWqoSIgY .container .navbar-collapse,
  .cid-u8SWqoSIgY .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8SWqoSIgY {
    flex-wrap: wrap;
  }
  .cid-u8SWqoSIgY .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8SWqoSIgY .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8SWqoSIgY .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8SWqoSIgY .btn {
  padding: 0.8rem 2rem;
}
.cid-u8SWqoSIgY .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8SWqoSIgY .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8SWqoSIgY .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8SWqoSIgY nav.navbar {
  position: fixed;
}
.cid-u8SWqoSIgY .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-u8SWqoSIgY .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8SWqoSIgY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8SWqoSIgY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8SWqoSIgY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8SWqoSIgY .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8SWqoSIgY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8SWqoSIgY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8SWqoSIgY .dropdown-menu,
.cid-u8SWqoSIgY .navbar.opened {
  background: #ffffff !important;
}
.cid-u8SWqoSIgY .nav-item:focus,
.cid-u8SWqoSIgY .nav-link:focus {
  outline: none;
}
.cid-u8SWqoSIgY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8SWqoSIgY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8SWqoSIgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8SWqoSIgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8SWqoSIgY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8SWqoSIgY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8SWqoSIgY .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8SWqoSIgY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8SWqoSIgY .navbar.opened {
  transition: all 0.3s;
}
.cid-u8SWqoSIgY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8SWqoSIgY .navbar .navbar-logo img {
  width: auto;
}
.cid-u8SWqoSIgY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8SWqoSIgY .navbar.collapsed {
  justify-content: center;
}
.cid-u8SWqoSIgY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8SWqoSIgY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8SWqoSIgY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8SWqoSIgY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8SWqoSIgY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8SWqoSIgY .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-u8SWqoSIgY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8SWqoSIgY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8SWqoSIgY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8SWqoSIgY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8SWqoSIgY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8SWqoSIgY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8SWqoSIgY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8SWqoSIgY .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-u8SWqoSIgY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8SWqoSIgY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8SWqoSIgY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8SWqoSIgY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8SWqoSIgY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8SWqoSIgY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8SWqoSIgY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8SWqoSIgY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8SWqoSIgY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8SWqoSIgY .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-u8SWqoSIgY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8SWqoSIgY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8SWqoSIgY .dropdown-item.active,
.cid-u8SWqoSIgY .dropdown-item:active {
  background-color: transparent;
}
.cid-u8SWqoSIgY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8SWqoSIgY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8SWqoSIgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8SWqoSIgY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8SWqoSIgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8SWqoSIgY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8SWqoSIgY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8SWqoSIgY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8SWqoSIgY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8SWqoSIgY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8SWqoSIgY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8SWqoSIgY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8SWqoSIgY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8SWqoSIgY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8SWqoSIgY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8SWqoSIgY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8SWqoSIgY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8SWqoSIgY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8SWqoSIgY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8SWqoSIgY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8SWqoSIgY .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-u8SWqoSIgY .navbar {
    height: 70px;
  }
  .cid-u8SWqoSIgY .navbar.opened {
    height: auto;
  }
  .cid-u8SWqoSIgY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8SWqr9sPx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (max-width: 1400px) {
  .cid-u8SWqr9sPx .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 575px) {
  .cid-u8SWqr9sPx .row {
    text-align: center!important;
  }
}
.cid-u8SWqr9sPx .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ae42c8;
  background: linear-gradient(180deg, #ae42c8, #ffffff);
  background: linear-gradient(90deg, #ae42c8, #ffffff) !important;
}
@media (max-width: 767px) {
  .cid-u8SWqr9sPx .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.cid-u8SWqr9sPx img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.cid-u8SWqr9sPx .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u8SWqr9sPx .mbr-section-title {
    text-align: center;
  }
}
.cid-u8SWqr9sPx .mbr-text {
  color: #000000;
}
.cid-u8SWqr9sPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqr9sPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqr9sPx .mbr-section-title,
.cid-u8SWqr9sPx .mbr-section-btn {
  color: #000000;
}
.cid-u8SWqtryKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ae42c8;
  flex-direction: column;
  justify-content: center;
}
.cid-u8SWqtryKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqtryKr .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-u8SWqtryKr .container {
    padding: 0 16px;
  }
}
.cid-u8SWqtryKr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8SWqtryKr .row {
  justify-content: space-between;
}
.cid-u8SWqtryKr .list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #000000;
}
.cid-u8SWqtryKr .list .item-wrap {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #ffffff;
  padding: 48px 0 48px 40px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.cid-u8SWqtryKr .list .item-wrap:first-child {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u8SWqtryKr .list .item-wrap {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-u8SWqtryKr .list .item-wrap {
    padding: 32px;
  }
}
.cid-u8SWqtryKr .list .item-wrap::before {
  content: '';
  position: absolute;
  margin-left: -40px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u8SWqtryKr .list .item-wrap::before {
    margin-left: -32px;
  }
}
.cid-u8SWqtryKr .mbr-section-title {
  color: #000000;
}
.cid-u8SWquFZpA {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8SWquFZpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWquFZpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWquFZpA .mbr-text,
.cid-u8SWquFZpA .mbr-section-btn {
  text-align: left;
}
.cid-u8SWquFZpA .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8SWqvWsOg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8SWqvWsOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqvWsOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8SWqvWsOg .container {
    max-width: 1400px;
  }
}
.cid-u8SWqvWsOg .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8SWqvWsOg .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8SWqvWsOg .row {
  justify-content: center;
}
.cid-u8SWqvWsOg .card-title,
.cid-u8SWqvWsOg .iconfont-wrapper {
  text-align: center;
}
.cid-u8SWqyV30n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8SWqyV30n .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqyV30n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqAFAFa {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
@media (max-width: 1200px) {
  .cid-u8SWqAFAFa .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8SWqAFAFa .item-img {
  padding: 0.5rem;
}
.cid-u8SWqAFAFa img,
.cid-u8SWqAFAFa .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8SWqAFAFa .item:focus,
.cid-u8SWqAFAFa span:focus {
  outline: none;
}
.cid-u8SWqAFAFa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8SWqAFAFa .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8SWqAFAFa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8SWqAFAFa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8SWqAFAFa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8SWqAFAFa .mbr-section-title {
  color: #ffffff;
}
.cid-u8SWqAFAFa .item-title {
  color: #ae42c8;
}
.cid-u8SWqAFAFa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8SWqAFAFa .mbr-text,
.cid-u8SWqAFAFa .mbr-section-btn {
  text-align: center;
}
.cid-u8SWqCOYhu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8SWqCOYhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqCOYhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqCOYhu .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8SWqCOYhu .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8SWqCOYhu .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8SWqCOYhu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8SWqCOYhu img {
  border-radius: 2rem;
}
.cid-u8SWqCOYhu .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8SWqCOYhu .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u8SWqCOYhu .mbr-text,
.cid-u8SWqCOYhu .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8SWqEuqzM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8SWqEuqzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqEuqzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqEuqzM .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8SWqEuqzM .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8SWqEuqzM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8SWqEuqzM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8SWqEuqzM img {
  border-radius: 2rem;
}
.cid-u8SWqEuqzM .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8SWqEuqzM .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8SWqEuqzM .mbr-text,
.cid-u8SWqEuqzM .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8SWqGifIT {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8SWqGifIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqGifIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqGifIT .mbr-text,
.cid-u8SWqGifIT .mbr-section-btn {
  text-align: center;
}
.cid-u8SWqGifIT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8SWqHWzcZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
.cid-u8SWqHWzcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqHWzcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqHWzcZ .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8SWqHWzcZ .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8SWqHWzcZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8SWqHWzcZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8SWqHWzcZ img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u8SWqHWzcZ img {
    transform: rotate(-5deg);
  }
}
.cid-u8SWqHWzcZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u8SWqHWzcZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8SWqHWzcZ .mbr-text,
.cid-u8SWqHWzcZ .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T8uT1XAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8T8uT1XAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T8uT1XAW .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-u8T8uT1XAW .container {
    padding: 0 20px;
  }
}
.cid-u8T8uT1XAW .row {
  margin: 0;
}
.cid-u8T8uT1XAW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u8T8uT1XAW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u8T8uT1XAW .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-u8T8uT1XAW .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u8T8uT1XAW .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u8T8uT1XAW .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u8T8uT1XAW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8SWqJypfK {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8SWqJypfK .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8SWqJypfK .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8SWqJypfK .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8SWqJypfK .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8SWqJypfK .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8SWqJypfK .mbr-text {
  color: #000000;
}
.cid-u8T5Z40BfK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T5Z40BfK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5Z40BfK .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-u8T5Z40BfK .container {
    padding: 0 16px;
  }
}
.cid-u8T5Z40BfK .row {
  justify-content: space-between;
}
.cid-u8T5Z40BfK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8T5Z40BfK .panel-group {
  border: 1px solid #ffffff;
  background-color: #ae42c8;
}
.cid-u8T5Z40BfK .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8T5Z40BfK .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8T5Z40BfK .panel-group .card:first-child {
  border-top: none;
}
.cid-u8T5Z40BfK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #ae42c8;
}
.cid-u8T5Z40BfK .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8T5Z40BfK .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8T5Z40BfK .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8T5Z40BfK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8T5Z40BfK .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8T5Z40BfK .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8T5Z40BfK .panel-title-edit {
  color: #000000;
}
.cid-u8T5Z40BfK .panel-text {
  color: #000000;
}
.cid-u8SWqKZgwj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c482d0;
}
.cid-u8SWqKZgwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqKZgwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SWqKZgwj .row {
  justify-content: flex-start;
}
.cid-u8SWqKZgwj .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8SWqKZgwj .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8SWqKZgwj .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8SWqKZgwj .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8SWqKZgwj .title-container {
    padding: 12px;
  }
}
.cid-u8SWqKZgwj .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8SWqKZgwj .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8SWqKZgwj .content-container {
    padding: 24px 12px;
  }
}
.cid-u8SWqKZgwj .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8SWqKZgwj .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8SWqKZgwj .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8SWqKZgwj .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8SZDJsT9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8SZDJsT9z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SZDJsT9z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8SZDJsT9z .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8SZDJsT9z .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8SZDJsT9z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8SZDJsT9z .container {
    padding: 0 20px;
  }
}
.cid-u8SZDJsT9z .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8SZDJsT9z .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8SZDJsT9z .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8SZDJsT9z .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #c482d0;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8SZDJsT9z .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8SZDJsT9z .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8SZDJsT9z .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8SZDJsT9z .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8SZDJsT9z .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8SZDJsT9z .mbr-desc {
  color: #000000;
}
.cid-u8SZDJsT9z .panel-number {
  color: #000000;
}
.cid-u8SZDJsT9z .panel-title-edit {
  color: #000000;
}
.cid-u8SZDJsT9z .panel-text {
  color: #000000;
}
.cid-u8Y4viA37u {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8Y4viA37u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Y4viA37u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Y4viA37u .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8Y4viA37u .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8Y4viA37u .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-u8Y4viA37u .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8Y4viA37u .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8Y4viA37u .mbr-section-title {
  color: #000000;
}
.cid-u8SWqOeVAI {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8SWqOeVAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8SWqOeVAI .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-u8SWqOeVAI .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8SWqOeVAI .container {
    padding: 0 12px;
  }
}
.cid-u8SWqOeVAI .title-wrapper a {
  display: block;
}
.cid-u8SWqOeVAI .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8SWqOeVAI .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8SWqOeVAI .list-wrapper .list,
.cid-u8SWqOeVAI .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8SWqOeVAI .list-wrapper .list,
  .cid-u8SWqOeVAI .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8SWqOeVAI .list-wrapper .list .item-wrap,
.cid-u8SWqOeVAI .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8SWqOeVAI .list-wrapper .list .item-wrap:hover,
.cid-u8SWqOeVAI .list-wrapper .list_main .item-wrap:hover,
.cid-u8SWqOeVAI .list-wrapper .list .item-wrap:focus,
.cid-u8SWqOeVAI .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8SWqOeVAI .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8SWqOeVAI .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8SWqOeVAI .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8SWqOeVAI .contacts-wrapper .list .item-wrap:hover,
.cid-u8SWqOeVAI .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8SWqOeVAI .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8SWqOeVAI .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8SWqOeVAI .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8SWqOeVAI .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8SWqOeVAI .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8SWqOeVAI .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8SWqOeVAI .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-u8SWqOeVAI .mbr-section-title {
  color: #ffffff;
}
.cid-u8SWqOeVAI .mbr-list-title {
  color: #000000;
}
.cid-u8SWqOeVAI .list {
  color: #ffe885;
}
.cid-u8SWqOeVAI .list_main {
  color: #000000;
}
.cid-u8T03HfjT6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8T03HfjT6 .container,
  .cid-u8T03HfjT6 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8T03HfjT6 .container .navbar-collapse,
  .cid-u8T03HfjT6 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8T03HfjT6 {
    flex-wrap: wrap;
  }
  .cid-u8T03HfjT6 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8T03HfjT6 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8T03HfjT6 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8T03HfjT6 .btn {
  padding: 0.8rem 2rem;
}
.cid-u8T03HfjT6 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8T03HfjT6 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8T03HfjT6 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8T03HfjT6 nav.navbar {
  position: fixed;
}
.cid-u8T03HfjT6 .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-u8T03HfjT6 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8T03HfjT6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8T03HfjT6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8T03HfjT6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8T03HfjT6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8T03HfjT6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8T03HfjT6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8T03HfjT6 .dropdown-menu,
.cid-u8T03HfjT6 .navbar.opened {
  background: #ffffff !important;
}
.cid-u8T03HfjT6 .nav-item:focus,
.cid-u8T03HfjT6 .nav-link:focus {
  outline: none;
}
.cid-u8T03HfjT6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8T03HfjT6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8T03HfjT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8T03HfjT6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8T03HfjT6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8T03HfjT6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8T03HfjT6 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8T03HfjT6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8T03HfjT6 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8T03HfjT6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8T03HfjT6 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8T03HfjT6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8T03HfjT6 .navbar.collapsed {
  justify-content: center;
}
.cid-u8T03HfjT6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8T03HfjT6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8T03HfjT6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8T03HfjT6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8T03HfjT6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8T03HfjT6 .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-u8T03HfjT6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8T03HfjT6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8T03HfjT6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8T03HfjT6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8T03HfjT6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8T03HfjT6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8T03HfjT6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8T03HfjT6 .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-u8T03HfjT6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8T03HfjT6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8T03HfjT6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8T03HfjT6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8T03HfjT6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8T03HfjT6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8T03HfjT6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8T03HfjT6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8T03HfjT6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8T03HfjT6 .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-u8T03HfjT6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8T03HfjT6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8T03HfjT6 .dropdown-item.active,
.cid-u8T03HfjT6 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8T03HfjT6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8T03HfjT6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8T03HfjT6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8T03HfjT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8T03HfjT6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8T03HfjT6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8T03HfjT6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8T03HfjT6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8T03HfjT6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8T03HfjT6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8T03HfjT6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8T03HfjT6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8T03HfjT6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8T03HfjT6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8T03HfjT6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8T03HfjT6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8T03HfjT6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8T03HfjT6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8T03HfjT6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8T03HfjT6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T03HfjT6 .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-u8T03HfjT6 .navbar {
    height: 70px;
  }
  .cid-u8T03HfjT6 .navbar.opened {
    height: auto;
  }
  .cid-u8T03HfjT6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8T03IrqoC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (max-width: 1400px) {
  .cid-u8T03IrqoC .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 575px) {
  .cid-u8T03IrqoC .row {
    text-align: center!important;
  }
}
.cid-u8T03IrqoC .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ae42c8;
  background: linear-gradient(180deg, #ae42c8, #ffffff);
  background: linear-gradient(90deg, #ae42c8, #ffffff) !important;
}
@media (max-width: 767px) {
  .cid-u8T03IrqoC .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.cid-u8T03IrqoC img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.cid-u8T03IrqoC .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u8T03IrqoC .mbr-section-title {
    text-align: center;
  }
}
.cid-u8T03IrqoC .mbr-text {
  color: #000000;
}
.cid-u8T03IrqoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03IrqoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03IrqoC .mbr-section-title,
.cid-u8T03IrqoC .mbr-section-btn {
  color: #000000;
}
.cid-u8T03JjZh6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ae42c8;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T03JjZh6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03JjZh6 .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-u8T03JjZh6 .container {
    padding: 0 16px;
  }
}
.cid-u8T03JjZh6 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8T03JjZh6 .row {
  justify-content: space-between;
}
.cid-u8T03JjZh6 .list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #000000;
}
.cid-u8T03JjZh6 .list .item-wrap {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #ffffff;
  padding: 48px 0 48px 40px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.cid-u8T03JjZh6 .list .item-wrap:first-child {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u8T03JjZh6 .list .item-wrap {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-u8T03JjZh6 .list .item-wrap {
    padding: 32px;
  }
}
.cid-u8T03JjZh6 .list .item-wrap::before {
  content: '';
  position: absolute;
  margin-left: -40px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u8T03JjZh6 .list .item-wrap::before {
    margin-left: -32px;
  }
}
.cid-u8T03JjZh6 .mbr-section-title {
  color: #000000;
}
.cid-u8T03K38aE {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8T03K38aE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03K38aE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03K38aE .mbr-text,
.cid-u8T03K38aE .mbr-section-btn {
  text-align: left;
}
.cid-u8T03K38aE .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8T03KNMtB {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T03KNMtB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03KNMtB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8T03KNMtB .container {
    max-width: 1400px;
  }
}
.cid-u8T03KNMtB .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8T03KNMtB .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8T03KNMtB .row {
  justify-content: center;
}
.cid-u8T03KNMtB .card-title,
.cid-u8T03KNMtB .iconfont-wrapper {
  text-align: center;
}
.cid-u8T03M3Suw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8T03M3Suw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03M3Suw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03MMLFs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
@media (max-width: 1200px) {
  .cid-u8T03MMLFs .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8T03MMLFs .item-img {
  padding: 0.5rem;
}
.cid-u8T03MMLFs img,
.cid-u8T03MMLFs .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8T03MMLFs .item:focus,
.cid-u8T03MMLFs span:focus {
  outline: none;
}
.cid-u8T03MMLFs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8T03MMLFs .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8T03MMLFs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8T03MMLFs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8T03MMLFs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8T03MMLFs .mbr-section-title {
  color: #ffffff;
}
.cid-u8T03MMLFs .item-title {
  color: #ae42c8;
}
.cid-u8T03MMLFs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8T03MMLFs .mbr-text,
.cid-u8T03MMLFs .mbr-section-btn {
  text-align: center;
}
.cid-u8T03NTsVc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8T03NTsVc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03NTsVc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03NTsVc .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T03NTsVc .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T03NTsVc .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T03NTsVc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T03NTsVc img {
  border-radius: 2rem;
}
.cid-u8T03NTsVc .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8T03NTsVc .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u8T03NTsVc .mbr-text,
.cid-u8T03NTsVc .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T03OLGyY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T03OLGyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03OLGyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03OLGyY .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T03OLGyY .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T03OLGyY .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T03OLGyY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T03OLGyY img {
  border-radius: 2rem;
}
.cid-u8T03OLGyY .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8T03OLGyY .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8T03OLGyY .mbr-text,
.cid-u8T03OLGyY .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T03PNer4 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8T03PNer4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03PNer4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03PNer4 .mbr-text,
.cid-u8T03PNer4 .mbr-section-btn {
  text-align: center;
}
.cid-u8T03PNer4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8T03QzROG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
.cid-u8T03QzROG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03QzROG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03QzROG .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T03QzROG .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T03QzROG .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T03QzROG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T03QzROG img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u8T03QzROG img {
    transform: rotate(-5deg);
  }
}
.cid-u8T03QzROG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u8T03QzROG .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8T03QzROG .mbr-text,
.cid-u8T03QzROG .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T4CavDxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T4CavDxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T4CavDxu .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-u8T4CavDxu .container {
    padding: 0 16px;
  }
}
.cid-u8T4CavDxu .row {
  justify-content: space-between;
}
.cid-u8T4CavDxu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8T4CavDxu .panel-group {
  border: 1px solid #ffffff;
  background-color: #ae42c8;
}
.cid-u8T4CavDxu .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8T4CavDxu .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8T4CavDxu .panel-group .card:first-child {
  border-top: none;
}
.cid-u8T4CavDxu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #ae42c8;
}
.cid-u8T4CavDxu .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8T4CavDxu .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8T4CavDxu .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8T4CavDxu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8T4CavDxu .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8T4CavDxu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8T4CavDxu .panel-title-edit {
  color: #000000;
}
.cid-u8T4CavDxu .panel-text {
  color: #000000;
}
.cid-u8T03RsVXs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8T03RsVXs .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8T03RsVXs .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8T03RsVXs .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8T03RsVXs .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8T03RsVXs .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8T03RsVXs .mbr-text {
  color: #000000;
}
.cid-u8T03Sdm7u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c482d0;
}
.cid-u8T03Sdm7u .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03Sdm7u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03Sdm7u .row {
  justify-content: flex-start;
}
.cid-u8T03Sdm7u .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8T03Sdm7u .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8T03Sdm7u .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8T03Sdm7u .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8T03Sdm7u .title-container {
    padding: 12px;
  }
}
.cid-u8T03Sdm7u .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8T03Sdm7u .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8T03Sdm7u .content-container {
    padding: 24px 12px;
  }
}
.cid-u8T03Sdm7u .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8T03Sdm7u .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8T03Sdm7u .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8T03Sdm7u .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8T03T2Fxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8T03T2Fxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03T2Fxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03T2Fxx .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8T03T2Fxx .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8T03T2Fxx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8T03T2Fxx .container {
    padding: 0 20px;
  }
}
.cid-u8T03T2Fxx .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8T03T2Fxx .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8T03T2Fxx .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8T03T2Fxx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #c482d0;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8T03T2Fxx .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8T03T2Fxx .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8T03T2Fxx .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8T03T2Fxx .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8T03T2Fxx .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8T03T2Fxx .mbr-desc {
  color: #000000;
}
.cid-u8T03T2Fxx .panel-number {
  color: #000000;
}
.cid-u8T03T2Fxx .panel-title-edit {
  color: #000000;
}
.cid-u8T03T2Fxx .panel-text {
  color: #000000;
}
.cid-u8T03UibUc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8T03UibUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03UibUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T03UibUc .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8T03UibUc .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8T03UibUc .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-u8T03UibUc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8T03UibUc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8T03UibUc .mbr-section-title {
  color: #000000;
}
.cid-u8T03VdLLg {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T03VdLLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T03VdLLg .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-u8T03VdLLg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8T03VdLLg .container {
    padding: 0 12px;
  }
}
.cid-u8T03VdLLg .title-wrapper a {
  display: block;
}
.cid-u8T03VdLLg .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8T03VdLLg .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8T03VdLLg .list-wrapper .list,
.cid-u8T03VdLLg .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8T03VdLLg .list-wrapper .list,
  .cid-u8T03VdLLg .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8T03VdLLg .list-wrapper .list .item-wrap,
.cid-u8T03VdLLg .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8T03VdLLg .list-wrapper .list .item-wrap:hover,
.cid-u8T03VdLLg .list-wrapper .list_main .item-wrap:hover,
.cid-u8T03VdLLg .list-wrapper .list .item-wrap:focus,
.cid-u8T03VdLLg .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8T03VdLLg .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8T03VdLLg .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8T03VdLLg .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8T03VdLLg .contacts-wrapper .list .item-wrap:hover,
.cid-u8T03VdLLg .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8T03VdLLg .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8T03VdLLg .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8T03VdLLg .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8T03VdLLg .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8T03VdLLg .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8T03VdLLg .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8T03VdLLg .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-u8T03VdLLg .mbr-section-title {
  color: #ffffff;
}
.cid-u8T03VdLLg .mbr-list-title {
  color: #000000;
}
.cid-u8T03VdLLg .list {
  color: #ffe885;
}
.cid-u8T03VdLLg .list_main {
  color: #000000;
}
.cid-u8T5Vb0r2M {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-u8T5Vb0r2M .container,
  .cid-u8T5Vb0r2M .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u8T5Vb0r2M .container .navbar-collapse,
  .cid-u8T5Vb0r2M .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u8T5Vb0r2M {
    flex-wrap: wrap;
  }
  .cid-u8T5Vb0r2M .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u8T5Vb0r2M .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u8T5Vb0r2M .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u8T5Vb0r2M .btn {
  padding: 0.8rem 2rem;
}
.cid-u8T5Vb0r2M .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u8T5Vb0r2M .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u8T5Vb0r2M .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u8T5Vb0r2M nav.navbar {
  position: fixed;
}
.cid-u8T5Vb0r2M .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-u8T5Vb0r2M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u8T5Vb0r2M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u8T5Vb0r2M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u8T5Vb0r2M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u8T5Vb0r2M .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u8T5Vb0r2M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u8T5Vb0r2M .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8T5Vb0r2M .dropdown-menu,
.cid-u8T5Vb0r2M .navbar.opened {
  background: #ffffff !important;
}
.cid-u8T5Vb0r2M .nav-item:focus,
.cid-u8T5Vb0r2M .nav-link:focus {
  outline: none;
}
.cid-u8T5Vb0r2M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8T5Vb0r2M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8T5Vb0r2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8T5Vb0r2M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8T5Vb0r2M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8T5Vb0r2M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8T5Vb0r2M .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u8T5Vb0r2M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u8T5Vb0r2M .navbar.opened {
  transition: all 0.3s;
}
.cid-u8T5Vb0r2M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8T5Vb0r2M .navbar .navbar-logo img {
  width: auto;
}
.cid-u8T5Vb0r2M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u8T5Vb0r2M .navbar.collapsed {
  justify-content: center;
}
.cid-u8T5Vb0r2M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8T5Vb0r2M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8T5Vb0r2M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-u8T5Vb0r2M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8T5Vb0r2M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8T5Vb0r2M .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-u8T5Vb0r2M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8T5Vb0r2M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8T5Vb0r2M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u8T5Vb0r2M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8T5Vb0r2M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8T5Vb0r2M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8T5Vb0r2M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8T5Vb0r2M .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-u8T5Vb0r2M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u8T5Vb0r2M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u8T5Vb0r2M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8T5Vb0r2M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u8T5Vb0r2M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8T5Vb0r2M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8T5Vb0r2M .navbar.navbar-short {
  min-height: 60px;
}
.cid-u8T5Vb0r2M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u8T5Vb0r2M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u8T5Vb0r2M .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-u8T5Vb0r2M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u8T5Vb0r2M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u8T5Vb0r2M .dropdown-item.active,
.cid-u8T5Vb0r2M .dropdown-item:active {
  background-color: transparent;
}
.cid-u8T5Vb0r2M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8T5Vb0r2M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8T5Vb0r2M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8T5Vb0r2M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u8T5Vb0r2M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u8T5Vb0r2M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u8T5Vb0r2M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8T5Vb0r2M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u8T5Vb0r2M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8T5Vb0r2M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u8T5Vb0r2M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8T5Vb0r2M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8T5Vb0r2M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8T5Vb0r2M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8T5Vb0r2M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8T5Vb0r2M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8T5Vb0r2M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8T5Vb0r2M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8T5Vb0r2M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u8T5Vb0r2M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T5Vb0r2M .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-u8T5Vb0r2M .navbar {
    height: 70px;
  }
  .cid-u8T5Vb0r2M .navbar.opened {
    height: auto;
  }
  .cid-u8T5Vb0r2M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8T5VcrCGm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (max-width: 1400px) {
  .cid-u8T5VcrCGm .display-1 {
    font-size: 4.32rem;
  }
}
@media (max-width: 575px) {
  .cid-u8T5VcrCGm .row {
    text-align: center!important;
  }
}
.cid-u8T5VcrCGm .content-container {
  width: 100%;
  padding: 3.5rem 2.5rem;
  border-radius: 2rem;
  background-color: #ae42c8;
  background: linear-gradient(180deg, #ae42c8, #ffffff);
  background: linear-gradient(90deg, #ae42c8, #ffffff) !important;
}
@media (max-width: 767px) {
  .cid-u8T5VcrCGm .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
.cid-u8T5VcrCGm img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
.cid-u8T5VcrCGm .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u8T5VcrCGm .mbr-section-title {
    text-align: center;
  }
}
.cid-u8T5VcrCGm .mbr-text {
  color: #000000;
}
.cid-u8T5VcrCGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VcrCGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VcrCGm .mbr-section-title,
.cid-u8T5VcrCGm .mbr-section-btn {
  color: #000000;
}
.cid-u8T5VdSAjv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ae42c8;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T5VdSAjv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VdSAjv .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-u8T5VdSAjv .container {
    padding: 0 16px;
  }
}
.cid-u8T5VdSAjv .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u8T5VdSAjv .row {
  justify-content: space-between;
}
.cid-u8T5VdSAjv .list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  color: #000000;
}
.cid-u8T5VdSAjv .list .item-wrap {
  position: relative;
  padding: 48px 0;
  border-bottom: 1px solid #ffffff;
  padding: 48px 0 48px 40px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.cid-u8T5VdSAjv .list .item-wrap:first-child {
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u8T5VdSAjv .list .item-wrap {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-u8T5VdSAjv .list .item-wrap {
    padding: 32px;
  }
}
.cid-u8T5VdSAjv .list .item-wrap::before {
  content: '';
  position: absolute;
  margin-left: -40px;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .cid-u8T5VdSAjv .list .item-wrap::before {
    margin-left: -32px;
  }
}
.cid-u8T5VdSAjv .mbr-section-title {
  color: #000000;
}
.cid-u8T5VfhUe4 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8T5VfhUe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VfhUe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VfhUe4 .mbr-text,
.cid-u8T5VfhUe4 .mbr-section-btn {
  text-align: left;
}
.cid-u8T5VfhUe4 .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u8T5VgdWZC {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T5VgdWZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VgdWZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-u8T5VgdWZC .container {
    max-width: 1400px;
  }
}
.cid-u8T5VgdWZC .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ae42c8;
  margin-bottom: 2rem;
}
.cid-u8T5VgdWZC .card-wrapper {
  margin-top: 3rem;
  background: #ffffff;
  padding: 2rem;
  border-radius: 2rem;
}
.cid-u8T5VgdWZC .row {
  justify-content: center;
}
.cid-u8T5VgdWZC .card-title,
.cid-u8T5VgdWZC .iconfont-wrapper {
  text-align: center;
}
.cid-u8T5Vhne4h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8T5Vhne4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5Vhne4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5Viec8l {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
@media (max-width: 1200px) {
  .cid-u8T5Viec8l .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u8T5Viec8l .item-img {
  padding: 0.5rem;
}
.cid-u8T5Viec8l img,
.cid-u8T5Viec8l .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u8T5Viec8l .item:focus,
.cid-u8T5Viec8l span:focus {
  outline: none;
}
.cid-u8T5Viec8l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u8T5Viec8l .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u8T5Viec8l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8T5Viec8l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u8T5Viec8l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u8T5Viec8l .mbr-section-title {
  color: #ffffff;
}
.cid-u8T5Viec8l .item-title {
  color: #ae42c8;
}
.cid-u8T5Viec8l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u8T5Viec8l .mbr-text,
.cid-u8T5Viec8l .mbr-section-btn {
  text-align: center;
}
.cid-u8T5VjgMa1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u8T5VjgMa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VjgMa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VjgMa1 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T5VjgMa1 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T5VjgMa1 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T5VjgMa1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T5VjgMa1 img {
  border-radius: 2rem;
}
.cid-u8T5VjgMa1 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8T5VjgMa1 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u8T5VjgMa1 .mbr-text,
.cid-u8T5VjgMa1 .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T5Vkdti5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T5Vkdti5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5Vkdti5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5Vkdti5 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T5Vkdti5 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T5Vkdti5 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T5Vkdti5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T5Vkdti5 img {
  border-radius: 2rem;
}
.cid-u8T5Vkdti5 .mbr-section-title {
  text-align: right;
  color: #000000;
}
.cid-u8T5Vkdti5 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8T5Vkdti5 .mbr-text,
.cid-u8T5Vkdti5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T5Vl9DCF {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8T5Vl9DCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5Vl9DCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5Vl9DCF .mbr-text,
.cid-u8T5Vl9DCF .mbr-section-btn {
  text-align: center;
}
.cid-u8T5Vl9DCF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8T5VlZhp2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ae42c8;
}
.cid-u8T5VlZhp2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VlZhp2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VlZhp2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u8T5VlZhp2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u8T5VlZhp2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u8T5VlZhp2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u8T5VlZhp2 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-u8T5VlZhp2 img {
    transform: rotate(-5deg);
  }
}
.cid-u8T5VlZhp2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u8T5VlZhp2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u8T5VlZhp2 .mbr-text,
.cid-u8T5VlZhp2 .mbr-section-btn {
  color: #ffffff;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u8T5VmN4Fg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u8T5VmN4Fg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VmN4Fg .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-u8T5VmN4Fg .container {
    padding: 0 16px;
  }
}
.cid-u8T5VmN4Fg .row {
  justify-content: space-between;
}
.cid-u8T5VmN4Fg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u8T5VmN4Fg .panel-group {
  border: 1px solid #ffffff;
  background-color: #ae42c8;
}
.cid-u8T5VmN4Fg .panel-group .card {
  position: relative;
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-u8T5VmN4Fg .panel-group .card {
    padding: 32px 16px;
  }
}
.cid-u8T5VmN4Fg .panel-group .card:first-child {
  border-top: none;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #29372d;
  color: #ffffff;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
  background-color: #ae42c8;
}
.cid-u8T5VmN4Fg .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-u8T5VmN4Fg .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  padding-top: 48px;
}
@media (max-width: 992px) {
  .cid-u8T5VmN4Fg .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-u8T5VmN4Fg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-u8T5VmN4Fg .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 22px;
}
.cid-u8T5VmN4Fg .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-u8T5VmN4Fg .panel-title-edit {
  color: #000000;
}
.cid-u8T5VmN4Fg .panel-text {
  color: #000000;
}
.cid-u8T5VnWnDs {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8T5VnWnDs .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-u8T5VnWnDs .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-u8T5VnWnDs .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-u8T5VnWnDs .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-u8T5VnWnDs .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-u8T5VnWnDs .mbr-text {
  color: #000000;
}
.cid-u8T5VoK0Od {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c482d0;
}
.cid-u8T5VoK0Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VoK0Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VoK0Od .row {
  justify-content: flex-start;
}
.cid-u8T5VoK0Od .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8T5VoK0Od .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u8T5VoK0Od .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u8T5VoK0Od .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u8T5VoK0Od .title-container {
    padding: 12px;
  }
}
.cid-u8T5VoK0Od .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u8T5VoK0Od .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u8T5VoK0Od .content-container {
    padding: 24px 12px;
  }
}
.cid-u8T5VoK0Od .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u8T5VoK0Od .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u8T5VoK0Od .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u8T5VoK0Od .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u8T5VpEsLl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8T5VpEsLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VpEsLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VpEsLl .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u8T5VpEsLl .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u8T5VpEsLl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u8T5VpEsLl .container {
    padding: 0 20px;
  }
}
.cid-u8T5VpEsLl .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u8T5VpEsLl .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u8T5VpEsLl .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u8T5VpEsLl .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #c482d0;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u8T5VpEsLl .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u8T5VpEsLl .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u8T5VpEsLl .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u8T5VpEsLl .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u8T5VpEsLl .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u8T5VpEsLl .mbr-desc {
  color: #000000;
}
.cid-u8T5VpEsLl .panel-number {
  color: #000000;
}
.cid-u8T5VpEsLl .panel-title-edit {
  color: #000000;
}
.cid-u8T5VpEsLl .panel-text {
  color: #000000;
}
.cid-u8T5VqQeW3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u8T5VqQeW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5VqQeW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8T5VqQeW3 .google-map {
  height: 35rem;
  position: relative;
}
.cid-u8T5VqQeW3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u8T5VqQeW3 .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-u8T5VqQeW3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u8T5VqQeW3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u8T5VqQeW3 .mbr-section-title {
  color: #000000;
}
.cid-u8T5Vs5Xmm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ae42c8;
}
.cid-u8T5Vs5Xmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8T5Vs5Xmm .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-u8T5Vs5Xmm .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8T5Vs5Xmm .container {
    padding: 0 12px;
  }
}
.cid-u8T5Vs5Xmm .title-wrapper a {
  display: block;
}
.cid-u8T5Vs5Xmm .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u8T5Vs5Xmm .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-u8T5Vs5Xmm .list-wrapper .list,
.cid-u8T5Vs5Xmm .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8T5Vs5Xmm .list-wrapper .list,
  .cid-u8T5Vs5Xmm .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-u8T5Vs5Xmm .list-wrapper .list .item-wrap,
.cid-u8T5Vs5Xmm .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8T5Vs5Xmm .list-wrapper .list .item-wrap:hover,
.cid-u8T5Vs5Xmm .list-wrapper .list_main .item-wrap:hover,
.cid-u8T5Vs5Xmm .list-wrapper .list .item-wrap:focus,
.cid-u8T5Vs5Xmm .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8T5Vs5Xmm .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-u8T5Vs5Xmm .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-u8T5Vs5Xmm .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-u8T5Vs5Xmm .contacts-wrapper .list .item-wrap:hover,
.cid-u8T5Vs5Xmm .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-u8T5Vs5Xmm .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8T5Vs5Xmm .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-u8T5Vs5Xmm .social-row .soc-item {
  margin-right: 24px;
}
.cid-u8T5Vs5Xmm .social-row .soc-item a:hover .mbr-iconfont,
.cid-u8T5Vs5Xmm .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-u8T5Vs5Xmm .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-u8T5Vs5Xmm .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffe885;
  text-align: center;
}
.cid-u8T5Vs5Xmm .mbr-section-title {
  color: #ffffff;
}
.cid-u8T5Vs5Xmm .mbr-list-title {
  color: #000000;
}
.cid-u8T5Vs5Xmm .list {
  color: #ffe885;
}
.cid-u8T5Vs5Xmm .list_main {
  color: #000000;
}
