body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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.1rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.8375rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.9rem;
    font-size: calc( 1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.48125rem + (2.375 - 1.48125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 11px 35px;
  border-radius: 3px;
}
.btn-sm {
  padding: 15px 35px;
  border-radius: 3px;
}
.btn-md {
  padding: 18px 50px;
  border-radius: 3px;
}
.btn-lg {
  padding: 19px 50px;
  border-radius: 3px;
}
.bg-primary {
  background-color: #008ce3 !important;
}
.bg-success {
  background-color: #37c5ab !important;
}
.bg-info {
  background-color: #796eff !important;
}
.bg-warning {
  background-color: #fd612c !important;
}
.bg-danger {
  background-color: #e8384f !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(0, 140, 227, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #008ce3 !important;
  border-color: #008ce3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #006db0 !important;
  border-color: #006db0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #006db0 !important;
  border-color: #006db0 !important;
}
.btn-primary:before {
  background: #008ce3;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #008ce3 !important;
  box-shadow: 0 15px 30px 0 rgba(0, 140, 227, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273240 !important;
  border-color: #273240 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #141920 !important;
  border-color: #141920 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #141920 !important;
  border-color: #141920 !important;
}
.btn-secondary:before {
  background: #273240;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #273240 !important;
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #796eff !important;
  border-color: #796eff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a3bff !important;
  border-color: #4a3bff !important;
}
.btn-info:before {
  background: #796eff;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #796eff !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2c9d88 !important;
  border-color: #2c9d88 !important;
}
.btn-success:before {
  background: #37c5ab;
}
.btn-success:hover {
  color: #000000 !important;
  border-color: #37c5ab !important;
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #fd612c !important;
  border-color: #fd612c !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f44002 !important;
  border-color: #f44002 !important;
}
.btn-warning:before {
  background: #fd612c;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #fd612c !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #e8384f !important;
  border-color: #e8384f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d41931 !important;
  border-color: #d41931 !important;
}
.btn-danger:before {
  background: #e8384f;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #e8384f !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-white {
  color: #008ce3 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(0, 140, 227, 0.15);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #666666 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-white:before {
  background: #008ce3;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #008ce3 !important;
  background-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-black {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black,
.btn-black:active {
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:before {
  background: #4d4d4d;
}
.btn-black:hover {
  border-color: #4d4d4d !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #008ce3;
  color: #008ce3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #008ce3 !important;
  border-color: #008ce3 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #008ce3 !important;
  border-color: #008ce3 !important;
}
.btn-primary-outline:before {
  background: #008ce3;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(0, 140, 227, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #273240;
  color: #273240;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #273240 !important;
  border-color: #273240 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273240 !important;
  border-color: #273240 !important;
}
.btn-secondary-outline:before {
  background: #273240;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(39, 50, 64, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #796eff;
  color: #796eff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #796eff !important;
  border-color: #796eff !important;
}
.btn-info-outline:before {
  background: #796eff;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(121, 110, 255, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #37c5ab;
  color: #37c5ab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #37c5ab !important;
  border-color: #37c5ab !important;
}
.btn-success-outline:before {
  background: #37c5ab;
}
.btn-success-outline:hover {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(55, 197, 171, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd612c;
  color: #fd612c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd612c !important;
  border-color: #fd612c !important;
}
.btn-warning-outline:before {
  background: #fd612c;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(253, 97, 44, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e8384f;
  color: #e8384f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e8384f !important;
  border-color: #e8384f !important;
}
.btn-danger-outline:before {
  background: #e8384f;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(232, 56, 79, 0.15);
}
.btn-black-outline {
  border-color: #1a1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #1a1a1a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(26, 26, 26, 0.15);
}
.btn-black-outline:before {
  background: #4d4d4d;
}
.btn-white-outline {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #008ce3 !important;
  border-color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.15);
}
.btn-white-outline:before {
  background: #ffffff;
}
.text-primary {
  color: #008ce3 !important;
}
.text-secondary {
  color: #273240 !important;
}
.text-success {
  color: #37c5ab !important;
}
.text-info {
  color: #796eff !important;
}
.text-warning {
  color: #fd612c !important;
}
.text-danger {
  color: #e8384f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #004d7d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000001 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #217566 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b08ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c13202 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a71327 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #008ce3;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #796eff;
}
.alert-warning {
  background-color: #fd612c;
}
.alert-danger {
  background-color: #e8384f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 45px;
}
.mbr-gallery-filter li a {
  border-radius: 45px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #008ce3;
  border-color: #008ce3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #008ce3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b0e1ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #99e3d5;
}
.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: #fff8f6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdeff1;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.867;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #008ce3;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 45px !important;
}
.mbr-form .mbr-section-btn button[type="submit"] {
  border-radius: 45px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #008ce3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #008ce3;
}
.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: #008ce3;
  border-bottom-color: #008ce3;
}
.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: #008ce3 !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: #273240 !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='%23008ce3' %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.btn-white {
  color: #008ce3 !important;
}
.mbr-arrow-up {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 27, 103, 0.35);
}
.mbr-arrow-up a {
  background: rgba(0, 140, 227, 0.6);
}
.mbr-arrow-up a:hover {
  background: #008ce3;
}
.cid-sjZaki2L0b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sjZaki2L0b nav.navbar {
  position: fixed;
}
.cid-sjZaki2L0b .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sjZaki2L0b .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sjZaki2L0b .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sjZaki2L0b .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sjZaki2L0b .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sjZaki2L0b .dropdown-item:hover,
.cid-sjZaki2L0b .dropdown-item:focus {
  background: rgba(0, 140, 227, 0.1) !important;
  color: #008ce3 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sjZaki2L0b .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sjZaki2L0b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sjZaki2L0b .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sjZaki2L0b .nav-link:hover {
  color: #008ce3 !important;
}
.cid-sjZaki2L0b .container {
  display: flex;
  margin: auto;
}
.cid-sjZaki2L0b .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sjZaki2L0b .dropdown-menu,
.cid-sjZaki2L0b .navbar.opened {
  background: #ffffff !important;
}
.cid-sjZaki2L0b .nav-item:focus,
.cid-sjZaki2L0b .nav-link:focus {
  outline: none;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sjZaki2L0b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sjZaki2L0b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sjZaki2L0b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sjZaki2L0b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sjZaki2L0b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sjZaki2L0b .navbar.opened {
  transition: all 0.3s;
}
.cid-sjZaki2L0b .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sjZaki2L0b .navbar .navbar-logo img {
  width: auto;
}
.cid-sjZaki2L0b .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar.collapsed {
  justify-content: center;
}
.cid-sjZaki2L0b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sjZaki2L0b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sjZaki2L0b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sjZaki2L0b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sjZaki2L0b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sjZaki2L0b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sjZaki2L0b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sjZaki2L0b .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sjZaki2L0b .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sjZaki2L0b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sjZaki2L0b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sjZaki2L0b .navbar .navbar-buttons,
  .cid-sjZaki2L0b .navbar .icons-menu {
    display: none;
  }
  .cid-sjZaki2L0b .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sjZaki2L0b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sjZaki2L0b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sjZaki2L0b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sjZaki2L0b .dropdown-item.active,
.cid-sjZaki2L0b .dropdown-item:active {
  background-color: transparent;
}
.cid-sjZaki2L0b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sjZaki2L0b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sjZaki2L0b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sjZaki2L0b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sjZaki2L0b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sjZaki2L0b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sjZaki2L0b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sjZaki2L0b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sjZaki2L0b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sjZaki2L0b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sjZaki2L0b .navbar {
    height: 70px;
  }
  .cid-sjZaki2L0b .navbar.opened {
    height: auto;
  }
  .cid-sjZaki2L0b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sjZa41BRTc {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #796eff;
  background: linear-gradient(to right bottom, rgba(121, 110, 255, 0.8), #37c5ab);
}
.cid-sjZa41BRTc .mbr-overlay {
  background: #ffffff;
}
.cid-sjZa41BRTc .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sjZa41BRTc .mbr-section-title {
  margin-bottom: 27px;
}
.cid-sjZa41BRTc .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-sjZa41BRTc .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-sjZa41BRTc .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-sjZa41BRTc .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-sjZa41BRTc .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-sjZa41BRTc .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-sjZa41BRTc .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-sjZa41BRTc .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-sjZa41BRTc .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZa41BRTc .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-sjZa41BRTc .image__block {
    margin-bottom: -100px;
  }
}
.cid-uh1DMDDTdl {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1DMDDTdl .title_block {
  margin-bottom: 80px;
}
.cid-uh1DMDDTdl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1DMDDTdl .mbr-section-title,
.cid-uh1DMDDTdl .card-title {
  color: #273240;
}
.cid-uh1DMDDTdl .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1DMDDTdl .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uh1DMDDTdl .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1DMDDTdl .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1DMDDTdl .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1DMDDTdl .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1DMDDTdl .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1DMDDTdl .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1DMDDTdl .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1DMDDTdl .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1DMDDTdl .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1DMDDTdl .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1DMDDTdl .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1DMDDTdl .card-title {
  margin-bottom: 20px;
}
.cid-uh1DMDDTdl .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1DMDDTdl .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1DMDDTdl .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1DMDDTdl .btn_link:hover {
  cursor: pointer;
}
.cid-uh1DMDDTdl .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1DMDDTdl .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1DMDDTdl .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1DMDDTdl .card {
    text-align: center;
  }
  .cid-uh1DMDDTdl .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uh1DMDDTdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1DMDDTdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1DMDDTdl .panel-group {
  padding: 0 7px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uh1DMDDTdl .panel-group {
    padding: 0 20px;
  }
}
.cid-uh1DMDDTdl .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uh1DMDDTdl .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uh1DMDDTdl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uh1DMDDTdl .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uh1DMDDTdl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uh1DMDDTdl .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #dce2e3;
  transition: all 0.3s ease-out;
}
.cid-uh1DMDDTdl .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uh1DMDDTdl .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #5e2ced;
  transition: all 1s ease-out;
}
.cid-uh1DMDDTdl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uh1DMDDTdl .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uh1DMDDTdl .panel-title-edit {
  color: #273240;
}
.cid-uh1DOY9AUg {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1DOY9AUg .title_block {
  margin-bottom: 80px;
}
.cid-uh1DOY9AUg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1DOY9AUg .mbr-section-title,
.cid-uh1DOY9AUg .card-title {
  color: #273240;
}
.cid-uh1DOY9AUg .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1DOY9AUg .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uh1DOY9AUg .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1DOY9AUg .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1DOY9AUg .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1DOY9AUg .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1DOY9AUg .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1DOY9AUg .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1DOY9AUg .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1DOY9AUg .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1DOY9AUg .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1DOY9AUg .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1DOY9AUg .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1DOY9AUg .card-title {
  margin-bottom: 20px;
}
.cid-uh1DOY9AUg .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1DOY9AUg .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1DOY9AUg .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1DOY9AUg .btn_link:hover {
  cursor: pointer;
}
.cid-uh1DOY9AUg .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1DOY9AUg .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1DOY9AUg .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1DOY9AUg .card {
    text-align: center;
  }
  .cid-uh1DOY9AUg .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uh1DOY9AUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1DOY9AUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1DOY9AUg .panel-title-edit {
  color: #273240;
}
.cid-uh1DOY9AUg .panel-group {
  padding: 0 7px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .cid-uh1DOY9AUg .panel-group {
    padding: 0 20px;
  }
}
.cid-uh1DOY9AUg .panel-group .card {
  border-bottom: 1px solid #dce2e3;
  border-radius: 0;
}
.cid-uh1DOY9AUg .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 40px 0;
}
.cid-uh1DOY9AUg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uh1DOY9AUg .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uh1DOY9AUg .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-uh1DOY9AUg .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  color: #dce2e3;
  transition: all 0.3s ease-out;
}
.cid-uh1DOY9AUg .panel-group .card .panel-collapse {
  position: relative;
}
.cid-uh1DOY9AUg .panel-group .card .panel-collapse::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #5e2ced;
  transition: all 1s ease-out;
}
.cid-uh1DOY9AUg .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-uh1DOY9AUg .panel-group .card .panel-collapse.show:before {
  width: 100%;
}
.cid-uh2AFAJvjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh2AFAJvjx .mbr-section-title {
  margin-bottom: 20px;
  color: #273240;
}
.cid-uh2AFAJvjx .mbr-text {
  margin-bottom: 30px;
}
.cid-uh2AFAJvjx .tab_text {
  margin-bottom: 0;
}
.cid-uh2AFAJvjx .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh2AFAJvjx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh2AFAJvjx .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-uh2AFAJvjx .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-uh2AFAJvjx .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uh2AFAJvjx .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-uh2AFAJvjx .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-uh2AFAJvjx .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-uh2AFAJvjx .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #4154f1;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh2AFAJvjx .nav-link:hover {
  color: #4154f1 !important;
}
.cid-uh2AFAJvjx .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-uh2AFAJvjx .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #4154f1;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh2AFAJvjx .mbr-section-btn {
  margin-top: 30px;
}
.cid-uh2AFAJvjx .nav-tabs .nav-link.active {
  color: #4154f1;
}
@media (max-width: 991px) {
  .cid-uh2AFAJvjx .title_block,
  .cid-uh2AFAJvjx .tab-content {
    text-align: center;
  }
  .cid-uh2AFAJvjx .image {
    margin-bottom: 40px;
  }
  .cid-uh2AFAJvjx .nav-link {
    padding: 12px 25px;
  }
  .cid-uh2AFAJvjx .mbr-section-btn {
    text-align: center;
  }
}
.cid-uh2AFAJvjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh2AFAJvjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-sjZtiNyzQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sjZtiNyzQ6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sjZtiNyzQ6 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sjZtiNyzQ6 .mbr-text {
  margin-bottom: 30px;
}
.cid-sjZtiNyzQ6 .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-sjZtiNyzQ6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sjZtiNyzQ6 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sjZtiNyzQ6 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sjZtiNyzQ6 .btn_link:hover {
  cursor: pointer;
}
.cid-sjZtiNyzQ6 .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-sjZtiNyzQ6 .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sjZtiNyzQ6 .text-wrapper {
    text-align: center;
  }
  .cid-sjZtiNyzQ6 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sjZtiNyzQ6 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sjZtiNyzQ6 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sjZtiNyzQ6 .card-title,
