body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.4375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 3.4375rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 0.875rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.125rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.75rem;
    font-size: calc( 1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.853125rem + (3.4375 - 1.853125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 6px;
}
.btn-md {
  padding: 15px 20px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 25px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #4f87fb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #6d7a8c !important;
}
.bg-warning {
  background-color: #e6ecf2 !important;
}
.bg-danger {
  background-color: #ececec !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0654f8 !important;
  border-color: #0654f8 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #130947 !important;
  border-color: #130947 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010003 !important;
  border-color: #010003 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c5561 !important;
  border-color: #4c5561 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
  color: #4a6d8f !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4a6d8f !important;
  background-color: #b4c6d8 !important;
  border-color: #b4c6d8 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #ececec !important;
  border-color: #ececec !important;
  color: #6d6d6d !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6d6d6d !important;
  background-color: #c6c6c6 !important;
  border-color: #c6c6c6 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #054cdf;
  color: #054cdf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #4f87fb;
  border-color: #4f87fb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4f87fb !important;
  border-color: #4f87fb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #130947;
  border-color: #130947;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #130947 !important;
  border-color: #130947 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #404853;
  color: #404853;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #6d7a8c;
  border-color: #6d7a8c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #6d7a8c !important;
  border-color: #6d7a8c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #a3b9cf;
  color: #a3b9cf;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4a6d8f;
  background-color: #e6ecf2;
  border-color: #e6ecf2;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4a6d8f !important;
  background-color: #e6ecf2 !important;
  border-color: #e6ecf2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #6d6d6d;
  background-color: #ececec;
  border-color: #ececec;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6d6d6d !important;
  background-color: #ececec !important;
  border-color: #ececec !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #4f87fb !important;
}
.text-secondary {
  color: #130947 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #6d7a8c !important;
}
.text-warning {
  color: #e6ecf2 !important;
}
.text-danger {
  color: #ececec !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #054cdf !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #404853 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a3b9cf !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b9b9b9 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6d7a8c;
}
.alert-warning {
  background-color: #e6ecf2;
}
.alert-danger {
  background-color: #ececec;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4f87fb;
  border-color: #4f87fb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4f87fb;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b4bbc5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.125rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #4f87fb;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.btn-primary:hover {
  color: #ffffff !important;
  background: #130947 !important;
  border-color: #130947 !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4f87fb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4f87fb;
  border-bottom-color: #4f87fb;
}
.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: #4f87fb !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: #130947 !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%;
}
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='%234f87fb' %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;
}
.cid-s2oE7PMQL5 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2oE7PMQL5 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2oE7PMQL5 .nav-item,
.cid-s2oE7PMQL5 .nav-link,
.cid-s2oE7PMQL5 .navbar-caption {
  font-weight: normal;
}
.cid-s2oE7PMQL5 .nav-item:focus,
.cid-s2oE7PMQL5 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2oE7PMQL5 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s2oE7PMQL5 .nav-item .nav-link {
    position: relative;
  }
  .cid-s2oE7PMQL5 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s2oE7PMQL5 .nav-item:hover .nav-link:before,
  .cid-s2oE7PMQL5 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2oE7PMQL5 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2oE7PMQL5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s2oE7PMQL5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2oE7PMQL5 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s2oE7PMQL5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s2oE7PMQL5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2oE7PMQL5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2oE7PMQL5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2oE7PMQL5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2oE7PMQL5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2oE7PMQL5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2oE7PMQL5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2oE7PMQL5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2oE7PMQL5 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2oE7PMQL5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2oE7PMQL5 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2oE7PMQL5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2oE7PMQL5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2oE7PMQL5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2oE7PMQL5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2oE7PMQL5 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2oE7PMQL5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2oE7PMQL5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2oE7PMQL5 .dropdown-item.active,
