body {
  font-family: 'IBM Plex Sans', sans-serif;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.7rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.59rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.945rem + (3.7 - 1.945) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #8364e2 !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: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e26ca !important;
  border-color: #4e26ca !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  box-shadow: #47b5ed 2px 2px 20px 0px;
}
.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;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  box-shadow: #40b0bf 2px 2px 20px 0px;
}
.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: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  box-shadow: #ffe161 2px 2px 20px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !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;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  box-shadow: #ff9966 2px 2px 20px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white {
  color: #8364e2 !important;
  background-color: white;
}
.btn-white,
.btn-white:active {
  background-color: white !important;
  border-color: white !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: white !important;
  border-color: white !important;
  box-shadow: white 2px 2px 20px 0px;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white:hover,
.btn-white:active {
  color: #8364e2 !important;
  box-shadow: #8364e2 2px 2px 20px 0px;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #232323 2px 2px 20px 0px;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8364e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4e26ca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #8364e2 !important;
  border-color: #8364e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #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: transparent !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: transparent;
  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: transparent !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: transparent;
  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: transparent !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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8364e2 !important;
}
.text-secondary {
  color: #8364e2 !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: #4923bd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4923bd !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: #fafafa !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;
}
.nav-tabs .nav-link.active {
  color: #8364e2;
}
.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: #8364e2;
  border-color: #8364e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #8364e2;
}
.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: 'IBM Plex Sans', 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: #8364e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans', 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: #8364e2;
}
/* 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: #8364e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8364e2;
}
.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: #8364e2;
  border-bottom-color: #8364e2;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #8364e2 !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: #8364e2 !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='%238364e2' %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-sQksmcj3KA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQksmcj3KA .btn {
  padding: 0.3rem 2rem;
}
.cid-sQksmcj3KA .nav-link {
  position: relative;
}
.cid-sQksmcj3KA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-sQksmcj3KA .nav-link:hover:before {
  width: 100%;
}
.cid-sQksmcj3KA nav.navbar {
  position: fixed;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQksmcj3KA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQksmcj3KA .dropdown-item:hover,
.cid-sQksmcj3KA .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-sQksmcj3KA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQksmcj3KA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQksmcj3KA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQksmcj3KA .container {
  display: flex;
  margin: auto;
}
.cid-sQksmcj3KA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown-menu,
.cid-sQksmcj3KA .navbar.opened {
  background: #353535 !important;
}
.cid-sQksmcj3KA .nav-item:focus,
.cid-sQksmcj3KA .nav-link:focus {
  outline: none;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQksmcj3KA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQksmcj3KA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQksmcj3KA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQksmcj3KA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-sQksmcj3KA .navbar.opened {
  transition: all 0.3s;
}
.cid-sQksmcj3KA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQksmcj3KA .navbar .navbar-logo img {
  width: auto;
}
.cid-sQksmcj3KA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQksmcj3KA .navbar.collapsed {
  justify-content: center;
}
.cid-sQksmcj3KA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQksmcj3KA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQksmcj3KA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQksmcj3KA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQksmcj3KA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQksmcj3KA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQksmcj3KA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQksmcj3KA .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-sQksmcj3KA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQksmcj3KA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQksmcj3KA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQksmcj3KA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQksmcj3KA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQksmcj3KA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQksmcj3KA .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQksmcj3KA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQksmcj3KA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQksmcj3KA .dropdown-item.active,
.cid-sQksmcj3KA .dropdown-item:active {
  background-color: transparent;
}
.cid-sQksmcj3KA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQksmcj3KA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sQksmcj3KA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQksmcj3KA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQksmcj3KA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQksmcj3KA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQksmcj3KA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQksmcj3KA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQksmcj3KA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQksmcj3KA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQksmcj3KA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQksmcj3KA .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-sQksmcj3KA .navbar {
    height: 70px;
  }
  .cid-sQksmcj3KA .navbar.opened {
    height: auto;
  }
  .cid-sQksmcj3KA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJuO4dLdmb {
  padding-top: 120px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/hyperplex-ai.jpeg");
}
@media (max-width: 768px) {
  .cid-uJuO4dLdmb .mbr-text,
  .cid-uJuO4dLdmb .mbr-section-subtitle,
  .cid-uJuO4dLdmb .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uJuO4dLdmb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuO4dLdmb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuO4dLdmb .mbr-text {
  text-align: center;
  color: #65c6d4;
}
.cid-uJuO4dLdmb .mbr-section-title {
  text-align: center;
}
.cid-uJuO4dLdmb .mbr-section-subtitle {
  text-align: center;
  color: #e6c63b;
}
.cid-uJuO4dLdmb .mbr-section-title DIV {
  text-align: left;
}
.cid-uJliAFQWnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8364e2;
}
.cid-uJliAFQWnb .iconfont-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.cid-uJliAFQWnb .card-box {
  z-index: 2;
  position: relative;
}
.cid-uJliAFQWnb .card-title,
.cid-uJliAFQWnb .card-text {
  transition: all 0.3s;
}
.cid-uJliAFQWnb .card-wrapper {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  border-radius: 6px;
  background: #212428;
  transition: all 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .cid-uJliAFQWnb .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uJliAFQWnb .card-title,
.cid-uJliAFQWnb .iconfont-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJliAFQWnb .card-text {
  color: #353535;
}
.cid-uJliAFQWnb .card-text,
.cid-uJliAFQWnb .mbr-section-btn {
  text-align: center;
  color: #bbbbbb;
}
.cid-uJliAFQWnb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJliAFQWnb .mbr-section-title {
  color: #e6c63b;
}
.cid-uJliAFQWnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJliAFQWnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0C0fabuiR {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-v0C0fabuiR .mbr-media {
  position: relative;
  border-radius: 1rem;
}
.cid-v0C0fabuiR .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.cid-v0C0fabuiR .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v0C0fabuiR .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #ffffff;
}
.cid-v0C0fabuiR .mbr-media span:hover {
  color: #8364e2 !important;
}
.cid-v0C0fabuiR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v0C0fabuiR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0C0fabuiR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0C0fabuiR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0C0fabuiR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0C0fabuiR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0C0fabuiR .mbr-section-title {
  color: #ffffff;
}
.cid-v0C0fabuiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0C0fabuiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0C0fabuiR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-v0C9uQZIa2 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v0C9uQZIa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0C9uQZIa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0C9uQZIa2 .card {
  justify-content: center;
}
.cid-v0C9uQZIa2 .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v0C9uQZIa2 .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v0C9uQZIa2 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0C9uQZIa2 .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v0C9uQZIa2 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0C9uQZIa2 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v0C9uQZIa2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0C9uQZIa2 .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #160830, #6252a9 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v0C9uQZIa2 .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v0C9uQZIa2 .form-wrap {
    padding: 18px;
  }
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #ffe161;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0C9uQZIa2 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v0C9uQZIa2 .mbr-label,
.cid-v0C9uQZIa2 .label-wrapper {
  color: #ffffff;
}
.cid-v0C9uQZIa2 .mbr-section-title {
  color: #ffffff;
}
.cid-v0C9uQZIa2 .mbr-text {
  color: #a997ce;
}
.cid-v0C9uQZIa2 label {
  color: #a997ce;
}
.cid-uJuFFlv3gU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uJuFFlv3gU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJuFFlv3gU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJuFFlv3gU .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uJuFFlv3gU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJuFFlv3gU .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uJuFFlv3gU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uJuFFlv3gU .container {
    padding: 0 14px;
  }
}
.cid-uJuFFlv3gU .row {
  justify-content: center;
}
.cid-uJuFFlv3gU .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJuFFlv3gU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJuFFlv3gU .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uJuFFlv3gU .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJuFFlv3gU .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJuFFlv3gU .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uJuFFlv3gU .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uJuFFlv3gU .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uJuFFlv3gU .nav-wrapper .list .item-wrap:hover,
.cid-uJuFFlv3gU .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uJuFFlv3gU .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJuFFlv3gU .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJuFFlv3gU .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uJuFFlv3gU .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJuFFlv3gU .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uJuFFlv3gU .mbr-text,
.cid-uJuFFlv3gU .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uJuFFlv3gU .mbr-list-title {
  color: #ffffff;
}
.cid-uJuFFlv3gU .list {
  color: #ffffff;
}
.cid-uJuFFlv3gU .mbr-contact {
  color: #ffffff;
}
.cid-uMHPXwOpZ2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHPXwOpZ2 .btn {
  padding: 0.3rem 2rem;
}
.cid-uMHPXwOpZ2 .nav-link {
  position: relative;
}
.cid-uMHPXwOpZ2 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMHPXwOpZ2 .nav-link:hover:before {
  width: 100%;
}
.cid-uMHPXwOpZ2 nav.navbar {
  position: fixed;
}
.cid-uMHPXwOpZ2 .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-uMHPXwOpZ2 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHPXwOpZ2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHPXwOpZ2 .dropdown-item:hover,
.cid-uMHPXwOpZ2 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMHPXwOpZ2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHPXwOpZ2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHPXwOpZ2 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMHPXwOpZ2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHPXwOpZ2 .container {
  display: flex;
  margin: auto;
}
.cid-uMHPXwOpZ2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHPXwOpZ2 .dropdown-menu,
.cid-uMHPXwOpZ2 .navbar.opened {
  background: #353535 !important;
}
.cid-uMHPXwOpZ2 .nav-item:focus,
.cid-uMHPXwOpZ2 .nav-link:focus {
  outline: none;
}
.cid-uMHPXwOpZ2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHPXwOpZ2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHPXwOpZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHPXwOpZ2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHPXwOpZ2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHPXwOpZ2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHPXwOpZ2 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMHPXwOpZ2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMHPXwOpZ2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHPXwOpZ2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHPXwOpZ2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHPXwOpZ2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHPXwOpZ2 .navbar.collapsed {
  justify-content: center;
}
.cid-uMHPXwOpZ2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHPXwOpZ2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHPXwOpZ2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMHPXwOpZ2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHPXwOpZ2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHPXwOpZ2 .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-uMHPXwOpZ2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHPXwOpZ2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHPXwOpZ2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHPXwOpZ2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHPXwOpZ2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHPXwOpZ2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHPXwOpZ2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHPXwOpZ2 .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-uMHPXwOpZ2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHPXwOpZ2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHPXwOpZ2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHPXwOpZ2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHPXwOpZ2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHPXwOpZ2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHPXwOpZ2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHPXwOpZ2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHPXwOpZ2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHPXwOpZ2 .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-uMHPXwOpZ2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHPXwOpZ2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHPXwOpZ2 .dropdown-item.active,
.cid-uMHPXwOpZ2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHPXwOpZ2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHPXwOpZ2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHPXwOpZ2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHPXwOpZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMHPXwOpZ2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHPXwOpZ2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHPXwOpZ2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHPXwOpZ2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHPXwOpZ2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHPXwOpZ2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMHPXwOpZ2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHPXwOpZ2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHPXwOpZ2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHPXwOpZ2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHPXwOpZ2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHPXwOpZ2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHPXwOpZ2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHPXwOpZ2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHPXwOpZ2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHPXwOpZ2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHPXwOpZ2 .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-uMHPXwOpZ2 .navbar {
    height: 70px;
  }
  .cid-uMHPXwOpZ2 .navbar.opened {
    height: auto;
  }
  .cid-uMHPXwOpZ2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHPXxrMlq {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMHPXxrMlq .row {
  flex-direction: row-reverse;
}
.cid-uMHPXxrMlq .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHPXxrMlq .mbr-text,
.cid-uMHPXxrMlq .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHPXxrMlq .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHPXxrMlq img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHPXxrMlq .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHPXxrMlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHPXxrMlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHPXxQhPt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #403f83;
}
.cid-uMHPXxQhPt .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHPXxQhPt .mbr-text,
.cid-uMHPXxQhPt .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHPXxQhPt .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHPXxQhPt img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHPXxQhPt .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHPXxQhPt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHPXxQhPt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMN2nJXfgl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN2nJXfgl .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN2nJXfgl .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN2nJXfgl .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN2nJXfgl .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN2nJXfgl .card-wrapper:hover {
  background: transparent;
}
.cid-uMN2nJXfgl .card-title,
.cid-uMN2nJXfgl .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN2nJXfgl .main-title,
.cid-uMN2nJXfgl .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN2nJXfgl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN2nJXfgl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHPXyCmW9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMHPXyCmW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHPXyCmW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHPXyCmW9 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMHPXyCmW9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHPXyCmW9 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMHPXyCmW9 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHPXyCmW9 .container {
    padding: 0 14px;
  }
}
.cid-uMHPXyCmW9 .row {
  justify-content: center;
}
.cid-uMHPXyCmW9 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHPXyCmW9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHPXyCmW9 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMHPXyCmW9 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHPXyCmW9 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHPXyCmW9 .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHPXyCmW9 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMHPXyCmW9 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMHPXyCmW9 .nav-wrapper .list .item-wrap:hover,
.cid-uMHPXyCmW9 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMHPXyCmW9 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHPXyCmW9 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHPXyCmW9 .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMHPXyCmW9 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMHPXyCmW9 .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMHPXyCmW9 .mbr-text,
.cid-uMHPXyCmW9 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMHPXyCmW9 .mbr-list-title {
  color: #ffffff;
}
.cid-uMHPXyCmW9 .list {
  color: #ffffff;
}
.cid-uMHPXyCmW9 .mbr-contact {
  color: #ffffff;
}
.cid-uMHkiavYyG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHkiavYyG .btn {
  padding: 0.3rem 2rem;
}
.cid-uMHkiavYyG .nav-link {
  position: relative;
}
.cid-uMHkiavYyG .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMHkiavYyG .nav-link:hover:before {
  width: 100%;
}
.cid-uMHkiavYyG nav.navbar {
  position: fixed;
}
.cid-uMHkiavYyG .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-uMHkiavYyG .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHkiavYyG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHkiavYyG .dropdown-item:hover,
.cid-uMHkiavYyG .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMHkiavYyG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHkiavYyG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHkiavYyG .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMHkiavYyG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHkiavYyG .container {
  display: flex;
  margin: auto;
}
.cid-uMHkiavYyG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHkiavYyG .dropdown-menu,
.cid-uMHkiavYyG .navbar.opened {
  background: #353535 !important;
}
.cid-uMHkiavYyG .nav-item:focus,
.cid-uMHkiavYyG .nav-link:focus {
  outline: none;
}
.cid-uMHkiavYyG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHkiavYyG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHkiavYyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHkiavYyG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHkiavYyG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHkiavYyG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHkiavYyG .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMHkiavYyG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMHkiavYyG .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHkiavYyG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHkiavYyG .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHkiavYyG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHkiavYyG .navbar.collapsed {
  justify-content: center;
}
.cid-uMHkiavYyG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHkiavYyG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHkiavYyG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMHkiavYyG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHkiavYyG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHkiavYyG .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-uMHkiavYyG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHkiavYyG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHkiavYyG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHkiavYyG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHkiavYyG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHkiavYyG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHkiavYyG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHkiavYyG .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-uMHkiavYyG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHkiavYyG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHkiavYyG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHkiavYyG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHkiavYyG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHkiavYyG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHkiavYyG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHkiavYyG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHkiavYyG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHkiavYyG .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-uMHkiavYyG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHkiavYyG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHkiavYyG .dropdown-item.active,
.cid-uMHkiavYyG .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHkiavYyG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHkiavYyG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHkiavYyG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHkiavYyG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMHkiavYyG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHkiavYyG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHkiavYyG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHkiavYyG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHkiavYyG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHkiavYyG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMHkiavYyG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHkiavYyG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHkiavYyG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHkiavYyG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHkiavYyG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHkiavYyG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHkiavYyG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHkiavYyG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHkiavYyG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHkiavYyG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHkiavYyG .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-uMHkiavYyG .navbar {
    height: 70px;
  }
  .cid-uMHkiavYyG .navbar.opened {
    height: auto;
  }
  .cid-uMHkiavYyG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHkib5SQu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMHkib5SQu .row {
  flex-direction: row-reverse;
}
.cid-uMHkib5SQu .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHkib5SQu .mbr-text,
.cid-uMHkib5SQu .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHkib5SQu .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHkib5SQu img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHkib5SQu .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHkib5SQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHkib5SQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHmlFTEKv {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #403f83;
}
.cid-uMHmlFTEKv .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHmlFTEKv .mbr-text,
.cid-uMHmlFTEKv .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHmlFTEKv .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHmlFTEKv img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHmlFTEKv .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHmlFTEKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHmlFTEKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMN2iyPIMY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN2iyPIMY .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN2iyPIMY .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN2iyPIMY .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN2iyPIMY .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN2iyPIMY .card-wrapper:hover {
  background: transparent;
}
.cid-uMN2iyPIMY .card-title,
.cid-uMN2iyPIMY .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN2iyPIMY .main-title,
.cid-uMN2iyPIMY .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN2iyPIMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN2iyPIMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHkic8PnE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMHkic8PnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHkic8PnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHkic8PnE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMHkic8PnE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHkic8PnE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMHkic8PnE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHkic8PnE .container {
    padding: 0 14px;
  }
}
.cid-uMHkic8PnE .row {
  justify-content: center;
}
.cid-uMHkic8PnE .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHkic8PnE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHkic8PnE .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMHkic8PnE .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHkic8PnE .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHkic8PnE .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHkic8PnE .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMHkic8PnE .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMHkic8PnE .nav-wrapper .list .item-wrap:hover,
.cid-uMHkic8PnE .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMHkic8PnE .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHkic8PnE .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHkic8PnE .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMHkic8PnE .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMHkic8PnE .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMHkic8PnE .mbr-text,
.cid-uMHkic8PnE .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMHkic8PnE .mbr-list-title {
  color: #ffffff;
}
.cid-uMHkic8PnE .list {
  color: #ffffff;
}
.cid-uMHkic8PnE .mbr-contact {
  color: #ffffff;
}
.cid-uMHVxZP0U1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHVxZP0U1 .btn {
  padding: 0.3rem 2rem;
}
.cid-uMHVxZP0U1 .nav-link {
  position: relative;
}
.cid-uMHVxZP0U1 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMHVxZP0U1 .nav-link:hover:before {
  width: 100%;
}
.cid-uMHVxZP0U1 nav.navbar {
  position: fixed;
}
.cid-uMHVxZP0U1 .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-uMHVxZP0U1 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHVxZP0U1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHVxZP0U1 .dropdown-item:hover,
.cid-uMHVxZP0U1 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMHVxZP0U1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHVxZP0U1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHVxZP0U1 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMHVxZP0U1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHVxZP0U1 .container {
  display: flex;
  margin: auto;
}
.cid-uMHVxZP0U1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHVxZP0U1 .dropdown-menu,
.cid-uMHVxZP0U1 .navbar.opened {
  background: #353535 !important;
}
.cid-uMHVxZP0U1 .nav-item:focus,
.cid-uMHVxZP0U1 .nav-link:focus {
  outline: none;
}
.cid-uMHVxZP0U1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHVxZP0U1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHVxZP0U1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHVxZP0U1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHVxZP0U1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHVxZP0U1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHVxZP0U1 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMHVxZP0U1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMHVxZP0U1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHVxZP0U1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHVxZP0U1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHVxZP0U1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHVxZP0U1 .navbar.collapsed {
  justify-content: center;
}
.cid-uMHVxZP0U1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHVxZP0U1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHVxZP0U1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMHVxZP0U1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHVxZP0U1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHVxZP0U1 .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-uMHVxZP0U1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHVxZP0U1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHVxZP0U1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHVxZP0U1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHVxZP0U1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHVxZP0U1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHVxZP0U1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHVxZP0U1 .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-uMHVxZP0U1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHVxZP0U1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHVxZP0U1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHVxZP0U1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHVxZP0U1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHVxZP0U1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHVxZP0U1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHVxZP0U1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHVxZP0U1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHVxZP0U1 .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-uMHVxZP0U1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHVxZP0U1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHVxZP0U1 .dropdown-item.active,
.cid-uMHVxZP0U1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHVxZP0U1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHVxZP0U1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHVxZP0U1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHVxZP0U1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMHVxZP0U1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHVxZP0U1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHVxZP0U1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHVxZP0U1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHVxZP0U1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHVxZP0U1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMHVxZP0U1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHVxZP0U1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHVxZP0U1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHVxZP0U1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHVxZP0U1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHVxZP0U1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHVxZP0U1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHVxZP0U1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHVxZP0U1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHVxZP0U1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHVxZP0U1 .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-uMHVxZP0U1 .navbar {
    height: 70px;
  }
  .cid-uMHVxZP0U1 .navbar.opened {
    height: auto;
  }
  .cid-uMHVxZP0U1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHVy0z50e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6252a9;
}
.cid-uMHVy0z50e .row {
  flex-direction: row-reverse;
}
.cid-uMHVy0z50e .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHVy0z50e .mbr-text,
.cid-uMHVy0z50e .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHVy0z50e .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHVy0z50e img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHVy0z50e .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHVy0z50e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHVy0z50e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHVy1c8NG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #403f83;
}
.cid-uMHVy1c8NG .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMHVy1c8NG .mbr-text,
.cid-uMHVy1c8NG .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHVy1c8NG .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHVy1c8NG img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHVy1c8NG .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHVy1c8NG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHVy1c8NG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI0UzdMo3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6252a9;
}
.cid-uMI0UzdMo3 .row {
  flex-direction: row-reverse;
}
.cid-uMI0UzdMo3 .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMI0UzdMo3 .mbr-text,
.cid-uMI0UzdMo3 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMI0UzdMo3 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMI0UzdMo3 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMI0UzdMo3 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMI0UzdMo3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI0UzdMo3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMN2ut5Pu9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN2ut5Pu9 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN2ut5Pu9 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN2ut5Pu9 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN2ut5Pu9 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN2ut5Pu9 .card-wrapper:hover {
  background: transparent;
}
.cid-uMN2ut5Pu9 .card-title,
.cid-uMN2ut5Pu9 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN2ut5Pu9 .main-title,
.cid-uMN2ut5Pu9 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN2ut5Pu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN2ut5Pu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHVy2k5gb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMHVy2k5gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHVy2k5gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHVy2k5gb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMHVy2k5gb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHVy2k5gb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMHVy2k5gb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHVy2k5gb .container {
    padding: 0 14px;
  }
}
.cid-uMHVy2k5gb .row {
  justify-content: center;
}
.cid-uMHVy2k5gb .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHVy2k5gb .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHVy2k5gb .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMHVy2k5gb .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHVy2k5gb .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHVy2k5gb .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHVy2k5gb .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMHVy2k5gb .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMHVy2k5gb .nav-wrapper .list .item-wrap:hover,
.cid-uMHVy2k5gb .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMHVy2k5gb .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHVy2k5gb .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHVy2k5gb .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMHVy2k5gb .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMHVy2k5gb .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMHVy2k5gb .mbr-text,
.cid-uMHVy2k5gb .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMHVy2k5gb .mbr-list-title {
  color: #ffffff;
}
.cid-uMHVy2k5gb .list {
  color: #ffffff;
}
.cid-uMHVy2k5gb .mbr-contact {
  color: #ffffff;
}
.cid-uMFyvn1OF0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMFyvn1OF0 .btn {
  padding: 0.3rem 2rem;
}
.cid-uMFyvn1OF0 .nav-link {
  position: relative;
}
.cid-uMFyvn1OF0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMFyvn1OF0 .nav-link:hover:before {
  width: 100%;
}
.cid-uMFyvn1OF0 nav.navbar {
  position: fixed;
}
.cid-uMFyvn1OF0 .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-uMFyvn1OF0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMFyvn1OF0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMFyvn1OF0 .dropdown-item:hover,
.cid-uMFyvn1OF0 .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMFyvn1OF0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMFyvn1OF0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMFyvn1OF0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMFyvn1OF0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMFyvn1OF0 .container {
  display: flex;
  margin: auto;
}
.cid-uMFyvn1OF0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMFyvn1OF0 .dropdown-menu,
.cid-uMFyvn1OF0 .navbar.opened {
  background: #353535 !important;
}
.cid-uMFyvn1OF0 .nav-item:focus,
.cid-uMFyvn1OF0 .nav-link:focus {
  outline: none;
}
.cid-uMFyvn1OF0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMFyvn1OF0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMFyvn1OF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMFyvn1OF0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMFyvn1OF0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMFyvn1OF0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMFyvn1OF0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMFyvn1OF0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMFyvn1OF0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMFyvn1OF0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMFyvn1OF0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMFyvn1OF0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMFyvn1OF0 .navbar.collapsed {
  justify-content: center;
}
.cid-uMFyvn1OF0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMFyvn1OF0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMFyvn1OF0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMFyvn1OF0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMFyvn1OF0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMFyvn1OF0 .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-uMFyvn1OF0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMFyvn1OF0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMFyvn1OF0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMFyvn1OF0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMFyvn1OF0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMFyvn1OF0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMFyvn1OF0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMFyvn1OF0 .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-uMFyvn1OF0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMFyvn1OF0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMFyvn1OF0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMFyvn1OF0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMFyvn1OF0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMFyvn1OF0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMFyvn1OF0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMFyvn1OF0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMFyvn1OF0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMFyvn1OF0 .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-uMFyvn1OF0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMFyvn1OF0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMFyvn1OF0 .dropdown-item.active,
.cid-uMFyvn1OF0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMFyvn1OF0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMFyvn1OF0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMFyvn1OF0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMFyvn1OF0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMFyvn1OF0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMFyvn1OF0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMFyvn1OF0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMFyvn1OF0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMFyvn1OF0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMFyvn1OF0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMFyvn1OF0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMFyvn1OF0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFyvn1OF0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFyvn1OF0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMFyvn1OF0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFyvn1OF0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMFyvn1OF0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMFyvn1OF0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFyvn1OF0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMFyvn1OF0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMFyvn1OF0 .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-uMFyvn1OF0 .navbar {
    height: 70px;
  }
  .cid-uMFyvn1OF0 .navbar.opened {
    height: auto;
  }
  .cid-uMFyvn1OF0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMFyvnBVEe {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #6252a9;
}
.cid-uMFyvnBVEe .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}
.cid-uMFyvnBVEe .mbr-text,
.cid-uMFyvnBVEe .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMFyvnBVEe .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMFyvnBVEe img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMFyvnBVEe .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMFyvnBVEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFyvnBVEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFyvoeuga {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMFyvoeuga .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMFyvoeuga .container-fluid {
  padding: 0;
}
.cid-uMFyvoeuga img {
  width: 100%;
}
.cid-uMFyvoeuga .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFyvoeuga .content {
    padding: 3rem;
  }
}
.cid-uMFyvoeuga .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFyvoeuga .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFyvoeuga .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFyvoeuga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFyvoeuga .mbr-section-title {
  text-align: left;
}
.cid-uMFyvoeuga .mbr-section-title DIV {
  text-align: center;
}
.cid-uMIBRBeTId {
  background-color: #160830;
}
.cid-uMIBRBeTId .container-fluid {
  padding: 0;
}
.cid-uMIBRBeTId img {
  width: 100%;
}
.cid-uMIBRBeTId .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMIBRBeTId .content {
    padding: 3rem;
  }
}
.cid-uMIBRBeTId .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMIBRBeTId .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMIBRBeTId .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIBRBeTId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIBRBeTId .mbr-section-title {
  text-align: left;
}
.cid-uMIBRBeTId .mbr-section-title DIV {
  text-align: center;
}
.cid-uMN3Cd91MB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN3Cd91MB .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN3Cd91MB .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN3Cd91MB .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN3Cd91MB .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN3Cd91MB .card-wrapper:hover {
  background: transparent;
}
.cid-uMN3Cd91MB .card-title,
.cid-uMN3Cd91MB .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN3Cd91MB .main-title,
.cid-uMN3Cd91MB .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN3Cd91MB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN3Cd91MB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFyvrKbuL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMFyvrKbuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFyvrKbuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFyvrKbuL .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMFyvrKbuL .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFyvrKbuL .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMFyvrKbuL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFyvrKbuL .container {
    padding: 0 14px;
  }
}
.cid-uMFyvrKbuL .row {
  justify-content: center;
}
.cid-uMFyvrKbuL .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFyvrKbuL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFyvrKbuL .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMFyvrKbuL .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFyvrKbuL .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFyvrKbuL .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFyvrKbuL .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMFyvrKbuL .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMFyvrKbuL .nav-wrapper .list .item-wrap:hover,
.cid-uMFyvrKbuL .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMFyvrKbuL .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFyvrKbuL .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFyvrKbuL .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMFyvrKbuL .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMFyvrKbuL .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMFyvrKbuL .mbr-text,
.cid-uMFyvrKbuL .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMFyvrKbuL .mbr-list-title {
  color: #ffffff;
}
.cid-uMFyvrKbuL .list {
  color: #ffffff;
}
.cid-uMFyvrKbuL .mbr-contact {
  color: #ffffff;
}
.cid-uMFgfeoKeH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMFgfeoKeH .btn {
  padding: 0.3rem 2rem;
}
.cid-uMFgfeoKeH .nav-link {
  position: relative;
}
.cid-uMFgfeoKeH .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMFgfeoKeH .nav-link:hover:before {
  width: 100%;
}
.cid-uMFgfeoKeH nav.navbar {
  position: fixed;
}
.cid-uMFgfeoKeH .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-uMFgfeoKeH .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMFgfeoKeH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMFgfeoKeH .dropdown-item:hover,
.cid-uMFgfeoKeH .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMFgfeoKeH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMFgfeoKeH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMFgfeoKeH .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMFgfeoKeH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMFgfeoKeH .container {
  display: flex;
  margin: auto;
}
.cid-uMFgfeoKeH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMFgfeoKeH .dropdown-menu,
.cid-uMFgfeoKeH .navbar.opened {
  background: #353535 !important;
}
.cid-uMFgfeoKeH .nav-item:focus,
.cid-uMFgfeoKeH .nav-link:focus {
  outline: none;
}
.cid-uMFgfeoKeH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMFgfeoKeH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMFgfeoKeH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMFgfeoKeH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMFgfeoKeH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMFgfeoKeH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMFgfeoKeH .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMFgfeoKeH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMFgfeoKeH .navbar.opened {
  transition: all 0.3s;
}
.cid-uMFgfeoKeH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMFgfeoKeH .navbar .navbar-logo img {
  width: auto;
}
.cid-uMFgfeoKeH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMFgfeoKeH .navbar.collapsed {
  justify-content: center;
}
.cid-uMFgfeoKeH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMFgfeoKeH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMFgfeoKeH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMFgfeoKeH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMFgfeoKeH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMFgfeoKeH .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-uMFgfeoKeH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMFgfeoKeH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMFgfeoKeH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMFgfeoKeH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMFgfeoKeH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMFgfeoKeH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMFgfeoKeH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMFgfeoKeH .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-uMFgfeoKeH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMFgfeoKeH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMFgfeoKeH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMFgfeoKeH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMFgfeoKeH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMFgfeoKeH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMFgfeoKeH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMFgfeoKeH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMFgfeoKeH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMFgfeoKeH .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-uMFgfeoKeH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMFgfeoKeH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMFgfeoKeH .dropdown-item.active,
.cid-uMFgfeoKeH .dropdown-item:active {
  background-color: transparent;
}
.cid-uMFgfeoKeH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMFgfeoKeH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMFgfeoKeH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMFgfeoKeH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMFgfeoKeH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMFgfeoKeH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMFgfeoKeH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMFgfeoKeH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMFgfeoKeH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMFgfeoKeH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMFgfeoKeH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMFgfeoKeH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFgfeoKeH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFgfeoKeH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMFgfeoKeH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFgfeoKeH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMFgfeoKeH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMFgfeoKeH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFgfeoKeH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMFgfeoKeH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMFgfeoKeH .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-uMFgfeoKeH .navbar {
    height: 70px;
  }
  .cid-uMFgfeoKeH .navbar.opened {
    height: auto;
  }
  .cid-uMFgfeoKeH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMFgffskQz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMFgffskQz .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}
.cid-uMFgffskQz .mbr-text,
.cid-uMFgffskQz .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMFgffskQz .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMFgffskQz img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMFgffskQz .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMFgffskQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFgffskQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFgffQNZu {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMFgffQNZu .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMFgffQNZu .container-fluid {
  padding: 0;
}
.cid-uMFgffQNZu img {
  width: 100%;
}
.cid-uMFgffQNZu .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFgffQNZu .content {
    padding: 3rem;
  }
}
.cid-uMFgffQNZu .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFgffQNZu .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFgffQNZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFgffQNZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFgffQNZu .mbr-section-title {
  text-align: left;
}
.cid-uMFgffQNZu .mbr-section-title DIV {
  text-align: center;
}
.cid-uMFt0FJmHC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #403f83;
}
.cid-uMFt0FJmHC .container-fluid {
  padding: 0;
}
.cid-uMFt0FJmHC img {
  width: 100%;
}
.cid-uMFt0FJmHC .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFt0FJmHC .content {
    padding: 3rem;
  }
}
.cid-uMFt0FJmHC .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFt0FJmHC .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFt0FJmHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFt0FJmHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFt0FJmHC .mbr-section-title {
  text-align: left;
}
.cid-uMFt0FJmHC .mbr-section-title DIV {
  text-align: center;
}
.cid-uMFueSBFVC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMFueSBFVC .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMFueSBFVC .container-fluid {
  padding: 0;
}
.cid-uMFueSBFVC img {
  width: 100%;
}
.cid-uMFueSBFVC .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFueSBFVC .content {
    padding: 3rem;
  }
}
.cid-uMFueSBFVC .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFueSBFVC .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFueSBFVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFueSBFVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFueSBFVC .mbr-section-title {
  text-align: left;
}
.cid-uMFueSBFVC .mbr-section-title DIV {
  text-align: center;
}
.cid-uMN3uQisT6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN3uQisT6 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN3uQisT6 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN3uQisT6 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN3uQisT6 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN3uQisT6 .card-wrapper:hover {
  background: transparent;
}
.cid-uMN3uQisT6 .card-title,
.cid-uMN3uQisT6 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN3uQisT6 .main-title,
.cid-uMN3uQisT6 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN3uQisT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN3uQisT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFgfjOp0v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMFgfjOp0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFgfjOp0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFgfjOp0v .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMFgfjOp0v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFgfjOp0v .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMFgfjOp0v .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFgfjOp0v .container {
    padding: 0 14px;
  }
}
.cid-uMFgfjOp0v .row {
  justify-content: center;
}
.cid-uMFgfjOp0v .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFgfjOp0v .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFgfjOp0v .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMFgfjOp0v .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFgfjOp0v .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFgfjOp0v .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFgfjOp0v .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMFgfjOp0v .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMFgfjOp0v .nav-wrapper .list .item-wrap:hover,
.cid-uMFgfjOp0v .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMFgfjOp0v .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFgfjOp0v .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFgfjOp0v .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMFgfjOp0v .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMFgfjOp0v .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMFgfjOp0v .mbr-text,
.cid-uMFgfjOp0v .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMFgfjOp0v .mbr-list-title {
  color: #ffffff;
}
.cid-uMFgfjOp0v .list {
  color: #ffffff;
}
.cid-uMFgfjOp0v .mbr-contact {
  color: #ffffff;
}
.cid-uMyOUcoZIB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMyOUcoZIB .btn {
  padding: 0.3rem 2rem;
}
.cid-uMyOUcoZIB .nav-link {
  position: relative;
}
.cid-uMyOUcoZIB .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMyOUcoZIB .nav-link:hover:before {
  width: 100%;
}
.cid-uMyOUcoZIB nav.navbar {
  position: fixed;
}
.cid-uMyOUcoZIB .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-uMyOUcoZIB .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMyOUcoZIB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMyOUcoZIB .dropdown-item:hover,
.cid-uMyOUcoZIB .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMyOUcoZIB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMyOUcoZIB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMyOUcoZIB .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMyOUcoZIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMyOUcoZIB .container {
  display: flex;
  margin: auto;
}
.cid-uMyOUcoZIB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMyOUcoZIB .dropdown-menu,
.cid-uMyOUcoZIB .navbar.opened {
  background: #353535 !important;
}
.cid-uMyOUcoZIB .nav-item:focus,
.cid-uMyOUcoZIB .nav-link:focus {
  outline: none;
}
.cid-uMyOUcoZIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMyOUcoZIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMyOUcoZIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMyOUcoZIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMyOUcoZIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMyOUcoZIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMyOUcoZIB .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMyOUcoZIB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMyOUcoZIB .navbar.opened {
  transition: all 0.3s;
}
.cid-uMyOUcoZIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMyOUcoZIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uMyOUcoZIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMyOUcoZIB .navbar.collapsed {
  justify-content: center;
}
.cid-uMyOUcoZIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMyOUcoZIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMyOUcoZIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMyOUcoZIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMyOUcoZIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMyOUcoZIB .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-uMyOUcoZIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMyOUcoZIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMyOUcoZIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMyOUcoZIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMyOUcoZIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMyOUcoZIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMyOUcoZIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMyOUcoZIB .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-uMyOUcoZIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMyOUcoZIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMyOUcoZIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMyOUcoZIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMyOUcoZIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMyOUcoZIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMyOUcoZIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMyOUcoZIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMyOUcoZIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMyOUcoZIB .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-uMyOUcoZIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMyOUcoZIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMyOUcoZIB .dropdown-item.active,
.cid-uMyOUcoZIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uMyOUcoZIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMyOUcoZIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMyOUcoZIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMyOUcoZIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMyOUcoZIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMyOUcoZIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMyOUcoZIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMyOUcoZIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMyOUcoZIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMyOUcoZIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMyOUcoZIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMyOUcoZIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyOUcoZIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMyOUcoZIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMyOUcoZIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyOUcoZIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMyOUcoZIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMyOUcoZIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMyOUcoZIB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMyOUcoZIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMyOUcoZIB .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-uMyOUcoZIB .navbar {
    height: 70px;
  }
  .cid-uMyOUcoZIB .navbar.opened {
    height: auto;
  }
  .cid-uMyOUcoZIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMyOUd9oLK #bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-uMyOUd9oLK .mbr-overlay {
  display: none !important;
}
.cid-uMyOUd9oLK .text-container,
.cid-uMyOUd9oLK .container,
.cid-uMyOUd9oLK .text-wrapper {
  position: relative;
  z-index: 2;
  padding-top: 8rem;
  padding-bottom: 5rem;
  text-align: center;
}
.cid-uMyOUd9oLK .mbr-section-title,
.cid-uMyOUd9oLK .mbr-section-subtitle,
.cid-uMyOUd9oLK .mbr-text,
.cid-uMyOUd9oLK .mbr-section-btn a {
  color: #ffffff;
  font-weight: bold;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
}
.cid-uMyOUd9oLK .mbr-section-title {
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.cid-uMyOUd9oLK .mbr-section-subtitle {
  font-size: 4rem;
  margin-bottom: 1rem;
}
.cid-uMyOUd9oLK .mbr-text {
  font-size: 2rem;
}
.cid-uMyOUd9oLK .mbr-section-btn a {
  font-size: 1rem;
  background-color: #39FF14;
}
@media (max-width: 768px) {
  .cid-uMyOUd9oLK .mbr-section-title {
    font-size: 2rem;
  }
  .cid-uMyOUd9oLK .mbr-section-subtitle {
    font-size: 1.25rem;
  }
  .cid-uMyOUd9oLK .mbr-text {
    font-size: 1rem;
  }
}
.cid-uMyOUd9oLK H2 {
  text-align: center;
}
.cid-uMyOUd9oLK H1 {
  text-align: center;
}
.cid-uMyOUd9oLK P {
  text-align: center;
}
.cid-uMyOUdD0Uf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMyOUdD0Uf .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}
.cid-uMyOUdD0Uf .mbr-text,
.cid-uMyOUdD0Uf .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMyOUdD0Uf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMyOUdD0Uf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMyOUdD0Uf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMyOUdD0Uf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyOUdD0Uf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyOUgnOoz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMyOUgnOoz .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMyOUgnOoz .container-fluid {
  padding: 0;
}
.cid-uMyOUgnOoz img {
  width: 100%;
}
.cid-uMyOUgnOoz .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMyOUgnOoz .content {
    padding: 3rem;
  }
}
.cid-uMyOUgnOoz .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMyOUgnOoz .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMyOUgnOoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyOUgnOoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyOUgnOoz .mbr-section-title {
  text-align: center;
}
.cid-uMyOUgnOoz .mbr-section-title DIV {
  text-align: center;
}
.cid-uMz3hlr3u7 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #28196c;
}
.cid-uMz3hlr3u7 .container-fluid {
  padding: 0;
}
.cid-uMz3hlr3u7 img {
  width: 100%;
}
.cid-uMz3hlr3u7 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMz3hlr3u7 .content {
    padding: 3rem;
  }
}
.cid-uMz3hlr3u7 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMz3hlr3u7 .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMz3hlr3u7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMz3hlr3u7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMz3hlr3u7 .mbr-section-title {
  text-align: center;
}
.cid-uMyOUeldBj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMyOUeldBj .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMyOUeldBj .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMyOUeldBj .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMyOUeldBj .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMyOUeldBj .card-wrapper:hover {
  background: transparent;
}
.cid-uMyOUeldBj .card-title,
.cid-uMyOUeldBj .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMyOUeldBj .main-title,
.cid-uMyOUeldBj .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMyOUeldBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyOUeldBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyOUjDzb4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMyOUjDzb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMyOUjDzb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMyOUjDzb4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMyOUjDzb4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMyOUjDzb4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMyOUjDzb4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMyOUjDzb4 .container {
    padding: 0 14px;
  }
}
.cid-uMyOUjDzb4 .row {
  justify-content: center;
}
.cid-uMyOUjDzb4 .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMyOUjDzb4 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMyOUjDzb4 .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMyOUjDzb4 .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMyOUjDzb4 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMyOUjDzb4 .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMyOUjDzb4 .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMyOUjDzb4 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMyOUjDzb4 .nav-wrapper .list .item-wrap:hover,
.cid-uMyOUjDzb4 .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMyOUjDzb4 .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMyOUjDzb4 .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMyOUjDzb4 .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMyOUjDzb4 .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMyOUjDzb4 .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMyOUjDzb4 .mbr-text,
.cid-uMyOUjDzb4 .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMyOUjDzb4 .mbr-list-title {
  color: #ffffff;
}
.cid-uMyOUjDzb4 .list {
  color: #ffffff;
}
.cid-uMyOUjDzb4 .mbr-contact {
  color: #ffffff;
}
.cid-uMI2qm3YmA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMI2qm3YmA .btn {
  padding: 0.3rem 2rem;
}
.cid-uMI2qm3YmA .nav-link {
  position: relative;
}
.cid-uMI2qm3YmA .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMI2qm3YmA .nav-link:hover:before {
  width: 100%;
}
.cid-uMI2qm3YmA nav.navbar {
  position: fixed;
}
.cid-uMI2qm3YmA .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-uMI2qm3YmA .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMI2qm3YmA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMI2qm3YmA .dropdown-item:hover,
.cid-uMI2qm3YmA .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMI2qm3YmA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMI2qm3YmA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMI2qm3YmA .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMI2qm3YmA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMI2qm3YmA .container {
  display: flex;
  margin: auto;
}
.cid-uMI2qm3YmA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMI2qm3YmA .dropdown-menu,
.cid-uMI2qm3YmA .navbar.opened {
  background: #353535 !important;
}
.cid-uMI2qm3YmA .nav-item:focus,
.cid-uMI2qm3YmA .nav-link:focus {
  outline: none;
}
.cid-uMI2qm3YmA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMI2qm3YmA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMI2qm3YmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMI2qm3YmA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMI2qm3YmA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMI2qm3YmA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMI2qm3YmA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMI2qm3YmA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMI2qm3YmA .navbar.opened {
  transition: all 0.3s;
}
.cid-uMI2qm3YmA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMI2qm3YmA .navbar .navbar-logo img {
  width: auto;
}
.cid-uMI2qm3YmA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMI2qm3YmA .navbar.collapsed {
  justify-content: center;
}
.cid-uMI2qm3YmA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMI2qm3YmA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMI2qm3YmA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMI2qm3YmA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMI2qm3YmA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMI2qm3YmA .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-uMI2qm3YmA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMI2qm3YmA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMI2qm3YmA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMI2qm3YmA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMI2qm3YmA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMI2qm3YmA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMI2qm3YmA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMI2qm3YmA .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-uMI2qm3YmA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMI2qm3YmA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMI2qm3YmA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMI2qm3YmA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMI2qm3YmA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMI2qm3YmA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMI2qm3YmA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMI2qm3YmA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMI2qm3YmA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMI2qm3YmA .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-uMI2qm3YmA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMI2qm3YmA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMI2qm3YmA .dropdown-item.active,
.cid-uMI2qm3YmA .dropdown-item:active {
  background-color: transparent;
}
.cid-uMI2qm3YmA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMI2qm3YmA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMI2qm3YmA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMI2qm3YmA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMI2qm3YmA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMI2qm3YmA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMI2qm3YmA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMI2qm3YmA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMI2qm3YmA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMI2qm3YmA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMI2qm3YmA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMI2qm3YmA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI2qm3YmA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI2qm3YmA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMI2qm3YmA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI2qm3YmA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMI2qm3YmA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMI2qm3YmA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI2qm3YmA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMI2qm3YmA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMI2qm3YmA .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-uMI2qm3YmA .navbar {
    height: 70px;
  }
  .cid-uMI2qm3YmA .navbar.opened {
    height: auto;
  }
  .cid-uMI2qm3YmA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMI2qmMItf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6252a9;
}
.cid-uMI2qmMItf .row {
  flex-direction: row-reverse;
}
.cid-uMI2qmMItf .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMI2qmMItf .mbr-text,
.cid-uMI2qmMItf .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMI2qmMItf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMI2qmMItf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMI2qmMItf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMI2qmMItf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI2qmMItf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMN2AvXogn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN2AvXogn .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN2AvXogn .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN2AvXogn .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN2AvXogn .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN2AvXogn .card-wrapper:hover {
  background: transparent;
}
.cid-uMN2AvXogn .card-title,
.cid-uMN2AvXogn .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN2AvXogn .main-title,
.cid-uMN2AvXogn .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN2AvXogn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN2AvXogn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI2qpC4qf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMI2qpC4qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI2qpC4qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI2qpC4qf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMI2qpC4qf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI2qpC4qf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMI2qpC4qf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI2qpC4qf .container {
    padding: 0 14px;
  }
}
.cid-uMI2qpC4qf .row {
  justify-content: center;
}
.cid-uMI2qpC4qf .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI2qpC4qf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI2qpC4qf .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMI2qpC4qf .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI2qpC4qf .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI2qpC4qf .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI2qpC4qf .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMI2qpC4qf .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMI2qpC4qf .nav-wrapper .list .item-wrap:hover,
.cid-uMI2qpC4qf .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMI2qpC4qf .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI2qpC4qf .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI2qpC4qf .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMI2qpC4qf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMI2qpC4qf .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMI2qpC4qf .mbr-text,
.cid-uMI2qpC4qf .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMI2qpC4qf .mbr-list-title {
  color: #ffffff;
}
.cid-uMI2qpC4qf .list {
  color: #ffffff;
}
.cid-uMI2qpC4qf .mbr-contact {
  color: #ffffff;
}
.cid-uMI4TsKSWp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMI4TsKSWp .btn {
  padding: 0.3rem 2rem;
}
.cid-uMI4TsKSWp .nav-link {
  position: relative;
}
.cid-uMI4TsKSWp .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMI4TsKSWp .nav-link:hover:before {
  width: 100%;
}
.cid-uMI4TsKSWp nav.navbar {
  position: fixed;
}
.cid-uMI4TsKSWp .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-uMI4TsKSWp .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMI4TsKSWp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMI4TsKSWp .dropdown-item:hover,
.cid-uMI4TsKSWp .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMI4TsKSWp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMI4TsKSWp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMI4TsKSWp .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMI4TsKSWp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMI4TsKSWp .container {
  display: flex;
  margin: auto;
}
.cid-uMI4TsKSWp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMI4TsKSWp .dropdown-menu,
.cid-uMI4TsKSWp .navbar.opened {
  background: #353535 !important;
}
.cid-uMI4TsKSWp .nav-item:focus,
.cid-uMI4TsKSWp .nav-link:focus {
  outline: none;
}
.cid-uMI4TsKSWp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMI4TsKSWp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMI4TsKSWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMI4TsKSWp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMI4TsKSWp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMI4TsKSWp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMI4TsKSWp .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMI4TsKSWp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMI4TsKSWp .navbar.opened {
  transition: all 0.3s;
}
.cid-uMI4TsKSWp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMI4TsKSWp .navbar .navbar-logo img {
  width: auto;
}
.cid-uMI4TsKSWp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMI4TsKSWp .navbar.collapsed {
  justify-content: center;
}
.cid-uMI4TsKSWp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMI4TsKSWp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMI4TsKSWp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMI4TsKSWp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMI4TsKSWp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMI4TsKSWp .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-uMI4TsKSWp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMI4TsKSWp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMI4TsKSWp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMI4TsKSWp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMI4TsKSWp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMI4TsKSWp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMI4TsKSWp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMI4TsKSWp .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-uMI4TsKSWp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMI4TsKSWp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMI4TsKSWp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMI4TsKSWp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMI4TsKSWp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMI4TsKSWp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMI4TsKSWp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMI4TsKSWp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMI4TsKSWp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMI4TsKSWp .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-uMI4TsKSWp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMI4TsKSWp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMI4TsKSWp .dropdown-item.active,
.cid-uMI4TsKSWp .dropdown-item:active {
  background-color: transparent;
}
.cid-uMI4TsKSWp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMI4TsKSWp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMI4TsKSWp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMI4TsKSWp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMI4TsKSWp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMI4TsKSWp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMI4TsKSWp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMI4TsKSWp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMI4TsKSWp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMI4TsKSWp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMI4TsKSWp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMI4TsKSWp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI4TsKSWp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI4TsKSWp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMI4TsKSWp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI4TsKSWp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMI4TsKSWp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMI4TsKSWp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI4TsKSWp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMI4TsKSWp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMI4TsKSWp .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-uMI4TsKSWp .navbar {
    height: 70px;
  }
  .cid-uMI4TsKSWp .navbar.opened {
    height: auto;
  }
  .cid-uMI4TsKSWp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMI4Ttgehj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6252a9;
}
.cid-uMI4Ttgehj .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMI4Ttgehj .mbr-text,
.cid-uMI4Ttgehj .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMI4Ttgehj .mbr-section-subtitle {
  color: #f7f4fd;
}
.cid-uMI4Ttgehj img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMI4Ttgehj .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMI4Ttgehj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI4Ttgehj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI4TtIRQ7 {
  background-color: #160830;
}
.cid-uMI4TtIRQ7 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMI4TtIRQ7 .container-fluid {
  padding: 0;
}
.cid-uMI4TtIRQ7 img {
  width: 100%;
}
.cid-uMI4TtIRQ7 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMI4TtIRQ7 .content {
    padding: 3rem;
  }
}
.cid-uMI4TtIRQ7 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMI4TtIRQ7 .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMI4TtIRQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI4TtIRQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI4TtIRQ7 .mbr-section-title {
  text-align: left;
}
.cid-uMI4TtIRQ7 .mbr-section-title DIV {
  text-align: left;
}
.cid-uMN3W1xB5a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN3W1xB5a .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN3W1xB5a .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN3W1xB5a .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN3W1xB5a .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN3W1xB5a .card-wrapper:hover {
  background: transparent;
}
.cid-uMN3W1xB5a .card-title,
.cid-uMN3W1xB5a .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN3W1xB5a .main-title,
.cid-uMN3W1xB5a .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN3W1xB5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN3W1xB5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI4TuR7bt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMI4TuR7bt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI4TuR7bt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI4TuR7bt .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMI4TuR7bt .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI4TuR7bt .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMI4TuR7bt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI4TuR7bt .container {
    padding: 0 14px;
  }
}
.cid-uMI4TuR7bt .row {
  justify-content: center;
}
.cid-uMI4TuR7bt .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI4TuR7bt .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI4TuR7bt .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMI4TuR7bt .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI4TuR7bt .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI4TuR7bt .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI4TuR7bt .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMI4TuR7bt .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMI4TuR7bt .nav-wrapper .list .item-wrap:hover,
.cid-uMI4TuR7bt .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMI4TuR7bt .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI4TuR7bt .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI4TuR7bt .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMI4TuR7bt .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMI4TuR7bt .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMI4TuR7bt .mbr-text,
.cid-uMI4TuR7bt .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMI4TuR7bt .mbr-list-title {
  color: #ffffff;
}
.cid-uMI4TuR7bt .list {
  color: #ffffff;
}
.cid-uMI4TuR7bt .mbr-contact {
  color: #ffffff;
}
.cid-uMFGvrAD0h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMFGvrAD0h .btn {
  padding: 0.3rem 2rem;
}
.cid-uMFGvrAD0h .nav-link {
  position: relative;
}
.cid-uMFGvrAD0h .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMFGvrAD0h .nav-link:hover:before {
  width: 100%;
}
.cid-uMFGvrAD0h nav.navbar {
  position: fixed;
}
.cid-uMFGvrAD0h .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-uMFGvrAD0h .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMFGvrAD0h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMFGvrAD0h .dropdown-item:hover,
.cid-uMFGvrAD0h .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMFGvrAD0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMFGvrAD0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMFGvrAD0h .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMFGvrAD0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMFGvrAD0h .container {
  display: flex;
  margin: auto;
}
.cid-uMFGvrAD0h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMFGvrAD0h .dropdown-menu,
.cid-uMFGvrAD0h .navbar.opened {
  background: #353535 !important;
}
.cid-uMFGvrAD0h .nav-item:focus,
.cid-uMFGvrAD0h .nav-link:focus {
  outline: none;
}
.cid-uMFGvrAD0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMFGvrAD0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMFGvrAD0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMFGvrAD0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMFGvrAD0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMFGvrAD0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMFGvrAD0h .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMFGvrAD0h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMFGvrAD0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uMFGvrAD0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMFGvrAD0h .navbar .navbar-logo img {
  width: auto;
}
.cid-uMFGvrAD0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMFGvrAD0h .navbar.collapsed {
  justify-content: center;
}
.cid-uMFGvrAD0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMFGvrAD0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMFGvrAD0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMFGvrAD0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMFGvrAD0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMFGvrAD0h .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-uMFGvrAD0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMFGvrAD0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMFGvrAD0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMFGvrAD0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMFGvrAD0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMFGvrAD0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMFGvrAD0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMFGvrAD0h .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-uMFGvrAD0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMFGvrAD0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMFGvrAD0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMFGvrAD0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMFGvrAD0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMFGvrAD0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMFGvrAD0h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMFGvrAD0h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMFGvrAD0h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMFGvrAD0h .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-uMFGvrAD0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMFGvrAD0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMFGvrAD0h .dropdown-item.active,
.cid-uMFGvrAD0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uMFGvrAD0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMFGvrAD0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMFGvrAD0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMFGvrAD0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMFGvrAD0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMFGvrAD0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMFGvrAD0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMFGvrAD0h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMFGvrAD0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMFGvrAD0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMFGvrAD0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMFGvrAD0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFGvrAD0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMFGvrAD0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMFGvrAD0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFGvrAD0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMFGvrAD0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMFGvrAD0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMFGvrAD0h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMFGvrAD0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMFGvrAD0h .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-uMFGvrAD0h .navbar {
    height: 70px;
  }
  .cid-uMFGvrAD0h .navbar.opened {
    height: auto;
  }
  .cid-uMFGvrAD0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMFGvsEK4n {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMFGvsEK4n .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMFGvsEK4n .mbr-text,
.cid-uMFGvsEK4n .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMFGvsEK4n .mbr-section-subtitle {
  color: #f7f4fd;
}
.cid-uMFGvsEK4n img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMFGvsEK4n .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMFGvsEK4n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFGvsEK4n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFGvtdHbZ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMFGvtdHbZ .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMFGvtdHbZ .container-fluid {
  padding: 0;
}
.cid-uMFGvtdHbZ img {
  width: 100%;
}
.cid-uMFGvtdHbZ .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFGvtdHbZ .content {
    padding: 3rem;
  }
}
.cid-uMFGvtdHbZ .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFGvtdHbZ .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFGvtdHbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFGvtdHbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFGvtdHbZ .mbr-section-title {
  text-align: left;
}
.cid-uMFGvtdHbZ .mbr-section-title DIV {
  text-align: left;
}
.cid-uMFGvtwTf5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #403f83;
}
.cid-uMFGvtwTf5 .container-fluid {
  padding: 0;
}
.cid-uMFGvtwTf5 img {
  width: 100%;
}
.cid-uMFGvtwTf5 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMFGvtwTf5 .content {
    padding: 3rem;
  }
}
.cid-uMFGvtwTf5 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMFGvtwTf5 .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMFGvtwTf5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFGvtwTf5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFGvtwTf5 .mbr-section-title {
  text-align: left;
}
.cid-uMFGvtwTf5 .mbr-section-title DIV {
  text-align: center;
}
.cid-uMN3O5hjAN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN3O5hjAN .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN3O5hjAN .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN3O5hjAN .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN3O5hjAN .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN3O5hjAN .card-wrapper:hover {
  background: transparent;
}
.cid-uMN3O5hjAN .card-title,
.cid-uMN3O5hjAN .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN3O5hjAN .main-title,
.cid-uMN3O5hjAN .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN3O5hjAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN3O5hjAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFGvu94NP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMFGvu94NP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMFGvu94NP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMFGvu94NP .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMFGvu94NP .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFGvu94NP .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMFGvu94NP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMFGvu94NP .container {
    padding: 0 14px;
  }
}
.cid-uMFGvu94NP .row {
  justify-content: center;
}
.cid-uMFGvu94NP .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFGvu94NP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFGvu94NP .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMFGvu94NP .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFGvu94NP .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFGvu94NP .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFGvu94NP .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMFGvu94NP .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMFGvu94NP .nav-wrapper .list .item-wrap:hover,
.cid-uMFGvu94NP .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMFGvu94NP .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMFGvu94NP .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMFGvu94NP .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMFGvu94NP .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMFGvu94NP .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMFGvu94NP .mbr-text,
.cid-uMFGvu94NP .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMFGvu94NP .mbr-list-title {
  color: #ffffff;
}
.cid-uMFGvu94NP .list {
  color: #ffffff;
}
.cid-uMFGvu94NP .mbr-contact {
  color: #ffffff;
}
.cid-uMI8FNtofP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMI8FNtofP .btn {
  padding: 0.3rem 2rem;
}
.cid-uMI8FNtofP .nav-link {
  position: relative;
}
.cid-uMI8FNtofP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMI8FNtofP .nav-link:hover:before {
  width: 100%;
}
.cid-uMI8FNtofP nav.navbar {
  position: fixed;
}
.cid-uMI8FNtofP .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-uMI8FNtofP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMI8FNtofP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMI8FNtofP .dropdown-item:hover,
.cid-uMI8FNtofP .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMI8FNtofP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMI8FNtofP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMI8FNtofP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMI8FNtofP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMI8FNtofP .container {
  display: flex;
  margin: auto;
}
.cid-uMI8FNtofP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMI8FNtofP .dropdown-menu,
.cid-uMI8FNtofP .navbar.opened {
  background: #353535 !important;
}
.cid-uMI8FNtofP .nav-item:focus,
.cid-uMI8FNtofP .nav-link:focus {
  outline: none;
}
.cid-uMI8FNtofP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMI8FNtofP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMI8FNtofP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMI8FNtofP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMI8FNtofP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMI8FNtofP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMI8FNtofP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMI8FNtofP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMI8FNtofP .navbar.opened {
  transition: all 0.3s;
}
.cid-uMI8FNtofP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMI8FNtofP .navbar .navbar-logo img {
  width: auto;
}
.cid-uMI8FNtofP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMI8FNtofP .navbar.collapsed {
  justify-content: center;
}
.cid-uMI8FNtofP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMI8FNtofP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMI8FNtofP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMI8FNtofP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMI8FNtofP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMI8FNtofP .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-uMI8FNtofP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMI8FNtofP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMI8FNtofP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMI8FNtofP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMI8FNtofP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMI8FNtofP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMI8FNtofP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMI8FNtofP .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-uMI8FNtofP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMI8FNtofP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMI8FNtofP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMI8FNtofP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMI8FNtofP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMI8FNtofP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMI8FNtofP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMI8FNtofP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMI8FNtofP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMI8FNtofP .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-uMI8FNtofP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMI8FNtofP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMI8FNtofP .dropdown-item.active,
.cid-uMI8FNtofP .dropdown-item:active {
  background-color: transparent;
}
.cid-uMI8FNtofP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMI8FNtofP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMI8FNtofP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMI8FNtofP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMI8FNtofP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMI8FNtofP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMI8FNtofP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMI8FNtofP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMI8FNtofP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMI8FNtofP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMI8FNtofP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMI8FNtofP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI8FNtofP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMI8FNtofP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMI8FNtofP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI8FNtofP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMI8FNtofP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMI8FNtofP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMI8FNtofP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMI8FNtofP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMI8FNtofP .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-uMI8FNtofP .navbar {
    height: 70px;
  }
  .cid-uMI8FNtofP .navbar.opened {
    height: auto;
  }
  .cid-uMI8FNtofP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMI8FO4jOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #6252a9;
}
.cid-uMI8FO4jOW .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMI8FO4jOW .mbr-text,
.cid-uMI8FO4jOW .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMI8FO4jOW .mbr-section-subtitle {
  color: #f7f4fd;
}
.cid-uMI8FO4jOW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMI8FO4jOW .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMI8FO4jOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI8FO4jOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMImeuU4Cf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #403f83;
}
.cid-uMImeuU4Cf .row {
  flex-direction: row-reverse;
}
.cid-uMImeuU4Cf .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: left;
}
.cid-uMImeuU4Cf .mbr-text,
.cid-uMImeuU4Cf .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMImeuU4Cf .mbr-section-subtitle {
  color: #f7f4fd;
}
.cid-uMImeuU4Cf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMImeuU4Cf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMImeuU4Cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMImeuU4Cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI8FOyy0k {
  background-color: #160830;
}
.cid-uMI8FOyy0k .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMI8FOyy0k .container-fluid {
  padding: 0;
}
.cid-uMI8FOyy0k img {
  width: 100%;
}
.cid-uMI8FOyy0k .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMI8FOyy0k .content {
    padding: 3rem;
  }
}
.cid-uMI8FOyy0k .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMI8FOyy0k .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMI8FOyy0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI8FOyy0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI8FOyy0k .mbr-section-title {
  text-align: left;
}
.cid-uMI8FOyy0k .mbr-section-title DIV {
  text-align: left;
}
.cid-uMIkjcOHY6 {
  background-color: #28196c;
}
.cid-uMIkjcOHY6 .container-fluid {
  padding: 0;
}
.cid-uMIkjcOHY6 img {
  width: 100%;
}
.cid-uMIkjcOHY6 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMIkjcOHY6 .content {
    padding: 3rem;
  }
}
.cid-uMIkjcOHY6 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMIkjcOHY6 .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMIkjcOHY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIkjcOHY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIkjcOHY6 .mbr-section-title {
  text-align: left;
}
.cid-uMIkjcOHY6 .mbr-section-title DIV {
  text-align: left;
}
.cid-uMInprdQwL {
  background-color: #160830;
}
.cid-uMInprdQwL .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMInprdQwL .container-fluid {
  padding: 0;
}
.cid-uMInprdQwL img {
  width: 100%;
}
.cid-uMInprdQwL .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMInprdQwL .content {
    padding: 3rem;
  }
}
.cid-uMInprdQwL .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMInprdQwL .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMInprdQwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMInprdQwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMInprdQwL .mbr-section-title {
  text-align: left;
}
.cid-uMInprdQwL .mbr-section-title DIV {
  text-align: left;
}
.cid-uMN44PcoPJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN44PcoPJ .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN44PcoPJ .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN44PcoPJ .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN44PcoPJ .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN44PcoPJ .card-wrapper:hover {
  background: transparent;
}
.cid-uMN44PcoPJ .card-title,
.cid-uMN44PcoPJ .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN44PcoPJ .main-title,
.cid-uMN44PcoPJ .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN44PcoPJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN44PcoPJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI8FPqNrQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMI8FPqNrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMI8FPqNrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMI8FPqNrQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMI8FPqNrQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI8FPqNrQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMI8FPqNrQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMI8FPqNrQ .container {
    padding: 0 14px;
  }
}
.cid-uMI8FPqNrQ .row {
  justify-content: center;
}
.cid-uMI8FPqNrQ .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI8FPqNrQ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI8FPqNrQ .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMI8FPqNrQ .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI8FPqNrQ .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI8FPqNrQ .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI8FPqNrQ .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMI8FPqNrQ .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMI8FPqNrQ .nav-wrapper .list .item-wrap:hover,
.cid-uMI8FPqNrQ .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMI8FPqNrQ .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMI8FPqNrQ .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMI8FPqNrQ .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMI8FPqNrQ .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMI8FPqNrQ .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMI8FPqNrQ .mbr-text,
.cid-uMI8FPqNrQ .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMI8FPqNrQ .mbr-list-title {
  color: #ffffff;
}
.cid-uMI8FPqNrQ .list {
  color: #ffffff;
}
.cid-uMI8FPqNrQ .mbr-contact {
  color: #ffffff;
}
.cid-uMIzSx23mq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMIzSx23mq .btn {
  padding: 0.3rem 2rem;
}
.cid-uMIzSx23mq .nav-link {
  position: relative;
}
.cid-uMIzSx23mq .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMIzSx23mq .nav-link:hover:before {
  width: 100%;
}
.cid-uMIzSx23mq nav.navbar {
  position: fixed;
}
.cid-uMIzSx23mq .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-uMIzSx23mq .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMIzSx23mq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMIzSx23mq .dropdown-item:hover,
.cid-uMIzSx23mq .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMIzSx23mq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMIzSx23mq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMIzSx23mq .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMIzSx23mq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMIzSx23mq .container {
  display: flex;
  margin: auto;
}
.cid-uMIzSx23mq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMIzSx23mq .dropdown-menu,
.cid-uMIzSx23mq .navbar.opened {
  background: #353535 !important;
}
.cid-uMIzSx23mq .nav-item:focus,
.cid-uMIzSx23mq .nav-link:focus {
  outline: none;
}
.cid-uMIzSx23mq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMIzSx23mq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMIzSx23mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMIzSx23mq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMIzSx23mq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMIzSx23mq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMIzSx23mq .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMIzSx23mq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMIzSx23mq .navbar.opened {
  transition: all 0.3s;
}
.cid-uMIzSx23mq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMIzSx23mq .navbar .navbar-logo img {
  width: auto;
}
.cid-uMIzSx23mq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMIzSx23mq .navbar.collapsed {
  justify-content: center;
}
.cid-uMIzSx23mq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMIzSx23mq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMIzSx23mq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMIzSx23mq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMIzSx23mq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMIzSx23mq .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-uMIzSx23mq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMIzSx23mq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMIzSx23mq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMIzSx23mq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMIzSx23mq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMIzSx23mq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMIzSx23mq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMIzSx23mq .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-uMIzSx23mq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMIzSx23mq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMIzSx23mq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMIzSx23mq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMIzSx23mq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMIzSx23mq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMIzSx23mq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMIzSx23mq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMIzSx23mq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMIzSx23mq .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-uMIzSx23mq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMIzSx23mq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMIzSx23mq .dropdown-item.active,
.cid-uMIzSx23mq .dropdown-item:active {
  background-color: transparent;
}
.cid-uMIzSx23mq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMIzSx23mq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMIzSx23mq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMIzSx23mq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMIzSx23mq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMIzSx23mq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMIzSx23mq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMIzSx23mq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMIzSx23mq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMIzSx23mq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMIzSx23mq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMIzSx23mq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMIzSx23mq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMIzSx23mq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMIzSx23mq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMIzSx23mq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMIzSx23mq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMIzSx23mq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMIzSx23mq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMIzSx23mq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMIzSx23mq .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-uMIzSx23mq .navbar {
    height: 70px;
  }
  .cid-uMIzSx23mq .navbar.opened {
    height: auto;
  }
  .cid-uMIzSx23mq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMIzSxFZ8x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #6252a9;
}
.cid-uMIzSxFZ8x .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
  text-align: center;
}
.cid-uMIzSxFZ8x .mbr-text,
.cid-uMIzSxFZ8x .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-uMIzSxFZ8x .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMIzSxFZ8x img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMIzSxFZ8x .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMIzSxFZ8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIzSxFZ8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIzSybhe8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #160830;
}
.cid-uMIzSybhe8 .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uMIzSybhe8 .container-fluid {
  padding: 0;
}
.cid-uMIzSybhe8 img {
  width: 100%;
}
.cid-uMIzSybhe8 .content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 10rem;
  padding-right: 10rem;
}
@media (max-width: 1400px) {
  .cid-uMIzSybhe8 .content {
    padding: 3rem;
  }
}
.cid-uMIzSybhe8 .row {
  margin-right: 0;
  margin-left: 0;
}
.cid-uMIzSybhe8 .img-col {
  padding: 0;
  margin: auto;
}
.cid-uMIzSybhe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIzSybhe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIzSybhe8 .mbr-section-title {
  text-align: left;
}
.cid-uMIzSybhe8 .mbr-section-title DIV {
  text-align: center;
}
.cid-uMN4aq5dmh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN4aq5dmh .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN4aq5dmh .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN4aq5dmh .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN4aq5dmh .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN4aq5dmh .card-wrapper:hover {
  background: transparent;
}
.cid-uMN4aq5dmh .card-title,
.cid-uMN4aq5dmh .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN4aq5dmh .main-title,
.cid-uMN4aq5dmh .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN4aq5dmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN4aq5dmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIzSzdc9M {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMIzSzdc9M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMIzSzdc9M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMIzSzdc9M .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMIzSzdc9M .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMIzSzdc9M .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMIzSzdc9M .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMIzSzdc9M .container {
    padding: 0 14px;
  }
}
.cid-uMIzSzdc9M .row {
  justify-content: center;
}
.cid-uMIzSzdc9M .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMIzSzdc9M .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMIzSzdc9M .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMIzSzdc9M .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMIzSzdc9M .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMIzSzdc9M .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMIzSzdc9M .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMIzSzdc9M .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMIzSzdc9M .nav-wrapper .list .item-wrap:hover,
.cid-uMIzSzdc9M .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMIzSzdc9M .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMIzSzdc9M .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMIzSzdc9M .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMIzSzdc9M .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMIzSzdc9M .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMIzSzdc9M .mbr-text,
.cid-uMIzSzdc9M .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMIzSzdc9M .mbr-list-title {
  color: #ffffff;
}
.cid-uMIzSzdc9M .list {
  color: #ffffff;
}
.cid-uMIzSzdc9M .mbr-contact {
  color: #ffffff;
}
.cid-uMHgUrEwir {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMHgUrEwir .btn {
  padding: 0.3rem 2rem;
}
.cid-uMHgUrEwir .nav-link {
  position: relative;
}
.cid-uMHgUrEwir .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  transition: all 0.3s;
  background: #8364e2;
}
.cid-uMHgUrEwir .nav-link:hover:before {
  width: 100%;
}
.cid-uMHgUrEwir nav.navbar {
  position: fixed;
}
.cid-uMHgUrEwir .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-uMHgUrEwir .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMHgUrEwir .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMHgUrEwir .dropdown-item:hover,
.cid-uMHgUrEwir .dropdown-item:focus {
  background: #8364e2 !important;
  color: white !important;
}
.cid-uMHgUrEwir .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMHgUrEwir .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMHgUrEwir .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-uMHgUrEwir .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMHgUrEwir .container {
  display: flex;
  margin: auto;
}
.cid-uMHgUrEwir .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMHgUrEwir .dropdown-menu,
.cid-uMHgUrEwir .navbar.opened {
  background: #353535 !important;
}
.cid-uMHgUrEwir .nav-item:focus,
.cid-uMHgUrEwir .nav-link:focus {
  outline: none;
}
.cid-uMHgUrEwir .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMHgUrEwir .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMHgUrEwir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMHgUrEwir .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMHgUrEwir .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMHgUrEwir .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMHgUrEwir .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535 !important;
  transition: all 0.3s;
}
.cid-uMHgUrEwir .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #353535;
}
.cid-uMHgUrEwir .navbar.opened {
  transition: all 0.3s;
}
.cid-uMHgUrEwir .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMHgUrEwir .navbar .navbar-logo img {
  width: auto;
}
.cid-uMHgUrEwir .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMHgUrEwir .navbar.collapsed {
  justify-content: center;
}
.cid-uMHgUrEwir .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMHgUrEwir .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMHgUrEwir .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uMHgUrEwir .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMHgUrEwir .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMHgUrEwir .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-uMHgUrEwir .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMHgUrEwir .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMHgUrEwir .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMHgUrEwir .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMHgUrEwir .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMHgUrEwir .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMHgUrEwir .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMHgUrEwir .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-uMHgUrEwir .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMHgUrEwir .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMHgUrEwir .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMHgUrEwir .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMHgUrEwir .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMHgUrEwir .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMHgUrEwir .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMHgUrEwir .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMHgUrEwir .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMHgUrEwir .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-uMHgUrEwir .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMHgUrEwir .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMHgUrEwir .dropdown-item.active,
.cid-uMHgUrEwir .dropdown-item:active {
  background-color: transparent;
}
.cid-uMHgUrEwir .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMHgUrEwir .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMHgUrEwir .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMHgUrEwir .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uMHgUrEwir .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMHgUrEwir .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMHgUrEwir ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMHgUrEwir .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMHgUrEwir button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMHgUrEwir button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uMHgUrEwir button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMHgUrEwir button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHgUrEwir button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMHgUrEwir button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMHgUrEwir nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHgUrEwir nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMHgUrEwir nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMHgUrEwir nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMHgUrEwir .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMHgUrEwir a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMHgUrEwir .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-uMHgUrEwir .navbar {
    height: 70px;
  }
  .cid-uMHgUrEwir .navbar.opened {
    height: auto;
  }
  .cid-uMHgUrEwir .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMHgUsTzRN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #6252a9;
}
.cid-uMHgUsTzRN .row {
  flex-direction: row-reverse;
}
.cid-uMHgUsTzRN .mbr-section-title {
  color: #ffffff;
  font-size: 3rem;
}
.cid-uMHgUsTzRN .mbr-text,
.cid-uMHgUsTzRN .mbr-section-btn {
  color: #bbbbbb;
}
.cid-uMHgUsTzRN .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uMHgUsTzRN img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uMHgUsTzRN .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-uMHgUsTzRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHgUsTzRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMN20LOjM1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #212428;
}
.cid-uMN20LOjM1 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #8364e2;
  margin-bottom: 1rem;
}
.cid-uMN20LOjM1 .main-title {
  position: relative;
  width: fit-content;
  display: inline-block;
  color: #160830;
}
.cid-uMN20LOjM1 .main-title:before {
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
  position: absolute;
}
.cid-uMN20LOjM1 .card-wrapper {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 1rem;
  background: #282b2f;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.cid-uMN20LOjM1 .card-wrapper:hover {
  background: transparent;
}
.cid-uMN20LOjM1 .card-title,
.cid-uMN20LOjM1 .card-box {
  color: #ffffff;
  text-align: center;
}
.cid-uMN20LOjM1 .main-title,
.cid-uMN20LOjM1 .title-col {
  text-align: center;
  color: #ffffff;
}
.cid-uMN20LOjM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMN20LOjM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHgUwDg2d {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #353535;
}
.cid-uMHgUwDg2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMHgUwDg2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMHgUwDg2d .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uMHgUwDg2d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHgUwDg2d .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uMHgUwDg2d .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uMHgUwDg2d .container {
    padding: 0 14px;
  }
}
.cid-uMHgUwDg2d .row {
  justify-content: center;
}
.cid-uMHgUwDg2d .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHgUwDg2d .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHgUwDg2d .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-uMHgUwDg2d .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHgUwDg2d .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHgUwDg2d .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHgUwDg2d .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMHgUwDg2d .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uMHgUwDg2d .nav-wrapper .list .item-wrap:hover,
.cid-uMHgUwDg2d .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-uMHgUwDg2d .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uMHgUwDg2d .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMHgUwDg2d .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-uMHgUwDg2d .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uMHgUwDg2d .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uMHgUwDg2d .mbr-text,
.cid-uMHgUwDg2d .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-uMHgUwDg2d .mbr-list-title {
  color: #ffffff;
}
.cid-uMHgUwDg2d .list {
  color: #ffffff;
}
.cid-uMHgUwDg2d .mbr-contact {
  color: #ffffff;
}