.cid-sjZtiNyzQ6 .icon_block {
  color: #273240;
}
.cid-uh1DNef4vz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1DNef4vz .title_block {
  margin-bottom: 80px;
}
.cid-uh1DNef4vz .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #6a7c92;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1DNef4vz .mbr-section-title,
.cid-uh1DNef4vz .card-title {
  color: #273240;
}
.cid-uh1DNef4vz .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1DNef4vz .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1DNef4vz .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1DNef4vz .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1DNef4vz .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1DNef4vz .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1DNef4vz .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1DNef4vz .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1DNef4vz .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1DNef4vz .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1DNef4vz .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1DNef4vz .card-title {
  margin-bottom: 20px;
}
.cid-uh1DNef4vz .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1DNef4vz .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1DNef4vz .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1DNef4vz .btn_link:hover {
  cursor: pointer;
}
.cid-uh1DNef4vz .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1DNef4vz .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uh1DNef4vz .icon_block {
  position: relative;
}
.cid-uh1DNef4vz .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-uh1DNef4vz .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-uh1DNef4vz .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1DNef4vz .card {
    text-align: center;
  }
  .cid-uh1DNef4vz .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uh1DNef4vz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1DNef4vz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1DW00lWW {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #6b3df0);
  overflow: hidden;
  position: relative;
}
.cid-uh1DW00lWW .mbr-overlay {
  background: #5eeebb;
}
.cid-uh1DW00lWW .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-uh1DW00lWW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1DW00lWW .card-title {
  margin-bottom: 26px;
}
.cid-uh1DW00lWW .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1DW00lWW .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1DW00lWW .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1DW00lWW .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh1DW00lWW .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1DW00lWW .text-wrapper {
    text-align: center;
  }
  .cid-uh1DW00lWW .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1DW00lWW .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1DW00lWW .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1DW00lWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1DW00lWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uieUUTGoGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
  position: relative;
  overflow: hidden;
}
.cid-uieUUTGoGj::before {
  content: '';
  position: absolute;
  left: 41%;
  bottom: 7rem;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e59e4d -10%, transparent 80%);
  z-index: 1;
}
.cid-uieUUTGoGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uieUUTGoGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uieUUTGoGj .container {
    padding: 0 16px;
  }
}
.cid-uieUUTGoGj .row {
  position: relative;
  justify-content: space-between;
}
.cid-uieUUTGoGj .row .card {
  justify-content: space-between;
}
.cid-uieUUTGoGj .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uieUUTGoGj .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uieUUTGoGj .title-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-uieUUTGoGj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uieUUTGoGj .contacts-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper {
  margin-bottom: 16px;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper .contact-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper .contact-wrap:hover .mbr-contact,
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper .contact-wrap:focus .mbr-contact {
  color: #f1634f;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper .contact-wrap .mbr-iconfont {
  display: inline-flex;
  font-size: 18px;
  color: #f1634f;
  margin-right: 20px;
}
.cid-uieUUTGoGj .contacts-wrapper .item-wrapper .contact-wrap .mbr-contact {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uieUUTGoGj .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uieUUTGoGj .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uieUUTGoGj .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uieUUTGoGj .dragArea.row .form-group {
  margin-bottom: 24px !important;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-control {
  padding: 20px 24px;
  border: none !important;
  box-shadow: none;
  border-radius: 14px !important;
  background-color: #fafafa;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-control:hover,
.cid-uieUUTGoGj .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-control::placeholder {
  color: #273240;
}
.cid-uieUUTGoGj .dragArea.row .form-group textarea {
  min-height: 250px;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uieUUTGoGj .dragArea.row .form-group .form-check .form-check-input {
  background-color: #273240;
  border-color: #273240;
  border-radius: 0;
}
.cid-uieUUTGoGj .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uieUUTGoGj .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uieUUTGoGj .mbr-section-title {
  color: #000000;
}
.cid-uieUUTGoGj .mbr-text {
  color: #6f6f6f;
}
.cid-uieUUTGoGj .mbr-contact {
  color: #000000;
}
.cid-uieUUTGoGj label {
  color: #000000;
}
.cid-uh1EbwrtPl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-uh1EbwrtPl .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-uh1EbwrtPl .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-uh1EbwrtPl .mbr-text:hover {
  opacity: 1;
}
.cid-uh1EbwrtPl a.text-white {
  color: #a99fc5 !important;
}
.cid-uh1EbwrtPl a.text-white:hover {
  color: #ffffff !important;
}
.cid-uh1EbwrtPl .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uh1EbwrtPl .foot-menu li {
  padding: 10px;
}
.cid-uh1EbwrtPl .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1EbwrtPl .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-uh1EbwrtPl .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-uh1EbwrtPl .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uh1EbwrtPl .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-uh1EbwrtPl .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uh1EbwrtPl .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-uh1EbwrtPl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uh1EbwrtPl .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uh1EbwrtPl .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-uh1FYHrFes {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uh1FYHrFes nav.navbar {
  position: fixed;
}
.cid-uh1FYHrFes .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uh1FYHrFes .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-uh1FYHrFes .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uh1FYHrFes .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uh1FYHrFes .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-uh1FYHrFes .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uh1FYHrFes .dropdown-item:hover,
.cid-uh1FYHrFes .dropdown-item:focus {
  background: rgba(0, 140, 227, 0.1) !important;
  color: #008ce3 !important;
}
.cid-uh1FYHrFes .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uh1FYHrFes .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uh1FYHrFes .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uh1FYHrFes .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uh1FYHrFes .nav-link:hover {
  color: #008ce3 !important;
}
.cid-uh1FYHrFes .container {
  display: flex;
  margin: auto;
}
.cid-uh1FYHrFes .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uh1FYHrFes .dropdown-menu,
.cid-uh1FYHrFes .navbar.opened {
  background: #ffffff !important;
}
.cid-uh1FYHrFes .nav-item:focus,
.cid-uh1FYHrFes .nav-link:focus {
  outline: none;
}
.cid-uh1FYHrFes .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uh1FYHrFes .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uh1FYHrFes .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uh1FYHrFes .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uh1FYHrFes .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uh1FYHrFes .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uh1FYHrFes .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-uh1FYHrFes .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uh1FYHrFes .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uh1FYHrFes .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uh1FYHrFes .navbar.opened {
  transition: all 0.3s;
}
.cid-uh1FYHrFes .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uh1FYHrFes .navbar .navbar-logo img {
  width: auto;
}
.cid-uh1FYHrFes .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uh1FYHrFes .navbar.collapsed {
  justify-content: center;
}
.cid-uh1FYHrFes .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uh1FYHrFes .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uh1FYHrFes .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uh1FYHrFes .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uh1FYHrFes .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uh1FYHrFes .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-uh1FYHrFes .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uh1FYHrFes .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uh1FYHrFes .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uh1FYHrFes .navbar .dropdown-menu {
    display: none;
  }
  .cid-uh1FYHrFes .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uh1FYHrFes .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uh1FYHrFes .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-uh1FYHrFes .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uh1FYHrFes .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uh1FYHrFes .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uh1FYHrFes .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uh1FYHrFes .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uh1FYHrFes .navbar .navbar-buttons,
  .cid-uh1FYHrFes .navbar .icons-menu {
    display: none;
  }
  .cid-uh1FYHrFes .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uh1FYHrFes .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uh1FYHrFes .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uh1FYHrFes .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uh1FYHrFes .dropdown-item.active,
.cid-uh1FYHrFes .dropdown-item:active {
  background-color: transparent;
}
.cid-uh1FYHrFes .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uh1FYHrFes .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uh1FYHrFes .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uh1FYHrFes ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uh1FYHrFes .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uh1FYHrFes button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uh1FYHrFes button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uh1FYHrFes button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uh1FYHrFes button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1FYHrFes button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uh1FYHrFes button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uh1FYHrFes nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1FYHrFes nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uh1FYHrFes nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uh1FYHrFes nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uh1FYHrFes .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uh1FYHrFes a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uh1FYHrFes .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uh1FYHrFes .navbar {
    height: 70px;
  }
  .cid-uh1FYHrFes .navbar.opened {
    height: auto;
  }
  .cid-uh1FYHrFes .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uh1FYrg1Al {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #796eff;
  background: linear-gradient(to right bottom, rgba(121, 110, 255, 0.8), #37c5ab);
}
.cid-uh1FYrg1Al .mbr-overlay {
  background: #ffffff;
}
.cid-uh1FYrg1Al .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uh1FYrg1Al .mbr-section-title {
  margin-bottom: 27px;
}
.cid-uh1FYrg1Al .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-uh1FYrg1Al .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-uh1FYrg1Al .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-uh1FYrg1Al .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-uh1FYrg1Al .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-uh1FYrg1Al .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-uh1FYrg1Al .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-uh1FYrg1Al .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-uh1FYrg1Al .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYrg1Al .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-uh1FYrg1Al .image__block {
    margin-bottom: -100px;
  }
}
.cid-uh1FYs9sRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYs9sRo .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYs9sRo .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #273240;
}
.cid-uh1FYs9sRo .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYs9sRo .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-uh1FYs9sRo .mbr-section-btn {
  display: inline-block;
}
.cid-uh1FYs9sRo .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-uh1FYs9sRo .popup_video:hover {
  cursor: pointer;
}
.cid-uh1FYs9sRo .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-uh1FYs9sRo .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-uh1FYs9sRo .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-uh1FYs9sRo .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-uh1FYs9sRo .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-uh1FYs9sRo .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-uh1FYs9sRo .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-uh1FYs9sRo .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-uh1FYs9sRo .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYs9sRo .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-uh1FYs9sRo .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #4154f1;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-uh1FYs9sRo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uh1FYs9sRo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uh1FYs9sRo .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uh1FYs9sRo a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uh1FYs9sRo a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1FYs9sRo .head_block {
    order: 1;
    text-align: center;
  }
  .cid-uh1FYs9sRo .image_img {
    margin-bottom: 40px;
  }
  .cid-uh1FYs9sRo .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-uh1FYs9sRo .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYs9sRo .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(65, 84, 241, 0.08), 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(65, 84, 241, 0.08), 0px 0px 0px 12px rgba(65, 84, 241, 0.08), 0px 0px 0px 18px rgba(65, 84, 241, 0);
  }
}
.cid-uh1FYs9sRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYs9sRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYsW5Lm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYsW5Lm .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYsW5Lm .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #273240;
}
.cid-uh1FYsW5Lm .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYsW5Lm .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-uh1FYsW5Lm .mbr-section-btn {
  display: inline-block;
}
.cid-uh1FYsW5Lm .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
.cid-uh1FYsW5Lm .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYsW5Lm .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-uh1FYsW5Lm .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #008ce3;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-uh1FYsW5Lm .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYsW5Lm .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYsW5Lm .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-uh1FYsW5Lm .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-uh1FYsW5Lm .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1FYsW5Lm .head_block {
    order: 1;
    text-align: center;
  }
  .cid-uh1FYsW5Lm .image_img {
    margin-bottom: 40px;
  }
  .cid-uh1FYsW5Lm .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-uh1FYsW5Lm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYsW5Lm .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uh1FYsW5Lm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYsW5Lm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYtt6Cf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #6b3df0;
  background-image: linear-gradient(-45deg, #6b3df0 0%, #5e2ced 100%);
}
.cid-uh1FYtt6Cf .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-uh1FYtt6Cf .title_block {
  margin-bottom: 50px;
}
.cid-uh1FYtt6Cf .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYtt6Cf .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uh1FYtt6Cf .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYtt6Cf .mbr-section-btn .btn-white {
  color: #796eff !important;
}
.cid-uh1FYtt6Cf .mbr-section-btn .btn-white:before {
  background: #796eff !important;
}
.cid-uh1FYtt6Cf .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-uh1FYtt6Cf .mbr-section-btn .btn-white:hover::before {
  background: #796eff !important;
}
.cid-uh1FYtt6Cf .mbr-section-btn .btn-white-outline:hover {
  color: #796eff !important;
}
.cid-uh1FYtt6Cf .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-uh1FYtt6Cf .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-uh1FYtt6Cf .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uh1FYtt6Cf .title_block {
    text-align: center;
  }
  .cid-uh1FYtt6Cf .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-uh1FYtt6Cf .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-uh1FYtt6Cf .btn {
    padding: 14px 26px;
  }
}
.cid-uh1FYtt6Cf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYtt6Cf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYu2Rkg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh1FYu2Rkg .video-wrapper iframe {
  width: 100%;
}
.cid-uh1FYu2Rkg .mbr-section-head {
  margin-bottom: 80px;
}
.cid-uh1FYu2Rkg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYu2Rkg .mbr-section-title {
  color: #273240;
}
.cid-uh1FYu2Rkg .image {
  position: relative;
  background-color: #4154f1;
}
.cid-uh1FYu2Rkg .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.cid-uh1FYu2Rkg .iconfont-wrapper {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  -webkit-animation: popup_video 2s linear infinite;
  animation: popup_video 2s linear infinite;
}
.cid-uh1FYu2Rkg .iconfont-wrapper span {
  font-size: 24px;
  line-height: 82px;
  color: #4154f1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.cid-uh1FYu2Rkg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uh1FYu2Rkg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uh1FYu2Rkg .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-uh1FYu2Rkg a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-uh1FYu2Rkg a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uh1FYu2Rkg .mbr-section-head {
    margin-bottom: 40px;
  }
  .cid-uh1FYu2Rkg .iconfont-wrapper {
    width: 60px;
    height: 60px;
  }
  .cid-uh1FYu2Rkg .iconfont-wrapper span {
    font-size: 20px;
    line-height: 62px;
  }
}
@keyframes popup_video {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2), 0 0 0 80px transparent;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 50px rgba(255, 255, 255, 0.2), 0 0 0 70px rgba(255, 255, 255, 0.2), 0 0 0 80px transparent;
  }
}
.cid-uh1FYuHvt7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYuHvt7 .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYuHvt7 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYuHvt7 .mbr-section-title,
.cid-uh1FYuHvt7 .card-title {
  color: #273240;
}
.cid-uh1FYuHvt7 .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYuHvt7 .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uh1FYuHvt7 .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1FYuHvt7 .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1FYuHvt7 .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1FYuHvt7 .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYuHvt7 .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1FYuHvt7 .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1FYuHvt7 .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1FYuHvt7 .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYuHvt7 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYuHvt7 .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYuHvt7 .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYuHvt7 .card-title {
  margin-bottom: 20px;
}
.cid-uh1FYuHvt7 .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1FYuHvt7 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYuHvt7 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYuHvt7 .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYuHvt7 .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYuHvt7 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1FYuHvt7 .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYuHvt7 .card {
    text-align: center;
  }
  .cid-uh1FYuHvt7 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uh1FYuHvt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYuHvt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYvifbO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYvifbO .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYvifbO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYvifbO .mbr-section-title,