.cid-s2oE7PMQL5 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2oE7PMQL5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2oE7PMQL5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2oE7PMQL5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2oE7PMQL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s2oE7PMQL5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2oE7PMQL5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2oE7PMQL5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2oE7PMQL5 .navbar-buttons {
  text-align: center;
}
.cid-s2oE7PMQL5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2oE7PMQL5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s2oE7PMQL5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2oE7PMQL5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2oE7PMQL5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2oE7PMQL5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2oE7PMQL5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2oE7PMQL5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2oE7PMQL5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2oE7PMQL5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2oE7PMQL5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2oE7PMQL5 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2oE7PMQL5 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-s2oE7PMQL5 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s2oE7PMQL5 .soc-item {
  margin: .5rem .3rem;
}
.cid-s2oE7PMQL5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2oE7PMQL5 a.nav-link .mbr-iconfont-btn,
.cid-s2oE7PMQL5 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s2oE7PMQL5 a.nav-link:hover .mbr-iconfont-btn,
.cid-s2oE7PMQL5 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s2oE7PMQL5 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2oE7PMQL5 .navbar {
    height: 77px;
  }
  .cid-s2oE7PMQL5 .navbar.opened {
    height: auto;
  }
  .cid-s2oE7PMQL5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2EqZALaVh {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2EqZALaVh .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2EqZALaVh .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2EqZALaVh .mbr-section-title {
  margin-bottom: 40px;
  font-weight: 700;
  color: #130947;
}
.cid-s2EqZALaVh .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s2EqZALaVh .mbr-section-text {
  margin-bottom: 35px;
  font-weight: 400;
  color: #000000;
}
.cid-s2EqZALaVh .mbr-section-text.display-4 {
  line-height: 1.5;
}
.cid-s2EqZALaVh .progress_elements {
  margin: 0 auto;
}
.cid-s2EqZALaVh .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s2EqZALaVh .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.cid-s2EqZALaVh .progress_elements .title-wrap .progressbar-title.display-4 p {
  font-size: 15px;
}
.cid-s2EqZALaVh .progress_elements .title-wrap .progress_value {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.cid-s2EqZALaVh .progress_elements .title-wrap .progress_value span {
  padding-left: 30px;
}
.cid-s2EqZALaVh .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 0 !important;
}
.cid-s2EqZALaVh .progress_elements .progress::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-s2EqZALaVh .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s2EqZALaVh .progress_elements .progress1 progress::after {
  left: 99%;
  border: 3px solid #4f87fb;
}
.cid-s2EqZALaVh .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2EqZALaVh .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2EqZALaVh .progress_elements .progress4 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2EqZALaVh .progress1 .progressbar-number:before,
.cid-s2EqZALaVh .progress2 .progressbar-number:before,
.cid-s2EqZALaVh .progress3 .progressbar-number:before,
.cid-s2EqZALaVh .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s2EqZALaVh progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-s2EqZALaVh .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2EqZALaVh .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2EqZALaVh .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2EqZALaVh .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2EqZALaVh .progress1 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2EqZALaVh .progress2 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2EqZALaVh .progress3 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2EqZALaVh .progress4 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2EqZALaVh .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s2EqZALaVh .progressbar-title p {
  color: #6d7a8c;
}
.cid-s2EqZALaVh .progress_value {
  color: #28303f;
}
.cid-s2EqZALaVh img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .cid-s2EqZALaVh img {
    width: 100%;
  }
  .cid-s2EqZALaVh .mbr-media {
    height: 310px !important;
  }
}
.cid-s2EqZALaVh .display-4 {
  font-size: 16px;
}
.cid-s2EqZALaVh .media-content {
  flex-basis: initial;
}
.cid-s2EqZALaVh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2EqZALaVh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2EqZALaVh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2EqZALaVh a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2EqZALaVh a.close:hover {
  color: #ffffff;
}
.cid-s2EqZALaVh .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-s2EqZALaVh .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-s2EqZALaVh .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-s2EqZALaVh .icon-wrap span {
  padding-left: 8px;
  cursor: pointer;
}
.cid-s2EqZALaVh .mbr-media {
  z-index: 70;
  height: 100%;
  background-image: url("../../../assets/images/bacground2023a-1-1200x800.webp");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.cid-s2EqZALaVh .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-s2EqZALaVh .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  cursor: pointer;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 768px) {
  .cid-s2EqZALaVh .mbr-media {
    height: 510px;
  }
  .cid-s2EqZALaVh .mbr-section-title {
    text-align: left;
  }
}
.cid-uZJln2gVpj {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uZJln2gVpj .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-uZJln2gVpj .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-uZJln2gVpj .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uZJln2gVpj .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-uZJln2gVpj .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uZJln2gVpj .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-uZJln2gVpj .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uZJln2gVpj .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-uZJln2gVpj .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-uZJln2gVpj .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-uZJln2gVpj .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-uZJln2gVpj .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-uZJln2gVpj .plan .plan-price {
  color: #28303f;
}
.cid-uZJln2gVpj .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-uZJln2gVpj .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-uZJln2gVpj .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-uZJln2gVpj .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uZJln2gVpj .plan .plan-list {
  padding: 30px 40px;
}
.cid-uZJln2gVpj .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-uZJln2gVpj .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-uZJln2gVpj .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uZJln2gVpj .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uZJln2gVpj .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-uZJln2gVpj .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-uZJln2gVpj .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-uZJln2gVpj .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
@media (max-width: 550px) {
  .cid-uZJln2gVpj .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2oE7V6YfK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2oE7V6YfK h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-s2oE7V6YfK p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-s2oE7V6YfK .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-s2oE7V6YfK .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2oE7V6YfK .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oE7V6YfK .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2oE7V6YfK .card-box {
  padding-top: 35px;
}
.cid-s2oE7V6YfK .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-s2oE7V6YfK .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-s2oE7V6YfK .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2oE7V6YfK .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2oE7V6YfK .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-s2oE7V6YfK .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-s2oE7V6YfK .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2oE7V6YfK .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-s2oE7V6YfK .card-img .card-icon span {
  z-index: 99;
}
.cid-s2oE7V6YfK .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-s2pdryfTB2 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2pdryfTB2 img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-s2pdryfTB2 .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 36px;
  letter-spacing: -0.5px;
}
.cid-s2pdryfTB2 .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-s2pdryfTB2 .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-s2pdryfTB2 .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-s2pdryfTB2 .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-s2pdryfTB2 .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tEOBN806XX {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tEOBN806XX img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-tEOBN806XX .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tEOBN806XX .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-tEOBN806XX .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-tEOBN806XX .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-tEOBN806XX .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-tEOBN806XX .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-uBL5LfBadY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uBL5LfBadY .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-uBL5LfBadY .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-uBL5LfBadY .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-uBL5LfBadY .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-uBL5LfBadY .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-uBL5LfBadY .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-uBL5LfBadY .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-uBL5LfBadY .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-uBL5LfBadY .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-uBL5LfBadY .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tHFYLUFQ6s {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHFYLUFQ6s .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tHFYLUFQ6s .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tHFYLUFQ6s .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tHFYLUFQ6s .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tHFYLUFQ6s .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHFYLUFQ6s .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-tHFYLUFQ6s .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-tHFYLUFQ6s .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-tHFYLUFQ6s .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tHFYLUFQ6s .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-s2pfc43StT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2pfc43StT .mbr-text,
.cid-s2pfc43StT .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pfc43StT .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pfc43StT .mbr-text,
.cid-s2pfc43StT .mbr-section-btn,
.cid-s2pfc43StT .mbr-section-title {
  color: #ffffff;
}
.cid-s2pfc43StT .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pfc43StT .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pfc43StT .mbr-section-title {
  font-weight: 700;
}
.cid-s2pfc43StT .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pfc43StT .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pfc43StT .mbr-section-title,
  .cid-s2pfc43StT .mbr-text,
  .cid-s2pfc43StT .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2oE7Zz1f1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2oE7Zz1f1 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2oE7Zz1f1 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oE7Zz1f1 .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-s2oE7Zz1f1 .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2oE7Zz1f1 .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-s2oE7Zz1f1 .card-wrapper {
  height: 100%;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-img {
  position: relative;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-s2oE7Zz1f1 .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-s2oE7Zz1f1 .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2oE7Zz1f1 .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s2oE7Zz1f1 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2oE7Zz1f1 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-s2oE7Zz1f1 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2oE7Zz1f1 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-s2oE7Zz1f1 .btn[class*="-outline"]:active,
.cid-s2oE7Zz1f1 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2oE81Mmeb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2oE81Mmeb .mbr-text,
.cid-s2oE81Mmeb .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2oE81Mmeb .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2oE81Mmeb .mbr-text,
.cid-s2oE81Mmeb .mbr-section-btn,
.cid-s2oE81Mmeb .mbr-section-title {
  color: #ffffff;
}
.cid-s2oE81Mmeb .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2oE81Mmeb .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2oE81Mmeb .mbr-section-title {
  font-weight: 700;
}
.cid-s2oE81Mmeb .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2oE81Mmeb .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2oE81Mmeb .mbr-section-title,
  .cid-s2oE81Mmeb .mbr-text,
  .cid-s2oE81Mmeb .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2oE82V5Nn {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2oE82V5Nn .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oE82V5Nn .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24px;
}
.cid-s2oE82V5Nn .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2oE82V5Nn .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-s2oE82V5Nn .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-s2oE82V5Nn .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-s2oE82V5Nn .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-s2oE82V5Nn .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-s2oE82V5Nn .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
}
.cid-s2oE82V5Nn .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cid-s2oE7WRl3u {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2oE7WRl3u .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2oE7WRl3u .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-s2oE7WRl3u .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oE7WRl3u .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2oE7WRl3u .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-s2oE7WRl3u .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2oE7WRl3u .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-s2oE7WRl3u .boldSubtitle {
  color: #130947;
}
.cid-s2oE7WRl3u .info-widget {
  padding-top: 0.5rem;
}
.cid-s2oE7WRl3u .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-s2oE7WRl3u .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-s2oE7WRl3u .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-s2oE7WRl3u .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2oE7WRl3u .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-s2oE7WRl3u .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-s2oE7WRl3u .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-s2oE7WRl3u .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-s2oE7WRl3u .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-s2oE7WRl3u .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-s2oE7WRl3u .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s2oE7WRl3u .mbr-section-title,
  .cid-s2oE7WRl3u .mbr-section-subtitle,
  .cid-s2oE7WRl3u .mbr-text {
    text-align: left !important;
  }
  .cid-s2oE7WRl3u .social-list {
    text-align: left !important;
  }
}
.cid-s2oE84VcaE {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-s2oE84VcaE .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oE84VcaE .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2oE84VcaE .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-s2oE84VcaE .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2oE84VcaE .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-s2oE84VcaE .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-s2oE84VcaE .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item .wrapper {
  padding: 40px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-s2oE84VcaE .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2oE84VcaE .row-item .wrapper .card-img span {
  color: #4f87fb;
}
.cid-s2oE84VcaE .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s2oE84VcaE .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-s2oE84VcaE .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.cid-s2oE84VcaE img {
  width: 90%;
  border-radius: 8px;
}
.cid-s2oE84VcaE .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-s2oE84VcaE .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2oE84VcaE .btn-primary:hover {
  background-color: #28303f !important;
  border-color: #28303f !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-s2oE84VcaE .mbr-section-title {
    text-align: left;
  }
  .cid-s2oE84VcaE img {
    width: 100%;
  }
}
.cid-s2oE88nb3c {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2oE89sL6k {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-s2oE89sL6k .mbr-text,
.cid-s2oE89sL6k .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2oE89sL6k .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2oE89sL6k .mbr-text,
.cid-s2oE89sL6k .mbr-section-btn,
.cid-s2oE89sL6k .mbr-section-title {
  color: #ffffff;
}
.cid-s2oE89sL6k .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2oE89sL6k .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2oE89sL6k .mbr-section-title {
  font-weight: 700;
}
.cid-s2oE89sL6k .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2oE89sL6k .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2oE89sL6k .mbr-section-title,
  .cid-s2oE89sL6k .mbr-text,
  .cid-s2oE89sL6k .mbr-section-btn {
    text-align: left;
  }
}
.cid-uBL6gP9v7J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBL6gP9v7J .title-text {
  margin-bottom: 70px;
}
.cid-uBL6gP9v7J .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uBL6gP9v7J .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uBL6gP9v7J .title-text .mbr-section-title {
  color: #130947;
}
.cid-uBL6gP9v7J .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uBL6gP9v7J .title-text .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uBL6gP9v7J .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uBL6gP9v7J .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6gP9v7J .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uBL6gP9v7J .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6gP9v7J .accordion-content {
  flex-basis: 100%;
}
.cid-uBL6gP9v7J .panel-group {
  width: 100%;
}
.cid-uBL6gP9v7J .panel-text,
.cid-uBL6gP9v7J .header-text,
.cid-uBL6gP9v7J .mbr-section-subtitle {
  color: #222222;
}
.cid-uBL6gP9v7J .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uBL6gP9v7J .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 28px;
  font-weight: 400 !important;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title .toggle-icon:before,
.cid-uBL6gP9v7J .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6gP9v7J .card .card-header a.panel-title[aria-expanded="true"] .header-text,
.cid-uBL6gP9v7J .card .card-header a.panel-title[aria-expanded="true"] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6gP9v7J .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uBL6gP9v7J .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sIOAaJqaFi {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #4f87fb;
}
.cid-sIOAaJqaFi .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sIOAaJqaFi .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sIOAaJqaFi .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-sIOAaJqaFi .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-sIOAaJqaFi .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sIOAaJqaFi .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sIOAaJqaFi .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sIOAaJqaFi .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sIOAaJqaFi .mbr-section-btn.display-4,
.cid-sIOAaJqaFi .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sIOAaJqaFi .separator,
  .cid-sIOAaJqaFi .sep-holder,
  .cid-sIOAaJqaFi .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sIOAaJqaFi .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uBWG85y5YL {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWG85y5YL .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWG85y5YL .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWG85y5YL .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWG85y5YL .box-item {
  height: 100%;
}
.cid-uBWG85y5YL .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWG85y5YL .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWG85y5YL .box-item .heading {
  width: 100%;
}
.cid-uBWG85y5YL .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWG85y5YL .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWG85y5YL .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWG85y5YL .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWG85y5YL .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWG85y5YL .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWG85y5YL .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWG85y5YL .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWG85y5YL .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWG85y5YL .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWG85y5YL .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWG85y5YL .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWG85y5YL .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWG85y5YL .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWG85y5YL .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWG85y5YL .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWG85y5YL .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWG85y5YL .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWG85y5YL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWG85y5YL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2oE8ciScL {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #ffffff, #eaebff);
}
.cid-s2oE8ciScL a {
  text-align: center;
}
.cid-s2oE8ciScL p {
  color: #0a0a0a;
  text-align: center;
}
.cid-s2oE8ciScL span {
  font-size: 2rem;
}
.cid-s2oE8ciScL .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-s2oE8ciScL .socicon-twitter {
  color: #4da7de;
}
.cid-s2oE8ciScL .socicon-facebook {
  color: #3e5b98;
}
.cid-s2oE8ciScL .socicon-googleplus {
  color: #dd4b39;
}
.cid-s2oE8ciScL .socicon-instagram {
  color: #3f729b;
}
.cid-s2oE8ciScL .social-list a:focus {
  text-decoration: none;
}
.cid-s2oE8ciScL .text-copyright {
  width: 100%;
}
.cid-s2oE8ciScL .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2oE8ciScL .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2oE8ciScL .logo-footer {
  line-height: normal;
}
.cid-s2oE8ciScL .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2oE8ciScL .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2oE8ciScL .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2oE8ciScL .media-container-row a {
  margin: 0 1rem;
}
.cid-s2oE8eYCtF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-s2oE8eYCtF .links {
  text-align: center;
  color: #ffffff;
}
.cid-s2oE8eYCtF p {
  margin: 0;
}
.cid-s2oE8eYCtF a {
  color: #ffffff;
}
.cid-s2oE8eYCtF a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-s2pjEhhdAQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2pjEhhdAQ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2pjEhhdAQ .nav-item,
.cid-s2pjEhhdAQ .nav-link,
.cid-s2pjEhhdAQ .navbar-caption {
  font-weight: normal;
}
.cid-s2pjEhhdAQ .nav-item:focus,
.cid-s2pjEhhdAQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2pjEhhdAQ .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s2pjEhhdAQ .nav-item .nav-link {
    position: relative;
  }
  .cid-s2pjEhhdAQ .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s2pjEhhdAQ .nav-item:hover .nav-link:before,
  .cid-s2pjEhhdAQ .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2pjEhhdAQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2pjEhhdAQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s2pjEhhdAQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2pjEhhdAQ .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s2pjEhhdAQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s2pjEhhdAQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2pjEhhdAQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2pjEhhdAQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2pjEhhdAQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2pjEhhdAQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2pjEhhdAQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2pjEhhdAQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2pjEhhdAQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2pjEhhdAQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2pjEhhdAQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2pjEhhdAQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2pjEhhdAQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2pjEhhdAQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2pjEhhdAQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2pjEhhdAQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2pjEhhdAQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2pjEhhdAQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2pjEhhdAQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2pjEhhdAQ .dropdown-item.active,
.cid-s2pjEhhdAQ .dropdown-item:active {
  background-color: transparent;
}
.cid-s2pjEhhdAQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2pjEhhdAQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2pjEhhdAQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2pjEhhdAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s2pjEhhdAQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2pjEhhdAQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2pjEhhdAQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2pjEhhdAQ .navbar-buttons {
  text-align: center;
}
.cid-s2pjEhhdAQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2pjEhhdAQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s2pjEhhdAQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2pjEhhdAQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2pjEhhdAQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2pjEhhdAQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2pjEhhdAQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2pjEhhdAQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2pjEhhdAQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2pjEhhdAQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2pjEhhdAQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2pjEhhdAQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pjEhhdAQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-s2pjEhhdAQ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s2pjEhhdAQ .soc-item {
  margin: .5rem .3rem;
}
.cid-s2pjEhhdAQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pjEhhdAQ a.nav-link .mbr-iconfont-btn,
.cid-s2pjEhhdAQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s2pjEhhdAQ a.nav-link:hover .mbr-iconfont-btn,
.cid-s2pjEhhdAQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s2pjEhhdAQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2pjEhhdAQ .navbar {
    height: 77px;
  }
  .cid-s2pjEhhdAQ .navbar.opened {
    height: auto;
  }
  .cid-s2pjEhhdAQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2pjEktI8k {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2pjEktI8k .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pjEktI8k .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pjEktI8k .mbr-section-title {
  margin-bottom: 40px;
  font-weight: 700;
  color: #130947;
}
.cid-s2pjEktI8k .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s2pjEktI8k .mbr-section-text {
  margin-bottom: 35px;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-s2pjEktI8k .mbr-section-text.display-4 {
  line-height: 1.5;
}
.cid-s2pjEktI8k .progress_elements {
  margin: 0 auto;
}
.cid-s2pjEktI8k .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s2pjEktI8k .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.cid-s2pjEktI8k .progress_elements .title-wrap .progressbar-title.display-4 p {
  font-size: 15px;
}
.cid-s2pjEktI8k .progress_elements .title-wrap .progress_value {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.cid-s2pjEktI8k .progress_elements .title-wrap .progress_value span {
  padding-left: 30px;
}
.cid-s2pjEktI8k .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 0 !important;
}
.cid-s2pjEktI8k .progress_elements .progress::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-s2pjEktI8k .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s2pjEktI8k .progress_elements .progress1 progress::after {
  left: 99%;
  border: 3px solid #4f87fb;
}
.cid-s2pjEktI8k .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2pjEktI8k .progress_elements .progress3 progress::after {
  left: 78%;
  border: 3px solid #4f87fb;
}
.cid-s2pjEktI8k .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-s2pjEktI8k .progress1 .progressbar-number:before,
.cid-s2pjEktI8k .progress2 .progressbar-number:before,
.cid-s2pjEktI8k .progress3 .progressbar-number:before,
.cid-s2pjEktI8k .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s2pjEktI8k progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-s2pjEktI8k .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2pjEktI8k .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2pjEktI8k .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2pjEktI8k .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2pjEktI8k .progress1 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2pjEktI8k .progress2 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2pjEktI8k .progress3 .progressbar-number:before {
  content: "78";
  font-weight: 700;
}
.cid-s2pjEktI8k .progress4 .progressbar-number:before {
  content: "53";
  font-weight: 700;
}
.cid-s2pjEktI8k .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s2pjEktI8k .progressbar-title p {
  color: #6d7a8c;
}
.cid-s2pjEktI8k .progress_value {
  color: #28303f;
}
.cid-s2pjEktI8k img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .cid-s2pjEktI8k img {
    width: 100%;
  }
  .cid-s2pjEktI8k .mbr-media {
    height: 310px !important;
  }
}
.cid-s2pjEktI8k .display-4 {
  font-size: 16px;
}
.cid-s2pjEktI8k .media-content {
  flex-basis: initial;
}
.cid-s2pjEktI8k .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2pjEktI8k .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2pjEktI8k .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2pjEktI8k a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2pjEktI8k a.close:hover {
  color: #ffffff;
}
.cid-s2pjEktI8k .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-s2pjEktI8k .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-s2pjEktI8k .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-s2pjEktI8k .icon-wrap span {
  padding-left: 8px;
  cursor: pointer;
}
.cid-s2pjEktI8k .mbr-media {
  z-index: 70;
  height: 100%;
  background-image: url("../../../assets/images/campana7g-1200x628.webp");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.cid-s2pjEktI8k .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-s2pjEktI8k .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  cursor: pointer;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 768px) {
  .cid-s2pjEktI8k .mbr-media {
    height: 510px;
  }
  .cid-s2pjEktI8k .mbr-section-title {
    text-align: left;
  }
}
.cid-s2pkEHsnyt {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-s2pkEHsnyt .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pkEHsnyt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pkEHsnyt .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-s2pkEHsnyt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pkEHsnyt .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-s2pkEHsnyt .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-s2pkEHsnyt .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item .wrapper {
  padding: 40px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-s2pkEHsnyt .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pkEHsnyt .row-item .wrapper .card-img span {
  color: #4f87fb;
}
.cid-s2pkEHsnyt .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s2pkEHsnyt .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-s2pkEHsnyt .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.cid-s2pkEHsnyt img {
  width: 90%;
  border-radius: 8px;
}
.cid-s2pkEHsnyt .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-s2pkEHsnyt .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2pkEHsnyt .btn-primary:hover {
  background-color: #28303f !important;
  border-color: #28303f !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-s2pkEHsnyt .mbr-section-title {
    text-align: left;
  }
  .cid-s2pkEHsnyt img {
    width: 100%;
  }
}
.cid-s2pl5D9fiS {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2pl5D9fiS .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2pl5D9fiS .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pl5D9fiS .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-s2pl5D9fiS .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2pl5D9fiS .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-s2pl5D9fiS .card-wrapper {
  height: 100%;
}
.cid-s2pl5D9fiS .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2pl5D9fiS .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-s2pl5D9fiS .card-wrapper .card-img {
  position: relative;
}
.cid-s2pl5D9fiS .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2pl5D9fiS .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-s2pl5D9fiS .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-s2pl5D9fiS .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-s2pl5D9fiS .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2pl5D9fiS .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s2pl5D9fiS .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2pl5D9fiS .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-s2pl5D9fiS .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2pl5D9fiS .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-s2pl5D9fiS .btn[class*="-outline"]:active,
.cid-s2pl5D9fiS .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2pjEm863R {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2pjEm863R .mbr-text,
.cid-s2pjEm863R .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pjEm863R .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pjEm863R .mbr-text,
.cid-s2pjEm863R .mbr-section-btn,
.cid-s2pjEm863R .mbr-section-title {
  color: #ffffff;
}
.cid-s2pjEm863R .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pjEm863R .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pjEm863R .mbr-section-title {
  font-weight: 700;
}
.cid-s2pjEm863R .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pjEm863R .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pjEm863R .mbr-section-title,
  .cid-s2pjEm863R .mbr-text,
  .cid-s2pjEm863R .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2pjEnojG8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2pjEnojG8 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2pjEnojG8 .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pjEnojG8 .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-s2pjEnojG8 .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2pjEnojG8 .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-s2pjEnojG8 .card-wrapper {
  height: 100%;
}
.cid-s2pjEnojG8 .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2pjEnojG8 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-s2pjEnojG8 .card-wrapper .card-img {
  position: relative;
}
.cid-s2pjEnojG8 .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2pjEnojG8 .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-s2pjEnojG8 .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-s2pjEnojG8 .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-s2pjEnojG8 .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2pjEnojG8 .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s2pjEnojG8 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2pjEnojG8 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-s2pjEnojG8 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2pjEnojG8 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-s2pjEnojG8 .btn[class*="-outline"]:active,
.cid-s2pjEnojG8 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2pjEp1dzU {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2pjEp1dzU h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-s2pjEp1dzU p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-s2pjEp1dzU .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-s2pjEp1dzU .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pjEp1dzU .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pjEp1dzU .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pjEp1dzU .card-box {
  padding-top: 35px;
}
.cid-s2pjEp1dzU .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-s2pjEp1dzU .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-s2pjEp1dzU .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2pjEp1dzU .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2pjEp1dzU .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-s2pjEp1dzU .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-s2pjEp1dzU .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2pjEp1dzU .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-s2pjEp1dzU .card-img .card-icon span {
  z-index: 99;
}
.cid-s2pjEp1dzU .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-s2pjEqBVsZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2pjEqBVsZ .mbr-text,
.cid-s2pjEqBVsZ .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pjEqBVsZ .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pjEqBVsZ .mbr-text,
.cid-s2pjEqBVsZ .mbr-section-btn,
.cid-s2pjEqBVsZ .mbr-section-title {
  color: #ffffff;
}
.cid-s2pjEqBVsZ .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pjEqBVsZ .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pjEqBVsZ .mbr-section-title {
  font-weight: 700;
}
.cid-s2pjEqBVsZ .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pjEqBVsZ .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pjEqBVsZ .mbr-section-title,
  .cid-s2pjEqBVsZ .mbr-text,
  .cid-s2pjEqBVsZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2pjEtPZeu {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2pjEtPZeu .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2pjEtPZeu .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-s2pjEtPZeu .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pjEtPZeu .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pjEtPZeu .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-s2pjEtPZeu .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pjEtPZeu .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-s2pjEtPZeu .boldSubtitle {
  color: #130947;
}
.cid-s2pjEtPZeu .info-widget {
  padding-top: 0.5rem;
}
.cid-s2pjEtPZeu .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-s2pjEtPZeu .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-s2pjEtPZeu .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-s2pjEtPZeu .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pjEtPZeu .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-s2pjEtPZeu .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-s2pjEtPZeu .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-s2pjEtPZeu .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-s2pjEtPZeu .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-s2pjEtPZeu .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-s2pjEtPZeu .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s2pjEtPZeu .mbr-section-title,
  .cid-s2pjEtPZeu .mbr-section-subtitle,
  .cid-s2pjEtPZeu .mbr-text {
    text-align: left !important;
  }
  .cid-s2pjEtPZeu .social-list {
    text-align: left !important;
  }
}
.cid-s2pjEv77uY {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #e6ecf2;
}
.cid-s2pjEv77uY .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pjEv77uY .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pjEv77uY .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-s2pjEv77uY .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pjEv77uY .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-s2pjEv77uY .row-item {
  margin-bottom: 2rem;
  border-radius: 8px;
}
.cid-s2pjEv77uY .row-item:hover .wrapper {
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item:hover .wrapper::before {
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item:hover .wrapper .card-img {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item:hover .wrapper .card-img span {
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item:hover .wrapper .mbr-card-title {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item .wrapper {
  padding: 40px 0 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.cid-s2pjEv77uY .row-item .wrapper::before {
  border-radius: 8px;
  position: absolute;
  content: "";
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #4f87fb;
  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cid-s2pjEv77uY .row-item .wrapper .card-img span {
  color: #4f87fb;
}
.cid-s2pjEv77uY .row-item .wrapper .mbr-iconfont {
  font-size: 50px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cid-s2pjEv77uY .row-item .wrapper .mbr-card-title {
  color: #130947;
  font-weight: 700;
}
.cid-s2pjEv77uY .row-item .wrapper .mbr-card-title.display-7 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.cid-s2pjEv77uY img {
  width: 90%;
  border-radius: 8px;
}
.cid-s2pjEv77uY .btn {
  border-radius: 3px;
  padding: 12px 40px;
  font-weight: 700;
}
.cid-s2pjEv77uY .btn.display-4 {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2pjEv77uY .btn-primary:hover {
  background-color: #28303f !important;
  border-color: #28303f !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  .cid-s2pjEv77uY .mbr-section-title {
    text-align: left;
  }
  .cid-s2pjEv77uY img {
    width: 100%;
  }
}
.cid-s2pjEyyO86 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2pjEzGogM {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-s2pjEzGogM .mbr-text,
.cid-s2pjEzGogM .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pjEzGogM .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pjEzGogM .mbr-text,
.cid-s2pjEzGogM .mbr-section-btn,
.cid-s2pjEzGogM .mbr-section-title {
  color: #ffffff;
}
.cid-s2pjEzGogM .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pjEzGogM .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pjEzGogM .mbr-section-title {
  font-weight: 700;
}
.cid-s2pjEzGogM .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pjEzGogM .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pjEzGogM .mbr-section-title,
  .cid-s2pjEzGogM .mbr-text,
  .cid-s2pjEzGogM .mbr-section-btn {
    text-align: left;
  }
}
.cid-uBL6nOtXNp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBL6nOtXNp .title-text {
  margin-bottom: 70px;
}
.cid-uBL6nOtXNp .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uBL6nOtXNp .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uBL6nOtXNp .title-text .mbr-section-title {
  color: #130947;
}
.cid-uBL6nOtXNp .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uBL6nOtXNp .title-text .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uBL6nOtXNp .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uBL6nOtXNp .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6nOtXNp .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uBL6nOtXNp .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6nOtXNp .accordion-content {
  flex-basis: 100%;
}
.cid-uBL6nOtXNp .panel-group {
  width: 100%;
}
.cid-uBL6nOtXNp .panel-text,
.cid-uBL6nOtXNp .header-text,
.cid-uBL6nOtXNp .mbr-section-subtitle {
  color: #222222;
}
.cid-uBL6nOtXNp .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uBL6nOtXNp .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 28px;
  font-weight: 400 !important;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title .toggle-icon:before,
.cid-uBL6nOtXNp .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6nOtXNp .card .card-header a.panel-title[aria-expanded="true"] .header-text,
.cid-uBL6nOtXNp .card .card-header a.panel-title[aria-expanded="true"] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6nOtXNp .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uBL6nOtXNp .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sIOAeXCQUC {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #4f87fb;
}
.cid-sIOAeXCQUC .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sIOAeXCQUC .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sIOAeXCQUC .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-sIOAeXCQUC .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-sIOAeXCQUC .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sIOAeXCQUC .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sIOAeXCQUC .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sIOAeXCQUC .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sIOAeXCQUC .mbr-section-btn.display-4,
.cid-sIOAeXCQUC .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sIOAeXCQUC .separator,
  .cid-sIOAeXCQUC .sep-holder,
  .cid-sIOAeXCQUC .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sIOAeXCQUC .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uBWGn8Wa84 {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWGn8Wa84 .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWGn8Wa84 .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWGn8Wa84 .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWGn8Wa84 .box-item {
  height: 100%;
}
.cid-uBWGn8Wa84 .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWGn8Wa84 .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWGn8Wa84 .box-item .heading {
  width: 100%;
}
.cid-uBWGn8Wa84 .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWGn8Wa84 .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWGn8Wa84 .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWGn8Wa84 .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWGn8Wa84 .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWGn8Wa84 .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWGn8Wa84 .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWGn8Wa84 .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWGn8Wa84 .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWGn8Wa84 .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWGn8Wa84 .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWGn8Wa84 .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGn8Wa84 .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGn8Wa84 .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWGn8Wa84 .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWGn8Wa84 .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWGn8Wa84 .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWGn8Wa84 .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWGn8Wa84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWGn8Wa84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2pjEDsL54 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-s2pjEDsL54 a {
  text-align: center;
}
.cid-s2pjEDsL54 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-s2pjEDsL54 span {
  font-size: 2rem;
}
.cid-s2pjEDsL54 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-s2pjEDsL54 .socicon-twitter {
  color: #4da7de;
}
.cid-s2pjEDsL54 .socicon-facebook {
  color: #3e5b98;
}
.cid-s2pjEDsL54 .socicon-googleplus {
  color: #dd4b39;
}
.cid-s2pjEDsL54 .socicon-instagram {
  color: #3f729b;
}
.cid-s2pjEDsL54 .social-list a:focus {
  text-decoration: none;
}
.cid-s2pjEDsL54 .text-copyright {
  width: 100%;
}
.cid-s2pjEDsL54 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2pjEDsL54 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2pjEDsL54 .logo-footer {
  line-height: normal;
}
.cid-s2pjEDsL54 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pjEDsL54 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2pjEDsL54 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pjEDsL54 .media-container-row a {
  margin: 0 1rem;
}
.cid-s2pjEGfEXR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-s2pjEGfEXR .links {
  text-align: center;
  color: #ffffff;
}
.cid-s2pjEGfEXR p {
  margin: 0;
}
.cid-s2pjEGfEXR a {
  color: #ffffff;
}
.cid-s2pjEGfEXR a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-s2pmanufO0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2pmanufO0 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s2pmanufO0 .nav-item,
.cid-s2pmanufO0 .nav-link,
.cid-s2pmanufO0 .navbar-caption {
  font-weight: normal;
}
.cid-s2pmanufO0 .nav-item:focus,
.cid-s2pmanufO0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s2pmanufO0 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s2pmanufO0 .nav-item .nav-link {
    position: relative;
  }
  .cid-s2pmanufO0 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s2pmanufO0 .nav-item:hover .nav-link:before,
  .cid-s2pmanufO0 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s2pmanufO0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s2pmanufO0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s2pmanufO0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s2pmanufO0 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s2pmanufO0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s2pmanufO0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s2pmanufO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s2pmanufO0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s2pmanufO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s2pmanufO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s2pmanufO0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s2pmanufO0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s2pmanufO0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s2pmanufO0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s2pmanufO0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s2pmanufO0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s2pmanufO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s2pmanufO0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s2pmanufO0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s2pmanufO0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s2pmanufO0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s2pmanufO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s2pmanufO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s2pmanufO0 .dropdown-item.active,
.cid-s2pmanufO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-s2pmanufO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s2pmanufO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s2pmanufO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s2pmanufO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s2pmanufO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s2pmanufO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s2pmanufO0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s2pmanufO0 .navbar-buttons {
  text-align: center;
}
.cid-s2pmanufO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s2pmanufO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s2pmanufO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s2pmanufO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s2pmanufO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s2pmanufO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s2pmanufO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2pmanufO0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s2pmanufO0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s2pmanufO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s2pmanufO0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s2pmanufO0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pmanufO0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-s2pmanufO0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s2pmanufO0 .soc-item {
  margin: .5rem .3rem;
}
.cid-s2pmanufO0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pmanufO0 a.nav-link .mbr-iconfont-btn,
.cid-s2pmanufO0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s2pmanufO0 a.nav-link:hover .mbr-iconfont-btn,
.cid-s2pmanufO0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s2pmanufO0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s2pmanufO0 .navbar {
    height: 77px;
  }
  .cid-s2pmanufO0 .navbar.opened {
    height: auto;
  }
  .cid-s2pmanufO0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBFXf1lLpd {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
  background: linear-gradient(to bottom, #ffffff, #1f91af);
}
.cid-uBFXf1lLpd .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-uBFXf1lLpd .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-uBFXf1lLpd .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-uBFXf1lLpd .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-uBFXf1lLpd .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-uBFXf1lLpd .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-uBFXf1lLpd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-uBFXf1lLpd .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-uBFXf1lLpd .mbr-section-btn.display-4,
.cid-uBFXf1lLpd .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-uBFXf1lLpd .separator,
  .cid-uBFXf1lLpd .sep-holder,
  .cid-uBFXf1lLpd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-uBFXf1lLpd .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uBFXf1lLpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBFXf1lLpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBFXf1lLpd .mbr-section-title,
.cid-uBFXf1lLpd .mbr-section-btn {
  color: #333333;
}
.cid-s2pmauxNTf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2pmauxNTf .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2pmauxNTf .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pmauxNTf .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-s2pmauxNTf .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2pmauxNTf .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-s2pmauxNTf .card-wrapper {
  height: 100%;
}
.cid-s2pmauxNTf .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-s2pmauxNTf .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pmauxNTf .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-s2pmauxNTf .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pmauxNTf .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2pmauxNTf .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-s2pmauxNTf .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2pmauxNTf .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2pmauxNTf .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-s2pmauxNTf .card-wrapper .card-img {
  position: relative;
}
.cid-s2pmauxNTf .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2pmauxNTf .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-s2pmauxNTf .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-s2pmauxNTf .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-s2pmauxNTf .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2pmauxNTf .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s2pmauxNTf .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2pmauxNTf .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-s2pmauxNTf .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2pmauxNTf .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-s2pmauxNTf .btn[class*="-outline"]:active,
.cid-s2pmauxNTf .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2pmawQJJH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2pmawQJJH .mbr-text,
.cid-s2pmawQJJH .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pmawQJJH .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pmawQJJH .mbr-text,
.cid-s2pmawQJJH .mbr-section-btn,
.cid-s2pmawQJJH .mbr-section-title {
  color: #ffffff;
}
.cid-s2pmawQJJH .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pmawQJJH .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pmawQJJH .mbr-section-title {
  font-weight: 700;
}
.cid-s2pmawQJJH .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pmawQJJH .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pmawQJJH .mbr-section-title,
  .cid-s2pmawQJJH .mbr-text,
  .cid-s2pmawQJJH .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2pmaAKlHK {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2pmaAKlHK h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-s2pmaAKlHK p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-s2pmaAKlHK .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-s2pmaAKlHK .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pmaAKlHK .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pmaAKlHK .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pmaAKlHK .card-box {
  padding-top: 35px;
}
.cid-s2pmaAKlHK .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-s2pmaAKlHK .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-s2pmaAKlHK .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2pmaAKlHK .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2pmaAKlHK .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-s2pmaAKlHK .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-s2pmaAKlHK .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2pmaAKlHK .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-s2pmaAKlHK .card-img .card-icon span {
  z-index: 99;
}
.cid-s2pmaAKlHK .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-s2pmaD1awb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2pmaD1awb .mbr-text,
.cid-s2pmaD1awb .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pmaD1awb .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pmaD1awb .mbr-text,
.cid-s2pmaD1awb .mbr-section-btn,
.cid-s2pmaD1awb .mbr-section-title {
  color: #ffffff;
}
.cid-s2pmaD1awb .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pmaD1awb .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pmaD1awb .mbr-section-title {
  font-weight: 700;
}
.cid-s2pmaD1awb .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pmaD1awb .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pmaD1awb .mbr-section-title,
  .cid-s2pmaD1awb .mbr-text,
  .cid-s2pmaD1awb .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2pmaECwUW {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2pmaECwUW .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-s2pmaECwUW .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-s2pmaECwUW .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2pmaECwUW .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2pmaECwUW .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-s2pmaECwUW .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2pmaECwUW .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-s2pmaECwUW .boldSubtitle {
  color: #130947;
}
.cid-s2pmaECwUW .info-widget {
  padding-top: 0.5rem;
}
.cid-s2pmaECwUW .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-s2pmaECwUW .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-s2pmaECwUW .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-s2pmaECwUW .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pmaECwUW .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-s2pmaECwUW .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-s2pmaECwUW .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-s2pmaECwUW .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-s2pmaECwUW .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-s2pmaECwUW .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-s2pmaECwUW .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-s2pmaECwUW .mbr-section-title,
  .cid-s2pmaECwUW .mbr-section-subtitle,
  .cid-s2pmaECwUW .mbr-text {
    text-align: left !important;
  }
  .cid-s2pmaECwUW .social-list {
    text-align: left !important;
  }
}
.cid-s2pmaKWfmm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2pmaMqtNE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-s2pmaMqtNE .mbr-text,
.cid-s2pmaMqtNE .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2pmaMqtNE .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2pmaMqtNE .mbr-text,
.cid-s2pmaMqtNE .mbr-section-btn,
.cid-s2pmaMqtNE .mbr-section-title {
  color: #ffffff;
}
.cid-s2pmaMqtNE .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2pmaMqtNE .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2pmaMqtNE .mbr-section-title {
  font-weight: 700;
}
.cid-s2pmaMqtNE .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2pmaMqtNE .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2pmaMqtNE .mbr-section-title,
  .cid-s2pmaMqtNE .mbr-text,
  .cid-s2pmaMqtNE .mbr-section-btn {
    text-align: left;
  }
}
.cid-uBL6C4iZCP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBL6C4iZCP .title-text {
  margin-bottom: 70px;
}
.cid-uBL6C4iZCP .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uBL6C4iZCP .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-uBL6C4iZCP .title-text .mbr-section-title {
  color: #130947;
}
.cid-uBL6C4iZCP .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uBL6C4iZCP .title-text .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-uBL6C4iZCP .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uBL6C4iZCP .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6C4iZCP .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uBL6C4iZCP .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6C4iZCP .accordion-content {
  flex-basis: 100%;
}
.cid-uBL6C4iZCP .panel-group {
  width: 100%;
}
.cid-uBL6C4iZCP .panel-text,
.cid-uBL6C4iZCP .header-text,
.cid-uBL6C4iZCP .mbr-section-subtitle {
  color: #222222;
}
.cid-uBL6C4iZCP .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uBL6C4iZCP .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 28px;
  font-weight: 400 !important;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title .toggle-icon:before,
.cid-uBL6C4iZCP .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6C4iZCP .card .card-header a.panel-title[aria-expanded="true"] .header-text,
.cid-uBL6C4iZCP .card .card-header a.panel-title[aria-expanded="true"] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uBL6C4iZCP .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uBL6C4iZCP .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sIOAjJMnit {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #4f87fb;
}
.cid-sIOAjJMnit .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sIOAjJMnit .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sIOAjJMnit .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-sIOAjJMnit .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-sIOAjJMnit .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sIOAjJMnit .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sIOAjJMnit .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sIOAjJMnit .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sIOAjJMnit .mbr-section-btn.display-4,
.cid-sIOAjJMnit .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sIOAjJMnit .separator,
  .cid-sIOAjJMnit .sep-holder,
  .cid-sIOAjJMnit .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sIOAjJMnit .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uBWGEz04ew {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWGEz04ew .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWGEz04ew .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWGEz04ew .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWGEz04ew .box-item {
  height: 100%;
}
.cid-uBWGEz04ew .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWGEz04ew .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWGEz04ew .box-item .heading {
  width: 100%;
}
.cid-uBWGEz04ew .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWGEz04ew .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWGEz04ew .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWGEz04ew .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWGEz04ew .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWGEz04ew .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWGEz04ew .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWGEz04ew .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWGEz04ew .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWGEz04ew .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWGEz04ew .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWGEz04ew .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGEz04ew .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGEz04ew .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWGEz04ew .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWGEz04ew .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWGEz04ew .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWGEz04ew .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWGEz04ew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWGEz04ew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2pmaRM7Sg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-s2pmaRM7Sg a {
  text-align: center;
}
.cid-s2pmaRM7Sg p {
  color: #0a0a0a;
  text-align: center;
}
.cid-s2pmaRM7Sg span {
  font-size: 2rem;
}
.cid-s2pmaRM7Sg .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-s2pmaRM7Sg .socicon-twitter {
  color: #4da7de;
}
.cid-s2pmaRM7Sg .socicon-facebook {
  color: #3e5b98;
}
.cid-s2pmaRM7Sg .socicon-googleplus {
  color: #dd4b39;
}
.cid-s2pmaRM7Sg .socicon-instagram {
  color: #3f729b;
}
.cid-s2pmaRM7Sg .social-list a:focus {
  text-decoration: none;
}
.cid-s2pmaRM7Sg .text-copyright {
  width: 100%;
}
.cid-s2pmaRM7Sg .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2pmaRM7Sg .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2pmaRM7Sg .logo-footer {
  line-height: normal;
}
.cid-s2pmaRM7Sg .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pmaRM7Sg .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2pmaRM7Sg .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2pmaRM7Sg .media-container-row a {
  margin: 0 1rem;
}
.cid-s2pmaVuwDX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-s2pmaVuwDX .links {
  text-align: center;
  color: #ffffff;
}
.cid-s2pmaVuwDX p {
  margin: 0;
}
.cid-s2pmaVuwDX a {
  color: #ffffff;
}
.cid-s2pmaVuwDX a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-s28g5JJlbc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s28g5JJlbc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-s28g5JJlbc .nav-item,
.cid-s28g5JJlbc .nav-link,
.cid-s28g5JJlbc .navbar-caption {
  font-weight: normal;
}
.cid-s28g5JJlbc .nav-item:focus,
.cid-s28g5JJlbc .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s28g5JJlbc .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s28g5JJlbc .nav-item .nav-link {
    position: relative;
  }
  .cid-s28g5JJlbc .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s28g5JJlbc .nav-item:hover .nav-link:before,
  .cid-s28g5JJlbc .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s28g5JJlbc .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s28g5JJlbc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-s28g5JJlbc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-s28g5JJlbc .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s28g5JJlbc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s28g5JJlbc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s28g5JJlbc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s28g5JJlbc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s28g5JJlbc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s28g5JJlbc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s28g5JJlbc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s28g5JJlbc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s28g5JJlbc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s28g5JJlbc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s28g5JJlbc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s28g5JJlbc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s28g5JJlbc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s28g5JJlbc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-s28g5JJlbc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s28g5JJlbc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s28g5JJlbc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s28g5JJlbc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s28g5JJlbc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s28g5JJlbc .dropdown-item.active,
.cid-s28g5JJlbc .dropdown-item:active {
  background-color: transparent;
}
.cid-s28g5JJlbc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s28g5JJlbc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s28g5JJlbc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s28g5JJlbc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-s28g5JJlbc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s28g5JJlbc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s28g5JJlbc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s28g5JJlbc .navbar-buttons {
  text-align: center;
}
.cid-s28g5JJlbc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s28g5JJlbc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-s28g5JJlbc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s28g5JJlbc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s28g5JJlbc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s28g5JJlbc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s28g5JJlbc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s28g5JJlbc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s28g5JJlbc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s28g5JJlbc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s28g5JJlbc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s28g5JJlbc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s28g5JJlbc .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-s28g5JJlbc .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s28g5JJlbc .soc-item {
  margin: .5rem .3rem;
}
.cid-s28g5JJlbc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s28g5JJlbc a.nav-link .mbr-iconfont-btn,
.cid-s28g5JJlbc a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s28g5JJlbc a.nav-link:hover .mbr-iconfont-btn,
.cid-s28g5JJlbc a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s28g5JJlbc a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s28g5JJlbc .navbar {
    height: 77px;
  }
  .cid-s28g5JJlbc .navbar.opened {
    height: auto;
  }
  .cid-s28g5JJlbc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHG0MEswFH {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHG0MEswFH .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #4f87fb none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tHG0MEswFH .content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.cid-tHG0MEswFH .photo-split {
  padding: 0;
  text-align: right;
}
.cid-tHG0MEswFH .photo-split img {
  max-height: 800px;
  width: auto;
}
.cid-tHG0MEswFH .counter-container ul {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  list-style-type: none;
}
.cid-tHG0MEswFH .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-tHG0MEswFH .counter-container ul li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: '✓';
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 25px;
  height: 25px;
}
.cid-tHG0MEswFH .wrap-block {
  padding: 3rem 3rem;
}
.cid-tHG0MEswFH .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tHG0MEswFH .wrap-block .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  line-height: 1.85;
  letter-spacing: 2px;
  font-weight: 800;
}
.cid-tHG0MEswFH .wrap-block .contents .mbr-subtitle.display-4 {
  font-size: 13px;
}
.cid-tHG0MEswFH .wrap-block .contents .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tHG0MEswFH .wrap-block .contents .mbr-section-text {
  margin-top: 10px;
  color: #6d7a8c;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHG0MEswFH .wrap-block .mbr-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-tHG0MEswFH .wrap-block .mbr-list ul li {
  display: inline-block;
  line-height: 1.5;
}
.cid-tHG0MEswFH .wrap-block .mbr-list ul li span {
  text-align: center;
}
.cid-tHG0MEswFH .wrap-block .mbr-list.display-4 {
  font-size: 16px;
}
.cid-tHG0MEswFH .mbr-list {
  text-align: left;
}
.cid-tHG0MEswFH .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.cid-tHG0MEswFH .info-widget .widget-icon {
  display: inline-block;
  border-radius: 100%;
  padding: 18px;
  background-color: #4f87fb;
  font-size: 2.45rem;
  color: #ffffff;
  margin-right: 15px;
}
.cid-tHG0MEswFH .info-widget .signature {
  width: 40%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tHG0MEswFH .info-widget .widget-content {
  display: flex;
  vertical-align: baseline;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tHG0MEswFH .info-widget .widget-content .widget-title {
  margin-bottom: 7px;
  color: #130947;
}
.cid-tHG0MEswFH .info-widget .widget-content .widget-title.display-7 {
  font-size: 20px;
}
.cid-tHG0MEswFH .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tHG0MEswFH .menu-content-right {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tHG0MEswFH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tHG0MEswFH .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-tHG0MEswFH .contents .mbr-section-subtitle {
    text-align: left;
  }
  .cid-tHG0MEswFH .wrap-block {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .cid-tHG0MEswFH .photo-split img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-tHG0MEswFH .mbr-section-title,
  .cid-tHG0MEswFH .mbr-section-subtitle,
  .cid-tHG0MEswFH .mbr-text {
    text-align: left !important;
  }
  .cid-tHG0MEswFH .social-list {
    text-align: center !important;
  }
  .cid-tHG0MEswFH .info-widget {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cid-tHG0MEswFH .wrap-block {
    padding: 3rem 1rem;
  }
}
.cid-tHG4iEzBsH {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHG4iEzBsH .head_info {
  text-align: center;
  margin-bottom: 70px;
}
.cid-tHG4iEzBsH .head_info .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
}
.cid-tHG4iEzBsH .head_info .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-tHG4iEzBsH .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #130947;
  font-weight: 700;
}
.cid-tHG4iEzBsH .head_info .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-tHG4iEzBsH .head_info .mbr-section-text {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #6d7a8c;
}
.cid-tHG4iEzBsH .head_info .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHG4iEzBsH .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
  text-align: center;
  border-radius: 8px;
}
.cid-tHG4iEzBsH .plan .plan-title {
  background-color: #4f87fb;
  padding-bottom: 60px;
  padding-top: 30px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
.cid-tHG4iEzBsH .plan .plan-title.display-7 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.cid-tHG4iEzBsH .plan .icon_box {
  display: block;
  text-align: center;
}
.cid-tHG4iEzBsH .plan .icon_box .ico1 {
  width: 96px;
  height: 96px;
  line-height: 2.4;
  font-size: 40px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: -40px;
  background: #fff;
  color: #130947;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.05);
}
.cid-tHG4iEzBsH .plan .plan-price {
  color: #28303f;
}
.cid-tHG4iEzBsH .plan .plan-price .price-figure {
  font-weight: 700;
  display: inline-block;
}
.cid-tHG4iEzBsH .plan .plan-price .price-figure.display-1 {
  font-size: 50px;
  line-height: 1;
}
.cid-tHG4iEzBsH .plan .plan-price .price-value {
  font-weight: 600;
  line-height: 1.5;
}
.cid-tHG4iEzBsH .plan .plan-price .price-term {
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-tHG4iEzBsH .plan .plan-list {
  padding: 30px 40px;
}
.cid-tHG4iEzBsH .plan .plan-list .list-group {
  color: #6d7a8c;
}
.cid-tHG4iEzBsH .plan .plan-list .list-group-item {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 7.5px 0;
}
.cid-tHG4iEzBsH .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-tHG4iEzBsH .plan .plan-list .list-group.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tHG4iEzBsH .plan .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-tHG4iEzBsH .plan .mbr-section-btn .btn {
  font-weight: 700;
  padding: 12px 40px;
  border-radius: 2em;
}
.cid-tHG4iEzBsH .plan .mbr-section-btn .btn.display-4 {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1px;
}
.cid-tHG4iEzBsH .plan:nth-child(2) .plan-title {
  background-color: #130947;
}
@media (max-width: 550px) {
  .cid-tHG4iEzBsH .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s2orPsviGm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2orPsviGm .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2orPsviGm .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2orPsviGm .mbr-section-title {
  margin-bottom: 40px;
  font-weight: 700;
  color: #130947;
}
.cid-s2orPsviGm .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s2orPsviGm .mbr-section-text {
  margin-bottom: 35px;
  font-weight: 400;
  color: #6d7a8c;
}
.cid-s2orPsviGm .mbr-section-text.display-4 {
  line-height: 1.5;
}
.cid-s2orPsviGm .progress_elements {
  margin: 0 auto;
}
.cid-s2orPsviGm .progress_elements .title-wrap {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-s2orPsviGm .progress_elements .title-wrap .progressbar-title p {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.cid-s2orPsviGm .progress_elements .title-wrap .progressbar-title.display-4 p {
  font-size: 15px;
}
.cid-s2orPsviGm .progress_elements .title-wrap .progress_value {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
.cid-s2orPsviGm .progress_elements .title-wrap .progress_value span {
  padding-left: 30px;
}
.cid-s2orPsviGm .progress_elements .progress {
  width: 100%;
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 0 !important;
}
.cid-s2orPsviGm .progress_elements .progress::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  top: -4px;
}
.cid-s2orPsviGm .progress_elements .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-s2orPsviGm .progress_elements .progress1 progress::after {
  left: 99%;
  border: 3px solid #4f87fb;
}
.cid-s2orPsviGm .progress_elements .progress2 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2orPsviGm .progress_elements .progress3 progress::after {
  left: 100%;
  border: 3px solid #4f87fb;
}
.cid-s2orPsviGm .progress_elements .progress4 progress::after {
  left: 53%;
  border: 3px solid #4f87fb;
}
.cid-s2orPsviGm .progress1 .progressbar-number:before,
.cid-s2orPsviGm .progress2 .progressbar-number:before,
.cid-s2orPsviGm .progress3 .progressbar-number:before,
.cid-s2orPsviGm .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-s2orPsviGm progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.1);
}
.cid-s2orPsviGm .progress1 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2orPsviGm .progress2 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2orPsviGm .progress3 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2orPsviGm .progress4 progress::-webkit-progress-value {
  background: #4f87fb;
}
.cid-s2orPsviGm .progress1 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2orPsviGm .progress2 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2orPsviGm .progress3 .progressbar-number:before {
  content: "100";
  font-weight: 700;
}
.cid-s2orPsviGm .progress4 .progressbar-number:before {
  content: "53";
  font-weight: 700;
}
.cid-s2orPsviGm .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-s2orPsviGm .progressbar-title p {
  color: #6d7a8c;
}
.cid-s2orPsviGm .progress_value {
  color: #28303f;
}
.cid-s2orPsviGm img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: 4px;
}
@media (max-width: 576px) {
  .cid-s2orPsviGm img {
    width: 100%;
  }
  .cid-s2orPsviGm .mbr-media {
    height: 310px !important;
  }
}
.cid-s2orPsviGm .display-4 {
  font-size: 16px;
}
.cid-s2orPsviGm .media-content {
  flex-basis: initial;
}
.cid-s2orPsviGm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2orPsviGm .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2orPsviGm .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2orPsviGm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2orPsviGm a.close:hover {
  color: #ffffff;
}
.cid-s2orPsviGm .icon-wrap {
  background-color: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.cid-s2orPsviGm .icon-wrap:hover {
  background-color: #f5f7fa !important;
}
.cid-s2orPsviGm .icon-wrap:after {
  content: "";
  position: absolute;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  -webkit-animation: rippleOne 2.9s infinite;
  animation: rippleOne 2.9s infinite;
  width: 60px;
  height: 60px;
  z-index: -1;
  border-radius: 50%;
  cursor: pointer;
}
.cid-s2orPsviGm .icon-wrap span {
  padding-left: 8px;
  cursor: pointer;
}
.cid-s2orPsviGm .mbr-media {
  z-index: 70;
  height: 100%;
  background-image: url("../../../assets/images/campana7g-1200x628.webp");
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
}
.cid-s2orPsviGm .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-s2orPsviGm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  cursor: pointer;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@media (max-width: 768px) {
  .cid-s2orPsviGm .mbr-media {
    height: 510px;
  }
  .cid-s2orPsviGm .mbr-section-title {
    text-align: left;
  }
}
.cid-s2oDhSCJEL {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2oDhSCJEL h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-s2oDhSCJEL p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-s2oDhSCJEL .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-s2oDhSCJEL .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-s2oDhSCJEL .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oDhSCJEL .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2oDhSCJEL .card-box {
  padding-top: 35px;
}
.cid-s2oDhSCJEL .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-s2oDhSCJEL .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-s2oDhSCJEL .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2oDhSCJEL .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2oDhSCJEL .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-s2oDhSCJEL .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-s2oDhSCJEL .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2oDhSCJEL .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-s2oDhSCJEL .card-img .card-icon span {
  z-index: 99;
}
.cid-s2oDhSCJEL .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-rSbeu1icqt {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rSbeu1icqt .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-rSbeu1icqt .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-rSbeu1icqt .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeu1icqt .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-rSbeu1icqt .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-rSbeu1icqt .boldSubtitle {
  color: #130947;
}
.cid-rSbeu1icqt .info-widget {
  padding-top: 0.5rem;
}
.cid-rSbeu1icqt .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-rSbeu1icqt .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-rSbeu1icqt .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-rSbeu1icqt .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-rSbeu1icqt .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-rSbeu1icqt .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rSbeu1icqt .mbr-section-title,
  .cid-rSbeu1icqt .mbr-section-subtitle,
  .cid-rSbeu1icqt .mbr-text {
    text-align: left !important;
  }
  .cid-rSbeu1icqt .social-list {
    text-align: left !important;
  }
}
.cid-s2otsftPWy {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s2otsftPWy img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(79, 110, 173, 0.1);
}
.cid-s2otsftPWy .mbr-section-title {
  text-align: left;
  color: #130947;
  line-height: 36px;
  letter-spacing: -0.5px;
}
.cid-s2otsftPWy .mbr-text {
  color: #6d7a8c;
  line-height: 1.5;
}
.cid-s2otsftPWy .mbr-list {
  margin-top: 35px;
  color: #6d7a8c;
}
.cid-s2otsftPWy .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-s2otsftPWy .mbr-list .list li {
  margin-bottom: 1rem;
}
.cid-s2otsftPWy .mbr-list .list li:before {
  font-weight: 900;
  color: #4f87fb;
  display: inline-block;
  content: "✓";
  text-align: center;
  line-height: 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
}
.cid-tHFYuU7rLm {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tHFYuU7rLm .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tHFYuU7rLm .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tHFYuU7rLm .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tHFYuU7rLm .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tHFYuU7rLm .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHFYuU7rLm .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-tHFYuU7rLm .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-tHFYuU7rLm .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-tHFYuU7rLm .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tHFYuU7rLm .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tHFYD4wWbR {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tHFYD4wWbR .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tHFYD4wWbR .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1.85;
}
.cid-tHFYD4wWbR .mbr-section-title {
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tHFYD4wWbR .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-tHFYD4wWbR .mbr-section-text.display-7 {
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-tHFYD4wWbR .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-tHFYD4wWbR .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-tHFYD4wWbR .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-tHFYD4wWbR .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0;
}
.cid-tHFYD4wWbR .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-s2oDnhoB0Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2oDnhoB0Q .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-s2oDnhoB0Q .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-s2oDnhoB0Q .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-s2oDnhoB0Q .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-s2oDnhoB0Q .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-s2oDnhoB0Q .card-wrapper {
  height: 100%;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-s2oDnhoB0Q .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-s2oDnhoB0Q .card-wrapper .card-img {
  position: relative;
}
.cid-s2oDnhoB0Q .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-s2oDnhoB0Q .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-s2oDnhoB0Q .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-s2oDnhoB0Q .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-s2oDnhoB0Q .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-s2oDnhoB0Q .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-s2oDnhoB0Q .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-s2oDnhoB0Q .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-s2oDnhoB0Q .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-s2oDnhoB0Q .btn[class*="-outline"]:active,
.cid-s2oDnhoB0Q .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-s2oqjH1huZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-s2oqjH1huZ .mbr-text,
.cid-s2oqjH1huZ .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2oqjH1huZ .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2oqjH1huZ .mbr-text,
.cid-s2oqjH1huZ .mbr-section-btn,
.cid-s2oqjH1huZ .mbr-section-title {
  color: #ffffff;
}
.cid-s2oqjH1huZ .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2oqjH1huZ .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2oqjH1huZ .mbr-section-title {
  font-weight: 700;
}
.cid-s2oqjH1huZ .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2oqjH1huZ .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2oqjH1huZ .mbr-section-title,
  .cid-s2oqjH1huZ .mbr-text,
  .cid-s2oqjH1huZ .mbr-section-btn {
    text-align: left;
  }
}
.cid-rSbeuAiEAW {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rSbeuAiEAW .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-rSbeuAiEAW .mbr-section-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24px;
}
.cid-rSbeuAiEAW .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-rSbeuAiEAW .mbr-section-text {
  margin-top: 20px;
  color: #6d7a8c;
}
.cid-rSbeuAiEAW .mbr-section-text.display-7 {
  line-height: 28px;
  letter-spacing: 0;
}
.cid-rSbeuAiEAW .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  position: relative;
  border-radius: 4px;
}
.cid-rSbeuAiEAW .card .card-wrapper img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box {
  opacity: 0.8;
  background: #4f87fb;
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 13.5px 15px;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
  line-height: 20px;
  letter-spacing: 0;
}
.cid-rSbeuAiEAW .card .card-wrapper .card-box .card-title .mbr-iconfont {
  margin-right: 10px;
  font-size: 1.5rem;
}
.cid-s2bo713NHg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s2biGfeRMb {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-s2biGfeRMb .mbr-text,
.cid-s2biGfeRMb .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-s2biGfeRMb .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-s2biGfeRMb .mbr-text,
.cid-s2biGfeRMb .mbr-section-btn,
.cid-s2biGfeRMb .mbr-section-title {
  color: #ffffff;
}
.cid-s2biGfeRMb .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-s2biGfeRMb .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-s2biGfeRMb .mbr-section-title {
  font-weight: 700;
}
.cid-s2biGfeRMb .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-s2biGfeRMb .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-s2biGfeRMb .mbr-section-title,
  .cid-s2biGfeRMb .mbr-text,
  .cid-s2biGfeRMb .mbr-section-btn {
    text-align: left;
  }
}
.cid-s2ph4y8d90 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2ph4y8d90 .title-text {
  margin-bottom: 70px;
}
.cid-s2ph4y8d90 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-s2ph4y8d90 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-s2ph4y8d90 .title-text .mbr-section-title {
  color: #130947;
}
.cid-s2ph4y8d90 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-s2ph4y8d90 .title-text .mbr-section-title.display-2 {
  line-height: 48px;
  letter-spacing: -0.5px;
}
.cid-s2ph4y8d90 .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-s2ph4y8d90 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2ph4y8d90 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-s2ph4y8d90 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2ph4y8d90 .accordion-content {
  flex-basis: 100%;
}
.cid-s2ph4y8d90 .panel-group {
  width: 100%;
}
.cid-s2ph4y8d90 .panel-text,
.cid-s2ph4y8d90 .header-text,
.cid-s2ph4y8d90 .mbr-section-subtitle {
  color: #222222;
}
.cid-s2ph4y8d90 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-s2ph4y8d90 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f1f1f1;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 28px;
  font-weight: 400 !important;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title .toggle-icon:before,
.cid-s2ph4y8d90 .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title[aria-expanded="true"] {
  background-color: #4f87fb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2ph4y8d90 .card .card-header a.panel-title[aria-expanded="true"] .header-text,
.cid-s2ph4y8d90 .card .card-header a.panel-title[aria-expanded="true"] .sign {
  color: #ffffff !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-s2ph4y8d90 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-s2ph4y8d90 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-sIOzuMHhh3 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #4f87fb;
}
.cid-sIOzuMHhh3 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
  width: 100%;
}
.cid-sIOzuMHhh3 .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.cid-sIOzuMHhh3 .mbr-section-title.display-2 {
  font-size: 48px;
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.cid-sIOzuMHhh3 .mbr-text {
  color: #ffffff;
  font-weight: 400;
  width: 100;
}
.cid-sIOzuMHhh3 .mbr-text.display-7 {
  font-size: 20px;
  line-height: 1.5;
}
.cid-sIOzuMHhh3 .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
  margin-left: 0.6rem;
}
.cid-sIOzuMHhh3 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #ffffff;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-sIOzuMHhh3 .mbr-section-btn .btn {
  border-radius: 3px;
  line-height: 2;
  letter-spacing: 1px;
  padding: 12px 40px !important;
  margin-right: 20px;
}
.cid-sIOzuMHhh3 .mbr-section-btn.display-4,
.cid-sIOzuMHhh3 .btn.display-4 {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .cid-sIOzuMHhh3 .separator,
  .cid-sIOzuMHhh3 .sep-holder,
  .cid-sIOzuMHhh3 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-sIOzuMHhh3 .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.cid-uBWEGMAU9O {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWEGMAU9O .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWEGMAU9O .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWEGMAU9O .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWEGMAU9O .box-item {
  height: 100%;
}
.cid-uBWEGMAU9O .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWEGMAU9O .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWEGMAU9O .box-item .heading {
  width: 100%;
}
.cid-uBWEGMAU9O .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWEGMAU9O .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWEGMAU9O .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWEGMAU9O .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWEGMAU9O .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWEGMAU9O .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWEGMAU9O .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWEGMAU9O .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWEGMAU9O .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWEGMAU9O .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWEGMAU9O .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWEGMAU9O .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWEGMAU9O .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWEGMAU9O .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWEGMAU9O .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWEGMAU9O .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWEGMAU9O .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWEGMAU9O .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWEGMAU9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWEGMAU9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2orsAFpH1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(0deg, #f5f7fa, #ffffff);
}
.cid-s2orsAFpH1 a {
  text-align: center;
}
.cid-s2orsAFpH1 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-s2orsAFpH1 span {
  font-size: 2rem;
}
.cid-s2orsAFpH1 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-s2orsAFpH1 .socicon-twitter {
  color: #4da7de;
}
.cid-s2orsAFpH1 .socicon-facebook {
  color: #3e5b98;
}
.cid-s2orsAFpH1 .socicon-googleplus {
  color: #dd4b39;
}
.cid-s2orsAFpH1 .socicon-instagram {
  color: #3f729b;
}
.cid-s2orsAFpH1 .social-list a:focus {
  text-decoration: none;
}
.cid-s2orsAFpH1 .text-copyright {
  width: 100%;
}
.cid-s2orsAFpH1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-s2orsAFpH1 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-s2orsAFpH1 .logo-footer {
  line-height: normal;
}
.cid-s2orsAFpH1 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2orsAFpH1 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-s2orsAFpH1 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-s2orsAFpH1 .media-container-row a {
  margin: 0 1rem;
}
.cid-rSbexMwIuF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-rSbexMwIuF .links {
  text-align: center;
  color: #ffffff;
}
.cid-rSbexMwIuF p {
  margin: 0;
}
.cid-rSbexMwIuF a {
  color: #ffffff;
}
.cid-rSbexMwIuF a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tFoB8i23uw .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFoB8i23uw .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFoB8i23uw .nav-item,
.cid-tFoB8i23uw .nav-link,
.cid-tFoB8i23uw .navbar-caption {
  font-weight: normal;
}
.cid-tFoB8i23uw .nav-item:focus,
.cid-tFoB8i23uw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFoB8i23uw .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFoB8i23uw .nav-item .nav-link {
    position: relative;
  }
  .cid-tFoB8i23uw .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tFoB8i23uw .nav-item:hover .nav-link:before,
  .cid-tFoB8i23uw .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFoB8i23uw .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFoB8i23uw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tFoB8i23uw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFoB8i23uw .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFoB8i23uw .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFoB8i23uw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFoB8i23uw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFoB8i23uw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFoB8i23uw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFoB8i23uw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFoB8i23uw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFoB8i23uw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFoB8i23uw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFoB8i23uw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFoB8i23uw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFoB8i23uw .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFoB8i23uw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFoB8i23uw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFoB8i23uw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFoB8i23uw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFoB8i23uw .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFoB8i23uw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFoB8i23uw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFoB8i23uw .dropdown-item.active,
.cid-tFoB8i23uw .dropdown-item:active {
  background-color: transparent;
}
.cid-tFoB8i23uw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFoB8i23uw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFoB8i23uw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFoB8i23uw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFoB8i23uw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFoB8i23uw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFoB8i23uw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFoB8i23uw .navbar-buttons {
  text-align: center;
}
.cid-tFoB8i23uw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFoB8i23uw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFoB8i23uw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFoB8i23uw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFoB8i23uw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFoB8i23uw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFoB8i23uw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFoB8i23uw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFoB8i23uw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFoB8i23uw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFoB8i23uw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFoB8i23uw a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoB8i23uw .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-tFoB8i23uw .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFoB8i23uw .soc-item {
  margin: .5rem .3rem;
}
.cid-tFoB8i23uw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoB8i23uw a.nav-link .mbr-iconfont-btn,
.cid-tFoB8i23uw a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFoB8i23uw a.nav-link:hover .mbr-iconfont-btn,
.cid-tFoB8i23uw a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFoB8i23uw a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFoB8i23uw .navbar {
    height: 77px;
  }
  .cid-tFoB8i23uw .navbar.opened {
    height: auto;
  }
  .cid-tFoB8i23uw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFoBQHAk7J {
  background-image: url("../../../assets/images/confirmation-1-1200x800.webp");
}
.cid-tFoBQHAk7J .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-tFoBQHAk7J .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-tFoBQHAk7J .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-tFoBQHAk7J .mbr-text {
  color: #6d7a8c;
}
.cid-tFoBQHAk7J .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-tFoBQHAk7J .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-tFoBQHAk7J .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-tFoBQHAk7J .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-tFoBQHAk7J .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-tFoBQHAk7J .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tFoBQHAk7J .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-tFoBQHAk7J .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-tFoBQHAk7J .separator,
  .cid-tFoBQHAk7J .sep-holder,
  .cid-tFoBQHAk7J .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tFoBQHAk7J .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-tFoB8lqHkd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoB8lqHkd .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tFoB8lqHkd .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoB8lqHkd .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-tFoB8lqHkd .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tFoB8lqHkd .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-tFoB8lqHkd .card-wrapper {
  height: 100%;
}
.cid-tFoB8lqHkd .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoB8lqHkd .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tFoB8lqHkd .card-wrapper .card-img {
  position: relative;
}
.cid-tFoB8lqHkd .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tFoB8lqHkd .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tFoB8lqHkd .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tFoB8lqHkd .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tFoB8lqHkd .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-tFoB8lqHkd .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tFoB8lqHkd .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tFoB8lqHkd .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tFoB8lqHkd .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tFoB8lqHkd .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tFoB8lqHkd .btn[class*="-outline"]:active,
.cid-tFoB8lqHkd .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tFoB8lKrvT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-tFoB8lKrvT .mbr-text,
.cid-tFoB8lKrvT .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoB8lKrvT .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoB8lKrvT .mbr-text,
.cid-tFoB8lKrvT .mbr-section-btn,
.cid-tFoB8lKrvT .mbr-section-title {
  color: #ffffff;
}
.cid-tFoB8lKrvT .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoB8lKrvT .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoB8lKrvT .mbr-section-title {
  font-weight: 700;
}
.cid-tFoB8lKrvT .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoB8lKrvT .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoB8lKrvT .mbr-section-title,
  .cid-tFoB8lKrvT .mbr-text,
  .cid-tFoB8lKrvT .mbr-section-btn {
    text-align: left;
  }
}
.cid-tFoB8lYEpx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoB8lYEpx .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tFoB8lYEpx .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoB8lYEpx .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-tFoB8lYEpx .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tFoB8lYEpx .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-tFoB8lYEpx .card-wrapper {
  height: 100%;
}
.cid-tFoB8lYEpx .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoB8lYEpx .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tFoB8lYEpx .card-wrapper .card-img {
  position: relative;
}
.cid-tFoB8lYEpx .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tFoB8lYEpx .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tFoB8lYEpx .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tFoB8lYEpx .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tFoB8lYEpx .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-tFoB8lYEpx .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tFoB8lYEpx .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tFoB8lYEpx .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tFoB8lYEpx .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tFoB8lYEpx .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tFoB8lYEpx .btn[class*="-outline"]:active,
.cid-tFoB8lYEpx .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tFoB8mkUo7 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFoB8mkUo7 h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-tFoB8mkUo7 p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-tFoB8mkUo7 .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-tFoB8mkUo7 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mkUo7 .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoB8mkUo7 .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-tFoB8mkUo7 .card-box {
  padding-top: 35px;
}
.cid-tFoB8mkUo7 .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-tFoB8mkUo7 .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-tFoB8mkUo7 .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoB8mkUo7 .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoB8mkUo7 .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-tFoB8mkUo7 .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-tFoB8mkUo7 .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tFoB8mkUo7 .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-tFoB8mkUo7 .card-img .card-icon span {
  z-index: 99;
}
.cid-tFoB8mkUo7 .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-tFoB8mFlTR {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-tFoB8mFlTR .mbr-text,
.cid-tFoB8mFlTR .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoB8mFlTR .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoB8mFlTR .mbr-text,
.cid-tFoB8mFlTR .mbr-section-btn,
.cid-tFoB8mFlTR .mbr-section-title {
  color: #ffffff;
}
.cid-tFoB8mFlTR .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoB8mFlTR .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mFlTR .mbr-section-title {
  font-weight: 700;
}
.cid-tFoB8mFlTR .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mFlTR .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoB8mFlTR .mbr-section-title,
  .cid-tFoB8mFlTR .mbr-text,
  .cid-tFoB8mFlTR .mbr-section-btn {
    text-align: left;
  }
}
.cid-tFoB8mUI7r {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoB8mUI7r .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tFoB8mUI7r .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tFoB8mUI7r .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoB8mUI7r .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-tFoB8mUI7r .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tFoB8mUI7r .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mUI7r .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-tFoB8mUI7r .boldSubtitle {
  color: #130947;
}
.cid-tFoB8mUI7r .info-widget {
  padding-top: 0.5rem;
}
.cid-tFoB8mUI7r .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-tFoB8mUI7r .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tFoB8mUI7r .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tFoB8mUI7r .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoB8mUI7r .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mUI7r .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tFoB8mUI7r .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-tFoB8mUI7r .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tFoB8mUI7r .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tFoB8mUI7r .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tFoB8mUI7r .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFoB8mUI7r .mbr-section-title,
  .cid-tFoB8mUI7r .mbr-section-subtitle,
  .cid-tFoB8mUI7r .mbr-text {
    text-align: left !important;
  }
  .cid-tFoB8mUI7r .social-list {
    text-align: left !important;
  }
}
.cid-tFoB8nxDWC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFoB8nHm0a {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tFoB8nHm0a .mbr-text,
.cid-tFoB8nHm0a .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoB8nHm0a .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoB8nHm0a .mbr-text,
.cid-tFoB8nHm0a .mbr-section-btn,
.cid-tFoB8nHm0a .mbr-section-title {
  color: #ffffff;
}
.cid-tFoB8nHm0a .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoB8nHm0a .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoB8nHm0a .mbr-section-title {
  font-weight: 700;
}
.cid-tFoB8nHm0a .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoB8nHm0a .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoB8nHm0a .mbr-section-title,
  .cid-tFoB8nHm0a .mbr-text,
  .cid-tFoB8nHm0a .mbr-section-btn {
    text-align: left;
  }
}
.cid-uBWGt8zY2B {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWGt8zY2B .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWGt8zY2B .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWGt8zY2B .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWGt8zY2B .box-item {
  height: 100%;
}
.cid-uBWGt8zY2B .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWGt8zY2B .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWGt8zY2B .box-item .heading {
  width: 100%;
}
.cid-uBWGt8zY2B .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWGt8zY2B .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWGt8zY2B .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWGt8zY2B .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWGt8zY2B .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWGt8zY2B .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWGt8zY2B .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWGt8zY2B .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWGt8zY2B .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWGt8zY2B .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWGt8zY2B .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWGt8zY2B .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGt8zY2B .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGt8zY2B .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWGt8zY2B .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWGt8zY2B .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWGt8zY2B .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWGt8zY2B .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWGt8zY2B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWGt8zY2B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFoB8oqkE2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-tFoB8oqkE2 a {
  text-align: center;
}
.cid-tFoB8oqkE2 p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tFoB8oqkE2 span {
  font-size: 2rem;
}
.cid-tFoB8oqkE2 .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tFoB8oqkE2 .socicon-twitter {
  color: #4da7de;
}
.cid-tFoB8oqkE2 .socicon-facebook {
  color: #3e5b98;
}
.cid-tFoB8oqkE2 .socicon-googleplus {
  color: #dd4b39;
}
.cid-tFoB8oqkE2 .socicon-instagram {
  color: #3f729b;
}
.cid-tFoB8oqkE2 .social-list a:focus {
  text-decoration: none;
}
.cid-tFoB8oqkE2 .text-copyright {
  width: 100%;
}
.cid-tFoB8oqkE2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tFoB8oqkE2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tFoB8oqkE2 .logo-footer {
  line-height: normal;
}
.cid-tFoB8oqkE2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoB8oqkE2 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFoB8oqkE2 .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoB8oqkE2 .media-container-row a {
  margin: 0 1rem;
}
.cid-tFoB8phzK5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-tFoB8phzK5 .links {
  text-align: center;
  color: #ffffff;
}
.cid-tFoB8phzK5 p {
  margin: 0;
}
.cid-tFoB8phzK5 a {
  color: #ffffff;
}
.cid-tFoB8phzK5 a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-tFoBf2LXD4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #ff3366;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFoBf2LXD4 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-tFoBf2LXD4 .nav-item,
.cid-tFoBf2LXD4 .nav-link,
.cid-tFoBf2LXD4 .navbar-caption {
  font-weight: normal;
}
.cid-tFoBf2LXD4 .nav-item:focus,
.cid-tFoBf2LXD4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tFoBf2LXD4 .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-tFoBf2LXD4 .nav-item .nav-link {
    position: relative;
  }
  .cid-tFoBf2LXD4 .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #ff3366;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-tFoBf2LXD4 .nav-item:hover .nav-link:before,
  .cid-tFoBf2LXD4 .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tFoBf2LXD4 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tFoBf2LXD4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-tFoBf2LXD4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tFoBf2LXD4 .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-tFoBf2LXD4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-tFoBf2LXD4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFoBf2LXD4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFoBf2LXD4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tFoBf2LXD4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFoBf2LXD4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFoBf2LXD4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tFoBf2LXD4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tFoBf2LXD4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFoBf2LXD4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFoBf2LXD4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tFoBf2LXD4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tFoBf2LXD4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tFoBf2LXD4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tFoBf2LXD4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tFoBf2LXD4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tFoBf2LXD4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFoBf2LXD4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFoBf2LXD4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFoBf2LXD4 .dropdown-item.active,
.cid-tFoBf2LXD4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFoBf2LXD4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFoBf2LXD4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFoBf2LXD4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFoBf2LXD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  z-index: 2;
}
.cid-tFoBf2LXD4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFoBf2LXD4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFoBf2LXD4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tFoBf2LXD4 .navbar-buttons {
  text-align: center;
}
.cid-tFoBf2LXD4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tFoBf2LXD4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tFoBf2LXD4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tFoBf2LXD4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tFoBf2LXD4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tFoBf2LXD4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tFoBf2LXD4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFoBf2LXD4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tFoBf2LXD4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tFoBf2LXD4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tFoBf2LXD4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tFoBf2LXD4 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoBf2LXD4 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #130947;
  display: inline-flex;
}
.cid-tFoBf2LXD4 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-tFoBf2LXD4 .soc-item {
  margin: .5rem .3rem;
}
.cid-tFoBf2LXD4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoBf2LXD4 a.nav-link .mbr-iconfont-btn,
.cid-tFoBf2LXD4 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-tFoBf2LXD4 a.nav-link:hover .mbr-iconfont-btn,
.cid-tFoBf2LXD4 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-tFoBf2LXD4 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFoBf2LXD4 .navbar {
    height: 77px;
  }
  .cid-tFoBf2LXD4 .navbar.opened {
    height: auto;
  }
  .cid-tFoBf2LXD4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFoCs4MgfU {
  background-image: url("../../../assets/images/404error-1-1200x800.webp");
}
.cid-tFoCs4MgfU .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 2px;
}
.cid-tFoCs4MgfU .mbr-section-title {
  color: #130947;
  font-weight: 900;
}
.cid-tFoCs4MgfU .mbr-section-title .accent-word {
  color: #4f87fb;
}
.cid-tFoCs4MgfU .mbr-text {
  color: #6d7a8c;
}
.cid-tFoCs4MgfU .content-link {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: #130947;
}
.cid-tFoCs4MgfU .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 13px;
  border-radius: 100%;
  color: #4f87fb;
  background-color: #ffffff;
  font-size: 2.275rem;
}
.cid-tFoCs4MgfU .separator {
  margin-top: -15px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}
.cid-tFoCs4MgfU .separator .sep-holder {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 22%;
}
.cid-tFoCs4MgfU .separator .sep-holder .sep-line {
  border-color: #4f87fb !important;
  border-top-width: 5px;
  height: 1px;
  border-top: 5px solid #4f87fb;
  position: relative;
  top: 1px;
  width: 22%;
}
.cid-tFoCs4MgfU .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-tFoCs4MgfU .mbr-section-btn .btn {
  border-radius: 4px;
  margin: 0.4rem 0.6rem 0.4rem 0 !important;
  padding: 15px 40px;
}
.cid-tFoCs4MgfU .mbr-section-btn .btn.display-4 {
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 13px;
}
@media (max-width: 991px) {
  .cid-tFoCs4MgfU .separator,
  .cid-tFoCs4MgfU .sep-holder,
  .cid-tFoCs4MgfU .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-tFoCs4MgfU .mbr-section-btn {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.cid-tFoCs4MgfU .mbr-section-title,
.cid-tFoCs4MgfU .separator,
.cid-tFoCs4MgfU .sep-holder {
  text-align: center;
}
.cid-tFoBf57Mqi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoBf57Mqi .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tFoBf57Mqi .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoBf57Mqi .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-tFoBf57Mqi .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tFoBf57Mqi .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-tFoBf57Mqi .card-wrapper {
  height: 100%;
}
.cid-tFoBf57Mqi .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoBf57Mqi .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tFoBf57Mqi .card-wrapper .card-img {
  position: relative;
}
.cid-tFoBf57Mqi .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tFoBf57Mqi .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tFoBf57Mqi .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tFoBf57Mqi .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tFoBf57Mqi .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-tFoBf57Mqi .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tFoBf57Mqi .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tFoBf57Mqi .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tFoBf57Mqi .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tFoBf57Mqi .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tFoBf57Mqi .btn[class*="-outline"]:active,
.cid-tFoBf57Mqi .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tFoBf5rY8X {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-tFoBf5rY8X .mbr-text,
.cid-tFoBf5rY8X .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoBf5rY8X .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoBf5rY8X .mbr-text,
.cid-tFoBf5rY8X .mbr-section-btn,
.cid-tFoBf5rY8X .mbr-section-title {
  color: #ffffff;
}
.cid-tFoBf5rY8X .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoBf5rY8X .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoBf5rY8X .mbr-section-title {
  font-weight: 700;
}
.cid-tFoBf5rY8X .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoBf5rY8X .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoBf5rY8X .mbr-section-title,
  .cid-tFoBf5rY8X .mbr-text,
  .cid-tFoBf5rY8X .mbr-section-btn {
    text-align: left;
  }
}
.cid-tFoBf5CBJc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoBf5CBJc .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tFoBf5CBJc .contents .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoBf5CBJc .contents .mbr-subtitle.display-4 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 24 px;
}
.cid-tFoBf5CBJc .contents .mbr-section-title {
  margin-bottom: 20px;
  line-height: 48px;
  letter-spacing: -0.5px;
  font-weight: 700;
  color: #130947;
}
.cid-tFoBf5CBJc .contents .mbr-section-text {
  line-height: 28px;
  margin-top: 20px;
  color: #6d7a8c;
  letter-spacing: 0;
}
.cid-tFoBf5CBJc .card-wrapper {
  height: 100%;
}
.cid-tFoBf5CBJc .card-wrapper .card-box {
  padding-top: 2rem;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .card-title {
  color: #28303f;
  transition: 0.3s all;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .card-title:hover {
  color: #4f87fb;
  transition: 0.3s all;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .card-title.display-5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .card-subtitle {
  color: #a0a9b6;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .card-subtitle.display-4 {
  font-size: 12px;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .mbr-text.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoBf5CBJc .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
}
.cid-tFoBf5CBJc .card-wrapper .card-img {
  position: relative;
}
.cid-tFoBf5CBJc .card-wrapper .card-img img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tFoBf5CBJc .card-wrapper .card-img .meta-category {
  background-color: #4f87fb;
  display: inline-block;
  padding: 6px 25px;
  color: #fff;
  position: absolute;
  bottom: -15px;
  right: 35px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  z-index: 9;
  border-radius: 15px;
}
.cid-tFoBf5CBJc .card-wrapper .card-img .meta-category .btn {
  font-weight: 600 !important;
}
.cid-tFoBf5CBJc .card-wrapper .card-img .meta-category .btn:hover {
  color: currentColor !important;
}
.cid-tFoBf5CBJc .card-wrapper .mbr-link-btn .btn {
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
}
.cid-tFoBf5CBJc .card-wrapper .mbr-link-btn .btn.display-4 {
  font-size: 12px;
}
.cid-tFoBf5CBJc .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tFoBf5CBJc .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  font-weight: 900;
  transition: padding 0.3s !important;
}
.cid-tFoBf5CBJc .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tFoBf5CBJc .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #4f87fb !important;
  box-shadow: none !important;
}
.cid-tFoBf5CBJc .btn[class*="-outline"]:active,
.cid-tFoBf5CBJc .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.cid-tFoBf5V7AA {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFoBf5V7AA h4 {
  letter-spacing: -0.5px;
  color: #130947;
  font-weight: 800;
}
.cid-tFoBf5V7AA p {
  color: #6d7a8c;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 400;
}
.cid-tFoBf5V7AA .mbr-section-title {
  color: #130947;
  margin-bottom: 20px;
  font-weight: 700;
}
.cid-tFoBf5V7AA .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-tFoBf5V7AA .mbr-section-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoBf5V7AA .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-tFoBf5V7AA .card-box {
  padding-top: 35px;
}
.cid-tFoBf5V7AA .card-box .card-title {
  text-align: center;
  color: #130947;
}
.cid-tFoBf5V7AA .card-box .card-title.display-7 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.5px;
  font-weight: 800;
}
.cid-tFoBf5V7AA .card-box p {
  text-align: center;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-tFoBf5V7AA .card-box p.display-4 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-tFoBf5V7AA .card-wrapper {
  height: 100%;
  text-align: center;
}
.cid-tFoBf5V7AA .card-img {
  display: inline-block;
  position: relative;
  width: inherit !important;
}
.cid-tFoBf5V7AA .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-tFoBf5V7AA .card-img .card-icon {
  background: #4f87fb;
  color: #fff;
  height: 46px;
  width: 46px;
  font-size: 14px;
  line-height: 46px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  right: 0px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}
.cid-tFoBf5V7AA .card-img .card-icon span {
  z-index: 99;
}
.cid-tFoBf5V7AA .card-img .card-icon::before {
  width: 56px;
  height: 56px;
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  background-color: #4f87fb;
  opacity: 0.5;
  z-index: 1;
}
.cid-tFoBf6gwmt {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-tFoBf6gwmt .mbr-text,
.cid-tFoBf6gwmt .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoBf6gwmt .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoBf6gwmt .mbr-text,
.cid-tFoBf6gwmt .mbr-section-btn,
.cid-tFoBf6gwmt .mbr-section-title {
  color: #ffffff;
}
.cid-tFoBf6gwmt .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoBf6gwmt .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoBf6gwmt .mbr-section-title {
  font-weight: 700;
}
.cid-tFoBf6gwmt .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoBf6gwmt .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoBf6gwmt .mbr-section-title,
  .cid-tFoBf6gwmt .mbr-text,
  .cid-tFoBf6gwmt .mbr-section-btn {
    text-align: left;
  }
}
.cid-tFoBf6AEC6 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tFoBf6AEC6 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tFoBf6AEC6 .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-tFoBf6AEC6 .mbr-subtitle {
  color: #4f87fb;
  margin-bottom: 10px;
  font-weight: 800;
}
.cid-tFoBf6AEC6 .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
}
.cid-tFoBf6AEC6 .mbr-section-title {
  margin-bottom: 10px;
  color: #130947;
  font-weight: 700;
}
.cid-tFoBf6AEC6 .mbr-section-title.display-2 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.5px;
}
.cid-tFoBf6AEC6 .mbr-section-text {
  color: #6d7a8c;
  line-height: 28px;
  margin-top: 10px;
}
.cid-tFoBf6AEC6 .boldSubtitle {
  color: #130947;
}
.cid-tFoBf6AEC6 .info-widget {
  padding-top: 0.5rem;
}
.cid-tFoBf6AEC6 .info-widget .widget-icon {
  display: inline-block;
  font-size: 1.75rem;
  color: #4f87fb;
  margin-right: 15px;
}
.cid-tFoBf6AEC6 .info-widget .signature {
  width: 35%;
  height: 75px;
  display: inline-block;
  margin-right: 15px;
  object-fit: contain;
}
.cid-tFoBf6AEC6 .info-widget .widget-content {
  vertical-align: middle;
  display: inline-block;
}
.cid-tFoBf6AEC6 .info-widget .widget-content .widget-title {
  color: #130947;
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoBf6AEC6 .info-widget .widget-content .widget-title.display-7 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.cid-tFoBf6AEC6 .info-widget .widget-content .widget-text {
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 700;
}
.cid-tFoBf6AEC6 .info-widget .widget-content .widget-text.display-4 {
  line-height: 24px;
  letter-spacing: -0.5px;
}
.cid-tFoBf6AEC6 .info-widget--right {
  margin-top: 30px;
  padding-top: 0;
}
.cid-tFoBf6AEC6 .info-widget--right .widget-content .widget-title {
  margin-bottom: 0 !important;
  color: #130947;
  font-weight: 700;
}
.cid-tFoBf6AEC6 .info-widget--right .widget-content .widget-title.display-7 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}
@media (max-width: 500px) {
  .cid-tFoBf6AEC6 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tFoBf6AEC6 .mbr-section-title,
  .cid-tFoBf6AEC6 .mbr-section-subtitle,
  .cid-tFoBf6AEC6 .mbr-text {
    text-align: left !important;
  }
  .cid-tFoBf6AEC6 .social-list {
    text-align: left !important;
  }
}
.cid-tFoBf7icnN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tFoBf7qvTg {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tFoBf7qvTg .mbr-text,
.cid-tFoBf7qvTg .mbr-section-title {
  letter-spacing: -0.5px;
}
.cid-tFoBf7qvTg .img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tFoBf7qvTg .mbr-text,
.cid-tFoBf7qvTg .mbr-section-btn,
.cid-tFoBf7qvTg .mbr-section-title {
  color: #ffffff;
}
.cid-tFoBf7qvTg .mbr-text {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-tFoBf7qvTg .mbr-text.display-7 {
  line-height: 28px;
  letter-spacing: -0.5px;
}
.cid-tFoBf7qvTg .mbr-section-title {
  font-weight: 700;
}
.cid-tFoBf7qvTg .mbr-section-title.display-2 {
  line-height: 50px;
  letter-spacing: -0.5px;
}
.cid-tFoBf7qvTg .btn {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
  letter-spacing: 1px;
  line-height: 24px;
  border-width: 2px;
}
@media (max-width: 768px) {
  .cid-tFoBf7qvTg .mbr-section-title,
  .cid-tFoBf7qvTg .mbr-text,
  .cid-tFoBf7qvTg .mbr-section-btn {
    text-align: left;
  }
}
.cid-uBWGzrgS9V {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uBWGzrgS9V .container-boxes {
  padding-bottom: 45px;
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cid-uBWGzrgS9V .col-lg-4 {
  padding: 0 !important;
}
.cid-uBWGzrgS9V .col-lg-4:nth-child(2) .box-item .wrap {
  background-color: #3b77f3;
}
.cid-uBWGzrgS9V .box-item {
  height: 100%;
}
.cid-uBWGzrgS9V .box-item .wrap {
  height: 100%;
  background-color: #4f87fb;
  padding: 2.5rem 2.5rem 1rem 2.5rem;
}
.cid-uBWGzrgS9V .box-item .headingicon .icon-block-top {
  width: 100%;
  font-size: 3.1375rem !important;
  margin-bottom: 15px;
}
.cid-uBWGzrgS9V .box-item .heading {
  width: 100%;
}
.cid-uBWGzrgS9V .box-item .heading .box-item-title {
  position: relative;
  font-weight: 700;
}
.cid-uBWGzrgS9V .box-item .heading .box-item-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 1px;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uBWGzrgS9V .box-item .heading .box-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
.cid-uBWGzrgS9V .box-item-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
.cid-uBWGzrgS9V .box-item-text.display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uBWGzrgS9V .left .wrap {
  border-radius: 4px 0 0 4px;
}
.cid-uBWGzrgS9V .right .wrap {
  border-radius: 0 4px 4px 0;
}
.cid-uBWGzrgS9V .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-uBWGzrgS9V .box-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 15px 0 15px;
  font-weight: 400;
  color: #ffffff;
}
.cid-uBWGzrgS9V .box-list li:last-child {
  border-bottom: none;
}
.cid-uBWGzrgS9V .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
  color: #ffffff;
}
.cid-uBWGzrgS9V .box-list li.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGzrgS9V .box-list ul.display-7 {
  font-size: 14px;
  line-height: 1.71;
}
.cid-uBWGzrgS9V .mbr-section-btn .btn {
  border-radius: 4px;
  line-height: 1.3;
  padding: 12px 40px;
  margin-left: 0 !important;
  box-shadow: none;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uBWGzrgS9V .box-item {
    margin-top: 0;
    text-align: left !important;
  }
  .cid-uBWGzrgS9V .mbr-section-btn {
    text-align: left;
  }
  .cid-uBWGzrgS9V .left .wrap {
    border-radius: 4px 4px 0 0;
  }
  .cid-uBWGzrgS9V .right .wrap {
    border-radius: 0 0 4px 4px;
  }
}
.cid-uBWGzrgS9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBWGzrgS9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFoBf8kCfX {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(0deg, #fde9f7, #eaebff);
}
.cid-tFoBf8kCfX a {
  text-align: center;
}
.cid-tFoBf8kCfX p {
  color: #0a0a0a;
  text-align: center;
}
.cid-tFoBf8kCfX span {
  font-size: 2rem;
}
.cid-tFoBf8kCfX .mbr-iconfont-social {
  font-size: 20px;
  width: 44px;
  padding-top: 6px;
  display: inline-block;
  line-height: 38px;
  border-radius: 50%;
}
.cid-tFoBf8kCfX .socicon-twitter {
  color: #4da7de;
}
.cid-tFoBf8kCfX .socicon-facebook {
  color: #3e5b98;
}
.cid-tFoBf8kCfX .socicon-googleplus {
  color: #dd4b39;
}
.cid-tFoBf8kCfX .socicon-instagram {
  color: #3f729b;
}
.cid-tFoBf8kCfX .social-list a:focus {
  text-decoration: none;
}
.cid-tFoBf8kCfX .text-copyright {
  width: 100%;
}
.cid-tFoBf8kCfX .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-tFoBf8kCfX .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-tFoBf8kCfX .logo-footer {
  line-height: normal;
}
.cid-tFoBf8kCfX .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoBf8kCfX .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tFoBf8kCfX .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tFoBf8kCfX .media-container-row a {
  margin: 0 1rem;
}
.cid-tFoBf8Pe3y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #25303e;
}
.cid-tFoBf8Pe3y .links {
  text-align: center;
  color: #ffffff;
}
.cid-tFoBf8Pe3y p {
  margin: 0;
}
.cid-tFoBf8Pe3y a {
  color: #ffffff;
}
.cid-tFoBf8Pe3y a:hover {
  color: #4f87fb !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
