body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Roboto';
  font-size: 2.625rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-1 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-2 {
  font-family: 'Roboto';
  font-size: 2.375rem;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.96875rem;
}
.display-4 {
  font-family: 'Roboto';
  font-size: 1rem;
  line-height: 1.867;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto';
  font-size: 1.4rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Roboto';
  font-size: 1.1rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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 a {
  border-radius: 45px;
}
.form-control {
  font-family: 'Roboto';
  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: 'Roboto';
  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-uViDrmuKpu {
  z-index: 1000;
  width: 100%;
}
.cid-uViDrmuKpu nav.navbar {
  position: fixed;
}
.cid-uViDrmuKpu .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-uViDrmuKpu .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-uViDrmuKpu .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-uViDrmuKpu .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-uViDrmuKpu .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-uViDrmuKpu .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-uViDrmuKpu .dropdown-item:hover,
.cid-uViDrmuKpu .dropdown-item:focus {
  background: rgba(65, 84, 241, 0.1) !important;
  color: #4154f1 !important;
}
.cid-uViDrmuKpu .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-uViDrmuKpu .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-uViDrmuKpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-uViDrmuKpu .nav-link {
  position: relative;
  line-height: 1;
}
.cid-uViDrmuKpu .nav-link:hover {
  color: #4154f1 !important;
}
.cid-uViDrmuKpu .container {
  display: flex;
  margin: auto;
}
.cid-uViDrmuKpu .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-uViDrmuKpu .dropdown-menu,
.cid-uViDrmuKpu .navbar.opened {
  background: #ffffff !important;
}
.cid-uViDrmuKpu .nav-item:focus,
.cid-uViDrmuKpu .nav-link:focus {
  outline: none;
}
.cid-uViDrmuKpu .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-uViDrmuKpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uViDrmuKpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uViDrmuKpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uViDrmuKpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uViDrmuKpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uViDrmuKpu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.7);
}
.cid-uViDrmuKpu .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-uViDrmuKpu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uViDrmuKpu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uViDrmuKpu .navbar.opened {
  transition: all 0.3s;
}
.cid-uViDrmuKpu .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-uViDrmuKpu .navbar .navbar-logo img {
  width: auto;
}
.cid-uViDrmuKpu .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uViDrmuKpu .navbar.collapsed {
  justify-content: center;
}
.cid-uViDrmuKpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uViDrmuKpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uViDrmuKpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uViDrmuKpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uViDrmuKpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uViDrmuKpu .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-uViDrmuKpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uViDrmuKpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uViDrmuKpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uViDrmuKpu .navbar .dropdown-menu {
    display: none;
  }
  .cid-uViDrmuKpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uViDrmuKpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uViDrmuKpu .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-uViDrmuKpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uViDrmuKpu .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-uViDrmuKpu .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-uViDrmuKpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uViDrmuKpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uViDrmuKpu .navbar .navbar-buttons,
  .cid-uViDrmuKpu .navbar .icons-menu {
    display: none;
  }
  .cid-uViDrmuKpu .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-uViDrmuKpu .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-uViDrmuKpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uViDrmuKpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uViDrmuKpu .dropdown-item.active,