.cid-uh1FYvifbO .card-title {
  color: #273240;
}
.cid-uh1FYvifbO .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYvifbO .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uh1FYvifbO .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1FYvifbO .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1FYvifbO .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1FYvifbO .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYvifbO .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1FYvifbO .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1FYvifbO .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1FYvifbO .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYvifbO .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYvifbO .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYvifbO .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYvifbO .card-title {
  margin-bottom: 20px;
}
.cid-uh1FYvifbO .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1FYvifbO .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYvifbO .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYvifbO .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYvifbO .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYvifbO .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1FYvifbO .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYvifbO .card {
    text-align: center;
  }
  .cid-uh1FYvifbO .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uh1FYvifbO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYvifbO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYvUOrs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYvUOrs .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYvUOrs .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYvUOrs .mbr-section-title,
.cid-uh1FYvUOrs .card-title {
  color: #273240;
}
.cid-uh1FYvUOrs .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1FYvUOrs .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1FYvUOrs .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1FYvUOrs .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYvUOrs .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1FYvUOrs .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1FYvUOrs .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1FYvUOrs .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYvUOrs .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYvUOrs .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYvUOrs .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYvUOrs .card-title {
  margin-bottom: 20px;
}
.cid-uh1FYvUOrs .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1FYvUOrs .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYvUOrs .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYvUOrs .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYvUOrs .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYvUOrs .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uh1FYvUOrs .icon_block {
  position: relative;
}
.cid-uh1FYvUOrs .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-uh1FYvUOrs .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-uh1FYvUOrs .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYvUOrs .card {
    text-align: center;
  }
  .cid-uh1FYvUOrs .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uh1FYvUOrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYvUOrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYwyoSE {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYwyoSE .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYwyoSE .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYwyoSE .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYwyoSE .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYwyoSE .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYwyoSE .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYwyoSE .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYwyoSE .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uh1FYwyoSE .mbr-section-title {
  margin-bottom: 36px;
  color: #273240;
}
.cid-uh1FYwyoSE .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-uh1FYwyoSE .column2 {
    margin-top: 100px;
  }
}
.cid-uh1FYwyoSE .card__block {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 45px 35px;
  margin-bottom: 40px;
  background: #ffffff;
}
.cid-uh1FYwyoSE .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-uh1FYwyoSE .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uh1FYwyoSE .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-uh1FYwyoSE .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(0, 140, 227, 0.4);
  background: -webkit-linear-gradient(40deg, #008ce3 0%, rgba(0, 140, 227, 0.3) 100%);
}
.cid-uh1FYwyoSE .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(55, 197, 171, 0.4);
  background: -webkit-linear-gradient(40deg, #37c5ab 0%, rgba(55, 197, 171, 0.3) 100%);
}
.cid-uh1FYwyoSE .icon__card.color3 span {
  text-shadow: 0 14px 30px rgba(121, 110, 255, 0.4);
  background: -webkit-linear-gradient(40deg, #796eff 0%, rgba(121, 110, 255, 0.3) 100%);
}
.cid-uh1FYwyoSE .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(253, 97, 44, 0.4);
  background: -webkit-linear-gradient(40deg, #fd612c 0%, rgba(253, 97, 44, 0.3) 100%);
}
.cid-uh1FYwyoSE .card__title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-uh1FYwyoSE .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uh1FYwyoSE .title__block {
    text-align: center;
  }
  .cid-uh1FYwyoSE .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-uh1FYwyoSE .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-uh1FYwyoSE .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYwyoSE .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-uh1FYwyoSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYwyoSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYxOzXY {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYxOzXY .mbr-section-title {
  margin-bottom: 26px;
  color: #273240;
}
.cid-uh1FYxOzXY .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYxOzXY .card-title {
  color: #273240;
}
.cid-uh1FYxOzXY .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYxOzXY .icon_block .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(107, 61, 240, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYxOzXY .icon_block .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYxOzXY .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYxOzXY .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYxOzXY .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYxOzXY .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYxOzXY .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uh1FYxOzXY .card_wrapper {
  margin-bottom: 20px;
}
.cid-uh1FYxOzXY .card_icon {
  display: block;
  margin-bottom: 25px;
}
.cid-uh1FYxOzXY .card_icon .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 14px 30px rgba(107, 61, 240, 0.4);
  background: -webkit-linear-gradient(40deg, #6b3df0 0%, rgba(107, 61, 240, 0.3) 100%);
}
@media (min-width: 992px) {
  .cid-uh1FYxOzXY .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYxOzXY .title_block,
  .cid-uh1FYxOzXY .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-uh1FYxOzXY .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYxOzXY .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYxOzXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYxOzXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYyLsGv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYyLsGv .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #273240;
}
.cid-uh1FYyLsGv .mbr-section-title {
  margin-bottom: 0;
  color: #273240;
}
.cid-uh1FYyLsGv .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-uh1FYyLsGv .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-uh1FYyLsGv .card_wrapper:hover .card_title a {
  color: #008ce3 !important;
}
.cid-uh1FYyLsGv .card_wrapper:hover .card_link .mbr-iconfont {
  color: #008ce3 !important;
}
.cid-uh1FYyLsGv .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uh1FYyLsGv .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uh1FYyLsGv .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-uh1FYyLsGv .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uh1FYyLsGv .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uh1FYyLsGv .icon_block {
  margin-bottom: 40px;
}
.cid-uh1FYyLsGv .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #039ecb 0%, rgba(56, 208, 252, 0.8) 100%);
}
.cid-uh1FYyLsGv .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uh1FYyLsGv .card_title {
  margin-bottom: 20px;
  color: #273240;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYyLsGv .card_text {
  margin-bottom: 50px;
}
.cid-uh1FYyLsGv .card_link {
  display: block;
}
.cid-uh1FYyLsGv .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-uh1FYyLsGv .card_link a:hover {
  transform: translateX(6px);
}
.cid-uh1FYyLsGv .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYyLsGv .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uh1FYyLsGv .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-uh1FYyLsGv .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uh1FYyLsGv .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fd612c;
}
.cid-uh1FYyLsGv .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-uh1FYyLsGv .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-uh1FYyLsGv .card_title {
    margin-bottom: 15px;
  }
  .cid-uh1FYyLsGv .card_text {
    margin-bottom: 20px;
  }
  .cid-uh1FYyLsGv .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-uh1FYyLsGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYyLsGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYzC4PB {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uh1FYzC4PB .title_block {
  margin-bottom: 25px;
}
.cid-uh1FYzC4PB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYzC4PB .mbr-section-title {
  color: #273240;
}
.cid-uh1FYzC4PB .carousel {
  position: relative;
  width: 100%;
}
.cid-uh1FYzC4PB .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-uh1FYzC4PB .carousel-item.active,
.cid-uh1FYzC4PB .carousel-item-next,
.cid-uh1FYzC4PB .carousel-item-prev {
  display: flex;
}
.cid-uh1FYzC4PB .carousel-controls {
  justify-content: center;
}
.cid-uh1FYzC4PB .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  position: absolute;
  color: #6a7c92;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #6a7c92;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYzC4PB .carousel-controls a span:hover {
  background-color: #008ce3;
  color: #ffffff;
}
.cid-uh1FYzC4PB .carousel-control-prev {
  width: 50px;
  left: -60px;
}
.cid-uh1FYzC4PB .carousel-control-next {
  width: 50px;
  right: -60px;
}
.cid-uh1FYzC4PB .box {
  padding: 55px 0;
  height: 100%;
}
.cid-uh1FYzC4PB .card_wrap {
  height: 100%;
  background: #ffffff;
  padding: 40px 30px 40px;
  position: relative;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYzC4PB .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uh1FYzC4PB .card_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uh1FYzC4PB .card_title {
  display: inline-block;
  max-width: 160px;
  margin-bottom: 0;
  color: #273240;
}
.cid-uh1FYzC4PB .carousel-item .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(232, 56, 79, 0.4);
  background-image: linear-gradient(40deg, #e8384f 0%, #f393a0 100%);
}
.cid-uh1FYzC4PB .carousel-item .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-uh1FYzC4PB .carousel-item .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-uh1FYzC4PB .iconfont-wrapper {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -4px 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uh1FYzC4PB .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
}
.cid-uh1FYzC4PB .image {
  display: block;
  max-width: 150px;
  margin-left: auto;
}
.cid-uh1FYzC4PB .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uh1FYzC4PB .box {
    padding: 45px 0;
    padding-bottom: 0;
  }
  .cid-uh1FYzC4PB .item:last-child .box {
    padding-bottom: 55px;
  }
  .cid-uh1FYzC4PB .title_block {
    margin-bottom: 0;
  }
  .cid-uh1FYzC4PB .carousel-control-prev {
    width: 50px;
    left: 0;
  }
  .cid-uh1FYzC4PB .carousel-control-next {
    width: 50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYzC4PB .carousel-controls {
    height: 50px;
    width: 100%;
    position: relative;
  }
  .cid-uh1FYzC4PB .carousel-controls .carousel-control-prev {
    position: static;
    margin-right: 10px;
    width: 50px;
  }
  .cid-uh1FYzC4PB .carousel-controls .carousel-control-next {
    position: static;
    width: 50px;
  }
}
@media (max-width: 567px) {
  .cid-uh1FYzC4PB .container_sm {
    margin: 0 15px;
  }
}
.cid-uh1FYzC4PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYzC4PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYAtXPd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYAtXPd .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYAtXPd .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #273240;
}
.cid-uh1FYAtXPd .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYAtXPd .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-uh1FYAtXPd .mbr-section-btn {
  display: inline-block;
}
.cid-uh1FYAtXPd .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
.cid-uh1FYAtXPd .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYAtXPd .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-uh1FYAtXPd .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #008ce3;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-uh1FYAtXPd .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYAtXPd .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYAtXPd .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-uh1FYAtXPd .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-uh1FYAtXPd .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1FYAtXPd .head_block {
    order: 1;
    text-align: center;
  }
  .cid-uh1FYAtXPd .image_img {
    margin-bottom: 40px;
  }
  .cid-uh1FYAtXPd .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-uh1FYAtXPd .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYAtXPd .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uh1FYAtXPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYAtXPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYAZ9uc {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYAZ9uc .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYAZ9uc .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #fd612c;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYAZ9uc .mbr-section-title {
  color: #273240;
}
.cid-uh1FYAZ9uc .image {
  position: relative;
}
.cid-uh1FYAZ9uc .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uh1FYAZ9uc .image {
    left: -32px;
  }
}
.cid-uh1FYAZ9uc .card_icon {
  margin-bottom: 30px;
}
.cid-uh1FYAZ9uc .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uh1FYAZ9uc .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-uh1FYAZ9uc .row .item {
  margin: auto;
}
.cid-uh1FYAZ9uc .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(232, 56, 79, 0.4);
  background-image: linear-gradient(-27deg, #e8384f 0%, #f393a0 100%);
}
.cid-uh1FYAZ9uc .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(-27deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-uh1FYAZ9uc .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(-27deg, #fd612c 0%, #fead91 100%);
}
.cid-uh1FYAZ9uc .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(-27deg, #008ce3 0%, #4abaff 100%);
}
.cid-uh1FYAZ9uc .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #273240;
}
.cid-uh1FYAZ9uc .card-text {
  margin-bottom: 0;
}
.cid-uh1FYAZ9uc .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-uh1FYAZ9uc .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYAZ9uc .image {
    margin-bottom: 35px;
  }
  .cid-uh1FYAZ9uc .title_block,
  .cid-uh1FYAZ9uc .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-uh1FYAZ9uc .card_icon {
    margin-bottom: 25px;
  }
  .cid-uh1FYAZ9uc .card-title {
    margin-bottom: 16px;
  }
}
.cid-uh1FYAZ9uc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYAZ9uc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYBCUrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uh1FYBCUrf img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-uh1FYBCUrf .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-uh1FYBCUrf .images-container {
  margin-bottom: 120px;
}
.cid-uh1FYBCUrf .mbr-section-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-uh1FYBCUrf .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYBCUrf .mbr-section-head {
  margin-bottom: 50px;
}
.cid-uh1FYBCUrf .card_box {
  margin-top: 30px;
}
.cid-uh1FYCgxZ6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYCgxZ6 .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYCgxZ6 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYCgxZ6 .mbr-section-title {
  color: #273240;
}
.cid-uh1FYCgxZ6 .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .card_title a {
  color: #008ce3 !important;
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-uh1FYCgxZ6 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-uh1FYCgxZ6 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #008ce3 0%, #4abaff 100%);
}
.cid-uh1FYCgxZ6 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-uh1FYCgxZ6 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-uh1FYCgxZ6 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(121, 110, 255, 0.4);
  background-image: linear-gradient(40deg, #796eff 0%, #d7d4ff 100%);
}
.cid-uh1FYCgxZ6 .icon_block {
  margin-bottom: 40px;
}
.cid-uh1FYCgxZ6 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-uh1FYCgxZ6 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uh1FYCgxZ6 .card_title {
  margin-bottom: 20px;
  color: #273240;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYCgxZ6 .card_text {
  margin-bottom: 0;
}
.cid-uh1FYCgxZ6 .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYCgxZ6 .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYCgxZ6 .card_link:hover {
  cursor: pointer;
}
.cid-uh1FYCgxZ6 .card_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYCgxZ6 .card_link:hover span {
  transform: translatex(5px);
}
.cid-uh1FYCgxZ6 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uh1FYCgxZ6 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-uh1FYCgxZ6 .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-uh1FYCgxZ6 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fd612c;
}
.cid-uh1FYCgxZ6 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
.cid-uh1FYCgxZ6 .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh1FYCgxZ6 .title_block {
    margin-bottom: 15px;
  }
  .cid-uh1FYCgxZ6 .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-uh1FYCgxZ6 .card_title {
    margin-bottom: 15px;
  }
  .cid-uh1FYCgxZ6 .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uh1FYCgxZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYCgxZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYCVXY5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYCVXY5 .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYCVXY5 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYCVXY5 .mbr-section-title,
