@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:300,400,500,600,700&amp;display=swap);





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: #4154f1 !important;
}
.bg-success {
  background-color: #57b22a !important;
}
.bg-info {
  background-color: #6b3df0 !important;
}
.bg-warning {
  background-color: #ff6b00 !important;
}
.bg-danger {
  background-color: #ff0000 !important;
}
.btn-primary {
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-primary,
.btn-primary:active {
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1129ee !important;
  border-color: #1129ee !important;
}
.btn-primary:before {
  background: #4154f1;
}
.btn-primary:hover {
  color: #ffffff !important;
  border-color: #4154f1 !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary {
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #051441 !important;
  border-color: #051441 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010512 !important;
  border-color: #010512 !important;
}
.btn-secondary:before {
  background: #051441;
}
.btn-secondary:hover {
  color: #ffffff !important;
  border-color: #051441 !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info {
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-info,
.btn-info:active {
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4912e8 !important;
  border-color: #4912e8 !important;
}
.btn-info:before {
  background: #6b3df0;
}
.btn-info:hover {
  color: #ffffff !important;
  border-color: #6b3df0 !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success {
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-success,
.btn-success:active {
  background-color: #57b22a !important;
  border-color: #57b22a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #438920 !important;
  border-color: #438920 !important;
}
.btn-success:before {
  background: #57b22a;
}
.btn-success:hover {
  color: #ffffff !important;
  border-color: #57b22a !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning {
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cc5600 !important;
  border-color: #cc5600 !important;
}
.btn-warning:before {
  background: #ff6b00;
}
.btn-warning:hover {
  color: #ffffff !important;
  border-color: #ff6b00 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger {
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-danger,
.btn-danger:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #cc0000 !important;
  border-color: #cc0000 !important;
}
.btn-danger:before {
  background: #ff0000;
}
.btn-danger:hover {
  color: #ffffff !important;
  border-color: #ff0000 !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 0.15);
}
.btn-white {
  color: #4154f1 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 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: #4154f1;
}
.btn-white:hover {
  color: #ffffff !important;
  border-color: #4154f1 !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: #4154f1;
  color: #4154f1;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4154f1 !important;
  border-color: #4154f1 !important;
}
.btn-primary-outline:before {
  background: #4154f1;
}
.btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(65, 84, 241, 0.15);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #051441;
  color: #051441;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #051441 !important;
  border-color: #051441 !important;
}
.btn-secondary-outline:before {
  background: #051441;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(5, 20, 65, 0.15);
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6b3df0;
  color: #6b3df0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6b3df0 !important;
  border-color: #6b3df0 !important;
}
.btn-info-outline:before {
  background: #6b3df0;
}
.btn-info-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(107, 61, 240, 0.15);
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #57b22a;
  color: #57b22a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #57b22a !important;
  border-color: #57b22a !important;
}
.btn-success-outline:before {
  background: #57b22a;
}
.btn-success-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(87, 178, 42, 0.15);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6b00;
  color: #ff6b00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6b00 !important;
  border-color: #ff6b00 !important;
}
.btn-warning-outline:before {
  background: #ff6b00;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 107, 0, 0.15);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff0000;
  color: #ff0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-danger-outline:before {
  background: #ff0000;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  box-shadow: 0 15px 30px 0 rgba(255, 0, 0, 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: #4154f1 !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: #4154f1 !important;
}
.text-secondary {
  color: #051441 !important;
}
.text-success {
  color: #57b22a !important;
}
.text-info {
  color: #6b3df0 !important;
}
.text-warning {
  color: #ff6b00 !important;
}
.text-danger {
  color: #ff0000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #1a1a1a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e21be !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2f5f17 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #3a0eb9 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #990000 !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: #4154f1;
}
.nav-tabs .nav-link:not(.active) {
  color: #1a1a1a;
}
.alert-success {
  background-color: #40A50B;
}
.alert-info {
  background-color: #6b3df0;
}
.alert-warning {
  background-color: #ff6b00;
}
.alert-danger {
  background-color: #ff0000;
}
.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: #4154f1;
  border-color: #4154f1;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 45px !important;
}
a,
a:hover {
  color: #4154f1;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #9de07c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfaff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcccc;
}
/* 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: #4154f1;
}
/* 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: #4154f1;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4154f1;
}
.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: #4154f1;
  border-bottom-color: #4154f1;
}
.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: #4154f1 !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: #051441 !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='%234154f1' %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: #4154f1 !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(65, 84, 241, 0.6);
}
.mbr-arrow-up a:hover {
  background: #4154f1;
}
.cid-skopnJ1y6j {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #6b3df0);
}
.cid-skopnJ1y6j .mbr-overlay {
  background: #ffffff;
}
.cid-skopnJ1y6j .animation {
  pointer-events: none;
}
.cid-skopnJ1y6j .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-skopnJ1y6j .mbr-section-title {
  margin-bottom: 27px;
}
.cid-skopnJ1y6j .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-skopnJ1y6j .btn.btn-white {
  color: #6b3df0 !important;
}
.cid-skopnJ1y6j .btn.btn-white:hover {
  color: #fff !important;
}
@media (min-width: 768px) {
  .cid-skopnJ1y6j .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-skopnJ1y6j .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-skopnJ1y6j .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-skopnJ1y6j .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-skopnJ1y6j .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-skopnJ1y6j .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skopnJ1y6j .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-skopnJ1y6j .image__block {
    margin-bottom: -100px;
  }
}
.cid-skot8at5px {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-skot8at5px .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skou0VfRy4 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skou0VfRy4 .title_block {
  margin-bottom: 80px;
}
.cid-skou0VfRy4 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skou0VfRy4 .mbr-section-title,
.cid-skou0VfRy4 .card-title {
  color: #051441;
}
.cid-skou0VfRy4 .card-title {
  margin-bottom: 22px;
}
.cid-skou0VfRy4 .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-skou0VfRy4 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skou0VfRy4 .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-skou0VfRy4 .btn_link:hover {
  cursor: pointer;
}
.cid-skou0VfRy4 .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skou0VfRy4 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skou0VfRy4 .item-img {
  margin-bottom: 40px;
}
.cid-skou0VfRy4 img,
.cid-skou0VfRy4 .item-img {
  width: 100%;
  object-fit: contain;
}
.cid-skou0VfRy4 .item:focus,
.cid-skou0VfRy4 span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-skou0VfRy4 .title_block {
    margin-bottom: 40px;
  }
  .cid-skou0VfRy4 .card-title,
  .cid-skou0VfRy4 .card-text {
    margin-bottom: 16px;
  }
  .cid-skou0VfRy4 .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-skov4zN7NE {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-skov4zN7NE .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-skov4zN7NE .mbr-section-head {
  margin-top: 120px;
}
.cid-skov4zN7NE .video-wrapper iframe {
  width: 100%;
}
.cid-skov4zN7NE .mbr-section-head {
  margin-bottom: 80px;
}
.cid-skov4zN7NE .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skov4zN7NE .mbr-section-title {
  color: #051441;
}
.cid-skov4zN7NE .image {
  position: relative;
  background-color: #4154f1;
}
.cid-skov4zN7NE .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.cid-skov4zN7NE .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-skov4zN7NE .iconfont-wrapper span {
  font-size: 24px;
  line-height: 82px;
  color: #4154f1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.cid-skov4zN7NE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skov4zN7NE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skov4zN7NE .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skov4zN7NE 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-skov4zN7NE a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skov4zN7NE .mbr-section-head {
    margin-bottom: 40px;
  }
  .cid-skov4zN7NE .iconfont-wrapper {
    width: 60px;
    height: 60px;
  }
  .cid-skov4zN7NE .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-skow3B3Go9 {
  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-skow3B3Go9 .mbr-overlay {
  background: #5eeebb;
}
.cid-skow3B3Go9 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-skow3B3Go9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skow3B3Go9 .card-title {
  margin-bottom: 26px;
}
.cid-skow3B3Go9 .mbr-text {
  margin-bottom: 30px;
}
.cid-skow3B3Go9 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skow3B3Go9 .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-skow3B3Go9 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-skow3B3Go9 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skow3B3Go9 .text-wrapper {
    text-align: center;
  }
  .cid-skow3B3Go9 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skow3B3Go9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skow3B3Go9 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skowaVEgDt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6b3df0;
}
.cid-skowaVEgDt .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skowaVEgDt .text-white {
  color: #a99fc5 !important;
}
.cid-skowaVEgDt .text-white:hover {
  color: #ffffff !important;
}
.cid-skowaVEgDt .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skowaVEgDt .foot-menu li {
  padding: 10px;
}
.cid-skowaVEgDt .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-skowaVEgDt .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-skowaVEgDt .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skowaVEgDt .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skowaVEgDt .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skowaVEgDt .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skowaVEgDt .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skowaVEgDt .social-list a:hover {
  opacity: 1;
}
.cid-skowaVEgDt .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-skowaVEgDt .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skowaVEgDt .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.cid-skoPKpZ1pS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skoPKpZ1pS nav.navbar {
  position: fixed;
}
.cid-skoPKpZ1pS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
  color: #051441 !important;
}
.cid-skoPKpZ1pS .btn:hover {
  color: #fff !important;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skoPKpZ1pS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skoPKpZ1pS .dropdown-item:hover,
.cid-skoPKpZ1pS .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-skoPKpZ1pS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skoPKpZ1pS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skoPKpZ1pS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skoPKpZ1pS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skoPKpZ1pS .nav-link:hover {
  color: #4154f1 !important;
}
.cid-skoPKpZ1pS .container {
  display: flex;
  margin: auto;
}
.cid-skoPKpZ1pS .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skoPKpZ1pS .dropdown-menu,
.cid-skoPKpZ1pS .navbar.opened {
  background: #ffffff !important;
}
.cid-skoPKpZ1pS .nav-item:focus,
.cid-skoPKpZ1pS .nav-link:focus {
  outline: none;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skoPKpZ1pS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skoPKpZ1pS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skoPKpZ1pS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-skoPKpZ1pS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skoPKpZ1pS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skoPKpZ1pS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skoPKpZ1pS .navbar.opened {
  transition: all 0.3s;
}
.cid-skoPKpZ1pS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-skoPKpZ1pS .navbar .navbar-logo img {
  width: auto;
}
.cid-skoPKpZ1pS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skoPKpZ1pS .navbar.collapsed {
  justify-content: center;
}
.cid-skoPKpZ1pS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skoPKpZ1pS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skoPKpZ1pS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu {
    display: none;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skoPKpZ1pS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skoPKpZ1pS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skoPKpZ1pS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skoPKpZ1pS .navbar .navbar-buttons,
  .cid-skoPKpZ1pS .navbar .icons-menu {
    display: none;
  }
  .cid-skoPKpZ1pS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skoPKpZ1pS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skoPKpZ1pS .dropdown-item.active,
.cid-skoPKpZ1pS .dropdown-item:active {
  background-color: transparent;
}
.cid-skoPKpZ1pS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skoPKpZ1pS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skoPKpZ1pS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skoPKpZ1pS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skoPKpZ1pS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skoPKpZ1pS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skoPKpZ1pS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar {
    height: 70px;
  }
  .cid-skoPKpZ1pS .navbar.opened {
    height: auto;
  }
  .cid-skoPKpZ1pS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skoPKpZ1pS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-skoPKpZ1pS nav.navbar {
  position: fixed;
}
.cid-skoPKpZ1pS .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
  color: #051441 !important;
}
.cid-skoPKpZ1pS .btn:hover {
  color: #fff !important;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-skoPKpZ1pS .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-skoPKpZ1pS .dropdown-item:hover,
.cid-skoPKpZ1pS .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-skoPKpZ1pS .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-skoPKpZ1pS .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-skoPKpZ1pS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-skoPKpZ1pS .nav-link {
  position: relative;
  line-height: 1;
}
.cid-skoPKpZ1pS .nav-link:hover {
  color: #4154f1 !important;
}
.cid-skoPKpZ1pS .container {
  display: flex;
  margin: auto;
}
.cid-skoPKpZ1pS .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-skoPKpZ1pS .dropdown-menu,
.cid-skoPKpZ1pS .navbar.opened {
  background: #ffffff !important;
}
.cid-skoPKpZ1pS .nav-item:focus,
.cid-skoPKpZ1pS .nav-link:focus {
  outline: none;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skoPKpZ1pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skoPKpZ1pS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skoPKpZ1pS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-skoPKpZ1pS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cid-skoPKpZ1pS .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-skoPKpZ1pS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skoPKpZ1pS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skoPKpZ1pS .navbar.opened {
  transition: all 0.3s;
}
.cid-skoPKpZ1pS .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-skoPKpZ1pS .navbar .navbar-logo img {
  width: auto;
}
.cid-skoPKpZ1pS .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-skoPKpZ1pS .navbar.collapsed {
  justify-content: center;
}
.cid-skoPKpZ1pS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skoPKpZ1pS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skoPKpZ1pS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-skoPKpZ1pS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu {
    display: none;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skoPKpZ1pS .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-skoPKpZ1pS .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-skoPKpZ1pS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skoPKpZ1pS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skoPKpZ1pS .navbar .navbar-buttons,
  .cid-skoPKpZ1pS .navbar .icons-menu {
    display: none;
  }
  .cid-skoPKpZ1pS .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skoPKpZ1pS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skoPKpZ1pS .dropdown-item.active,
.cid-skoPKpZ1pS .dropdown-item:active {
  background-color: transparent;
}
.cid-skoPKpZ1pS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skoPKpZ1pS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skoPKpZ1pS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skoPKpZ1pS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skoPKpZ1pS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skoPKpZ1pS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skoPKpZ1pS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skoPKpZ1pS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skoPKpZ1pS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skoPKpZ1pS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-skoPKpZ1pS .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-skoPKpZ1pS .navbar {
    height: 70px;
  }
  .cid-skoPKpZ1pS .navbar.opened {
    height: auto;
  }
  .cid-skoPKpZ1pS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-27 {
  /* Type valid CSS here */
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-27 h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoPROYHLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPROYHLF .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skoPROYHLF .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #051441;
}
.cid-skoPROYHLF .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPROYHLF .mbr-text {
  line-height: 1.54;
  margin-bottom: 50px;
}
.cid-skoPROYHLF .btn_group {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-skoPROYHLF .mbr-section-btn {
  display: inline-block;
}
.cid-skoPROYHLF .popup_video {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 30px;
}
.cid-skoPROYHLF .popup_video:hover {
  cursor: pointer;
}
.cid-skoPROYHLF .popup_video:hover .popup__text {
  color: #4154f1;
}
.cid-skoPROYHLF .popup_video:hover .popup__text:after {
  transform: scaleX(1);
}
.cid-skoPROYHLF .popup_video:hover .popup__text:before {
  transform: scaleX(0);
}
.cid-skoPROYHLF .popup_video:hover .mbr-media {
  background-color: #4154f1;
}
.cid-skoPROYHLF .popup_video:hover .mbr-media span {
  color: #ffffff;
}
.cid-skoPROYHLF .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-skoPROYHLF .mbr-media span {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-left: 4px;
  color: #4154f1;
}
.cid-skoPROYHLF .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-skoPROYHLF .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-skoPROYHLF .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-skoPROYHLF .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-skoPROYHLF .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skoPROYHLF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skoPROYHLF .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skoPROYHLF 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-skoPROYHLF a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skoPROYHLF .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skoPROYHLF .image_img {
    margin-bottom: 40px;
  }
  .cid-skoPROYHLF .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skoPROYHLF .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoPROYHLF .popup_video {
    margin-left: 0;
    margin-top: 10px;
  }
  .cid-skoPROYHLF .btn_group {
    flex-direction: column;
  }
}
@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-skoPS5tTJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPS5tTJB .image_img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.cid-skoPS5tTJB .mbr-section-title {
  line-height: 1.07;
  letter-spacing: -2px;
  margin-bottom: 37px;
  color: #051441;
}
.cid-skoPS5tTJB .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPS5tTJB .mbr-text {
  margin-bottom: 50px;
  line-height: 1.54;
}
.cid-skoPS5tTJB .mbr-section-btn {
  display: inline-block;
}
.cid-skoPS5tTJB .btn_link {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 30px;
}
.cid-skoPS5tTJB .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-skoPS5tTJB .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-skoPS5tTJB .btn_link: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-skoPS5tTJB .btn_link:hover {
  cursor: pointer;
}
.cid-skoPS5tTJB .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPS5tTJB .btn_link:hover:after {
  transform: scaleX(1);
}
.cid-skoPS5tTJB .btn_link:hover:before {
  transform: scaleX(0);
}
.cid-skoPS5tTJB .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-skoPS5tTJB .head_block {
    order: 1;
    text-align: center;
  }
  .cid-skoPS5tTJB .image_img {
    margin-bottom: 40px;
  }
  .cid-skoPS5tTJB .mbr-section-title {
    margin-bottom: 22px;
  }
  .cid-skoPS5tTJB .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoPS5tTJB .btn_link {
    margin-left: 0;
    margin-top: 20px;
  }
  .cid-skoPS5tTJB .btn_group {
    display: inline-flex;
    flex-direction: column;
  }
}
.cid-skoPSiTixk {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #4154f1;
  background: linear-gradient(to right bottom, rgba(65, 84, 241, 0.8), #5e2ced);
}
.cid-skoPSiTixk .mbr-overlay {
  background: #ffffff;
}
.cid-skoPSiTixk .animation {
  pointer-events: none;
}
.cid-skoPSiTixk .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-skoPSiTixk .mbr-section-title {
  margin-bottom: 27px;
}
.cid-skoPSiTixk .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-skoPSiTixk .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-skoPSiTixk .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-skoPSiTixk .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-skoPSiTixk .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-skoPSiTixk .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-skoPSiTixk .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-skoPSiTixk .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-skoPSiTixk .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoPSiTixk .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-skoPSiTixk .image__block {
    margin-bottom: -100px;
  }
}
.cid-skoPSxEGqr {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #6b3df0;
  background-image: linear-gradient(-45deg, #6b3df0 0%, #5e2ced 100%);
}
.cid-skoPSxEGqr .mbr-overlay {
  background: #6b3df0;
  background: linear-gradient(to right, #6b3df0, #5e2ced);
}
.cid-skoPSxEGqr .title_block {
  margin-bottom: 50px;
}
.cid-skoPSxEGqr .mbr-section-subtitle {
  letter-spacing: 1.6px;
  margin-bottom: 16px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPSxEGqr .mbr-section-title {
  margin-bottom: 36px;
}
.cid-skoPSxEGqr .mbr-text {
  margin-bottom: 30px;
}
.cid-skoPSxEGqr .mbr-section-btn .btn-white {
  color: #6b3df0 !important;
}
.cid-skoPSxEGqr .mbr-section-btn .btn-white:before {
  background: #6b3df0 !important;
}
.cid-skoPSxEGqr .mbr-section-btn .btn-white:hover {
  border-color: #fff !important;
  color: #fff !important;
}
.cid-skoPSxEGqr .mbr-section-btn .btn-white:hover::before {
  background: #6b3df0 !important;
}
.cid-skoPSxEGqr .mbr-section-btn .btn-white-outline:hover {
  color: #6b3df0 !important;
}
.cid-skoPSxEGqr .mbr-section-btn .mbr-iconfont {
  order: 0;
  margin-right: 4px;
  margin-bottom: 2px;
  font-size: 16px;
}
.cid-skoPSxEGqr .image_block {
  width: 460px;
  margin: 0 auto;
}
.cid-skoPSxEGqr .image_block img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-skoPSxEGqr .title_block {
    text-align: center;
  }
  .cid-skoPSxEGqr .image_block {
    margin-bottom: 40px;
    width: auto;
    max-width: 370px;
  }
  .cid-skoPSxEGqr .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-skoPSxEGqr .btn {
    padding: 14px 26px;
  }
}
#custom-html-28 {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-28 h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoPT1eY5W {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPT1eY5W .title_block {
  margin-bottom: 80px;
}
.cid-skoPT1eY5W .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPT1eY5W .mbr-section-title,
.cid-skoPT1eY5W .card-title {
  color: #051441;
}
.cid-skoPT1eY5W .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-skoPT1eY5W .card_wrapper:hover {
  transform: translateY(-16px);
}
.cid-skoPT1eY5W .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(65, 84, 241, 0.07);
}
.cid-skoPT1eY5W .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
}
.cid-skoPT1eY5W .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-skoPT1eY5W .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-skoPT1eY5W .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(87, 178, 42, 0.07);
}
.cid-skoPT1eY5W .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #57b22a;
}
.cid-skoPT1eY5W .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-skoPT1eY5W .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
}
.cid-skoPT1eY5W .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoPT1eY5W .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-skoPT1eY5W .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-skoPT1eY5W .card-title {
  margin-bottom: 20px;
}
.cid-skoPT1eY5W .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-skoPT1eY5W .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPT1eY5W .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-skoPT1eY5W .btn_link:hover {
  cursor: pointer;
}
.cid-skoPT1eY5W .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPT1eY5W .btn_link:hover span {
  transform: translatex(5px);
}
@media (max-width: 991px) {
  .cid-skoPT1eY5W .title_block {
    margin-bottom: 40px;
  }
  .cid-skoPT1eY5W .card {
    text-align: center;
  }
  .cid-skoPT1eY5W .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-skoPTg1Q4o {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPTg1Q4o .title_block {
  margin-bottom: 80px;
}
.cid-skoPTg1Q4o .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPTg1Q4o .mbr-section-title,
.cid-skoPTg1Q4o .card-title {
  color: #051441;
}
.cid-skoPTg1Q4o .card:nth-child(1) .iconfont-wrapper:before {
  background-color: rgba(65, 84, 241, 0.07);
}
.cid-skoPTg1Q4o .card:nth-child(1) .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
}
.cid-skoPTg1Q4o .card:nth-child(2) .iconfont-wrapper:before {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-skoPTg1Q4o .card:nth-child(2) .iconfont-wrapper .mbr-iconfont {
  color: #ff6b00;
}
.cid-skoPTg1Q4o .card:nth-child(3) .iconfont-wrapper:before {
  background-color: rgba(87, 178, 42, 0.07);
}
.cid-skoPTg1Q4o .card:nth-child(3) .iconfont-wrapper .mbr-iconfont {
  color: #57b22a;
}
.cid-skoPTg1Q4o .card:nth-child(4) .iconfont-wrapper:before {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-skoPTg1Q4o .card:nth-child(4) .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
}
.cid-skoPTg1Q4o .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoPTg1Q4o .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-skoPTg1Q4o .iconfont-wrapper .mbr-iconfont {
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-skoPTg1Q4o .card-title {
  margin-bottom: 20px;
}
.cid-skoPTg1Q4o .card-text {
  margin-bottom: 15px;
  line-height: 1.5;
}
.cid-skoPTg1Q4o .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPTg1Q4o .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-skoPTg1Q4o .btn_link:hover {
  cursor: pointer;
}
.cid-skoPTg1Q4o .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPTg1Q4o .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skoPTg1Q4o .icon_block {
  position: relative;
}
.cid-skoPTg1Q4o .shape_2 {
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(-25deg);
}
.cid-skoPTg1Q4o .shape_4 {
  position: absolute;
  left: -13px;
  bottom: 0;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-35deg);
}
@media (max-width: 991px) {
  .cid-skoPTg1Q4o .title_block {
    margin-bottom: 40px;
  }
  .cid-skoPTg1Q4o .card {
    text-align: center;
  }
  .cid-skoPTg1Q4o .card_wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-skoPTvPXvA {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPTvPXvA .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoPTvPXvA .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-skoPTvPXvA .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-skoPTvPXvA .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPTvPXvA .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-skoPTvPXvA .btn_link:hover {
  cursor: pointer;
}
.cid-skoPTvPXvA .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPTvPXvA .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skoPTvPXvA .mbr-section-title {
  margin-bottom: 36px;
  color: #051441;
}
.cid-skoPTvPXvA .mbr-text {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cid-skoPTvPXvA .column2 {
    margin-top: 100px;
  }
}
.cid-skoPTvPXvA .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-skoPTvPXvA .icon__card_wrap {
  width: 100%;
  margin-bottom: 25px;
}
.cid-skoPTvPXvA .icon__card {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-skoPTvPXvA .icon__card .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.cid-skoPTvPXvA .icon__card.color1 span {
  text-shadow: 0 14px 30px rgba(65, 84, 241, 0.4);
  background: -webkit-linear-gradient(40deg, #4154f1 0%, rgba(65, 84, 241, 0.3) 100%);
}
.cid-skoPTvPXvA .icon__card.color2 span {
  text-shadow: 0 14px 30px rgba(87, 178, 42, 0.4);
  background: -webkit-linear-gradient(40deg, #57b22a 0%, rgba(87, 178, 42, 0.3) 100%);
}
.cid-skoPTvPXvA .icon__card.color3 span {
  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%);
}
.cid-skoPTvPXvA .icon__card.color4 span {
  text-shadow: 0 14px 30px rgba(255, 107, 0, 0.4);
  background: -webkit-linear-gradient(40deg, #ff6b00 0%, rgba(255, 107, 0, 0.3) 100%);
}
.cid-skoPTvPXvA .card__title {
  margin-bottom: 15px;
  color: #051441;
}
.cid-skoPTvPXvA .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-skoPTvPXvA .title__block {
    text-align: center;
  }
  .cid-skoPTvPXvA .iconfont-wrapper {
    margin-bottom: 30px;
  }
  .cid-skoPTvPXvA .mbr-sectioin-title {
    margin-bottom: 22px;
  }
  .cid-skoPTvPXvA .mbr-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .cid-skoPTvPXvA .card__block {
    padding: 35px 30px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.cid-skoPU5xQ0y {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPU5xQ0y .mbr-section-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoPU5xQ0y .mbr-text {
  margin-bottom: 30px;
}
.cid-skoPU5xQ0y .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoPU5xQ0y .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-skoPU5xQ0y .icon_block .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-skoPU5xQ0y .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPU5xQ0y .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-skoPU5xQ0y .btn_link:hover {
  cursor: pointer;
}
.cid-skoPU5xQ0y .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPU5xQ0y .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skoPU5xQ0y .card_wrapper {
  margin-bottom: 20px;
}
.cid-skoPU5xQ0y .card_icon {
  display: block;
  margin-bottom: 25px;
}
.cid-skoPU5xQ0y .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-skoPU5xQ0y .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoPU5xQ0y .title_block,
  .cid-skoPU5xQ0y .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-skoPU5xQ0y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoPU5xQ0y .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoPUloOtf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPUloOtf .mbr-section-subtitle {
  margin-bottom: 6px;
  color: #051441;
}
.cid-skoPUloOtf .mbr-section-title {
  margin-bottom: 0;
  color: #051441;
}
.cid-skoPUloOtf .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-skoPUloOtf .card_wrapper:hover {
  transform: translateY(-16px);
  box-shadow: 0 30px 60px 0 rgba(38, 59, 94, 0.1);
}
.cid-skoPUloOtf .card_wrapper:hover .card_title {
  color: #4154f1;
}
.cid-skoPUloOtf .card_wrapper:hover .card_link .mbr-iconfont {
  color: #4154f1 !important;
}
.cid-skoPUloOtf .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-skoPUloOtf .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-skoPUloOtf .card_wrapper:hover .shape_2 {
  transform: rotate(360deg);
  top: -6px;
  right: -2px;
}
.cid-skoPUloOtf .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-skoPUloOtf .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-skoPUloOtf .icon_block {
  margin-bottom: 40px;
}
.cid-skoPUloOtf .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-skoPUloOtf .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skoPUloOtf .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoPUloOtf .card_text {
  margin-bottom: 50px;
}
.cid-skoPUloOtf .card_link {
  display: block;
}
.cid-skoPUloOtf .card_link a {
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
}
.cid-skoPUloOtf .card_link a:hover {
  transform: translateX(6px);
}
.cid-skoPUloOtf .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-skoPUloOtf .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-skoPUloOtf .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-skoPUloOtf .shape_2 {
  top: 9px;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-skoPUloOtf .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-skoPUloOtf .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .cid-skoPUloOtf .card_wrapper {
    padding: 40px 30px;
    max-width: 370px;
    margin: 30px auto 0;
  }
  .cid-skoPUloOtf .card_title {
    margin-bottom: 15px;
  }
  .cid-skoPUloOtf .card_text {
    margin-bottom: 20px;
  }
  .cid-skoPUloOtf .card_link .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-skoPUDMvO0 {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-skoPUDMvO0 .title_block {
  margin-bottom: 25px;
}
.cid-skoPUDMvO0 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPUDMvO0 .mbr-section-title {
  color: #051441;
}
.cid-skoPUDMvO0 .carousel {
  position: relative;
  width: 100%;
}
.cid-skoPUDMvO0 .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-skoPUDMvO0 .carousel-item.active,
.cid-skoPUDMvO0 .carousel-item-next,
.cid-skoPUDMvO0 .carousel-item-prev {
  display: flex;
}
.cid-skoPUDMvO0 .carousel-controls {
  justify-content: center;
}
.cid-skoPUDMvO0 .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-skoPUDMvO0 .carousel-controls a span:hover {
  background-color: #4154f1;
  color: #ffffff;
}
.cid-skoPUDMvO0 .carousel-control-prev {
  width: 50px;
  left: -60px;
}
.cid-skoPUDMvO0 .carousel-control-next {
  width: 50px;
  right: -60px;
}
.cid-skoPUDMvO0 .box {
  padding: 55px 0;
  height: 100%;
}
.cid-skoPUDMvO0 .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-skoPUDMvO0 .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-skoPUDMvO0 .card_header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-skoPUDMvO0 .card_title {
  display: inline-block;
  max-width: 160px;
  margin-bottom: 0;
  color: #051441;
}
.cid-skoPUDMvO0 .carousel-item .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #ff0000 0%, #ff6666 100%);
}
.cid-skoPUDMvO0 .carousel-item .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-skoPUDMvO0 .carousel-item .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-skoPUDMvO0 .iconfont-wrapper {
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -4px 0;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-skoPUDMvO0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 60px;
}
.cid-skoPUDMvO0 .image {
  display: block;
  max-width: 150px;
  margin-left: auto;
}
.cid-skoPUDMvO0 .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-skoPUDMvO0 .box {
    padding: 45px 0;
    padding-bottom: 0;
  }
  .cid-skoPUDMvO0 .item:last-child .box {
    padding-bottom: 55px;
  }
  .cid-skoPUDMvO0 .title_block {
    margin-bottom: 0;
  }
  .cid-skoPUDMvO0 .carousel-control-prev {
    width: 50px;
    left: 0;
  }
  .cid-skoPUDMvO0 .carousel-control-next {
    width: 50px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .cid-skoPUDMvO0 .carousel-controls {
    height: 50px;
    width: 100%;
    position: relative;
  }
  .cid-skoPUDMvO0 .carousel-controls .carousel-control-prev {
    position: static;
    margin-right: 10px;
    width: 50px;
  }
  .cid-skoPUDMvO0 .carousel-controls .carousel-control-next {
    position: static;
    width: 50px;
  }
}
@media (max-width: 567px) {
  .cid-skoPUDMvO0 .container_sm {
    margin: 0 15px;
  }
}
.cid-skoPUXDkT6 {
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPUXDkT6 .title_block {
  margin-bottom: 80px;
}
.cid-skoPUXDkT6 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPUXDkT6 .mbr-section-title {
  color: #051441;
}
.cid-skoPUXDkT6 .image {
  position: relative;
}
.cid-skoPUXDkT6 .image img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-skoPUXDkT6 .image {
    left: -32px;
  }
}
.cid-skoPUXDkT6 .card_icon {
  margin-bottom: 30px;
}
.cid-skoPUXDkT6 .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-skoPUXDkT6 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 32px;
  line-height: 80px;
}
.cid-skoPUXDkT6 .row .item {
  margin: auto;
}
.cid-skoPUXDkT6 .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 0, 0, 0.4);
  background-image: linear-gradient(-27deg, #ff0000 0%, #ff6666 100%);
}
.cid-skoPUXDkT6 .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(-27deg, #57b22a 0%, #8ddb67 100%);
}
.cid-skoPUXDkT6 .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(-27deg, #ff6b00 0%, #ffa666 100%);
}
.cid-skoPUXDkT6 .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 10px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(-27deg, #4154f1 0%, #a0aaf8 100%);
}
.cid-skoPUXDkT6 .card-title {
  margin-bottom: 24px;
  line-height: 1;
  color: #051441;
}
.cid-skoPUXDkT6 .card-text {
  margin-bottom: 0;
}
.cid-skoPUXDkT6 .card_wrapper {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .cid-skoPUXDkT6 .card_wrapper {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .cid-skoPUXDkT6 .image {
    margin-bottom: 35px;
  }
  .cid-skoPUXDkT6 .title_block,
  .cid-skoPUXDkT6 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-skoPUXDkT6 .card_icon {
    margin-bottom: 25px;
  }
  .cid-skoPUXDkT6 .card-title {
    margin-bottom: 16px;
  }
}
.cid-skoPVckwSn {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPVckwSn .title_block {
  margin-bottom: 80px;
}
.cid-skoPVckwSn .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPVckwSn .mbr-section-title {
  color: #051441;
}
.cid-skoPVckwSn .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoPVckwSn .card_wrapper:hover .card_title {
  color: #4154f1;
}
.cid-skoPVckwSn .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-skoPVckwSn .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-skoPVckwSn .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-skoPVckwSn .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-skoPVckwSn .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-skoPVckwSn .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(40deg, #4154f1 0%, #a0aaf8 100%);
}
.cid-skoPVckwSn .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-skoPVckwSn .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-skoPVckwSn .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-skoPVckwSn .icon_block {
  margin-bottom: 40px;
}
.cid-skoPVckwSn .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-skoPVckwSn .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skoPVckwSn .card_title {
  margin-bottom: 20px;
  color: #051441;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoPVckwSn .card_text {
  margin-bottom: 0;
}
.cid-skoPVckwSn .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPVckwSn .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-skoPVckwSn .card_link:hover {
  cursor: pointer;
}
.cid-skoPVckwSn .card_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPVckwSn .card_link:hover span {
  transform: translatex(5px);
}
.cid-skoPVckwSn .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-skoPVckwSn .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-skoPVckwSn .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-skoPVckwSn .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #ff6b00;
}
.cid-skoPVckwSn .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
.cid-skoPVckwSn .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-skoPVckwSn .title_block {
    margin-bottom: 15px;
  }
  .cid-skoPVckwSn .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-skoPVckwSn .card_title {
    margin-bottom: 15px;
  }
  .cid-skoPVckwSn .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-skoPVq7ZSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPVq7ZSm .carousel-item {
  justify-content: center;
}
.cid-skoPVq7ZSm .carousel-item.active,
.cid-skoPVq7ZSm .carousel-item-next,
.cid-skoPVq7ZSm .carousel-item-prev {
  display: flex;
}
.cid-skoPVq7ZSm .title_block {
  margin-bottom: 80px;
}
.cid-skoPVq7ZSm .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPVq7ZSm .mbr-section-title {
  color: #051441;
}
.cid-skoPVq7ZSm .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-skoPVq7ZSm .user_descr {
  margin: 0;
}
.cid-skoPVq7ZSm .user:hover img {
  transform: scale(1.1);
}
.cid-skoPVq7ZSm .user:hover .card_title a {
  color: #4154f1 !important;
}
.cid-skoPVq7ZSm .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-skoPVq7ZSm .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-skoPVq7ZSm 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-skoPVq7ZSm li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 27px;
  height: 2px;
}
.cid-skoPVq7ZSm .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-skoPVq7ZSm .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-skoPVq7ZSm .title_block {
    margin-bottom: 40px;
  }
  .cid-skoPVq7ZSm .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-skoPVq7ZSm .user {
    margin-top: 40px;
  }
  .cid-skoPVq7ZSm .user:first-child {
    margin-top: 0;
  }
}
.cid-skoPVJr7nt {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #4154f1;
  background: linear-gradient(-45deg, rgba(65, 84, 241, 0.8), #6b3df0);
}
.cid-skoPVJr7nt .title_block {
  margin-bottom: 50px;
}
.cid-skoPVJr7nt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPVJr7nt .mbr-section-title {
  color: #ffffff;
}
.cid-skoPVJr7nt .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(40deg, #4154f1 0%, #a0aaf8 100%);
}
.cid-skoPVJr7nt .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-skoPVJr7nt .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-skoPVJr7nt .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(255, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #ff0000 0%, #ff6666 100%);
}
.cid-skoPVJr7nt .item:nth-child(5) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(107, 61, 240, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-skoPVJr7nt .item:nth-child(6) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(5, 20, 65, 0.4);
  background-image: linear-gradient(40deg, #051441 0%, #0c31a0 100%);
}
.cid-skoPVJr7nt .iconfont-wrapper {
  left: 50%;
  top: -35px;
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  transform: translateX(-50%);
}
.cid-skoPVJr7nt .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 34px;
  line-height: 70px;
}
.cid-skoPVJr7nt .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-skoPVJr7nt .card_wrap:hover {
  transform: translateY(-16px);
}
.cid-skoPVJr7nt .card_title {
  margin-bottom: 20px;
  color: #051441;
}
@media (max-width: 991px) {
  .cid-skoPVJr7nt .title_block {
    margin-bottom: 30px;
  }
  .cid-skoPVJr7nt .card_wrap {
    padding: 35px;
    padding-top: 65px;
  }
}
.cid-skoPVYdr0V {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-skoPVYdr0V .title_block {
  margin-bottom: 80px;
}
.cid-skoPVYdr0V .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPVYdr0V .mbr-section-title,
.cid-skoPVYdr0V .card-title {
  color: #051441;
}
.cid-skoPVYdr0V .card-title {
  margin-bottom: 22px;
}
.cid-skoPVYdr0V .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-skoPVYdr0V .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoPVYdr0V .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-skoPVYdr0V .btn_link:hover {
  cursor: pointer;
}
.cid-skoPVYdr0V .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoPVYdr0V .btn_link:hover span {
  transform: translatex(5px);
}
.cid-skoPVYdr0V .item-img {
  margin-bottom: 40px;
}
.cid-skoPVYdr0V img,
.cid-skoPVYdr0V .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-skoPVYdr0V .item:focus,
.cid-skoPVYdr0V span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-skoPVYdr0V .title_block {
    margin-bottom: 40px;
  }
  .cid-skoPVYdr0V .card-title,
  .cid-skoPVYdr0V .card-text {
    margin-bottom: 16px;
  }
  .cid-skoPVYdr0V .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
#custom-html-29 {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-29 h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoPXdXUsw {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-skoPXdXUsw .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-skoPXdXUsw .mbr-section-head {
  margin-top: 120px;
}
.cid-skoPXdXUsw .video-wrapper iframe {
  width: 100%;
}
.cid-skoPXdXUsw .mbr-section-head {
  margin-bottom: 80px;
}
.cid-skoPXdXUsw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPXdXUsw .mbr-section-title {
  color: #051441;
}
.cid-skoPXdXUsw .image {
  position: relative;
  background-color: #4154f1;
}
.cid-skoPXdXUsw .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.cid-skoPXdXUsw .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-skoPXdXUsw .iconfont-wrapper span {
  font-size: 24px;
  line-height: 82px;
  color: #4154f1;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-left: 4px;
}
.cid-skoPXdXUsw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-skoPXdXUsw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-skoPXdXUsw .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-skoPXdXUsw 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-skoPXdXUsw a.close:hover {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skoPXdXUsw .mbr-section-head {
    margin-bottom: 40px;
  }
  .cid-skoPXdXUsw .iconfont-wrapper {
    width: 60px;
    height: 60px;
  }
  .cid-skoPXdXUsw .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-skoPXzQEzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoPXzQEzw .title_block {
  margin-bottom: 80px;
}
.cid-skoPXzQEzw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoPXzQEzw .mbr-section-title {
  color: #051441;
}
.cid-skoPXzQEzw .mbr-item-subtitle {
  margin-top: 15px;
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #051441;
}
.cid-skoPXzQEzw .user_descr {
  margin: 0;
}
.cid-skoPXzQEzw .item {
  padding-bottom: 2rem;
}
.cid-skoPXzQEzw .item:hover .mbr-item-subtitle {
  color: #4154f1;
}
.cid-skoPXzQEzw .item-wrapper {
  height: 200px;
  position: relative;
}
.cid-skoPXzQEzw .item-wrapper img {
  height: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoPXzQEzw .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-skoPXzQEzw .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-skoPXzQEzw .item-wrapper:hover img {
  transform: scale(1.1);
}
.cid-skoPXzQEzw .carousel-control,
.cid-skoPXzQEzw .close {
  background: #1b1b1b;
}
.cid-skoPXzQEzw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-skoPXzQEzw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-skoPXzQEzw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-skoPXzQEzw .carousel-control-next span {
  margin-left: 5px;
}
.cid-skoPXzQEzw .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-skoPXzQEzw .close::before {
  content: '\e91a';
}
.cid-skoPXzQEzw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-skoPXzQEzw .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-skoPXzQEzw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skoPXzQEzw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-skoPXzQEzw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-skoPXzQEzw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-skoPXzQEzw .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-skoPXzQEzw .carousel-indicators li.active,
.cid-skoPXzQEzw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-skoPXzQEzw .carousel-indicators li::after,
.cid-skoPXzQEzw .carousel-indicators li::before {
  content: none;
}
.cid-skoPXzQEzw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-skoPXzQEzw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-skoPXzQEzw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-skoPXzQEzw .carousel-indicators {
    display: none;
  }
}
.cid-skoPXzQEzw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-skoPXzQEzw .carousel-inner > .active {
  display: block;
}
.cid-skoPXzQEzw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skoPXzQEzw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skoPXzQEzw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-skoPXzQEzw .carousel-control,
  .cid-skoPXzQEzw .carousel-indicators,
  .cid-skoPXzQEzw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-skoPXzQEzw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-skoPXzQEzw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-skoPXzQEzw .carousel-indicators .active,
.cid-skoPXzQEzw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-skoPXzQEzw .carousel-indicators .active {
  background: #fff;
}
.cid-skoPXzQEzw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-skoPXzQEzw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-skoPXzQEzw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-skoPXzQEzw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-skoPXzQEzw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-skoPXzQEzw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-skoPXzQEzw .carousel {
  width: 100%;
}
.cid-skoPXzQEzw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-skoPXzQEzw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-skoPXzQEzw .modal.fade .modal-dialog,
.cid-skoPXzQEzw .modal.in .modal-dialog {
  transform: none;
}
.cid-skoPXzQEzw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
#custom-html-2a {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2a h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoXn4U7mE {
  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-skoXn4U7mE .mbr-overlay {
  background: #5eeebb;
}
.cid-skoXn4U7mE .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-skoXn4U7mE .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXn4U7mE .card-title {
  margin-bottom: 26px;
}
.cid-skoXn4U7mE .mbr-text {
  margin-bottom: 30px;
}
.cid-skoXn4U7mE .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoXn4U7mE .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-skoXn4U7mE .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-skoXn4U7mE .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXn4U7mE .text-wrapper {
    text-align: center;
  }
  .cid-skoXn4U7mE .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXn4U7mE .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoXn4U7mE .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoXosz1YU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXosz1YU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXosz1YU .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoXosz1YU .mbr-text {
  margin-bottom: 30px;
}
.cid-skoXosz1YU .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-skoXosz1YU .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-skoXosz1YU .iconfont-wrapper .mbr-iconfont {
  color: #4154f1;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-skoXosz1YU .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoXosz1YU .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-skoXosz1YU .btn_link:hover {
  cursor: pointer;
}
.cid-skoXosz1YU .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoXosz1YU .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-skoXosz1YU .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXosz1YU .text-wrapper {
    text-align: center;
  }
  .cid-skoXosz1YU .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXosz1YU .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoXosz1YU .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoXphl8Hn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXphl8Hn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXphl8Hn .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoXphl8Hn .mbr-text {
  margin-bottom: 30px;
}
.cid-skoXphl8Hn .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-skoXphl8Hn .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 36px;
  line-height: 70px;
}
.cid-skoXphl8Hn .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoXphl8Hn .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-skoXphl8Hn .btn_link:hover {
  cursor: pointer;
}
.cid-skoXphl8Hn .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoXphl8Hn .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-skoXphl8Hn .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXphl8Hn .text-wrapper {
    text-align: center;
  }
  .cid-skoXphl8Hn .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXphl8Hn .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoXphl8Hn .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoXpWd6oR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXpWd6oR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXpWd6oR .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoXpWd6oR .mbr-text {
  margin-bottom: 30px;
}
.cid-skoXpWd6oR .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-skoXpWd6oR .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-skoXpWd6oR .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-skoXpWd6oR .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-skoXpWd6oR .btn_link:hover {
  cursor: pointer;
}
.cid-skoXpWd6oR .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-skoXpWd6oR .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-skoXpWd6oR .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXpWd6oR .text-wrapper {
    text-align: center;
  }
  .cid-skoXpWd6oR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXpWd6oR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoXpWd6oR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoXqOzFeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXqOzFeR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXqOzFeR .card-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoXqOzFeR .mbr-text {
  margin-bottom: 30px;
}
.cid-skoXqOzFeR .iconfont-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 70px;
}
.cid-skoXqOzFeR .iconfont-wrapper svg {
  position: absolute;
  top: -20px;
  left: -28px;
}
.cid-skoXqOzFeR .iconfont-wrapper svg #grad_1 {
  stop-color: #6b3df0;
}
.cid-skoXqOzFeR .iconfont-wrapper svg #grad_2 {
  stop-color: #b39cf7;
}
.cid-skoXqOzFeR .iconfont-wrapper svg #blur_svg {
  flood-color: #6b3df0;
}
.cid-skoXqOzFeR .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-skoXqOzFeR .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXqOzFeR .text-wrapper {
    text-align: center;
  }
  .cid-skoXqOzFeR .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXqOzFeR .mbr-text {
    margin-bottom: 20px;
  }
  .cid-skoXqOzFeR .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-skoXrT4HR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXrT4HR7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXrT4HR7 .mbr-section-title {
  margin-bottom: 20px;
  color: #051441;
}
.cid-skoXrT4HR7 .mbr-text {
  margin-bottom: 50px;
}
.cid-skoXrT4HR7 .card_wrap {
  margin-bottom: 20px;
}
.cid-skoXrT4HR7 .item:nth-child(1) .icon_block svg polygon {
  fill: rgba(255, 107, 0, 0.07);
}
.cid-skoXrT4HR7 .item:nth-child(1) .mbr-iconfont {
  color: #ff6b00;
}
.cid-skoXrT4HR7 .item:nth-child(2) .icon_block svg polygon {
  fill: rgba(107, 61, 240, 0.07);
}
.cid-skoXrT4HR7 .item:nth-child(2) .mbr-iconfont {
  color: #6b3df0;
}
.cid-skoXrT4HR7 .item .icon_block {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  width: 90px;
  height: 90px;
}
.cid-skoXrT4HR7 .item .icon_block svg {
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
}
.cid-skoXrT4HR7 .item .icon_block .mbr-iconfont {
  line-height: 100px;
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 33px;
}
.cid-skoXrT4HR7 .card_title {
  margin-bottom: 18px;
  color: #051441;
}
.cid-skoXrT4HR7 .card_text {
  margin-bottom: 0;
}
.cid-skoXrT4HR7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-skoXrT4HR7 .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-skoXrT4HR7 .shape_1 {
  top: 10px;
  left: 19px;
  width: 10px;
  height: 10px;
  background: #57b22a;
  border-radius: 50%;
}
.cid-skoXrT4HR7 .shape_2 {
  top: 17px;
  right: 2px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #6b3df0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: rotate(22deg);
}
.cid-skoXrT4HR7 .shape_3 {
  left: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  background-color: #ff6b00;
}
.cid-skoXrT4HR7 .shape_4 {
  right: -5px;
  bottom: 4px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .cid-skoXrT4HR7 .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXrT4HR7 .text-wrapper {
    text-align: center;
  }
  .cid-skoXrT4HR7 .card_wrap {
    margin-bottom: 20px;
  }
  .cid-skoXrT4HR7 .icon_block {
    margin-bottom: 20px;
  }
  .cid-skoXrT4HR7 .card_title {
    margin-bottom: 10px;
  }
  .cid-skoXrT4HR7 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXrT4HR7 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-skoXsGxCJ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoXsGxCJ4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXsGxCJ4 .mbr-section-title {
  margin-bottom: 20px;
  color: #051441;
}
.cid-skoXsGxCJ4 .mbr-text {
  margin-bottom: 50px;
}
.cid-skoXsGxCJ4 .card_wrap {
  margin-bottom: 45px;
  display: flex;
}
.cid-skoXsGxCJ4 .item:nth-child(1) .iconfont-wrapper {
  background-color: rgba(107, 61, 240, 0.07);
}
.cid-skoXsGxCJ4 .item:nth-child(1) .mbr-iconfont {
  color: #6b3df0;
}
.cid-skoXsGxCJ4 .item:nth-child(2) .iconfont-wrapper {
  background-color: rgba(255, 107, 0, 0.07);
}
.cid-skoXsGxCJ4 .item:nth-child(2) .mbr-iconfont {
  color: #ff6b00;
}
.cid-skoXsGxCJ4 .item:nth-child(3) .iconfont-wrapper {
  background-color: #ffc2c2;
}
.cid-skoXsGxCJ4 .item:nth-child(3) .mbr-iconfont {
  color: #ff0000;
}
.cid-skoXsGxCJ4 .item:nth-child(4) .iconfont-wrapper {
  background-color: #f5f6fe;
}
.cid-skoXsGxCJ4 .item:nth-child(4) .mbr-iconfont {
  color: #4154f1;
}
.cid-skoXsGxCJ4 .icon_block {
  margin-right: 20px;
  display: inline-block;
}
.cid-skoXsGxCJ4 .card_info {
  display: inline-block;
}
.cid-skoXsGxCJ4 .iconfont-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cid-skoXsGxCJ4 .iconfont-wrapper .mbr-iconfont {
  color: #6b3df0;
  font-size: 36px;
  line-height: 70px;
}
.cid-skoXsGxCJ4 .card_title {
  margin-bottom: 15px;
  color: #051441;
}
.cid-skoXsGxCJ4 .card_text {
  margin-bottom: 0;
}
.cid-skoXsGxCJ4 .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-skoXsGxCJ4 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXsGxCJ4 .card_wrap {
    margin-bottom: 25px;
  }
  .cid-skoXsGxCJ4 .card_title {
    margin-bottom: 10px;
  }
  .cid-skoXsGxCJ4 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXsGxCJ4 .mbr-text {
    margin-bottom: 25px;
  }
}
.cid-skoXttH8Ii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6fbff;
}
.cid-skoXttH8Ii .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-skoXttH8Ii .mbr-section-title {
  margin-bottom: 30px;
  color: #051441;
}
.cid-skoXttH8Ii .social_block {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
  border-radius: 45px;
  background-color: #e0e5ff;
}
.cid-skoXttH8Ii .social_block img {
  width: 60px;
  height: 60px;
  padding: 15px;
  object-fit: contain;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoXttH8Ii .social_block img:hover {
  animation: animate_image 1.2s infinite linear;
}
.cid-skoXttH8Ii .mbr-text {
  margin-top: 30px;
}
.cid-skoXttH8Ii .mbr-section-btn {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cid-skoXttH8Ii .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-skoXttH8Ii .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-skoXttH8Ii .text-wrapper {
    text-align: center;
  }
}
@keyframes animate_image {
  11% {
    transform: none;
  }
  22% {
    transform: skewX(-12deg) skewY(-12deg);
  }
  33% {
    transform: skewX(6deg) skewY(6deg);
  }
  44% {
    transform: skewX(-3deg) skewY(-3deg);
  }
  55% {
    transform: skewX(1deg) skewY(1deg);
  }
  66% {
    transform: skewX(-0.7deg) skewY(-0.7deg);
  }
  77% {
    transform: skewX(0.3deg) skewY(0.3deg);
  }
  88% {
    transform: skewX(-0.19deg) skewY(-0.19deg);
  }
  100% {
    transform: none;
  }
}
#custom-html-2b {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2b h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQ6JmP6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e0e5ff;
  background: linear-gradient(180deg, rgba(224, 229, 255, 0.8) 0%, #ffffff 100%);
}
.cid-skoQ6JmP6F .mbr-overlay {
  background: #5eeebb;
}
.cid-skoQ6JmP6F .title_block {
  margin-bottom: 50px;
}
.cid-skoQ6JmP6F .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ6JmP6F .mbr-section-title {
  color: #051441;
}
.cid-skoQ6JmP6F .card_wrap {
  background-color: #ffffff;
  padding: 45px 65px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-skoQ6JmP6F .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 20px 40px 0px rgba(0, 33, 121, 0.08);
}
.cid-skoQ6JmP6F .card_header {
  margin-bottom: 40px;
}
.cid-skoQ6JmP6F .card_title {
  margin-bottom: 20px;
  color: #4154f1;
}
.cid-skoQ6JmP6F .card_price {
  color: #051441;
}
.cid-skoQ6JmP6F .card_price sup {
  margin-right: 5px;
}
.cid-skoQ6JmP6F .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-skoQ6JmP6F .card_image {
  width: 160px;
  height: 125px;
  margin: 0px auto 50px;
}
.cid-skoQ6JmP6F .card_image img {
  width: 160px;
  height: 125px;
  object-fit: contain;
}
.cid-skoQ6JmP6F .card_list {
  margin-bottom: 40px;
}
.cid-skoQ6JmP6F .card_list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skoQ6JmP6F .card_list .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-skoQ6JmP6F .item:nth-child(1) .card_title {
  color: #4154f1;
}
.cid-skoQ6JmP6F .item:nth-child(2) .card_title {
  color: #57b22a;
}
.cid-skoQ6JmP6F .item:nth-child(3) .card_title {
  color: #ff6b00;
}
.cid-skoQ6JmP6F .tabs_text {
  margin-bottom: 0;
}
.cid-skoQ6JmP6F .tabs_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-skoQ6JmP6F .nav-tabs {
  margin: 0 10px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 16px;
}
.cid-skoQ6JmP6F .nav-tabs .li_item1 {
  left: -2px;
}
.cid-skoQ6JmP6F .nav-tabs .li_item2 {
  right: -2px;
}
.cid-skoQ6JmP6F .nav-tabs .nav-item {
  margin: 0;
  width: 30px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cid-skoQ6JmP6F .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-skoQ6JmP6F .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-skoQ6JmP6F .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-skoQ6JmP6F .nav-tabs .nav-item .btn.active:before {
    background-color: #4154f1 !important;
    box-shadow: 0px 5px 20px 0px rgba(94, 44, 237, 0.25) !important;
  }
}
@media (max-width: 767px) {
  .cid-skoQ6JmP6F .nav-tabs .nav-item .btn {
    padding: 8px !important;
    vertical-align: middle;
  }
}
.cid-skoQ6JmP6F .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #4154f1 !important;
  box-shadow: none !important;
}
.cid-skoQ6JmP6F .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-skoQ6JmP6F .nav-tabs .nav-item .btn.active {
    background-color: #4154f1 !important;
  }
}
@media (min-width: 768px) {
  .cid-skoQ6JmP6F .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-skoQ6JmP6F .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-skoQ6JmP6F .nav-tabs .nav-item:first-child > .btn:before {
    transform: translateX(50%);
  }
  .cid-skoQ6JmP6F .nav-tabs .nav-item:last-child > .btn:before {
    transform: translateX(-50%);
  }
  .cid-skoQ6JmP6F .nav-tabs .nav-item:first-child > .btn.active:before {
    transform: translateX(0);
  }
  .cid-skoQ6JmP6F .nav-tabs .nav-item:last-child > .btn.active:before {
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .cid-skoQ6JmP6F .title_block {
    margin-bottom: 30px;
  }
  .cid-skoQ6JmP6F .tabs_wrap {
    margin-bottom: 30px;
  }
  .cid-skoQ6JmP6F .card_wrap {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .cid-skoQ6JmP6F .card_header {
    margin-bottom: 30px;
  }
  .cid-skoQ6JmP6F .card_image {
    width: 140px;
    height: 100px;
    margin-bottom: 30px;
  }
  .cid-skoQ6JmP6F .card_image img {
    width: 140px;
    height: 100px;
  }
  .cid-skoQ6JmP6F .card_list {
    margin-bottom: 30px;
  }
  .cid-skoQ6JmP6F .card_list .list li {
    margin-bottom: 18px;
  }
}
.cid-skoQ77DxsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ77DxsG .title_block {
  margin-bottom: 80px;
}
.cid-skoQ77DxsG .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ77DxsG .mbr-section-title {
  color: #051441;
}
.cid-skoQ77DxsG .image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-skoQ77DxsG .image img {
    width: 80%;
    height: 80%;
    margin: auto;
  }
}
.cid-skoQ77DxsG .mbr-text {
  margin-top: 30px;
}
.cid-skoQ77DxsG .nav-tabs .nav-item.open .nav-link:focus,
.cid-skoQ77DxsG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skoQ77DxsG .nav-tabs {
  flex-wrap: wrap;
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}
.cid-skoQ77DxsG .nav-tabs .nav-item:nth-child(1) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(87, 178, 42, 0.4);
  background-image: linear-gradient(40deg, #57b22a 0%, #8ddb67 100%);
}
.cid-skoQ77DxsG .nav-tabs .nav-item:nth-child(2) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(255, 0, 0, 0.4);
  background-image: linear-gradient(40deg, #ff0000 0%, #ff6666 100%);
}
.cid-skoQ77DxsG .nav-tabs .nav-item:nth-child(3) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(40deg, #4154f1 0%, #a0aaf8 100%);
}
.cid-skoQ77DxsG .nav-tabs .nav-item:nth-child(4) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(255, 107, 0, 0.4);
  background-image: linear-gradient(40deg, #ff6b00 0%, #ffa666 100%);
}
.cid-skoQ77DxsG .nav-tabs .nav-item:nth-child(5) .mbr-iconfont {
  box-shadow: 0px 10px 30px 0px rgba(65, 84, 241, 0.4);
  background-image: linear-gradient(40deg, #6b3df0 0%, #b39cf7 100%);
}
.cid-skoQ77DxsG .nav-item {
  width: 190px;
  min-height: 210px;
}
.cid-skoQ77DxsG .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-skoQ77DxsG .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-skoQ77DxsG .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-skoQ77DxsG .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-skoQ77DxsG .nav-tabs .nav-item {
  margin: 15px;
}
@media (max-width: 991px) {
  .cid-skoQ77DxsG .title_block {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-skoQ77DxsG .nav-item {
    width: 46%;
    min-height: 150px;
  }
  .cid-skoQ77DxsG .nav-item .mbr-iconfont {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .cid-skoQ77DxsG .mbr-text {
    margin-top: 20px;
  }
  .cid-skoQ77DxsG .nav-tabs .nav-link {
    padding: 25px 10px;
  }
  .cid-skoQ77DxsG .nav-tabs .nav-item {
    margin: 0 10px 10px 0;
  }
  .cid-skoQ77DxsG .nav-tabs {
    margin-bottom: 30px;
  }
}
.cid-skoQ7nLJDO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ7nLJDO .title_block {
  margin-bottom: 80px;
}
.cid-skoQ7nLJDO .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ7nLJDO .mbr-section-title {
  color: #051441;
}
.cid-skoQ7nLJDO .image img {
  width: 100%;
  object-fit: cover;
}
.cid-skoQ7nLJDO .mbr-text {
  margin-top: 30px;
}
.cid-skoQ7nLJDO .nav-tabs .nav-item.open .nav-link:focus,
.cid-skoQ7nLJDO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skoQ7nLJDO .nav-tabs {
  border: none;
}
.cid-skoQ7nLJDO .nav-item {
  width: 100%;
  margin-bottom: 30px;
}
.cid-skoQ7nLJDO .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-skoQ7nLJDO .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-skoQ7nLJDO .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-skoQ7nLJDO .nav-tabs .nav-link strong,
.cid-skoQ7nLJDO .nav-tabs .nav-link b {
  font-size: 22px;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .cid-skoQ7nLJDO .title_block {
    margin-bottom: 40px;
  }
  .cid-skoQ7nLJDO .nav-tabs .nav-link {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-skoQ7nLJDO .mbr-text {
    margin-top: 20px;
  }
}
.cid-skoQ7F8z1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ7F8z1W .mbr-section-title {
  margin-bottom: 20px;
  color: #051441;
}
.cid-skoQ7F8z1W .mbr-text {
  margin-bottom: 30px;
}
.cid-skoQ7F8z1W .tab_text {
  margin-bottom: 0;
}
.cid-skoQ7F8z1W .nav-tabs .nav-item.open .nav-link:focus,
.cid-skoQ7F8z1W .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-skoQ7F8z1W .nav-tabs {
  margin-bottom: 40px;
  flex-wrap: wrap;
  border: none;
  position: relative;
}
.cid-skoQ7F8z1W .nav-tabs:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #c2cad3;
  height: 1px;
}
@media (max-width: 767px) {
  .cid-skoQ7F8z1W .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-skoQ7F8z1W .nav-tabs .nav-link {
  border: none;
  border-radius: 0 !important;
}
.cid-skoQ7F8z1W .nav-tabs .nav-link:not(.active) {
  color: #6a7c92;
}
.cid-skoQ7F8z1W .nav-link {
  padding: 15px 30px;
  background-color: transparent;
  position: relative;
}
.cid-skoQ7F8z1W .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-skoQ7F8z1W .nav-link:hover {
  color: #4154f1 !important;
}
.cid-skoQ7F8z1W .nav-link:hover:before {
  left: 0px;
  right: 0px;
  opacity: 1;
}
.cid-skoQ7F8z1W .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-skoQ7F8z1W .mbr-section-btn {
  margin-top: 30px;
}
.cid-skoQ7F8z1W .nav-tabs .nav-link.active {
  color: #4154f1;
}
@media (max-width: 991px) {
  .cid-skoQ7F8z1W .title_block,
  .cid-skoQ7F8z1W .tab-content {
    text-align: center;
  }
  .cid-skoQ7F8z1W .image {
    margin-bottom: 40px;
  }
  .cid-skoQ7F8z1W .nav-link {
    padding: 12px 25px;
  }
  .cid-skoQ7F8z1W .mbr-section-btn {
    text-align: center;
  }
}
#custom-html-2c {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2c h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQ8rNklP {
  overflow: hidden !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ8rNklP .title_block {
  margin-bottom: 80px;
  z-index: 10;
  position: relative;
}
.cid-skoQ8rNklP .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #ff6b00;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ8rNklP .mbr-section-title {
  color: #051441;
}
.cid-skoQ8rNklP .onTheSides {
  background-color: #f9f9f9;
  border-radius: 4px;
}
.cid-skoQ8rNklP .onTheSides .card_price,
.cid-skoQ8rNklP .onTheSides .card_title {
  color: #051441;
}
.cid-skoQ8rNklP .onTheSides .card_wrap {
  padding: 50px 60px;
}
.cid-skoQ8rNklP .card_body {
  margin-bottom: 40px;
}
.cid-skoQ8rNklP .card_body p {
  line-height: 1.867;
}
.cid-skoQ8rNklP .card_title {
  margin-bottom: 30px;
}
.cid-skoQ8rNklP .card_price {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.cid-skoQ8rNklP .middle {
  background-color: #ff6b00;
  border-radius: 4px;
  background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
}
.cid-skoQ8rNklP .middle .card_wrap {
  padding: 80px 60px;
}
.cid-skoQ8rNklP .middle .btn-white-outline:hover {
  color: #ff6b00 !important;
}
@media (min-width: 768px) {
  .cid-skoQ8rNklP .shape_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
  }
  .cid-skoQ8rNklP .shape_wrap .shape {
    z-index: -1;
    position: absolute;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_1 {
    top: 28px;
    left: -33px;
    width: 66px;
    height: 66px;
    background-image: linear-gradient(0deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_2 {
    top: 130px;
    left: -80px;
    width: 30px;
    height: 30px;
    background-image: linear-gradient(45deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_3 {
    left: 110px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(0deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_4 {
    right: 83px;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(135deg, #db5c00 0%, #fa6900 52%, #ff6b00 100%);
    border-radius: 50%;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_5 {
    top: 18px;
    right: 12px;
    width: 74px;
    height: 74px;
    background-image: linear-gradient(35deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
  .cid-skoQ8rNklP .shape_wrap .shape_6 {
    right: 30px;
    width: 20px;
    height: 20px;
    bottom: -45px;
    background-image: linear-gradient(90deg, #e7e7e7 0%, #f6f6f6 52%, #f9f9f9 100%);
    border-radius: 50%;
  }
}
@media (max-width: 991px) {
  .cid-skoQ8rNklP .title_block {
    margin-bottom: 60px;
  }
  .cid-skoQ8rNklP .card_title {
    margin-bottom: 25px;
  }
  .cid-skoQ8rNklP .card_body {
    margin-bottom: 30px;
  }
  .cid-skoQ8rNklP .middle .card_wrap {
    padding: 60px 30px;
  }
  .cid-skoQ8rNklP .onTheSides .card_wrap {
    padding: 40px 30px;
  }
}
.cid-skoQ8IoSXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.8) 0%, #e0e5ff 100%);
}
.cid-skoQ8IoSXS .title_block {
  margin-bottom: 80px;
}
.cid-skoQ8IoSXS .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #6b3df0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ8IoSXS .mbr-section-title {
  color: #051441;
}
.cid-skoQ8IoSXS .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-skoQ8IoSXS .card_wrap:hover {
  transform: translateY(-16px);
  box-shadow: 0px 40px 80px 0px rgba(1, 1, 64, 0.08);
}
.cid-skoQ8IoSXS .favorite {
  color: #ffffff;
  background: #6b3df0;
  transform: rotate(90deg);
  position: absolute;
  top: 32px;
  right: -21px;
  padding: 3.2px 26px;
  border: 0;
  display: block;
}
.cid-skoQ8IoSXS .favorite:before {
  content: "";
  border-top: 15px solid #6b3df0;
  border-bottom: 15px solid #6b3df0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  right: -11px;
  top: 0;
}
.cid-skoQ8IoSXS .card_header {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e5ff;
  text-align: center;
}
.cid-skoQ8IoSXS .item:nth-child(1) .card_title {
  color: #4154f1;
}
.cid-skoQ8IoSXS .item:nth-child(2) .card_title {
  color: #57b22a;
}
.cid-skoQ8IoSXS .item:nth-child(3) .card_title {
  color: #ff6b00;
}
.cid-skoQ8IoSXS .card_title {
  margin-bottom: 30px;
}
.cid-skoQ8IoSXS .card_price {
  color: #051441;
}
.cid-skoQ8IoSXS .card_price sup {
  margin-right: 5px;
  font-size: 50%;
}
.cid-skoQ8IoSXS .card_price sub {
  font-size: 16px;
  line-height: 1;
}
.cid-skoQ8IoSXS .card_body {
  margin-bottom: 40px;
}
.cid-skoQ8IoSXS .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skoQ8IoSXS .card_body .list li {
  line-height: 1.1;
  margin-bottom: 25px;
}
.cid-skoQ8IoSXS .card_body .mbr-iconfont {
  float: right;
  color: green;
}
.cid-skoQ8IoSXS .mbr-section-btn .btn {
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-skoQ8IoSXS .title_block {
    margin-bottom: 60px;
  }
  .cid-skoQ8IoSXS .card_wrap {
    margin-bottom: 35px;
    padding: 40px 30px;
  }
  .cid-skoQ8IoSXS .card_header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .cid-skoQ8IoSXS .card_title {
    margin-bottom: 20px;
  }
  .cid-skoQ8IoSXS .card_body {
    margin-bottom: 40px;
  }
  .cid-skoQ8IoSXS .card_body li {
    margin-bottom: 20px;
  }
}
#custom-html-2d {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2d h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQ9j29bw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ9j29bw .carousel-item,
.cid-skoQ9j29bw .row {
  justify-content: center;
}
.cid-skoQ9j29bw .carousel-item.active,
.cid-skoQ9j29bw .carousel-item-next,
.cid-skoQ9j29bw .carousel-item-prev {
  display: flex;
}
.cid-skoQ9j29bw .title_block {
  margin-bottom: 80px;
}
.cid-skoQ9j29bw .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ9j29bw .mbr-section-title,
.cid-skoQ9j29bw .card-title {
  color: #051441;
}
.cid-skoQ9j29bw .user_name {
  margin-bottom: 5px;
  color: #051441;
}
.cid-skoQ9j29bw .user_text {
  margin-top: 30px;
}
.cid-skoQ9j29bw .user_image {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.cid-skoQ9j29bw .user_image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 100%;
  min-height: 100%;
}
.cid-skoQ9j29bw .user_image .shape_1 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 12px;
  background-color: rgba(65, 84, 241, 0.3);
  border-radius: 50%;
}
.cid-skoQ9j29bw .user_image .shape_2 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 8px;
  background-color: rgba(65, 84, 241, 0.3);
  border-radius: 50%;
}
.cid-skoQ9j29bw .user_image .shape_3 {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  right: 0;
  top: 0px;
  left: 7px;
  background-color: rgba(65, 84, 241, 0.3);
  border-radius: 50%;
}
.cid-skoQ9j29bw li {
  opacity: 1;
  border: none;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  background: rgba(65, 84, 241, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoQ9j29bw li.active {
  opacity: 1;
  background-color: #4154f1;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  transform: scale(1.4);
}
.cid-skoQ9j29bw .carousel-indicators {
  align-items: center;
  position: static;
  margin: 50px 0 0;
}
.cid-skoQ9j29bw .carousel-indicators li {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-skoQ9j29bw .title_block {
    margin-bottom: 40px;
  }
}
.cid-skoQ9zDDir {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQ9zDDir .carousel {
  padding: 0;
}
.cid-skoQ9zDDir .figure_outline {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-skoQ9zDDir .figure_outline .img {
  position: absolute;
}
.cid-skoQ9zDDir .figure_outline .img img {
  width: 100%;
  display: block;
}
.cid-skoQ9zDDir .figure_outline .img .img_2 {
  position: absolute;
  top: -45px;
  left: 0;
  width: 104%;
}
.cid-skoQ9zDDir .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #6b3df0;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ9zDDir .mbr-section-title {
  margin-bottom: 36px;
  color: #051441;
}
.cid-skoQ9zDDir .icon_block {
  display: inline-block;
  position: relative;
}
.cid-skoQ9zDDir .icon_block .mbr-iconfont {
  font-size: 150px;
  position: absolute;
  top: -10px;
  left: 12px;
  opacity: .2;
  color: #ffffff;
}
.cid-skoQ9zDDir .carousel-controls {
  margin-top: 30px;
  width: 100%;
  position: relative;
  height: 50px;
}
.cid-skoQ9zDDir .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  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-skoQ9zDDir .carousel-controls a span:hover {
  background-color: #6b3df0;
  color: #ffffff;
}
.cid-skoQ9zDDir .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-skoQ9zDDir .carousel-control-next {
  position: static;
  width: 50px;
}
.cid-skoQ9zDDir .show_md {
  display: none;
}
.cid-skoQ9zDDir .user_text {
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff;
  min-height: 90px;
}
.cid-skoQ9zDDir .user_image {
  width: 80px;
  height: 80px;
  margin: 25px auto 35px auto;
  position: relative;
  z-index: 1;
  padding: 6px;
}
.cid-skoQ9zDDir .user_image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 100%;
  min-height: 100%;
}
.cid-skoQ9zDDir .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-skoQ9zDDir .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-skoQ9zDDir .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-skoQ9zDDir .user_name {
  margin-bottom: 15px;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
}
.cid-skoQ9zDDir .user_prof {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skoQ9zDDir .carousel-item {
    justify-content: center;
  }
  .cid-skoQ9zDDir .figure_outline .img img {
    width: 87%;
  }
  .cid-skoQ9zDDir .figure_outline .img .img_2 {
    position: absolute;
    top: -45px;
    left: -13px;
    width: 88%;
  }
  .cid-skoQ9zDDir .user {
    max-width: 400px;
  }
  .cid-skoQ9zDDir .icon_block .mbr-iconfont {
    font-size: 120px;
    top: 10px;
    left: 0;
  }
  .cid-skoQ9zDDir .title_block {
    text-align: center;
    margin-top: 40px;
  }
  .cid-skoQ9zDDir .mbr-section-title {
    margin-bottom: 26px;
  }
  .cid-skoQ9zDDir .hide_md {
    display: none;
  }
  .cid-skoQ9zDDir .show_md {
    display: flex;
    justify-content: center;
    margin-top: 105px;
  }
}
@media (max-width: 767px) {
  .cid-skoQ9zDDir .figure_outline,
  .cid-skoQ9zDDir .icon_block {
    display: none;
  }
  .cid-skoQ9zDDir .user_text {
    color: inherit;
    margin-bottom: 20px;
  }
  .cid-skoQ9zDDir .user_prof {
    color: inherit;
  }
  .cid-skoQ9zDDir .user_name {
    color: #051441;
    margin-bottom: 5px;
  }
  .cid-skoQ9zDDir .show_md {
    display: flex;
    justify-content: center;
    margin-top: 25px;
  }
}
.cid-skoQ9OtURC {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-skoQ9OtURC .title_block {
  margin-bottom: 80px;
}
.cid-skoQ9OtURC .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQ9OtURC .mbr-section-title {
  color: #051441;
}
.cid-skoQ9OtURC .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-skoQ9OtURC .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-skoQ9OtURC .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-skoQ9OtURC .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-skoQ9OtURC .user {
  display: flex;
  align-items: center;
}
.cid-skoQ9OtURC .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-skoQ9OtURC .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-skoQ9OtURC .user_name {
  margin-bottom: 2px;
  display: block;
  color: #051441;
}
.cid-skoQ9OtURC .desk {
  margin-bottom: 0;
}
.cid-skoQ9OtURC .iconfont-wrapper {
  min-width: 115px;
}
.cid-skoQ9OtURC .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-skoQ9OtURC .carousel-item {
  justify-content: center;
  padding: 0 3rem;
}
.cid-skoQ9OtURC .carousel-item > div {
  width: 100%;
}
.cid-skoQ9OtURC .carousel-item.active,
.cid-skoQ9OtURC .carousel-item-next,
.cid-skoQ9OtURC .carousel-item-prev {
  display: flex;
}
.cid-skoQ9OtURC .carousel-controls a {
  width: 9%;
}
.cid-skoQ9OtURC .carousel-controls a span {
  width: 50px;
  height: 50px;
  font-weight: 700;
  line-height: 50px;
  font-size: 18px;
  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-skoQ9OtURC .carousel-controls a:hover span {
  background-color: #4154f1;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-skoQ9OtURC .carousel-controls a {
    width: 5%;
  }
}
@media (max-width: 991px) {
  .cid-skoQ9OtURC .title_block {
    margin-bottom: 40px;
  }
  .cid-skoQ9OtURC .card_header {
    flex-direction: column;
  }
  .cid-skoQ9OtURC .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-skoQ9OtURC .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-skoQ9OtURC .carousel-controls {
    display: none;
  }
  .cid-skoQ9OtURC .carousel-item {
    padding: 0;
  }
  .cid-skoQ9OtURC .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-skoQ9OtURC .card_header {
    margin-bottom: 15px;
  }
  .cid-skoQ9OtURC .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-skoQ9OtURC .user_img img {
    width: 50px;
    height: 50px;
  }
}
.cid-skoQabpR1g {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-skoQabpR1g .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 65%;
  background-color: #301cab;
  background-image: linear-gradient(30deg, #301cab 0%, #3620c1 100%);
}
.cid-skoQabpR1g .title_block {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-skoQabpR1g .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQabpR1g .mbr-section-title {
  color: #ffffff;
}
.cid-skoQabpR1g .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-skoQabpR1g .card_wrap:before {
  content: '';
  bottom: 20px;
  right: 15px;
  width: 65px;
  height: 65px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-skoQabpR1g .card_wrap:after {
  content: '';
  bottom: -24px;
  right: -20px;
  width: 80px;
  height: 80px;
  position: absolute;
  background-color: rgba(65, 84, 241, 0.15);
  border-radius: 50%;
}
.cid-skoQabpR1g .card_header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
}
.cid-skoQabpR1g .user {
  display: flex;
  align-items: center;
}
.cid-skoQabpR1g .user_img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 50%;
}
.cid-skoQabpR1g .user_img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.cid-skoQabpR1g .user_name {
  margin-bottom: 2px;
  display: block;
  color: #051441;
}
.cid-skoQabpR1g .desk {
  margin-bottom: 0;
}
.cid-skoQabpR1g .iconfont-wrapper {
  min-width: 115px;
}
.cid-skoQabpR1g .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  margin-right: 3px;
}
.cid-skoQabpR1g .carousel-item {
  justify-content: center;
}
.cid-skoQabpR1g .carousel-item > div {
  width: 100%;
}
.cid-skoQabpR1g .carousel-item.active,
.cid-skoQabpR1g .carousel-item-next,
.cid-skoQabpR1g .carousel-item-prev {
  display: flex;
}
.cid-skoQabpR1g .carousel-controls {
  position: relative;
  height: 50px;
  margin-left: 20px;
  max-width: 120px;
  min-width: 120px;
}
.cid-skoQabpR1g .carousel-controls a {
  opacity: 1;
}
.cid-skoQabpR1g .carousel-controls a span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoQabpR1g .carousel-controls a span:hover {
  background-color: #ffffff;
  color: #4154f1;
}
.cid-skoQabpR1g .carousel-control-prev {
  position: static;
  margin-right: 10px;
  width: 50px;
}
.cid-skoQabpR1g .carousel-control-next {
  position: static;
  width: 50px;
}
@media (max-width: 991px) {
  .cid-skoQabpR1g .title_block {
    margin-bottom: 40px;
  }
  .cid-skoQabpR1g .card_header {
    flex-direction: column;
  }
  .cid-skoQabpR1g .rating {
    margin-bottom: 10px;
    align-self: flex-end;
  }
  .cid-skoQabpR1g .user {
    order: 1;
  }
}
@media (max-width: 767px) {
  .cid-skoQabpR1g .carousel-controls {
    display: none;
  }
  .cid-skoQabpR1g .title_block {
    text-align: center;
  }
  .cid-skoQabpR1g .carousel-item {
    padding: 0;
  }
  .cid-skoQabpR1g .card_wrap {
    padding: 30px;
    margin-bottom: 50px;
  }
  .cid-skoQabpR1g .card_header {
    margin-bottom: 15px;
  }
  .cid-skoQabpR1g .user_img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .cid-skoQabpR1g .user_img img {
    width: 50px;
    height: 50px;
  }
}
#custom-html-2e {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2e h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQaT7INY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQaT7INY .title_block {
  margin-bottom: 30px;
}
.cid-skoQaT7INY .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQaT7INY .mbr-section-title {
  color: #051441;
}
.cid-skoQaT7INY .item-wrapper {
  margin: 50px auto 0px;
  overflow: visible;
}
.cid-skoQaT7INY .item-wrapper:hover .item-img {
  transform: translateY(-16px);
  box-shadow: 0px 30px 60px 0px rgba(107, 61, 240, 0.2);
}
.cid-skoQaT7INY .item-wrapper:hover .item-img img {
  opacity: .1;
}
.cid-skoQaT7INY .item-wrapper:hover .social_block .iconfont-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.cid-skoQaT7INY .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(1) {
  transition-delay: 0.05s;
}
.cid-skoQaT7INY .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(2) {
  transition-delay: 0.1s;
}
.cid-skoQaT7INY .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(3) {
  transition-delay: 0.2s;
}
.cid-skoQaT7INY .item-wrapper:hover .social_block .iconfont-wrapper:nth-child(4) {
  transition-delay: 0.3s;
}
.cid-skoQaT7INY .item-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.cid-skoQaT7INY img,
.cid-skoQaT7INY .item-img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-image: linear-gradient(90deg, #6b3df0, #4154f1);
  height: 180px;
  height: 230px;
  height: 280px;
  height: 330px;
}
.cid-skoQaT7INY .item:focus,
.cid-skoQaT7INY span:focus {
  outline: none;
}
.cid-skoQaT7INY .social_block {
  margin: 0 auto;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.cid-skoQaT7INY .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-skoQaT7INY .social_block .mbr-iconfont {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.cid-skoQaT7INY .card-title {
  margin-bottom: 5px;
  color: #051441;
}
.cid-skoQaT7INY .card-text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-skoQaT7INY .title_block {
    margin-bottom: 0;
  }
  .cid-skoQaT7INY .item-wrapper {
    max-width: 255px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-skoQaT7INY .item-wrapper:hover .item-img {
    transform: translateY(0);
  }
  .cid-skoQaT7INY .item-wrapper .item-img {
    box-shadow: 0px 30px 60px 0px rgba(107, 61, 240, 0.2);
  }
  .cid-skoQaT7INY .item-wrapper .item-img img {
    opacity: .1;
    background-image: linear-gradient(90deg, #6b3df0, #4154f1);
  }
  .cid-skoQaT7INY .item-wrapper .social_block .iconfont-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .cid-skoQaT7INY .social_block {
    top: auto;
    bottom: 10%;
    transform: translateY(0);
  }
}
#custom-html-2f {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2f h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQbj0OHx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQbj0OHx img {
  width: 100%;
  max-width: 140px;
  margin: auto;
}
.cid-skoQbj0OHx .line {
  height: 1px;
  border: none;
  line-height: 1;
  background-image: linear-gradient(45deg, transparent, #e5e5e5, transparent);
}
.cid-skoQbj0OHx .images-container {
  margin-top: 120px;
}
.cid-skoQbj0OHx .images-container {
  margin-bottom: 120px;
}
.cid-skoQbj0OHx .mbr-section-title {
  margin-bottom: 26px;
  color: #051441;
}
.cid-skoQbj0OHx .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #4154f1;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-skoQbj0OHx .mbr-section-head {
  margin-bottom: 50px;
}
.cid-skoQbj0OHx .card_box {
  margin-top: 30px;
}
#custom-html-2g {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2g h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQcu1qzS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background-image: linear-gradient(45deg, rgba(65, 84, 241, 0.8) 0, #58d0ff 100%);
}
.cid-skoQcu1qzS .mbr-overlay {
  background: #4154f1;
}
.cid-skoQcu1qzS .row {
  align-items: center;
}
.cid-skoQcu1qzS .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-skoQcu1qzS .form-group input:hover {
  opacity: 1;
}
.cid-skoQcu1qzS input::placeholder {
  color: #ffffff;
}
.cid-skoQcu1qzS .btn {
  width: 100%;
  padding: 18px 50px;
}
.cid-skoQcu1qzS .mbr-section-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-skoQcu1qzS .mbr-form {
    margin-top: 25px;
  }
}
.cid-skoQcMilIo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4154f1;
  background-image: linear-gradient(45deg, rgba(65, 84, 241, 0.8) 0, #5e2ced 100%);
}
.cid-skoQcMilIo .mbr-overlay {
  background: #4154f1;
}
.cid-skoQcMilIo .title_block {
  margin-bottom: 50px;
}
.cid-skoQcMilIo .mbr-section-title {
  margin-bottom: 30px;
  font-weight: 300;
}
.cid-skoQcMilIo .mbr-section-title span {
  font-weight: 700;
  color: #ff6b00;
}
.cid-skoQcMilIo .row {
  align-items: center;
}
.cid-skoQcMilIo .form-group {
  margin-bottom: 0;
  padding: 0 !important;
}
.cid-skoQcMilIo .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-skoQcMilIo input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.cid-skoQcMilIo .dragArea {
  padding: 5px;
  background-color: #ffffff;
  border-radius: 45px;
  justify-content: space-between;
}
.cid-skoQcMilIo .dragArea .form-group:nth-child(1) input {
  border-radius: 0;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}
.cid-skoQcMilIo .dragArea .form-group:nth-child(2) input {
  border-radius: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.cid-skoQcMilIo .mbr-section-btn {
  margin: 0 -1.2rem;
}
.cid-skoQcMilIo .btn {
  width: 100%;
  padding: 14px 25px;
  border-radius: 45px !important;
}
@media (max-width: 767px) {
  .cid-skoQcMilIo .mbr-section-title {
    margin-bottom: 20px;
  }
  .cid-skoQcMilIo .title_block {
    margin-bottom: 30px;
  }
  .cid-skoQcMilIo form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-skoQcMilIo .dragArea {
    padding: 15px;
    border-radius: 15px;
  }
  .cid-skoQcMilIo .dragArea .form-group:nth-child(1) input {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
  .cid-skoQcMilIo .dragArea .form-group:nth-child(2) input {
    border-left: 0 !important;
  }
  .cid-skoQcMilIo .form-group input {
    border-radius: 0;
  }
  .cid-skoQcMilIo .btn {
    margin-top: 10px;
  }
}
.cid-skoQd8WtnM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-skoQd8WtnM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-skoQd8WtnM .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-skoQd8WtnM .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #e0e5ff;
}
.cid-skoQd8WtnM .mbr-section-title {
  color: #051441;
  margin-bottom: 60px;
}
.cid-skoQd8WtnM .mbr-section-subtitle {
  color: #051441;
  margin-bottom: 35px;
}
.cid-skoQd8WtnM .card_body {
  margin-bottom: 40px;
}
.cid-skoQd8WtnM .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skoQd8WtnM .card_body .list li {
  margin-bottom: 15px;
}
.cid-skoQd8WtnM .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-skoQd8WtnM .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #4154f1;
  font-size: inherit;
}
.cid-skoQd8WtnM .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #051441;
}
.cid-skoQd8WtnM .form_wrap {
  padding: 0px 65px;
}
.cid-skoQd8WtnM .form-group {
  margin-bottom: 30px;
}
.cid-skoQd8WtnM .form-control-label {
  margin-bottom: 18px;
  color: #051441;
  font-weight: 700;
}
.cid-skoQd8WtnM 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-skoQd8WtnM form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-skoQd8WtnM form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-skoQd8WtnM .signup_wrap {
    padding: 50px 0;
  }
  .cid-skoQd8WtnM .form_wrap,
  .cid-skoQd8WtnM .title_block {
    padding: 0px 45px;
  }
  .cid-skoQd8WtnM .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-skoQd8WtnM .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-skoQd8WtnM .signup_wrap {
    padding: 15px 30px;
  }
  .cid-skoQd8WtnM .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-skoQd8WtnM .form_wrap,
  .cid-skoQd8WtnM .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-skoQd8WtnM .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
#custom-html-2h {
  /* Type valid CSS here */
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
#custom-html-2h h3 {
  line-height: 1.07;
  letter-spacing: -2px;
  font-size: 2.625rem;
  color: #fff;
  text-decoration: underline;
}
.cid-skoQesREhv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-skoQesREhv .footer_col_logo {
  width: 40%;
}
.cid-skoQesREhv .footer_col {
  width: 20%;
}
.cid-skoQesREhv .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skoQesREhv .logo_wrap {
  max-width: 20%;
}
.cid-skoQesREhv .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-skoQesREhv .brand_name {
  color: #ffffff;
}
.cid-skoQesREhv .contacts {
  margin-top: 46px;
}
.cid-skoQesREhv .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-skoQesREhv .contacts b {
  color: #ffffff;
}
.cid-skoQesREhv .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-skoQesREhv .item-wrap {
  line-height: 44px;
}
.cid-skoQesREhv .text-white {
  color: #a99fc5 !important;
}
.cid-skoQesREhv .text-white:hover {
  color: #ffffff !important;
}
.cid-skoQesREhv .item-wrap a,
.cid-skoQesREhv .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoQesREhv .item-wrap a:before,
.cid-skoQesREhv .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skoQesREhv .item-wrap a:hover::before,
.cid-skoQesREhv .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skoQesREhv .form_wrap {
  display: flex;
}
.cid-skoQesREhv .mbr-form {
  margin-top: 30px;
}
.cid-skoQesREhv .mbr-form .form-group {
  width: 80%;
  padding: 0;
  margin-bottom: 0;
}
.cid-skoQesREhv .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-skoQesREhv input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.cid-skoQesREhv .mbr-section-btn {
  display: inline-block;
  position: relative;
  left: -80px;
}
.cid-skoQesREhv .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-skoQesREhv .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-skoQesREhv .footer_col_logo {
    width: 100%;
  }
  .cid-skoQesREhv .footer_col {
    width: 33.3%;
  }
  .cid-skoQesREhv .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-skoQesREhv .mbr-form {
    margin: 28px 0 40px;
  }
  .cid-skoQesREhv .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-skoQesREhv .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-skoQesREhv .row {
    justify-content: center;
    text-align: center;
  }
  .cid-skoQesREhv .mbr-form {
    margin: 25px 0 10px;
  }
  .cid-skoQesREhv .mbr-form .form-group {
    width: 100%;
  }
  .cid-skoQesREhv .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-skoQesREhv .footer_col {
    margin-top: 40px;
    width: 100%;
  }
}
.cid-skoQmcW1Nt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #051441;
}
.cid-skoQmcW1Nt .footer_col_logo {
  width: 40%;
}
.cid-skoQmcW1Nt .footer_col {
  width: 20%;
}
.cid-skoQmcW1Nt .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-skoQmcW1Nt .logo_wrap {
  max-width: 20%;
}
.cid-skoQmcW1Nt .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-skoQmcW1Nt .brand_name {
  color: #ffffff;
}
.cid-skoQmcW1Nt .contacts {
  margin-top: 46px;
}
.cid-skoQmcW1Nt .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-skoQmcW1Nt .contacts b {
  color: #ffffff;
}
.cid-skoQmcW1Nt .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-skoQmcW1Nt .item-wrap {
  line-height: 44px;
}
.cid-skoQmcW1Nt .text-white {
  color: #a99fc5 !important;
}
.cid-skoQmcW1Nt .text-white:hover {
  color: #ffffff !important;
}
.cid-skoQmcW1Nt .item-wrap a,
.cid-skoQmcW1Nt .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-skoQmcW1Nt .item-wrap a:before,
.cid-skoQmcW1Nt .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-skoQmcW1Nt .item-wrap a:hover::before,
.cid-skoQmcW1Nt .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skoQmcW1Nt .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-skoQmcW1Nt .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-skoQmcW1Nt .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-skoQmcW1Nt .footer_col_logo {
    width: 100%;
  }
  .cid-skoQmcW1Nt .footer_col {
    width: 33.3%;
  }
  .cid-skoQmcW1Nt .image {
    margin-bottom: 40px;
  }
  .cid-skoQmcW1Nt .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-skoQmcW1Nt .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-skoQmcW1Nt .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-skoQmcW1Nt .row {
    justify-content: center;
    text-align: center;
  }
  .cid-skoQmcW1Nt .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-skoQmcW1Nt .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-skoQmcW1Nt .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-skoQn8bzRb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-skoQn8bzRb .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-skoQn8bzRb .text-white {
  color: #a99fc5 !important;
}
.cid-skoQn8bzRb .text-white:hover {
  color: #ffffff !important;
}
.cid-skoQn8bzRb .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-skoQn8bzRb .foot-menu li {
  padding: 10px;
}
.cid-skoQn8bzRb .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-skoQn8bzRb .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-skoQn8bzRb .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-skoQn8bzRb .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-skoQn8bzRb .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-skoQn8bzRb .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-skoQn8bzRb .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-skoQn8bzRb .social-list a:hover {
  opacity: 1;
}
.cid-skoQn8bzRb .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-skoQn8bzRb .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-skoQn8bzRb .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