.cid-uViDrmuKpu .dropdown-item:active {
  background-color: transparent;
}
.cid-uViDrmuKpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uViDrmuKpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uViDrmuKpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uViDrmuKpu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uViDrmuKpu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uViDrmuKpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uViDrmuKpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051441;
}
.cid-uViDrmuKpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uViDrmuKpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uViDrmuKpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uViDrmuKpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uViDrmuKpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uViDrmuKpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uViDrmuKpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uViDrmuKpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uViDrmuKpu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uViDrmuKpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uViDrmuKpu .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-uViDrmuKpu .navbar {
    height: 70px;
  }
  .cid-uViDrmuKpu .navbar.opened {
    height: auto;
  }
  .cid-uViDrmuKpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uViDxFnFT0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #001952;
  background: linear-gradient(to right bottom, rgba(0, 25, 82, 0.8), #4154f1);
  overflow: hidden;
  position: relative;
}
.cid-uViDxFnFT0 .mbr-overlay {
  background: #5eeebb;
}
.cid-uViDxFnFT0 .wave img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
}
.cid-uViDxFnFT0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uViDxFnFT0 .card-title {
  margin-bottom: 26px;
}
.cid-uViDxFnFT0 .mbr-text {
  margin-bottom: 30px;
}
.cid-uViDxFnFT0 .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-uViDxFnFT0 .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-uViDxFnFT0 .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uViDxFnFT0 .text-wrapper {
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uViDxFnFT0 .text-wrapper {
    text-align: center;
  }
  .cid-uViDxFnFT0 .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uViDxFnFT0 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uViDxFnFT0 .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uViDxFnFT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uViDxFnFT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7JAj5kbh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uY7JAj5kbh .wrapper {
  background: #ffffff;
}
.cid-uY7JAj5kbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY7JAj5kbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY7JAj5kbh .mbr-section-title {
  text-align: center;
}
.cid-uYFJPx1HIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYFJPx1HIT a.btn > span {
  margin-left: 0.5rem;
}
.cid-uYFJPx1HIT .row {
  align-items: center;
  justify-content: space-between;
}
.cid-uYFJPx1HIT .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-uYFJPx1HIT .mbr-section-subtitle {
  color: #14142b;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.cid-uYFJPx1HIT .mbr-text {
  color: #5f5d68;
  margin-bottom: 56px;
}
.cid-uYFJPx1HIT .right-side {
  max-width: 554px;
}
.cid-uYFJPx1HIT .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-uYFJPx1HIT .margin {
  margin-right: 14px;
}
.cid-uYFJPx1HIT .shadow {
  padding: 62px 56px 64px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  max-width: 690px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-uYFJPx1HIT img {
  max-width: 186px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 17px;
}
.cid-uYFJPx1HIT .card-title {
  margin-bottom: 4px;
  color: #14142b;
}
.cid-uYFJPx1HIT .card-subtitle {
  margin-bottom: 21px;
  color: #8c8c95;
}
.cid-uYFJPx1HIT .card-text {
  margin-bottom: 40px;
  color: #8c8c95;
}
.cid-uYFJPx1HIT .mbr-social-likes.big .btn-social {
  font-size: 20px;
  border-radius: 25%;
  width: 37px;
  height: 37px;
  line-height: 44px;
  margin: 0 10px 0 0 !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4154f1;
  cursor: pointer;
}
.cid-uYFJPx1HIT .mbr-social-likes.big .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uYFJPx1HIT .mbr-social-likes.big .btn-social:hover {
  color: #fff;
}
.cid-uYFJPx1HIT .mbr-social-likes.big .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uYFJPx1HIT .r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uYFJPx1HIT .mbr-social-likes.small {
  display: flex;
}
.cid-uYFJPx1HIT .mbr-social-likes.big {
  display: block;
}
.cid-uYFJPx1HIT .mbr-social-likes.small .btn-social {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  height: 30px !important;
  line-height: 30px;
  margin: 0 0px 0 10px !important;
  padding: 0;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #4154f1;
  cursor: pointer;
}
.cid-uYFJPx1HIT .mbr-social-likes.small .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-uYFJPx1HIT .mbr-social-likes.small .btn-social:hover {
  color: #fff;
}
.cid-uYFJPx1HIT .mbr-social-likes.small .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-uYFJPx1HIT .form-control,
.cid-uYFJPx1HIT form .btn {
  min-height: initial;
}
.cid-uYFJPx1HIT a.btn,
.cid-uYFJPx1HIT button {
  padding: 24px 40px;
  border-radius: 80px;
}
.cid-uYFJPx1HIT input {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 64px;
  margin-bottom: 20px;
  padding: 8px 26px;
}
.cid-uYFJPx1HIT textarea {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 14px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  box-shadow: none !important;
  height: 132px;
  margin-bottom: 40px;
  padding: 20px 26px;
}
.cid-uYFJPx1HIT input:hover {
  border-color: #14142b !important;
}
.cid-uYFJPx1HIT textarea:hover {
  border-color: #14142b !important;
}
.cid-uYFJPx1HIT input:focus {
  border-color: #14142b !important;
}
.cid-uYFJPx1HIT textarea:focus {
  border-color: #14142b !important;
}
.cid-uYFJPx1HIT .form-group {
  margin-bottom: 0;
}
.cid-uYFJPx1HIT .listen {
  margin-bottom: 24px;
}
.cid-uYFJPx1HIT .phone {
  margin-bottom: 44px;
}
.cid-uYFJPx1HIT .email {
  margin-bottom: 21px;
}
.cid-uYFJPx1HIT .listen,
.cid-uYFJPx1HIT .big {
  text-align: left;
  color: #8c8c95;
}
.cid-uYFJPx1HIT .mbr-text,
.cid-uYFJPx1HIT .button-align {
  color: #14142b;
  text-align: left;
}
.cid-uYFJPx1HIT .email span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uYFJPx1HIT .phone span {
  padding: 7px;
  background-color: #14142b;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 50%;
}
.cid-uYFJPx1HIT select.form-control:hover {
  border-color: #14142b;
}
.cid-uYFJPx1HIT select.form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  color: #8c8c95;
  transition: border-color 300ms ease;
  min-height: 64px;
  padding-right: 26px;
  padding-left: 26px;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #e2e3e9 !important;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease;
  display: flex;
}
.cid-uYFJPx1HIT .form-check > input {
  height: 1em;
  width: 1em;
  padding: 0;
  float: initial;
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .cid-uYFJPx1HIT .shadow {
    width: 100%;
    margin-top: 60px;
    max-width: initial;
  }
  .cid-uYFJPx1HIT .left-side,
  .cid-uYFJPx1HIT .right-side {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 992px) {
  .cid-uYFJPx1HIT .right-side {
    max-width: initial;
    margin-bottom: 50px;
  }
  .cid-uYFJPx1HIT .shadow {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .cid-uYFJPx1HIT .shadow {
    padding: 25px;
  }
  .cid-uYFJPx1HIT input {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .cid-uYFJPx1HIT .r {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .cid-uYFJPx1HIT .mbr-social-likes.small {
    margin-top: 20px;
  }
}
.cid-uYFJPx1HIT .big > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uYFJPx1HIT .big > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uYFJPx1HIT .big > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uYFJPx1HIT .big > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uYFJPx1HIT .big > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uYFJPx1HIT .small > .socicon-bg-youtube {
  background-color: #c4302b;
}
.cid-uYFJPx1HIT .small > .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-uYFJPx1HIT .small > .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-uYFJPx1HIT .small > .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-uYFJPx1HIT .small > .socicon-bg-mail {
  background-color: #134785;
}
.cid-uYFJPx1HIT .mbr-iconfont {
  margin-right: 8px;
}
.cid-uYFJPx1HIT .row {
  flex-direction: row-reverse;
}
.cid-uYFJPx1HIT H5 {
  text-align: center;
}
.cid-uYFJPx1HIT .listen,
.cid-uYFJPx1HIT .mbr-social-likes {
  color: #5f5d68;
}
.cid-uYd5dQPRH9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYd5dQPRH9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYd5dQPRH9 .signup_wrap {
  padding: 60px 0px;
  background-color: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(38, 59, 94, 0.1);
}
.cid-uYd5dQPRH9 .title_block {
  padding: 0px 65px;
  height: 100%;
  margin-right: -15px;
  border-right: 1px solid #4154f1;
}
.cid-uYd5dQPRH9 .mbr-section-title {
  color: #051441;
  margin-bottom: 60px;
}
.cid-uYd5dQPRH9 .mbr-section-subtitle {
  color: #051441;
  margin-bottom: 35px;
}
.cid-uYd5dQPRH9 .card_body {
  margin-bottom: 40px;
}
.cid-uYd5dQPRH9 .card_body .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uYd5dQPRH9 .card_body .list li {
  margin-bottom: 15px;
}
.cid-uYd5dQPRH9 .card_body .list li:last-child {
  margin-bottom: 0;
}
.cid-uYd5dQPRH9 .card_body .mbr-iconfont {
  margin-right: 20px;
  color: #4154f1;
  font-size: inherit;
}
.cid-uYd5dQPRH9 .form_title {
  margin-bottom: 40px;
  margin-left: 15px;
  color: #051441;
}
.cid-uYd5dQPRH9 .form_wrap {
  padding: 0px 65px;
}
.cid-uYd5dQPRH9 .form-group {
  margin-bottom: 30px;
}
.cid-uYd5dQPRH9 .form-control-label {
  margin-bottom: 18px;
  color: #051441;
  font-weight: 700;
}
.cid-uYd5dQPRH9 input.form-control {
  height: 60px;
  padding: 0px 30px;
  border-radius: 45px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #4154f1 !important;
  background-color: #adc2fe;
}
.cid-uYd5dQPRH9 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uYd5dQPRH9 form.mbr-form .mbr-section-btn .btn {
  line-height: 31.5px !important;
  width: 100%;
}
.cid-uYd5dQPRH9 textarea,
.cid-uYd5dQPRH9 .jqselect {
  border: 1px solid #4154f1 !important;
}
@media (max-width: 991px) {
  .cid-uYd5dQPRH9 .signup_wrap {
    padding: 50px 0;
  }
  .cid-uYd5dQPRH9 .form_wrap,
  .cid-uYd5dQPRH9 .title_block {
    padding: 0px 45px;
  }
  .cid-uYd5dQPRH9 .mbr-section-title {
    margin-bottom: 40px;
  }
  .cid-uYd5dQPRH9 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uYd5dQPRH9 .signup_wrap {
    padding: 15px 30px;
  }
  .cid-uYd5dQPRH9 .title_block {
    margin: 0;
    margin-bottom: 50px;
    border-right: 0;
  }
  .cid-uYd5dQPRH9 .form_wrap,
  .cid-uYd5dQPRH9 .title_block {
    padding: 0;
  }
}
@media (max-width: 567px) {
  .cid-uYd5dQPRH9 .signup_wrap {
    padding: 0;
    box-shadow: none;
  }
}
.cid-uYKVmfmvnW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uYKVmfmvnW .title_block {
  margin-bottom: 80px;
}
.cid-uYKVmfmvnW .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uYKVmfmvnW .mbr-section-title,
.cid-uYKVmfmvnW .card-title {
  color: #051441;
}
.cid-uYKVmfmvnW .card-title {
  margin-bottom: 22px;
  color: #1a1a1a;
}
.cid-uYKVmfmvnW .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uYKVmfmvnW .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uYKVmfmvnW .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-uYKVmfmvnW .btn_link:hover {
  cursor: pointer;
}
.cid-uYKVmfmvnW .btn_link:hover a {
  color: #4154f1 !important;
}
.cid-uYKVmfmvnW .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uYKVmfmvnW .item-img {
  margin-bottom: 40px;
}
.cid-uYKVmfmvnW img,
.cid-uYKVmfmvnW .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-uYKVmfmvnW .item:focus,
.cid-uYKVmfmvnW span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uYKVmfmvnW .title_block {
    margin-bottom: 40px;
  }
  .cid-uYKVmfmvnW .card-title,
  .cid-uYKVmfmvnW .card-text {
    margin-bottom: 16px;
  }
  .cid-uYKVmfmvnW .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uYKVmfmvnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYKVmfmvnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYKVmfmvnW .card-text,
.cid-uYKVmfmvnW .btn_link {
  color: #000000;
  text-align: justify;
}
.cid-uViEskRkJw {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #051441;
}
.cid-uViEskRkJw .footer_col_logo {
  width: 40%;
}
.cid-uViEskRkJw .footer_col {
  width: 20%;
}
.cid-uViEskRkJw .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-uViEskRkJw .logo_wrap {
  max-width: 20%;
}
.cid-uViEskRkJw .logo_wrap img {
  width: 100%;
  max-height: 150px;
}
.cid-uViEskRkJw .brand_name {
  color: #ffffff;
}
.cid-uViEskRkJw .contacts {
  margin-top: 46px;
}
.cid-uViEskRkJw .contacts p {
  line-height: 33px;
  margin-bottom: 0;
}
.cid-uViEskRkJw .contacts b {
  color: #ffffff;
}
.cid-uViEskRkJw .mbr-section-subtitle {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 43px;
  color: #ffffff;
}
.cid-uViEskRkJw .item-wrap {
  line-height: 44px;
}
.cid-uViEskRkJw a.text-white {
  color: #a99fc5 !important;
}
.cid-uViEskRkJw a.text-white:hover {
  color: #ffffff !important;
}
.cid-uViEskRkJw .item-wrap a,
.cid-uViEskRkJw .contacts a {
  display: inline-block;
  line-height: 1.87;
  position: relative;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uViEskRkJw .item-wrap a:before,
.cid-uViEskRkJw .contacts a:before {
  width: 0;
  left: auto;
  right: 0;
  bottom: 5px;
  height: 1px;
  content: "";
  position: absolute;
  transition: width 0.2s linear;
  background: #ffffff;
}
.cid-uViEskRkJw .item-wrap a:hover::before,
.cid-uViEskRkJw .contacts a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-uViEskRkJw .image {
  margin-top: 30px;
  max-width: 200px;
}
.cid-uViEskRkJw .image img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .cid-uViEskRkJw .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-uViEskRkJw .footer_col_logo {
    width: 100%;
  }
  .cid-uViEskRkJw .footer_col {
    width: 33.3%;
  }
  .cid-uViEskRkJw .image {
    margin-bottom: 40px;
  }
  .cid-uViEskRkJw .contacts {
    margin-top: 30px;
    margin-bottom: 28px;
  }
  .cid-uViEskRkJw .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-uViEskRkJw .item-wrap {
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uViEskRkJw .row {
    justify-content: center;
    text-align: center;
  }
  .cid-uViEskRkJw .mbr-section-btn {
    position: absolute;
    right: 10px;
    left: auto;
  }
  .cid-uViEskRkJw .footer_col {
    margin-top: 40px;
    width: 100%;
  }
  .cid-uViEskRkJw .image {
    margin: auto;
    margin-top: 30px;
  }
}
.cid-uViEpy4c0n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #051441;
}
.cid-uViEpy4c0n .line {
  height: .8px;
  background: #ffffff;
  opacity: .05;
  margin-bottom: 25px;
}
.cid-uViEpy4c0n .mbr-text {
  padding-top: 10px;
  margin-bottom: 0;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: .6;
  color: #ffffff;
}
.cid-uViEpy4c0n .mbr-text:hover {
  opacity: 1;
}
.cid-uViEpy4c0n a.text-white {
  color: #a99fc5 !important;
}
.cid-uViEpy4c0n a.text-white:hover {
  color: #ffffff !important;
}
.cid-uViEpy4c0n .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uViEpy4c0n .foot-menu li {
  padding: 10px;
}
.cid-uViEpy4c0n .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-uViEpy4c0n .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-uViEpy4c0n .foot-menu a:hover::before {
  left: 0;
  width: 100%;
  right: auto;
}
.cid-uViEpy4c0n .social-list {
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uViEpy4c0n .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-uViEpy4c0n .social-list .soc-item {
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
}
.cid-uViEpy4c0n .social-list a {
  padding: 8px;
  line-height: 1;
  opacity: .5;
}
.cid-uViEpy4c0n .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uViEpy4c0n .foot-menu {
    margin-top: 10px;
    justify-content: center;
  }
  .cid-uViEpy4c0n .mbr-text {
    text-align: center;
    margin-bottom: 1rem;
  }
}