.cid-uh1FYCVXY5 .card-title {
  color: #051441;
}
.cid-uh1FYCVXY5 .card_wrapper {
  height: 100%;
  background: #ffffff;
  padding: 45px 35px;
  box-shadow: 0 20px 60px 0 rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYCVXY5 .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-uh1FYCVXY5 .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(0, 140, 227, 0.07);
}
.cid-uh1FYCVXY5 .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1FYCVXY5 .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(253, 97, 44, 0.07);
}
.cid-uh1FYCVXY5 .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYCVXY5 .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(55, 197, 171, 0.07);
}
.cid-uh1FYCVXY5 .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #37c5ab;
}
.cid-uh1FYCVXY5 .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(121, 110, 255, 0.07);
}
.cid-uh1FYCVXY5 .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYCVXY5 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYCVXY5 .iconfont-wrapper:before {
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  content: "";
  width: 60px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYCVXY5 .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYCVXY5 .card-title {
  margin-bottom: 20px;
}
.cid-uh1FYCVXY5 .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-uh1FYCVXY5 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYCVXY5 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYCVXY5 .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYCVXY5 .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYCVXY5 .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-uh1FYCVXY5 .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYCVXY5 .card {
    text-align: center;
  }
  .cid-uh1FYCVXY5 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uh1FYCVXY5 .mbr-section-title {
  color: #273240;
}
.cid-uh1FYCVXY5 .card-title,
.cid-uh1FYCVXY5 .icon_block {
  color: #273240;
}
.cid-uh1FYCVXY5 .card-text,
.cid-uh1FYCVXY5 .btn_link {
  color: #6a7c92;
}
.cid-uh1FYDAkE1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYDAkE1 .carousel-item {
  justify-content: center;
}
.cid-uh1FYDAkE1 .carousel-item.active,
.cid-uh1FYDAkE1 .carousel-item-next,
.cid-uh1FYDAkE1 .carousel-item-prev {
  display: flex;
}
.cid-uh1FYDAkE1 .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYDAkE1 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYDAkE1 .mbr-section-title {
  color: #273240;
}
.cid-uh1FYDAkE1 .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh1FYDAkE1 .user_descr {
  margin: 0;
}
.cid-uh1FYDAkE1 .user:hover img {
  transform: scale(1.1);
}
.cid-uh1FYDAkE1 .user:hover .card_title a {
  color: #008ce3 !important;
}
.cid-uh1FYDAkE1 .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-uh1FYDAkE1 .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh1FYDAkE1 li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYDAkE1 li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-uh1FYDAkE1 .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-uh1FYDAkE1 .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-uh1FYDAkE1 .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYDAkE1 .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYDAkE1 .user {
    margin-top: 40px;
  }
  .cid-uh1FYDAkE1 .user:first-child {
    margin-top: 0;
  }
}
.cid-uh1FYDAkE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYDAkE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYEwSlB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYEwSlB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYEwSlB .mbr-section-title {
  margin-bottom: 20px;
  color: #273240;
}
.cid-uh1FYEwSlB .mbr-text {
  margin-bottom: 50px;
}
.cid-uh1FYEwSlB .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-uh1FYEwSlB .item:nth-child(1) .iconfont-wrapper {
  background-color: #f4f3ff;
}
.cid-uh1FYEwSlB .item:nth-child(1) .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYEwSlB .item:nth-child(2) .iconfont-wrapper {
  background-color: #fff1ec;
}
.cid-uh1FYEwSlB .item:nth-child(2) .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYEwSlB .item:nth-child(3) .iconfont-wrapper {
  background-color: #fce6e9;
}
.cid-uh1FYEwSlB .item:nth-child(3) .mbr-iconfont {
  color: #e8384f;
}
.cid-uh1FYEwSlB .item:nth-child(4) .iconfont-wrapper {
  background-color: #a6ddff;
}
.cid-uh1FYEwSlB .item:nth-child(4) .mbr-iconfont {
  color: #008ce3;
}
.cid-uh1FYEwSlB .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-uh1FYEwSlB .card_info {
  display: inline-block;
}
.cid-uh1FYEwSlB .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-uh1FYEwSlB .iconfont-wrapper .mbr-iconfont {
  color: #796eff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uh1FYEwSlB .card_title {
  margin-bottom: 15px;
  color: #273240;
}
.cid-uh1FYEwSlB .card_text {
  margin-bottom: 0;
}
.cid-uh1FYEwSlB .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-uh1FYEwSlB .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYEwSlB .card_wrap {
    margin-bottom: 25px;
  }
  .cid-uh1FYEwSlB .card_title {
    margin-bottom: 10px;
  }
  .cid-uh1FYEwSlB .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYEwSlB .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-uh1FYFb1mD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4154f1;
  background: linear-gradient(-45deg, rgba(65, 84, 241, 0.8), #6b3df0);
}
.cid-uh1FYFb1mD .title_block {
  margin-bottom: 50px;
}
.cid-uh1FYFb1mD .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYFb1mD .mbr-section-title {
  color: #ffffff;
}
.cid-uh1FYFb1mD .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #008ce3 0%, #4abaff 100%);
}
.cid-uh1FYFb1mD .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-uh1FYFb1mD .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-uh1FYFb1mD .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(232, 56, 79, 0.4);
  background-image: linear-gradient(40deg, #e8384f 0%, #f393a0 100%);
}
.cid-uh1FYFb1mD .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(121, 110, 255, 0.4);
  background-image: linear-gradient(40deg, #796eff 0%, #d7d4ff 100%);
}
.cid-uh1FYFb1mD .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(39, 50, 64, 0.4);
  background-image: linear-gradient(40deg, #273240 0%, #4e647f 100%);
}
.cid-uh1FYFb1mD .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-uh1FYFb1mD .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-uh1FYFb1mD .card_wrap {
  padding: 45px;
  padding-top: 65px;
  margin-top: 60px;
  border-radius: 5px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYFb1mD .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-uh1FYFb1mD .card_title {
  margin-bottom: 20px;
  color: #273240;
}
@media (max-width: 991px) {
  .cid-uh1FYFb1mD .title_block {
    margin-bottom: 30px;
  }
  .cid-uh1FYFb1mD .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-uh1FYFb1mD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYFb1mD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYG5AfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYG5AfV .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYG5AfV .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYG5AfV .mbr-section-title {
  color: #273240;
}
.cid-uh1FYG5AfV .image img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYG5AfV .mbr-text {
  margin-top: 30px;
}
.cid-uh1FYG5AfV .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh1FYG5AfV .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh1FYG5AfV .nav-tabs {
  border: none;
}
.cid-uh1FYG5AfV .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uh1FYG5AfV .nav-tabs .nav-link {
  background-color: #e0e5ff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #273240 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYG5AfV .nav-tabs .nav-link.active {
  background-color: #008ce3 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-uh1FYG5AfV .nav-tabs .nav-link:hover {
  background-color: #008ce3 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-uh1FYG5AfV .nav-tabs .nav-link strong,
.cid-uh1FYG5AfV .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uh1FYG5AfV .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYG5AfV .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYG5AfV .mbr-text {
    margin-top: 20px;
  }
}
.cid-uh1FYGQ56r {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uh1FYGQ56r .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYGQ56r .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYGQ56r .mbr-section-title,
.cid-uh1FYGQ56r .card-title {
  color: #273240;
}
.cid-uh1FYGQ56r .card-title {
  margin-bottom: 22px;
}
.cid-uh1FYGQ56r .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uh1FYGQ56r .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYGQ56r .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYGQ56r .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYGQ56r .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYGQ56r .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uh1FYGQ56r .item-img {
  margin-bottom: 40px;
}
.cid-uh1FYGQ56r img,
.cid-uh1FYGQ56r .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-uh1FYGQ56r .item:focus,
.cid-uh1FYGQ56r span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uh1FYGQ56r .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYGQ56r .card-title,
  .cid-uh1FYGQ56r .card-text {
    margin-bottom: 16px;
  }
  .cid-uh1FYGQ56r .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uh1FYGQ56r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYGQ56r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYIiJlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYIiJlJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYIiJlJ .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-uh1FYIiJlJ .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYIiJlJ .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uh1FYIiJlJ .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uh1FYIiJlJ .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYIiJlJ .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYIiJlJ .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYIiJlJ .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYIiJlJ .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uh1FYIiJlJ .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYIiJlJ .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYIiJlJ .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYIiJlJ .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYIiJlJ .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYIiJlJ .card-title,
.cid-uh1FYIiJlJ .icon_block {
  color: #273240;
}
.cid-uh1FYJ2kQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYJ2kQD .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYJ2kQD .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYJ2kQD .mbr-section-title {
  color: #273240;
}
.cid-uh1FYJ2kQD .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #273240;
}
.cid-uh1FYJ2kQD .item {
  padding-bottom: 2rem;
}
.cid-uh1FYJ2kQD .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.cid-uh1FYJ2kQD .image-wrapper img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYJ2kQD .item-wrapper {
  position: relative;
}
.cid-uh1FYJ2kQD .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-uh1FYJ2kQD .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uh1FYJ2kQD .item-wrapper:hover .mbr-item-subtitle a {
  color: #008ce3 !important;
}
.cid-uh1FYJ2kQD .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-uh1FYJ2kQD .carousel-control,
.cid-uh1FYJ2kQD .close {
  background: #1b1b1b;
}
.cid-uh1FYJ2kQD .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uh1FYJ2kQD .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uh1FYJ2kQD .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uh1FYJ2kQD .carousel-control-next span {
  margin-left: 5px;
}
.cid-uh1FYJ2kQD .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uh1FYJ2kQD .close::before {
  content: '\e91a';
}
.cid-uh1FYJ2kQD .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uh1FYJ2kQD .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uh1FYJ2kQD .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh1FYJ2kQD .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uh1FYJ2kQD .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uh1FYJ2kQD .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uh1FYJ2kQD .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uh1FYJ2kQD .carousel-indicators li.active,
.cid-uh1FYJ2kQD .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uh1FYJ2kQD .carousel-indicators li::after,
.cid-uh1FYJ2kQD .carousel-indicators li::before {
  content: none;
}
.cid-uh1FYJ2kQD .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uh1FYJ2kQD .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYJ2kQD .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYJ2kQD .carousel-indicators {
    display: none;
  }
}
.cid-uh1FYJ2kQD .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uh1FYJ2kQD .carousel-inner > .active {
  display: block;
}
.cid-uh1FYJ2kQD .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uh1FYJ2kQD .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uh1FYJ2kQD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uh1FYJ2kQD .carousel-control,
  .cid-uh1FYJ2kQD .carousel-indicators,
  .cid-uh1FYJ2kQD .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYJ2kQD .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uh1FYJ2kQD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uh1FYJ2kQD .carousel-indicators .active,
.cid-uh1FYJ2kQD .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uh1FYJ2kQD .carousel-indicators .active {
  background: #fff;
}
.cid-uh1FYJ2kQD .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uh1FYJ2kQD .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uh1FYJ2kQD .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uh1FYJ2kQD .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uh1FYJ2kQD .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uh1FYJ2kQD .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uh1FYJ2kQD .carousel {
  width: 100%;
}
.cid-uh1FYJ2kQD .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uh1FYJ2kQD .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uh1FYJ2kQD .modal.fade .modal-dialog,
.cid-uh1FYJ2kQD .modal.in .modal-dialog {
  transform: none;
}
.cid-uh1FYJ2kQD .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uh1FYJ2kQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYJ2kQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYK04id {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #6b3df0);
  overflow: hidden;
  position: relative;
}
.cid-uh1FYK04id .mbr-overlay {
  background: #5eeebb;
}
.cid-uh1FYK04id .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-uh1FYK04id .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYK04id .card-title {
  margin-bottom: 26px;
}
.cid-uh1FYK04id .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYK04id .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYK04id .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYK04id .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uh1FYK04id .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYK04id .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYK04id .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYK04id .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYK04id .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYK04id .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYK04id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYKGTvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYKGTvX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYKGTvX .card-title {
  margin-bottom: 26px;
  color: #273240;
}
.cid-uh1FYKGTvX .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYKGTvX .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uh1FYKGTvX .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-uh1FYKGTvX .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-uh1FYKGTvX .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYKGTvX .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYKGTvX .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYKGTvX .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYKGTvX .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uh1FYKGTvX .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYKGTvX .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYKGTvX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYKGTvX .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYKGTvX .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYKGTvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYKGTvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYLqgHb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYLqgHb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYLqgHb .card-title {
  margin-bottom: 26px;
  color: #273240;
}
.cid-uh1FYLqgHb .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYLqgHb .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border-top-right-radius: 0;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(125deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uh1FYLqgHb .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-uh1FYLqgHb .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYLqgHb .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYLqgHb .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYLqgHb .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYLqgHb .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uh1FYLqgHb .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYLqgHb .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYLqgHb .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYLqgHb .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYLqgHb .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYLqgHb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYLqgHb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYM2KZC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYM2KZC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYM2KZC .card-title {
  margin-bottom: 26px;
  color: #273240;
}
.cid-uh1FYM2KZC .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYM2KZC .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-uh1FYM2KZC .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uh1FYM2KZC .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uh1FYM2KZC .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYM2KZC .btn_link:hover {
  cursor: pointer;
}
.cid-uh1FYM2KZC .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-uh1FYM2KZC .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uh1FYM2KZC .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYM2KZC .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYM2KZC .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYM2KZC .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYM2KZC .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYM2KZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYM2KZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYMLfFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYMLfFm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYMLfFm .card-title {
  margin-bottom: 26px;
  color: #273240;
}
.cid-uh1FYMLfFm .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYMLfFm .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-uh1FYMLfFm .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-uh1FYMLfFm .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-uh1FYMLfFm .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-uh1FYMLfFm .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-uh1FYMLfFm .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-uh1FYMLfFm .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYMLfFm .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYMLfFm .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYMLfFm .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uh1FYMLfFm .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uh1FYMLfFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYMLfFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYNuSeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYNuSeG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYNuSeG .mbr-section-title {
  margin-bottom: 20px;
  color: #273240;
}
.cid-uh1FYNuSeG .mbr-text {
  margin-bottom: 50px;
}
.cid-uh1FYNuSeG .card_wrap {
  margin-bottom: 20px;
}
.cid-uh1FYNuSeG .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(253, 97, 44, 0.07);
}
.cid-uh1FYNuSeG .item:nth-child(1) .mbr-iconfont {
  color: #fd612c;
}
.cid-uh1FYNuSeG .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(121, 110, 255, 0.07);
}
.cid-uh1FYNuSeG .item:nth-child(2) .mbr-iconfont {
  color: #796eff;
}
.cid-uh1FYNuSeG .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-uh1FYNuSeG .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-uh1FYNuSeG .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-uh1FYNuSeG .card_title {
  margin-bottom: 18px;
  color: #273240;
}
.cid-uh1FYNuSeG .card_text {
  margin-bottom: 0;
}
.cid-uh1FYNuSeG .mbr-section-btn {
  margin-top: 30px;
}
.cid-uh1FYNuSeG .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-uh1FYNuSeG .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-uh1FYNuSeG .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-uh1FYNuSeG .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #fd612c;
}
.cid-uh1FYNuSeG .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-uh1FYNuSeG .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uh1FYNuSeG .text-wrapper {
    text-align: center;
  }
  .cid-uh1FYNuSeG .card_wrap {
    margin-bottom: 20px;
  }
  .cid-uh1FYNuSeG .icon_block {
    margin-bottom: 20px;
  }
  .cid-uh1FYNuSeG .card_title {
    margin-bottom: 10px;
  }
  .cid-uh1FYNuSeG .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uh1FYNuSeG .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-uh1FYNuSeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYNuSeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYOeO5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYOeO5a .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYOeO5a .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYOeO5a .mbr-section-title {
  color: #273240;
}
.cid-uh1FYOeO5a .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uh1FYOeO5a .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-uh1FYOeO5a .mbr-text {
  margin-top: 30px;
}
.cid-uh1FYOeO5a .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh1FYOeO5a .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh1FYOeO5a .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-uh1FYOeO5a .nav-tabs .nav-item:nth-child(1) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-uh1FYOeO5a .nav-tabs .nav-item:nth-child(2) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(232, 56, 79, 0.4);
  background-image: linear-gradient(40deg, #e8384f 0%, #f393a0 100%);
}
.cid-uh1FYOeO5a .nav-tabs .nav-item:nth-child(3) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #008ce3 0%, #4abaff 100%);
}
.cid-uh1FYOeO5a .nav-tabs .nav-item:nth-child(4) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-uh1FYOeO5a .nav-tabs .nav-item:nth-child(5) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #796eff 0%, #d7d4ff 100%);
}
.cid-uh1FYOeO5a .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-uh1FYOeO5a .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.cid-uh1FYOeO5a .nav-tabs .nav-link {
  background-color: #f6fbff !important;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #051441 !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYOeO5a .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
}
.cid-uh1FYOeO5a .nav-tabs .nav-link:hover {
  background-color: #ffffff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
  cursor: pointer;
}
.cid-uh1FYOeO5a .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-uh1FYOeO5a .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYOeO5a .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-uh1FYOeO5a .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-uh1FYOeO5a .mbr-text {
    margin-top: 20px;
  }
  .cid-uh1FYOeO5a .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-uh1FYOeO5a .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-uh1FYOeO5a .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-uh1FYOeO5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYOeO5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYOZkQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYOZkQT .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYOZkQT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYOZkQT .mbr-section-title {
  color: #273240;
}
.cid-uh1FYOZkQT .image img {
  width: 100%;
  object-fit: cover;
}
.cid-uh1FYOZkQT .mbr-text {
  margin-top: 30px;
}
.cid-uh1FYOZkQT .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh1FYOZkQT .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh1FYOZkQT .nav-tabs {
  border: none;
}
.cid-uh1FYOZkQT .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-uh1FYOZkQT .nav-tabs .nav-link {
  background-color: #f6fbff !important;
  line-height: 1;
  padding: 30px 40px;
  display: block;
  border-radius: 5px !important;
  border: none;
  color: #051441 !important;
  box-shadow: 0px 20px 60px 0px rgba(0, 11, 40, 0.06);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYOZkQT .nav-tabs .nav-link.active {
  background-color: #6b3df0 !important;
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
  color: #ffffff !important;
}
.cid-uh1FYOZkQT .nav-tabs .nav-link:hover {
  background-color: #6b3df0 !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #ffffff !important;
  cursor: pointer;
}
.cid-uh1FYOZkQT .nav-tabs .nav-link strong,
.cid-uh1FYOZkQT .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-uh1FYOZkQT .title_block {
    margin-bottom: 40px;
  }
  .cid-uh1FYOZkQT .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uh1FYOZkQT .mbr-text {
    margin-top: 20px;
  }
}
.cid-uh1FYOZkQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYOZkQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYPE03H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uh1FYPE03H .mbr-section-title {
  margin-bottom: 20px;
  color: #273240;
}
.cid-uh1FYPE03H .mbr-text {
  margin-bottom: 30px;
}
.cid-uh1FYPE03H .tab_text {
  margin-bottom: 0;
}
.cid-uh1FYPE03H .nav-tabs .nav-item.open .nav-link:focus,
.cid-uh1FYPE03H .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uh1FYPE03H .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-uh1FYPE03H .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-uh1FYPE03H .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uh1FYPE03H .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-uh1FYPE03H .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-uh1FYPE03H .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-uh1FYPE03H .nav-link:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -1px;
  background-color: #4154f1;
  opacity: 0;
  height: 3px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYPE03H .nav-link:hover {
  color: #4154f1 !important;
}
.cid-uh1FYPE03H .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-uh1FYPE03H .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background-color: #4154f1;
  height: 3px;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYPE03H .mbr-section-btn {
  margin-top: 30px;
}
.cid-uh1FYPE03H .nav-tabs .nav-link.active {
  color: #4154f1;
}
@media (max-width: 991px) {
  .cid-uh1FYPE03H .title_block,
  .cid-uh1FYPE03H .tab-content {
    text-align: center;
  }
  .cid-uh1FYPE03H .image {
    margin-bottom: 40px;
  }
  .cid-uh1FYPE03H .nav-link {
    padding: 12px 25px;
  }
  .cid-uh1FYPE03H .mbr-section-btn {
    text-align: center;
  }
}
.cid-uh1FYPE03H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYPE03H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uh1FYQISfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background-image: linear-gradient(45deg, rgba(65, 84, 241, 0.8) 0, #58d0ff 100%);
}
.cid-uh1FYQISfB .mbr-overlay {
  background: #4154f1;
}
.cid-uh1FYQISfB .row {
  align-items: center;
}
.cid-uh1FYQISfB .form-group input {
  opacity: .5;
  border: none;
  border-bottom: 1px solid #ffffff !important;
  height: 60px;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.43;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYQISfB .form-group input:hover {
  opacity: 1;
}
.cid-uh1FYQISfB input::placeholder {
  color: #ffffff;
}
.cid-uh1FYQISfB .gdpr-block {
  padding: 20px;
}
.cid-uh1FYQISfB .gdpr-block span {
  font-size: 1rem;
}
.cid-uh1FYQISfB .btn {
  width: 100%;
  padding: 18px 50px;
}
.cid-uh1FYQISfB .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uh1FYQISfB .mbr-form {
    margin-top: 25px;
  }
}
.cid-uh1FYQISfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uh1FYQISfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uieR16Siy8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uieR16Siy8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uieR16Siy8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uieR16Siy8 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uieR16Siy8 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uieR16Siy8 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uieR16Siy8 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uieR16Siy8 .container {
    padding: 0 24px;
  }
}
.cid-uieR16Siy8 .row {
  justify-content: center;
}
.cid-uieR16Siy8 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uieR16Siy8 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uieR16Siy8 .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uieR16Siy8 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card {
  border-radius: 2rem !important;
  padding: 32px;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  margin-top: 24px;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uieR16Siy8 .content-wrapper .panel-group .card {
    padding: 24px;
  }
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #edeceb;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #18212d;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-uieR16Siy8 .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uieR16Siy8 .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uieR16Siy8 .mbr-desc,
.cid-uieR16Siy8 .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uieR16Siy8 .panel-title-edit {
  color: #18212d;
}
.cid-uieR16Siy8 .panel-text {
  color: #18212d;
}
.cid-uieR3oAsCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uieR3oAsCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uieR3oAsCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uieR3oAsCR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .container {
    padding: 0 20px;
  }
}
.cid-uieR3oAsCR .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  opacity: .2;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uieR3oAsCR .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 1200px) {
  .cid-uieR3oAsCR .title-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .title-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uieR3oAsCR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uieR3oAsCR .panel-group {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uieR3oAsCR .panel-group {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .panel-group {
    padding-right: 0;
  }
}
.cid-uieR3oAsCR .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 60px 0;
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .panel-group .card {
    padding: 40px 0;
  }
}
.cid-uieR3oAsCR .panel-group .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-uieR3oAsCR .panel-group .card:first-child::before {
  display: none;
}
.cid-uieR3oAsCR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title .icon-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #1e1d1c;
  opacity: .2;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e1d1c;
  border-radius: 100%;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #1e1d1c;
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uieR3oAsCR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uieR3oAsCR .panel-group .card .panel-collapse .panel-body {
  padding-top: 40px;
}
.cid-uieR3oAsCR .panel-group .card .panel-collapse .panel-body .panel-text {
  padding-right: 76px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uieR3oAsCR .panel-group .card .panel-collapse .panel-body .panel-text {
    padding-right: 0;
  }
}
.cid-uieR3oAsCR .mbr-section-title {
  color: #1e1d1c;
}
.cid-uieR3oAsCR .panel-title-edit {
  color: #1e1d1c;
}
.cid-uieR3oAsCR .panel-text {
  color: #1e1d1c;
}
.cid-uh1FYRribt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-uh1FYRribt .title_block {
  margin-bottom: 80px;
}
.cid-uh1FYRribt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uh1FYRribt .mbr-section-title {
  color: #273240;
}
.cid-uh1FYRribt .card_wrap {
  overflow: hidden;
  padding: 50px 40px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uh1FYRribt .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-uh1FYRribt .favorite {
  color: #ffffff;
  background: #008ce3;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-uh1FYRribt .favorite:before {
  content: "";
  border-top: 15px solid #008ce3;
  border-bottom: 15px solid #008ce3;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-uh1FYRribt .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-uh1FYRribt .item:nth-child(1) .card_title {
  color: #008ce3;
}
.cid-uh1FYRribt .item:nth-child(2) .card_title {
  color: #37c5ab;
}
.cid-uh1FYRribt .item:nth-child(3) .card_title {
  color: #fd612c;
}
.cid-uh1FYRribt .card_title {
  margin-bottom: 30px;
}
.cid-uh1FYRribt .card_price {
  color: #051441;
}
.cid-uh1FYRribt .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-uh1FYRribt .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-uh1FYRribt .card_body {
  margin-bottom: 40px;
}
.cid-uh1FYRribt .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uh1FYRribt .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-uh1FYRribt .card_body .mbr-iconfont {
  float: right;
  color: green;
}
.cid-uh1FYRribt .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uh1FYRribt .title_block {
    margin-bottom: 60px;
  }
  .cid-uh1FYRribt .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-uh1FYRribt .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-uh1FYRribt .card_title {
    margin-bottom: 20px;
  }
  .cid-uh1FYRribt .card_body {
    margin-bottom: 40px;
  }
  .cid-uh1FYRribt .card_body li {
    margin-bottom: 20px;
  }
}
.cid-uh1FYScJe7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #008ce3;
  background-image: linear-gradient(45deg, rgba(0, 140, 227, 0.8) 0, #796eff 100%);
}
.cid-uh1FYScJe7 .mbr-overlay {
  background: #4154f1;
}
.cid-uh1FYScJe7 .row {
  align-items: center;
}
.cid-uh1FYScJe7 .form-group input {
  opacity: .5;
  border: none;
  border-bottom: 1px solid #ffffff !important;
  height: 60px;
  padding: 0;
  color: #ffffff;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.43;
  background-color: transparent;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYScJe7 .form-group input:hover {
  opacity: 1;
}
.cid-uh1FYScJe7 input::placeholder {
  color: #ffffff;
}
.cid-uh1FYScJe7 .btn {
  width: 100%;
  padding: 18px 40px;
}
.cid-uh1FYScJe7 .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uh1FYScJe7 .mbr-form {
    margin-top: 25px;
  }
}
.cid-uh1FYSVi9w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-uh1FYSVi9w .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-uh1FYSVi9w .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-uh1FYSVi9w .mbr-text:hover {
  opacity: 1;
}
.cid-uh1FYSVi9w a.text-white {
  color: #a99fc5 !important;
}
.cid-uh1FYSVi9w a.text-white:hover {
  color: #ffffff !important;
}
.cid-uh1FYSVi9w .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uh1FYSVi9w .foot-menu li {
  padding: 10px;
}
.cid-uh1FYSVi9w .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uh1FYSVi9w .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-uh1FYSVi9w .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-uh1FYSVi9w .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uh1FYSVi9w .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-uh1FYSVi9w .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uh1FYSVi9w .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-uh1FYSVi9w .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uh1FYSVi9w .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uh1FYSVi9w .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-sk0BN0LxSS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sk0BN0LxSS nav.navbar {
  position: fixed;
}
.cid-sk0BN0LxSS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sk0BN0LxSS .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sk0BN0LxSS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sk0BN0LxSS .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sk0BN0LxSS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sk0BN0LxSS .dropdown-item:hover,
.cid-sk0BN0LxSS .dropdown-item:focus {
  background: rgba(0, 140, 227, 0.1) !important;
  color: #008ce3 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sk0BN0LxSS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sk0BN0LxSS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sk0BN0LxSS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sk0BN0LxSS .nav-link:hover {
  color: #008ce3 !important;
}
.cid-sk0BN0LxSS .container {
  display: flex;
  margin: auto;
}
.cid-sk0BN0LxSS .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sk0BN0LxSS .dropdown-menu,
.cid-sk0BN0LxSS .navbar.opened {
  background: #ffffff !important;
}
.cid-sk0BN0LxSS .nav-item:focus,
.cid-sk0BN0LxSS .nav-link:focus {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sk0BN0LxSS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sk0BN0LxSS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sk0BN0LxSS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sk0BN0LxSS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-sk0BN0LxSS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sk0BN0LxSS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.opened {
  transition: all 0.3s;
}
.cid-sk0BN0LxSS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sk0BN0LxSS .navbar .navbar-logo img {
  width: auto;
}
.cid-sk0BN0LxSS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar.collapsed {
  justify-content: center;
}
.cid-sk0BN0LxSS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sk0BN0LxSS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sk0BN0LxSS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-sk0BN0LxSS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sk0BN0LxSS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sk0BN0LxSS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-sk0BN0LxSS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sk0BN0LxSS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sk0BN0LxSS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sk0BN0LxSS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sk0BN0LxSS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sk0BN0LxSS .navbar .navbar-buttons,
  .cid-sk0BN0LxSS .navbar .icons-menu {
    display: none;
  }
  .cid-sk0BN0LxSS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sk0BN0LxSS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sk0BN0LxSS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sk0BN0LxSS .dropdown-item.active,
.cid-sk0BN0LxSS .dropdown-item:active {
  background-color: transparent;
}
.cid-sk0BN0LxSS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sk0BN0LxSS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sk0BN0LxSS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sk0BN0LxSS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sk0BN0LxSS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sk0BN0LxSS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sk0BN0LxSS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sk0BN0LxSS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sk0BN0LxSS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sk0BN0LxSS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sk0BN0LxSS .navbar {
    height: 70px;
  }
  .cid-sk0BN0LxSS .navbar.opened {
    height: auto;
  }
  .cid-sk0BN0LxSS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sk0DXaAKtK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000d20;
}
.cid-sk0DXaAKtK .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sk0DXaAKtK .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-sk0DXaAKtK .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0DXaAKtK .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-sk0DXaAKtK .mbr-section-btn {
  display: inline-block;
}
.cid-sk0DXaAKtK .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
.cid-sk0DXaAKtK .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0DXaAKtK .btn_link:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sk0DXaAKtK .btn_link:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #008ce3;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sk0DXaAKtK .btn_link:hover {
  cursor: pointer;
}
.cid-sk0DXaAKtK .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-sk0DXaAKtK .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-sk0DXaAKtK .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-sk0DXaAKtK .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-sk0DXaAKtK .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sk0DXaAKtK .image_img {
    margin-bottom: 40px;
  }
  .cid-sk0DXaAKtK .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sk0DXaAKtK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0DXaAKtK .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-sk0DXaAKtK .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-sk0DXaAKtK .mbr-text,
.cid-sk0DXaAKtK .buttons_wrap {
  color: #ffffff;
}
.cid-sk0FdnFMbg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f9f9;
}
.cid-sk0FdnFMbg .title_block {
  margin-bottom: 80px;
}
.cid-sk0FdnFMbg .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #04dbec;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0FdnFMbg .mbr-section-title {
  color: #000d20;
}
.cid-sk0FdnFMbg .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_wrapper:hover .card_title {
  color: #008ce3;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-sk0FdnFMbg .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-sk0FdnFMbg .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #008ce3 0%, #4abaff 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-sk0FdnFMbg .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(121, 110, 255, 0.4);
  background-image: linear-gradient(40deg, #796eff 0%, #d7d4ff 100%);
}
.cid-sk0FdnFMbg .icon_block {
  margin-bottom: 40px;
}
.cid-sk0FdnFMbg .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-sk0FdnFMbg .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-sk0FdnFMbg .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_text {
  margin-bottom: 0;
}
.cid-sk0FdnFMbg .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-sk0FdnFMbg .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0FdnFMbg .card_link:hover {
  cursor: pointer;
}
.cid-sk0FdnFMbg .card_link:hover a {
  color: #008ce3 !important;
}
.cid-sk0FdnFMbg .card_link:hover span {
  transform: translatex(5px);
}
.cid-sk0FdnFMbg .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sk0FdnFMbg .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-sk0FdnFMbg .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-sk0FdnFMbg .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fd612c;
}
.cid-sk0FdnFMbg .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
.cid-sk0FdnFMbg .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sk0FdnFMbg .title_block {
    margin-bottom: 15px;
  }
  .cid-sk0FdnFMbg .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-sk0FdnFMbg .card_title {
    margin-bottom: 15px;
  }
  .cid-sk0FdnFMbg .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-sk0FdnFMbg .card_title,
.cid-sk0FdnFMbg .icon_block {
  color: #000d20;
}
.cid-sk0FdnFMbg .card_text,
.cid-sk0FdnFMbg .card_link {
  color: #28395a;
}
.cid-sk0GvbeKL2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0GvbeKL2 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sk0GvbeKL2 .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-sk0GvbeKL2 .mbr-text {
  margin-bottom: 30px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_1 {
  stop-color: #ed76ad;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #grad_2 {
  stop-color: #f9d0e3;
}
.cid-sk0GvbeKL2 .iconfont-wrapper svg #blur_svg {
  flood-color: #ed76ad;
}
.cid-sk0GvbeKL2 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 38px;
  line-height: 73px;
  position: absolute;
  top: 0;
  left: 14px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk0GvbeKL2 .text-wrapper {
    text-align: center;
  }
  .cid-sk0GvbeKL2 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sk0GvbeKL2 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0GvbeKL2 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-sk0GvbeKL2 .card-title,
.cid-sk0GvbeKL2 .icon_block {
  color: #000d20;
}
.cid-sk0GvbeKL2 .mbr-text,
.cid-sk0GvbeKL2 .mbr-section-btn {
  color: #28395a;
}
.cid-sk0GL9VQ9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0GL9VQ9w .title_block {
  margin-bottom: 80px;
}
.cid-sk0GL9VQ9w .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0GL9VQ9w .mbr-section-title {
  color: #000d20;
}
.cid-sk0GL9VQ9w .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #000d20;
}
.cid-sk0GL9VQ9w .user_descr {
  margin: 0;
}
.cid-sk0GL9VQ9w .item {
  padding-bottom: 2rem;
}
.cid-sk0GL9VQ9w .item:hover .mbr-item-subtitle {
  color: #008ce3;
}
.cid-sk0GL9VQ9w .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-sk0GL9VQ9w .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0GL9VQ9w .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-sk0GL9VQ9w .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-sk0GL9VQ9w .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-sk0GL9VQ9w .carousel-control,
.cid-sk0GL9VQ9w .close {
  background: #1b1b1b;
}
.cid-sk0GL9VQ9w .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sk0GL9VQ9w .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control-next span {
  margin-left: 5px;
}
.cid-sk0GL9VQ9w .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;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sk0GL9VQ9w .close::before {
  content: '\e91a';
}
.cid-sk0GL9VQ9w .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sk0GL9VQ9w .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sk0GL9VQ9w .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sk0GL9VQ9w .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sk0GL9VQ9w .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sk0GL9VQ9w .carousel-indicators li.active,
.cid-sk0GL9VQ9w .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sk0GL9VQ9w .carousel-indicators li::after,
.cid-sk0GL9VQ9w .carousel-indicators li::before {
  content: none;
}
.cid-sk0GL9VQ9w .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .carousel-indicators {
    display: none;
  }
}
.cid-sk0GL9VQ9w .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sk0GL9VQ9w .carousel-inner > .active {
  display: block;
}
.cid-sk0GL9VQ9w .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sk0GL9VQ9w .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sk0GL9VQ9w .carousel-control,
  .cid-sk0GL9VQ9w .carousel-indicators,
  .cid-sk0GL9VQ9w .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sk0GL9VQ9w .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sk0GL9VQ9w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sk0GL9VQ9w .carousel-indicators .active,
.cid-sk0GL9VQ9w .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sk0GL9VQ9w .carousel-indicators .active {
  background: #fff;
}
.cid-sk0GL9VQ9w .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sk0GL9VQ9w .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sk0GL9VQ9w .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sk0GL9VQ9w .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sk0GL9VQ9w .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sk0GL9VQ9w .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sk0GL9VQ9w .carousel {
  width: 100%;
}
.cid-sk0GL9VQ9w .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sk0GL9VQ9w .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sk0GL9VQ9w .modal.fade .modal-dialog,
.cid-sk0GL9VQ9w .modal.in .modal-dialog {
  transform: none;
}
.cid-sk0GL9VQ9w .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sk0GL9VQ9w .descr {
  color: #28395a;
}
.cid-sk0IqHfMmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0IqHfMmX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sk0IqHfMmX .mbr-section-title {
  margin-bottom: 20px;
  color: #000d20;
}
.cid-sk0IqHfMmX .mbr-text {
  margin-bottom: 50px;
}
.cid-sk0IqHfMmX .card_wrap {
  margin-bottom: 20px;
}
.cid-sk0IqHfMmX .item:nth-child(1) .icon_block svg polygon {
  fill: #ffffff;
}
.cid-sk0IqHfMmX .item:nth-child(1) .mbr-iconfont {
  color: #fd612c;
}
.cid-sk0IqHfMmX .item:nth-child(2) .icon_block svg polygon {
  fill: #ffffff;
}
.cid-sk0IqHfMmX .item:nth-child(2) .mbr-iconfont {
  color: #796eff;
}
.cid-sk0IqHfMmX .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-sk0IqHfMmX .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-sk0IqHfMmX .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-sk0IqHfMmX .card_title {
  margin-bottom: 18px;
  color: #000d20;
}
.cid-sk0IqHfMmX .card_text {
  margin-bottom: 0;
  color: #28395a;
}
.cid-sk0IqHfMmX .mbr-section-btn {
  margin-top: 30px;
}
.cid-sk0IqHfMmX .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-sk0IqHfMmX .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-sk0IqHfMmX .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-sk0IqHfMmX .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #fd612c;
}
.cid-sk0IqHfMmX .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-sk0IqHfMmX .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sk0IqHfMmX .text-wrapper {
    text-align: center;
  }
  .cid-sk0IqHfMmX .card_wrap {
    margin-bottom: 20px;
  }
  .cid-sk0IqHfMmX .icon_block {
    margin-bottom: 20px;
  }
  .cid-sk0IqHfMmX .card_title {
    margin-bottom: 10px;
  }
  .cid-sk0IqHfMmX .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-sk0IqHfMmX .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-sk0IqHfMmX .mbr-text,
.cid-sk0IqHfMmX .mbr-section-btn {
  color: #28395a;
}
.cid-sk0J6REnYi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0J6REnYi .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-sk0J6REnYi .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #000d20;
}
.cid-sk0J6REnYi .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0J6REnYi .mbr-text {
  margin-bottom: 50px;
}
.cid-sk0J6REnYi .mbr-section-btn {
  display: inline-block;
}
.cid-sk0J6REnYi .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0J6REnYi .popup_video:hover {
  cursor: pointer;
}
.cid-sk0J6REnYi .popup_video:hover .popup__text {
  color: #008ce3;
}
.cid-sk0J6REnYi .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-sk0J6REnYi .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-sk0J6REnYi .popup_video:hover .mbr-media {
  background-color: #008ce3;
}
.cid-sk0J6REnYi .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-sk0J6REnYi .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-sk0J6REnYi .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #008ce3;
}
.cid-sk0J6REnYi .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-sk0J6REnYi .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  color: #000d20;
}
.cid-sk0J6REnYi .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-sk0J6REnYi .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #008ce3;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-sk0J6REnYi .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sk0J6REnYi .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sk0J6REnYi .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-sk0J6REnYi a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-sk0J6REnYi a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sk0J6REnYi .head_block {
    order: 1;
    text-align: center;
  }
  .cid-sk0J6REnYi .image_img {
    margin-bottom: 40px;
  }
  .cid-sk0J6REnYi .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-sk0J6REnYi .mbr-text {
    margin-bottom: 20px;
  }
  .cid-sk0J6REnYi .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-sk0J6REnYi .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(0, 140, 227, 0.08), 0px 0px 0px 5px rgba(0, 140, 227, 0.08), 0px 0px 0px 12px rgba(0, 140, 227, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(0, 140, 227, 0.08), 0px 0px 0px 12px rgba(0, 140, 227, 0.08), 0px 0px 0px 18px rgba(0, 140, 227, 0);
  }
}
.cid-sk0J6REnYi .mbr-text,
.cid-sk0J6REnYi .buttons_wrap {
  color: #28395a;
}
.cid-sk0JF9hRiW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0JF9hRiW .title_block {
  margin-bottom: 30px;
}
.cid-sk0JF9hRiW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0JF9hRiW .mbr-section-title {
  color: #000d20;
}
.cid-sk0JF9hRiW .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-sk0JF9hRiW .item-wrapper:hover .item-img {
  transform: translateY(-16px);
  box-shadow: 0px 30px 60px 0px rgba(204, 68, 131, 0.2);
}
.cid-sk0JF9hRiW .item-wrapper:hover .item-img img {
  opacity: .1;
}
.cid-sk0JF9hRiW .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-sk0JF9hRiW .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-sk0JF9hRiW .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-sk0JF9hRiW .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-sk0JF9hRiW .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-sk0JF9hRiW .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-sk0JF9hRiW img,
.cid-sk0JF9hRiW .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: linear-gradient(90deg, #cc4483, #ed76ad);
  height: 180px;
  height: 230px;
  height: 280px;
  height: 330px;
}
.cid-sk0JF9hRiW .item:focus,
.cid-sk0JF9hRiW span:focus {
  outline: none;
}
.cid-sk0JF9hRiW .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-sk0JF9hRiW .social_block .iconfont-wrapper {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 13px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cid-sk0JF9hRiW .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-sk0JF9hRiW .card-title {
  margin-bottom: 5px;
  color: #000d20;
}
.cid-sk0JF9hRiW .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-sk0JF9hRiW .title_block {
    margin-bottom: 0;
  }
  .cid-sk0JF9hRiW .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sk0JF9hRiW .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-sk0JF9hRiW .item-wrapper .item-img {
    box-shadow: 0px 30px 60px 0px rgba(204, 68, 131, 0.2);
  }
  .cid-sk0JF9hRiW .item-wrapper .item-img img {
    opacity: .1;
    background-image: linear-gradient(90deg, #cc4483, #ed76ad);
  }
  .cid-sk0JF9hRiW .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-sk0JF9hRiW .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
.cid-sk0JF9hRiW .card-text,
.cid-sk0JF9hRiW .btn_link {
  color: #28395a;
}
.cid-sk0JHiblQ2 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-sk0JHiblQ2 .title_block {
  margin-bottom: 80px;
}
.cid-sk0JHiblQ2 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-sk0JHiblQ2 .mbr-section-title {
  color: #000d20;
}
.cid-sk0JHiblQ2 .card_wrap {
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
  padding-bottom: 60px;
  position: relative;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 6px 20px 0px rgba(0, 33, 121, 0.08);
}
.cid-sk0JHiblQ2 .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(0, 140, 227, 0.15);
  border-radius: 50%;
}
.cid-sk0JHiblQ2 .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(0, 140, 227, 0.15);
  border-radius: 50%;
}
.cid-sk0JHiblQ2 .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-sk0JHiblQ2 .user {
  display: flex;
  align-items: center;
}
.cid-sk0JHiblQ2 .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-sk0JHiblQ2 .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-sk0JHiblQ2 .user_name {
  margin-bottom: 2px;
  display: block;
  color: #000d20;
}
.cid-sk0JHiblQ2 .desk {
  margin-bottom: 0;
  color: #28395a;
}
.cid-sk0JHiblQ2 .iconfont-wrapper {
  min-width: 115px;
}
.cid-sk0JHiblQ2 .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-sk0JHiblQ2 .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-sk0JHiblQ2 .carousel-item > div {
  width: 100%;
}
.cid-sk0JHiblQ2 .carousel-item.active,
.cid-sk0JHiblQ2 .carousel-item-next,
.cid-sk0JHiblQ2 .carousel-item-prev {
  display: flex;
}
.cid-sk0JHiblQ2 .carousel-controls a {
  width: 9%;
}
.cid-sk0JHiblQ2 .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  color: #000d20;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000d20;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0JHiblQ2 .carousel-controls a:hover span {
  background-color: #008ce3;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sk0JHiblQ2 .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-sk0JHiblQ2 .title_block {
    margin-bottom: 40px;
  }
  .cid-sk0JHiblQ2 .card_header {
    flex-direction: column;
  }
  .cid-sk0JHiblQ2 .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-sk0JHiblQ2 .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-sk0JHiblQ2 .carousel-controls {
    display: none;
  }
  .cid-sk0JHiblQ2 .carousel-item {
    padding: 0;
  }
  .cid-sk0JHiblQ2 .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-sk0JHiblQ2 .card_header {
    margin-bottom: 15px;
  }
  .cid-sk0JHiblQ2 .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-sk0JHiblQ2 .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-sk0JHiblQ2 .mbr-text {
  color: #28395a;
}
.cid-sk0MwP6Zap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000d20;
  background-image: linear-gradient(45deg, rgba(0, 13, 32, 0.8) 0, #28395a 100%);
}
.cid-sk0MwP6Zap .mbr-overlay {
  background: #4154f1;
}
.cid-sk0MwP6Zap .title_block {
  margin-bottom: 50px;
}
.cid-sk0MwP6Zap .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-sk0MwP6Zap .mbr-section-title span {
  font-weight: 700;
}
.cid-sk0MwP6Zap .row {
  align-items: center;
}
.cid-sk0MwP6Zap .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-sk0MwP6Zap .form-group input {
  border: none !important;
  border-radius: 45px;
  height: 50px;
  padding: 0px 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  line-height: 1.43;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0MwP6Zap input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-sk0MwP6Zap .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-sk0MwP6Zap .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-sk0MwP6Zap .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-sk0MwP6Zap .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-sk0MwP6Zap .btn {
  width: 100%;
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-sk0MwP6Zap .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-sk0MwP6Zap .title_block {
    margin-bottom: 30px;
  }
  .cid-sk0MwP6Zap form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-sk0MwP6Zap .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-sk0MwP6Zap .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-sk0MwP6Zap .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-sk0MwP6Zap .form-group input {
    border-radius: 0;
  }
  .cid-sk0MwP6Zap .btn {
    margin-top: 10px;
  }
}
.cid-sk0JQp9rXo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000d20;
}
.cid-sk0JQp9rXo .footer_col_logo {
  width: 40%;
}
.cid-sk0JQp9rXo .footer_col {
  width: 20%;
}
.cid-sk0JQp9rXo .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-sk0JQp9rXo .logo_wrap {
  max-width: 20%;
}
.cid-sk0JQp9rXo .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-sk0JQp9rXo .brand_name {
  color: #ffffff;
}
.cid-sk0JQp9rXo .contacts {
  margin-top: 46px;
}
.cid-sk0JQp9rXo .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-sk0JQp9rXo .contacts b {
  color: #ffffff;
}
.cid-sk0JQp9rXo .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-sk0JQp9rXo .item-wrap {
  line-height: 44px;
}
.cid-sk0JQp9rXo .text-white {
  color: #a99fc5 !important;
}
.cid-sk0JQp9rXo .text-white:hover {
  color: #ffffff !important;
}
.cid-sk0JQp9rXo .item-wrap a,
.cid-sk0JQp9rXo .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0JQp9rXo .item-wrap a:before,
.cid-sk0JQp9rXo .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sk0JQp9rXo .item-wrap a:hover::before,
.cid-sk0JQp9rXo .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sk0JQp9rXo .form_wrap {
  display: flex;
}
.cid-sk0JQp9rXo .mbr-form {
  margin-top: 30px;
}
.cid-sk0JQp9rXo .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-sk0JQp9rXo .mbr-form input {
  height: 50px;
  background-color: rgba(106, 124, 146, 0.5);
  border: 1px solid rgba(106, 124, 146, 0.5) !important;
  padding: 0px 30px;
  border-radius: 45px;
  color: rgba(255, 255, 255, 0.6);
}
.cid-sk0JQp9rXo input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-sk0JQp9rXo .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-sk0JQp9rXo .mbr-section-btn .mbr-iconfont {
  width: 20px;
  line-height: 32px;
  font-size: 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
  .cid-sk0JQp9rXo .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sk0JQp9rXo .footer_col_logo {
    width: 100%;
  }
  .cid-sk0JQp9rXo .footer_col {
    width: 33.3%;
  }
  .cid-sk0JQp9rXo .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-sk0JQp9rXo .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-sk0JQp9rXo .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sk0JQp9rXo .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-sk0JQp9rXo .row {
    justify-content: center;
    text-align: center;
  }
  .cid-sk0JQp9rXo .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-sk0JQp9rXo .mbr-form .form-group {
    width: 100%;
  }
  .cid-sk0JQp9rXo .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-sk0JQp9rXo .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-sk0JORQGEy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000d20;
}
.cid-sk0JORQGEy .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-sk0JORQGEy .text-white {
  color: #a99fc5 !important;
}
.cid-sk0JORQGEy .text-white:hover {
  color: #ffffff !important;
}
.cid-sk0JORQGEy .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sk0JORQGEy .foot-menu li {
  padding: 10px;
}
.cid-sk0JORQGEy .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-sk0JORQGEy .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-sk0JORQGEy .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-sk0JORQGEy .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-sk0JORQGEy .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-sk0JORQGEy .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-sk0JORQGEy .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-sk0JORQGEy .social-list a:hover {
  opacity: 1;
}
.cid-sk0JORQGEy .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-sk0JORQGEy .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-sk0JORQGEy .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skcLuebpkE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skcLuebpkE nav.navbar {
  position: fixed;
}
.cid-skcLuebpkE .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-skcLuebpkE .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-skcLuebpkE .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skcLuebpkE .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-skcLuebpkE .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skcLuebpkE .dropdown-item:hover,
.cid-skcLuebpkE .dropdown-item:focus {
  background: rgba(0, 140, 227, 0.1) !important;
  color: #008ce3 !important;
}
.cid-skcLuebpkE .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skcLuebpkE .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skcLuebpkE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skcLuebpkE .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skcLuebpkE .nav-link:hover {
  color: #008ce3 !important;
}
.cid-skcLuebpkE .container {
  display: flex;
  margin: auto;
}
.cid-skcLuebpkE .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skcLuebpkE .dropdown-menu,
.cid-skcLuebpkE .navbar.opened {
  background: #ffffff !important;
}
.cid-skcLuebpkE .nav-item:focus,
.cid-skcLuebpkE .nav-link:focus {
  outline: none;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skcLuebpkE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skcLuebpkE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skcLuebpkE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skcLuebpkE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-skcLuebpkE .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skcLuebpkE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skcLuebpkE .navbar.opened {
  transition: all 0.3s;
}
.cid-skcLuebpkE .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-skcLuebpkE .navbar .navbar-logo img {
  width: auto;
}
.cid-skcLuebpkE .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skcLuebpkE .navbar.collapsed {
  justify-content: center;
}
.cid-skcLuebpkE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skcLuebpkE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skcLuebpkE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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-skcLuebpkE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skcLuebpkE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skcLuebpkE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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-skcLuebpkE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skcLuebpkE .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-skcLuebpkE .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skcLuebpkE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skcLuebpkE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skcLuebpkE .navbar .navbar-buttons,
  .cid-skcLuebpkE .navbar .icons-menu {
    display: none;
  }
  .cid-skcLuebpkE .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skcLuebpkE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skcLuebpkE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skcLuebpkE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skcLuebpkE .dropdown-item.active,
.cid-skcLuebpkE .dropdown-item:active {
  background-color: transparent;
}
.cid-skcLuebpkE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skcLuebpkE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skcLuebpkE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skcLuebpkE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skcLuebpkE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skcLuebpkE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skcLuebpkE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skcLuebpkE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skcLuebpkE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skcLuebpkE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skcLuebpkE .navbar {
    height: 70px;
  }
  .cid-skcLuebpkE .navbar.opened {
    height: auto;
  }
  .cid-skcLuebpkE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skcZSONz3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1732a4;
}
.cid-skcZSONz3f .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skcZSONz3f .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #008ce3;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skcZSONz3f .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-skcZSONz3f .btn_group {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-skcZSONz3f .mbr-section-btn {
  display: inline-block;
}
.cid-skcZSONz3f .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-skcZSONz3f .popup_video:hover {
  cursor: pointer;
}
.cid-skcZSONz3f .popup_video:hover .popup__text {
  color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-skcZSONz3f .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-skcZSONz3f .popup_video:hover .mbr-media {
  background-color: #ffffff;
}
.cid-skcZSONz3f .popup_video:hover .mbr-media span {
  color: #ff5858;
}
.cid-skcZSONz3f .mbr-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #ff5858;
  transition: all 0.4s ease-in-out;
  animation: pulse 2s linear infinite;
}
.cid-skcZSONz3f .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #ffffff;
}
.cid-skcZSONz3f .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-skcZSONz3f .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #ffffff;
}
.cid-skcZSONz3f .popup__text:before {
  content: "";
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
  background-color: #6a7c92;
  transform-origin: 100% 50%;
  transition: transform 0.4s ease;
}
.cid-skcZSONz3f .popup__text:after {
  content: "";
  transform: scaleX(0);
  transform-origin: 0 50%;
  background-color: #ffffff;
  transition: transform 0.4s ease 0.2s;
  left: 0;
  height: 1px;
  width: 100%;
  bottom: 2px;
  position: absolute;
}
.cid-skcZSONz3f .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skcZSONz3f .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skcZSONz3f .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skcZSONz3f a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-skcZSONz3f a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skcZSONz3f .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skcZSONz3f .image_img {
    margin-bottom: 40px;
  }
  .cid-skcZSONz3f .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skcZSONz3f .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skcZSONz3f .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-skcZSONz3f .btn_group {
    flex-direction: column;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.08), 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08);
  }
  100% {
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.08), 0px 0px 0px 12px rgba(255, 255, 255, 0.08), 0px 0px 0px 18px rgba(255, 255, 255, 0);
  }
}
.cid-skcZSONz3f .mbr-text,
.cid-skcZSONz3f .buttons_wrap {
  color: #e0e5ff;
}
.cid-skd1xx0vXX {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-skd1xx0vXX .title_block {
  margin-bottom: 80px;
}
.cid-skd1xx0vXX .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1732a4;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skd1xx0vXX .mbr-section-title,
.cid-skd1xx0vXX .card-title {
  color: #051441;
}
.cid-skd1xx0vXX .card-title {
  margin-bottom: 22px;
  color: #191c2f;
}
.cid-skd1xx0vXX .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-skd1xx0vXX .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skd1xx0vXX .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1xx0vXX .btn_link:hover {
  cursor: pointer;
}
.cid-skd1xx0vXX .btn_link:hover a {
  color: #008ce3 !important;
}
.cid-skd1xx0vXX .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skd1xx0vXX .item-img {
  margin-bottom: 40px;
}
.cid-skd1xx0vXX img,
.cid-skd1xx0vXX .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-skd1xx0vXX .item:focus,
.cid-skd1xx0vXX span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-skd1xx0vXX .title_block {
    margin-bottom: 40px;
  }
  .cid-skd1xx0vXX .card-title,
  .cid-skd1xx0vXX .card-text {
    margin-bottom: 16px;
  }
  .cid-skd1xx0vXX .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-skd1xx0vXX .mbr-section-title {
  color: #191c2f;
}
.cid-skd1xx0vXX .card-text,
.cid-skd1xx0vXX .btn_link {
  color: #6a6b78;
}
.cid-skd1Ry0CW0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1732a4;
  overflow: hidden;
  position: relative;
}
.cid-skd1Ry0CW0 .mbr-overlay {
  background: #5eeebb;
}
.cid-skd1Ry0CW0 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-skd1Ry0CW0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skd1Ry0CW0 .card-title {
  margin-bottom: 26px;
}
.cid-skd1Ry0CW0 .mbr-text {
  margin-bottom: 30px;
}
.cid-skd1Ry0CW0 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skd1Ry0CW0 .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-skd1Ry0CW0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-skd1Ry0CW0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skd1Ry0CW0 .text-wrapper {
    text-align: center;
  }
  .cid-skd1Ry0CW0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skd1Ry0CW0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skd1Ry0CW0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skd1Ry0CW0 .mbr-text,
.cid-skd1Ry0CW0 .mbr-section-btn {
  color: #e0e5ff;
}
.cid-skd1O60gq7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skd1O60gq7 .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #191c2f;
}
.cid-skd1O60gq7 .mbr-section-title {
  margin-bottom: 0;
  color: #191c2f;
}
.cid-skd1O60gq7 .card_wrapper {
  margin-top: 40px;
  padding: 60px 40px;
  background-color: #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 3px 4px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-skd1O60gq7 .card_wrapper:hover .card_title {
  color: #008ce3;
}
.cid-skd1O60gq7 .card_wrapper:hover .card_link .mbr-iconfont {
  color: #008ce3 !important;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-skd1O60gq7 .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-skd1O60gq7 .icon_block {
  margin-bottom: 40px;
}
.cid-skd1O60gq7 .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  box-shadow: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  background-image: linear-gradient(40deg, #039ecb 0%, rgba(56, 208, 252, 0.8) 100%);
}
.cid-skd1O60gq7 .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skd1O60gq7 .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .card_text {
  margin-bottom: 50px;
}
.cid-skd1O60gq7 .card_link {
  display: block;
}
.cid-skd1O60gq7 .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-skd1O60gq7 .card_link a:hover {
  transform: translateX(6px);
}
.cid-skd1O60gq7 .card_link .mbr-iconfont {
  line-height: 1;
  font-size: 48px;
  color: #afb8ce;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd1O60gq7 .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1O60gq7 .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-skd1O60gq7 .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-skd1O60gq7 .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #fd612c;
}
.cid-skd1O60gq7 .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-skd1O60gq7 .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-skd1O60gq7 .card_title {
    margin-bottom: 15px;
  }
  .cid-skd1O60gq7 .card_text {
    margin-bottom: 20px;
  }
  .cid-skd1O60gq7 .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-skd1O60gq7 .card_title,
.cid-skd1O60gq7 .icon_block {
  color: #191c2f;
}
.cid-skd1O60gq7 .card_text,
.cid-skd1O60gq7 .card_link {
  color: #6a6b78;
}
.cid-skd1DrtU6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skd1DrtU6r .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skd1DrtU6r .mbr-section-title {
  margin-bottom: 20px;
  color: #191c2f;
}
.cid-skd1DrtU6r .mbr-text {
  margin-bottom: 50px;
}
.cid-skd1DrtU6r .card_wrap {
  margin-bottom: 20px;
}
.cid-skd1DrtU6r .item:nth-child(1) .icon_block svg polygon {
  fill: #ffffff;
}
.cid-skd1DrtU6r .item:nth-child(1) .mbr-iconfont {
  color: #fd612c;
}
.cid-skd1DrtU6r .item:nth-child(2) .icon_block svg polygon {
  fill: #ffffff;
}
.cid-skd1DrtU6r .item:nth-child(2) .mbr-iconfont {
  color: #796eff;
}
.cid-skd1DrtU6r .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-skd1DrtU6r .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-skd1DrtU6r .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-skd1DrtU6r .card_title {
  margin-bottom: 18px;
  color: #191c2f;
}
.cid-skd1DrtU6r .card_text {
  margin-bottom: 0;
  color: #6a6b78;
}
.cid-skd1DrtU6r .mbr-section-btn {
  margin-top: 30px;
}
.cid-skd1DrtU6r .shape {
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-skd1DrtU6r .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #37c5ab;
  border-radius: 50%;
}
.cid-skd1DrtU6r .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #796eff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-skd1DrtU6r .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #fd612c;
}
.cid-skd1DrtU6r .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #e8384f;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-skd1DrtU6r .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skd1DrtU6r .text-wrapper {
    text-align: center;
  }
  .cid-skd1DrtU6r .card_wrap {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .icon_block {
    margin-bottom: 20px;
  }
  .cid-skd1DrtU6r .card_title {
    margin-bottom: 10px;
  }
  .cid-skd1DrtU6r .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skd1DrtU6r .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-skd1DrtU6r .mbr-text,
.cid-skd1DrtU6r .mbr-section-btn {
  color: #6a6b78;
}
.cid-skd22JTFEl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skd22JTFEl .carousel-item {
  justify-content: center;
}
.cid-skd22JTFEl .carousel-item.active,
.cid-skd22JTFEl .carousel-item-next,
.cid-skd22JTFEl .carousel-item-prev {
  display: flex;
}
.cid-skd22JTFEl .title_block {
  margin-bottom: 80px;
}
.cid-skd22JTFEl .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1732a4;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skd22JTFEl .mbr-section-title {
  color: #191c2f;
}
.cid-skd22JTFEl .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #191c2f;
}
.cid-skd22JTFEl .user_descr {
  margin: 0;
  color: #6a6b78;
}
.cid-skd22JTFEl .user:hover img {
  transform: scale(1.1);
}
.cid-skd22JTFEl .user:hover .card_title a {
  color: #008ce3 !important;
}
.cid-skd22JTFEl .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-skd22JTFEl .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-skd22JTFEl li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(23, 50, 164, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd22JTFEl li.active {
  opacity: 1;
  background-color: #1732a4;
  width: 27px;
  height: 2px;
}
.cid-skd22JTFEl .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-skd22JTFEl .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-skd22JTFEl .title_block {
    margin-bottom: 40px;
  }
  .cid-skd22JTFEl .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-skd22JTFEl .user {
    margin-top: 40px;
  }
  .cid-skd22JTFEl .user:first-child {
    margin-top: 0;
  }
}
.cid-skd3iaspJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1732a4;
}
.cid-skd3iaspJ8 .title_block {
  margin-bottom: 80px;
}
.cid-skd3iaspJ8 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #e0e5ff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skd3iaspJ8 .mbr-section-title {
  color: #ffffff;
}
.cid-skd3iaspJ8 .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-skd3iaspJ8 .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-skd3iaspJ8 .mbr-text {
  margin-top: 30px;
}
.cid-skd3iaspJ8 .nav-tabs .nav-item.open .nav-link:focus,
.cid-skd3iaspJ8 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skd3iaspJ8 .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-skd3iaspJ8 .nav-tabs .nav-item:nth-child(1) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(55, 197, 171, 0.4);
  background-image: linear-gradient(40deg, #37c5ab 0%, #85ddcd 100%);
}
.cid-skd3iaspJ8 .nav-tabs .nav-item:nth-child(2) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(232, 56, 79, 0.4);
  background-image: linear-gradient(40deg, #e8384f 0%, #f393a0 100%);
}
.cid-skd3iaspJ8 .nav-tabs .nav-item:nth-child(4) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #008ce3 0%, #4abaff 100%);
}
.cid-skd3iaspJ8 .nav-tabs .nav-item:nth-child(3) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(253, 97, 44, 0.4);
  background-image: linear-gradient(40deg, #fd612c 0%, #fead91 100%);
}
.cid-skd3iaspJ8 .nav-tabs .nav-item:nth-child(5) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(0, 140, 227, 0.4);
  background-image: linear-gradient(40deg, #796eff 0%, #d7d4ff 100%);
}
.cid-skd3iaspJ8 .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-skd3iaspJ8 .nav-item .mbr-iconfont {
  margin: 0;
  border-radius: 50%;
  color: #ffffff;
  width: 70px;
  height: 70px;
  font-size: 34px;
  line-height: 70px;
  text-align: center;
  margin-bottom: 30px;
}
.cid-skd3iaspJ8 .nav-tabs .nav-link {
  background-color: #e0e5ff !important;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px !important;
  border: none;
  color: #191c2f !important;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd3iaspJ8 .nav-tabs .nav-link.active {
  background-color: #ffffff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
}
.cid-skd3iaspJ8 .nav-tabs .nav-link:hover {
  background-color: #ffffff !important;
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
  color: #000000 !important;
  cursor: pointer;
}
.cid-skd3iaspJ8 .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-skd3iaspJ8 .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-skd3iaspJ8 .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-skd3iaspJ8 .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-skd3iaspJ8 .mbr-text {
    margin-top: 20px;
  }
  .cid-skd3iaspJ8 .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-skd3iaspJ8 .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-skd3iaspJ8 .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-skdxCTm8q9 {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-skdxCTm8q9 .carousel {
  padding: 0;
}
.cid-skdxCTm8q9 .figure_outline {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-skdxCTm8q9 .figure_outline .img {
  position: absolute;
}
.cid-skdxCTm8q9 .figure_outline .img img {
  width: 100%;
  display: block;
}
.cid-skdxCTm8q9 .figure_outline .img .img_2 {
  position: absolute;
  top: -45px;
  left: 0;
  width: 104%;
}
.cid-skdxCTm8q9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff5858;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skdxCTm8q9 .mbr-section-title {
  margin-bottom: 36px;
  color: #191c2f;
}
.cid-skdxCTm8q9 .icon_block {
  display: inline-block;
  position: relative;
}
.cid-skdxCTm8q9 .icon_block .mbr-iconfont {
  font-size: 150px;
  position: absolute;
  top: -10px;
  left: 12px;
  opacity: .2;
  color: #ffffff;
}
.cid-skdxCTm8q9 .carousel-controls {
  margin-top: 30px;
  width: 100%;
  position: relative;
  height: 50px;
}
.cid-skdxCTm8q9 .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #191c2f;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #191c2f;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skdxCTm8q9 .carousel-controls a span:hover {
  background-color: #796eff;
  color: #ffffff;
}
.cid-skdxCTm8q9 .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-skdxCTm8q9 .carousel-control-next {
  position: static;
  width: 50px;
}
.cid-skdxCTm8q9 .show_md {
  display: none;
}
.cid-skdxCTm8q9 .user_text {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  min-height: 90px;
}
.cid-skdxCTm8q9 .user_image {
  width: 80px;
  height: 80px;
  margin: 25px auto 35px auto;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.cid-skdxCTm8q9 .user_image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 100%;
  min-height: 100%;
}
.cid-skdxCTm8q9 .user_image .shape_1 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 12px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-skdxCTm8q9 .user_image .shape_2 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-skdxCTm8q9 .user_image .shape_3 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0px;
  left: 7px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.cid-skdxCTm8q9 .user_name {
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
}
.cid-skdxCTm8q9 .user_prof {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skdxCTm8q9 .carousel-item {
    justify-content: center;
  }
  .cid-skdxCTm8q9 .figure_outline .img img {
    width: 87%;
  }
  .cid-skdxCTm8q9 .figure_outline .img .img_2 {
    position: absolute;
    top: -45px;
    left: -13px;
    width: 88%;
  }
  .cid-skdxCTm8q9 .user {
    max-width: 400px;
  }
  .cid-skdxCTm8q9 .icon_block .mbr-iconfont {
    font-size: 120px;
    top: 10px;
    left: 0;
  }
  .cid-skdxCTm8q9 .title_block {
    text-align: center;
    margin-top: 40px;
  }
  .cid-skdxCTm8q9 .mbr-section-title {
    margin-bottom: 26px;
  }
  .cid-skdxCTm8q9 .hide_md {
    display: none;
  }
  .cid-skdxCTm8q9 .show_md {
    display: flex;
    justify-content: center;
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .cid-skdxCTm8q9 .figure_outline,
  .cid-skdxCTm8q9 .icon_block {
    display: none;
  }
  .cid-skdxCTm8q9 .user_text {
    color: inherit;
    margin-bottom: 20px;
  }
  .cid-skdxCTm8q9 .user_prof {
    color: inherit;
  }
  .cid-skdxCTm8q9 .user_name {
    color: #273240;
    margin-bottom: 5px;
  }
  .cid-skdxCTm8q9 .show_md {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
}
.cid-skd29w0qNT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0e5ff;
  background: linear-gradient(180deg, rgba(224, 229, 255, 0.8) 0%, #ffffff 100%);
}
.cid-skd29w0qNT .mbr-overlay {
  background: #5eeebb;
}
.cid-skd29w0qNT .title_block {
  margin-bottom: 50px;
}
.cid-skd29w0qNT .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #1732a4;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skd29w0qNT .mbr-section-title {
  color: #191c2f;
}
.cid-skd29w0qNT .card_wrap {
  background-color: #ffffff;
  padding: 45px 65px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-skd29w0qNT .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-skd29w0qNT .card_header {
  margin-bottom: 40px;
}
.cid-skd29w0qNT .card_price {
  color: #051441;
}
.cid-skd29w0qNT .card_price sup {
  margin-right: 5px;
}
.cid-skd29w0qNT .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-skd29w0qNT .card_image {
  width: 160px;
  height: 125px;
  margin: 0px auto 50px;
}
.cid-skd29w0qNT .card_image img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}
.cid-skd29w0qNT .card_list {
  margin-bottom: 40px;
}
.cid-skd29w0qNT .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skd29w0qNT .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-skd29w0qNT .item:nth-child(1) .card_title {
  color: #008ce3;
}
.cid-skd29w0qNT .item:nth-child(2) .card_title {
  color: #37c5ab;
}
.cid-skd29w0qNT .item:nth-child(3) .card_title {
  color: #fd612c;
}
.cid-skd29w0qNT .card_title {
  margin-bottom: 20px;
}
.cid-skd29w0qNT .tabs_text {
  margin-bottom: 0;
  color: #6a6b78;
}
.cid-skd29w0qNT .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-skd29w0qNT .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-skd29w0qNT .nav-tabs .li_item1 {
  left: -2px;
}
.cid-skd29w0qNT .nav-tabs .li_item2 {
  right: -2px;
}
.cid-skd29w0qNT .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-skd29w0qNT .nav-tabs .nav-item .btn {
  border-radius: 50px !important;
  transition: all 0.25s;
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 8px !important;
  height: 30px;
  width: 30px;
  position: relative;
  transform: scale(1) !important;
  margin: 0px !important;
  box-shadow: none;
  z-index: 1;
}
@media (min-width: 768px) {
  .cid-skd29w0qNT .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    animation: none;
    z-index: -1;
  }
  .cid-skd29w0qNT .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    transition: transform 0.3s, background-color 0.2s;
  }
  .cid-skd29w0qNT .nav-tabs .nav-item .btn.active:before {
    background-color: #1732a4 !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-skd29w0qNT .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-skd29w0qNT .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #1732a4 !important;
  box-shadow: none !important;
}
.cid-skd29w0qNT .nav-tabs .nav-item .btn.active {
  color: #ffffff !important;
  box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
}
@media (max-width: 767px) {
  .cid-skd29w0qNT .nav-tabs .nav-item .btn.active {
    background-color: #1732a4 !important;
  }
}
@media (min-width: 768px) {
  .cid-skd29w0qNT .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none!important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-skd29w0qNT .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none!important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-skd29w0qNT .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-skd29w0qNT .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-skd29w0qNT .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-skd29w0qNT .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-skd29w0qNT .title_block {
    margin-bottom: 30px;
  }
  .cid-skd29w0qNT .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-skd29w0qNT .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-skd29w0qNT .card_header {
    margin-bottom: 30px;
  }
  .cid-skd29w0qNT .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-skd29w0qNT .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-skd29w0qNT .card_list {
    margin-bottom: 30px;
  }
  .cid-skd29w0qNT .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-skd29w0qNT .list {
  color: #6a6b78;
}
.cid-skd2oslhlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skd2oslhlE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skd2oslhlE .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-skd2oslhlE .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-skd2oslhlE .mbr-section-title {
  color: #191c2f;
  margin-bottom: 60px;
}
.cid-skd2oslhlE .mbr-section-subtitle {
  color: #191c2f;
  margin-bottom: 35px;
}
.cid-skd2oslhlE .card_body {
  margin-bottom: 40px;
}
.cid-skd2oslhlE .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skd2oslhlE .card_body .list li {
  margin-bottom: 15px;
}
.cid-skd2oslhlE .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-skd2oslhlE .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #008ce3;
  font-size: inherit;
}
.cid-skd2oslhlE .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #191c2f;
}
.cid-skd2oslhlE .form_wrap {
  padding: 0px 65px;
}
.cid-skd2oslhlE .form-group {
  margin-bottom: 30px;
}
.cid-skd2oslhlE .form-control-label {
  margin-bottom: 18px;
  color: #051441;
  font-weight: 700;
}
.cid-skd2oslhlE input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #e0e5ff !important;
  background-color: #ffffff;
}
.cid-skd2oslhlE form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-skd2oslhlE form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-skd2oslhlE .signup_wrap {
    padding: 50px 0;
  }
  .cid-skd2oslhlE .form_wrap,
  .cid-skd2oslhlE .title_block {
    padding: 0px 45px;
  }
  .cid-skd2oslhlE .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-skd2oslhlE .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-skd2oslhlE .signup_wrap {
    padding: 15px 30px;
  }
  .cid-skd2oslhlE .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-skd2oslhlE .form_wrap,
  .cid-skd2oslhlE .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-skd2oslhlE .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-skd2oslhlE LABEL {
  color: #191c2f;
}
.cid-skd2oslhlE .list,
.cid-skd2oslhlE .mbr-section-btn {
  color: #6a6b78;
}
.cid-skd2oVCawz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1732a4;
}
.cid-skd2oVCawz .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skd2oVCawz .text-white {
  color: #a99fc5 !important;
}
.cid-skd2oVCawz .text-white:hover {
  color: #ffffff !important;
}
.cid-skd2oVCawz .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skd2oVCawz .foot-menu li {
  padding: 10px;
}
.cid-skd2oVCawz .foot-menu a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skd2oVCawz .foot-menu a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skd2oVCawz .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skd2oVCawz .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skd2oVCawz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skd2oVCawz .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skd2oVCawz .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skd2oVCawz .social-list a:hover {
  opacity: 1;
}
.cid-skd2oVCawz .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 767px) {
  .cid-skd2oVCawz .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skd2oVCawz .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
