body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e3072 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #72dfe9 !important;
}
.bg-warning {
  background-color: #a8aaf1 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e3072 !important;
  border-color: #2e3072 !important;
  color: #fafafa !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fafafa !important;
  background-color: #1f214e !important;
  border-color: #1f214e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
  color: #fafafa !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fafafa !important;
  background-color: #ff6250 !important;
  border-color: #ff6250 !important;
}
.btn-info,
.btn-info:active {
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
  color: #fafafa !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fafafa !important;
  background-color: #46d5e2 !important;
  border-color: #46d5e2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #fafafa !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fafafa !important;
  background-color: #338d99 !important;
  border-color: #338d99 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
  color: #fafafa !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fafafa !important;
  background-color: #7c7fea !important;
  border-color: #7c7fea !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #fafafa !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fafafa !important;
  background-color: #ff7733 !important;
  border-color: #ff7733 !important;
}
.btn-primary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #2e3072 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #fafafa !important;
  background-color: #2e3072 !important;
  border-color: #2e3072 !important;
}
.btn-primary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #2e3072;
}
.btn-primary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-primary-outline {
    display: inline-block;
    border-color: #2e3072;
  }
  .btn-primary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-secondary-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9083 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9083 !important;
  border-color: #ff9083 !important;
}
.btn-secondary-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9083;
}
.btn-secondary-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-secondary-outline {
    display: inline-block;
    border-color: #ff9083;
  }
  .btn-secondary-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-info-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #72dfe9 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #fafafa !important;
  background-color: #72dfe9 !important;
  border-color: #72dfe9 !important;
}
.btn-info-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #72dfe9;
}
.btn-info-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-info-outline {
    display: inline-block;
    border-color: #72dfe9;
  }
  .btn-info-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-success-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #40b0bf !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #fafafa !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-success-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #40b0bf;
}
.btn-success-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-success-outline {
    display: inline-block;
    border-color: #40b0bf;
  }
  .btn-success-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-warning-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #a8aaf1 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #fafafa !important;
  background-color: #a8aaf1 !important;
  border-color: #a8aaf1 !important;
}
.btn-warning-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #a8aaf1;
}
.btn-warning-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-warning-outline {
    display: inline-block;
    border-color: #a8aaf1;
  }
  .btn-warning-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-danger-outline {
  position: relative;
  z-index: 1;
  display: inline;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #333333;
  color: #333333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fafafa!important;
  background-color: transparent!important;
  border-color: #ff9966 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #fafafa !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline:before {
  content: '';
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  top: -1px;
  left: -1px;
  width: 102%;
  height: 105%;
  border-radius: 30px;
  transform: translate(5px, 5px);
  background: #ff9966;
}
.btn-danger-outline:hover:before {
  transform: translate(-1px, -1px);
}
@media (max-width: 992px) {
  .btn-danger-outline {
    display: inline-block;
    border-color: #ff9966;
  }
  .btn-danger-outline:before {
    transform: translate(-1px, -1px);
  }
}
.btn-black-outline {
  color: #333333!important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background-color: transparent;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #fafafa!important;
  background-color: #333333;
  border-color: transparent;
}
.btn-white-outline {
  color: #fafafa!important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background-color: transparent;
  border-color: #fafafa;
  color: #333333;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333!important;
  background-color: #fafafa;
  border-color: transparent;
}
.btn-white {
  color: #333333!important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover {
  color: #fafafa !important;
}
.btn-white:hover,
.btn-white:hover:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-white:hover:hover,
.btn-white:hover:focus,
.btn-white:hover.focus,
.btn-white:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-white:hover.disabled,
.btn-white:hover:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black {
  color: #fafafa !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #fafafa !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #fafafa !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-black:hover {
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:hover:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #fafafa !important;
}
.btn-black:hover:hover,
.btn-black:hover:focus,
.btn-black:hover.focus,
.btn-black:hover.active {
  color: #fafafa !important;
  background-color: transparent  !important;
  border-color: #fafafa !important;
  outline: none!important;
}
.btn-black:hover.disabled,
.btn-black:hover:disabled {
  color: #fafafa !important;
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
}
.text-primary {
  color: #2e3072 !important;
}
.text-secondary {
  color: #ff9083 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #72dfe9 !important;
}
.text-warning {
  color: #a8aaf1 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #333333 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f214e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff6250 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #338d99 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #46d5e2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7c7fea !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff7733 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #e1e1e1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72dfe9;
}
.alert-warning {
  background-color: #a8aaf1;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e3072;
  border-color: #2e3072;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e3072;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6063bf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #2e3072;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e3072;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e3072;
  border-bottom-color: #2e3072;
}
.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: #2e3072 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9083 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232e3072' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t5NeGNOB3E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5NeGNOB3E .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5NeGNOB3E .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5NeGNOB3E .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5NeGNOB3E .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5NeGNOB3E .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5NeGNOB3E .container {
    padding: 0 1rem;
  }
}
.cid-t5NeGNOB3E .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5NeGNOB3E .nav-link {
  position: relative;
}
.cid-t5NeGNOB3E .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5NeGNOB3E nav.navbar {
  position: fixed;
}
.cid-t5NeGNOB3E .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5NeGNOB3E .navbar.opened {
  transition: all 0.3s;
}
.cid-t5NeGNOB3E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5NeGNOB3E .navbar .navbar-logo img {
  width: auto;
}
.cid-t5NeGNOB3E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5NeGNOB3E .navbar.collapsed {
  justify-content: center;
}
.cid-t5NeGNOB3E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5NeGNOB3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5NeGNOB3E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5NeGNOB3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5NeGNOB3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5NeGNOB3E .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5NeGNOB3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5NeGNOB3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5NeGNOB3E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5NeGNOB3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5NeGNOB3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5NeGNOB3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5NeGNOB3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5NeGNOB3E .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5NeGNOB3E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5NeGNOB3E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5NeGNOB3E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5NeGNOB3E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5NeGNOB3E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5NeGNOB3E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5NeGNOB3E .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5NeGNOB3E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5NeGNOB3E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5NeGNOB3E .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5NeGNOB3E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5NeGNOB3E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5NeGNOB3E .dropdown-item:hover,
.cid-t5NeGNOB3E .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5NeGNOB3E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5NeGNOB3E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5NeGNOB3E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5NeGNOB3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5NeGNOB3E .dropdown-menu,
.cid-t5NeGNOB3E .navbar.opened {
  background: #ffffff !important;
}
.cid-t5NeGNOB3E .nav-item:focus,
.cid-t5NeGNOB3E .nav-link:focus {
  outline: none;
}
.cid-t5NeGNOB3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5NeGNOB3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5NeGNOB3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5NeGNOB3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5NeGNOB3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5NeGNOB3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5NeGNOB3E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5NeGNOB3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5NeGNOB3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5NeGNOB3E .dropdown-item.active,
.cid-t5NeGNOB3E .dropdown-item:active {
  background-color: transparent;
}
.cid-t5NeGNOB3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5NeGNOB3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5NeGNOB3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5NeGNOB3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5NeGNOB3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5NeGNOB3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5NeGNOB3E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5NeGNOB3E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5NeGNOB3E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5NeGNOB3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5NeGNOB3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5NeGNOB3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5NeGNOB3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5NeGNOB3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5NeGNOB3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5NeGNOB3E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5NeGNOB3E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5NeGNOB3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5NeGNOB3E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5NeGNOB3E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5NeGNOB3E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5NeGNOB3E .navbar {
    height: 70px;
  }
  .cid-t5NeGNOB3E .navbar.opened {
    height: auto;
  }
  .cid-t5NeGNOB3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5NhVoiysd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5NhVoiysd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5NhVoiysd .mbr-section-title {
  color: #ffffff;
}
.cid-t5NhVoiysd .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5NhVoiysd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5NhVoiysd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5NhVoiysd .mbr-section-btn {
  display: flex;
}
.cid-t5NhVoiysd .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5NhVoiysd .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5NhVoiysd .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5NhVoiysd .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5NhVoiysd .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5NhVoiysd .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5NhVoiysd .video-wrap .icon-wrap .line-video-1,
.cid-t5NhVoiysd .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5NhVoiysd .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5NhVoiysd .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5NhVoiysd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5NhVoiysd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5NhVoiysd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5NhVoiysd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5NhVoiysd a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5NhVoiysd .separator,
  .cid-t5NhVoiysd .sep-holder,
  .cid-t5NhVoiysd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5NhVoiysd .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5NhVoiysd .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5NhVoiysd .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5NhVoiysd .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5NhVoiysd .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5NfgDoUQS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t5NfgDoUQS .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-t5NfgDoUQS .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-t5NfgDoUQS .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-t5NfgDoUQS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-t5NfgDoUQS .icon-wrap a:hover {
  background-image: none !important;
}
.cid-t5NfgDoUQS .icon-wrap span {
  margin-left: 5px;
}
.cid-t5NfgDoUQS .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-t5NfgDoUQS .box {
    height: 200px;
  }
}
.cid-t5NfgDoUQS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5NfgDoUQS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5NfgDoUQS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5NfgDoUQS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-t5NfgDoUQS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5NfgDoUQS .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-t5NfgDoUQS .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-t5NfgDoUQS .mbr-section-subtitle {
  color: #555555;
  padding-top: 12px;
}
.cid-t5NfgDoUQS .item-container {
  width: 100%;
}
.cid-t5NfgDoUQS .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-t5NfgDoUQS .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-t5NfgDoUQS .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-t5NfgDoUQS .icon-box {
  background: #2e3072;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t5NfgDoUQS .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-t5NfgDoUQS .text-box {
  flex-grow: 1;
}
.cid-t5NfgDoUQS .number-text {
  color: #ffffff;
}
.cid-t5NfgDoUQS .icon-text {
  color: #555555;
}
.cid-t5NfgDoUQS .mbr-section-title {
  color: #2e3072;
}
.cid-t5NfgDoUQS .icon-title {
  color: #2e3072;
}
.cid-t5NkcHLA1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2e3072;
}
.cid-t5NkcHLA1S .arrow {
  position: absolute;
  font-size: 1.5rem;
  color: #efefef;
  top: 1rem;
  transition: all 0.3s;
  right: 1.3rem;
  transform: rotate(-30deg);
}
.cid-t5NkcHLA1S .card {
  padding: 0;
  margin-right: -2px;
  margin-top: -2px;
}
.cid-t5NkcHLA1S .card:hover .arrow {
  transform: rotate(330deg);
}
.cid-t5NkcHLA1S .main-sub-title {
  background: #e7e7fb;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t5NkcHLA1S .card-title {
  transition: all 0.3s;
}
.cid-t5NkcHLA1S .mbr-iconfont {
  font-size: 5rem;
  color: #33358c;
  padding-right: 1.5rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.cid-t5NkcHLA1S .card-text {
  color: #616161;
}
.cid-t5NkcHLA1S .main-text {
  color: #f8f8f8;
}
.cid-t5NkcHLA1S .main-sub-title,
.cid-t5NkcHLA1S .align-wrapper {
  color: #33358c;
}
.cid-t5NkcHLA1S .card-title,
.cid-t5NkcHLA1S .card-text,
.cid-t5NkcHLA1S .mbr-iconfont {
  transition: all 0.3s;
}
.cid-t5NkcHLA1S .card-wrapper {
  display: flex;
  padding: 3rem 2rem;
  background: #ffffff;
  transition: all 0.3s;
  border: 2px solid #efefef;
  flex-direction: column;
}
.cid-t5NkcHLA1S .card-wrapper:hover {
  background: #42424c;
  border-color: #42424c;
}
.cid-t5NkcHLA1S .card-wrapper:hover .card-title,
.cid-t5NkcHLA1S .card-wrapper:hover .card-text,
.cid-t5NkcHLA1S .card-wrapper:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-t5NkcHLA1S .main-title {
  color: #e7e7fb;
}
.cid-t5V920v1RL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t5V920v1RL .card-wrapper {
  display: flex;
  padding-bottom: 2rem;
}
.cid-t5V920v1RL .card-wrapper:hover .card-title {
  color: #ff9083;
}
.cid-t5V920v1RL img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}
.cid-t5V920v1RL .main-sub-title {
  background: #2e3072;
  border-radius: 8px;
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 1rem;
}
.cid-t5V920v1RL .wrapper {
  background: #42424c;
  padding: 5rem;
  border-radius: 8px;
}
@media (max-width: 1600px) {
  .cid-t5V920v1RL .wrapper {
    padding: 3rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t5V920v1RL .wrapper {
    padding: 3rem 1rem;
  }
}
.cid-t5V920v1RL .mbr-iconfont {
  padding-right: 1.5rem;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #ff9083;
}
.cid-t5V920v1RL .card-title {
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-t5V920v1RL .card-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cid-t5V920v1RL span {
    padding: 0!important;
    margin-bottom: 1rem;
  }
  .cid-t5V920v1RL .col2 .card-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-t5V920v1RL .main-text {
  color: #c8c8c8;
}
.cid-t5V920v1RL .card-text {
  color: #c8c8c8;
}
.cid-t5NrhGIzZs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5NrhGIzZs .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5NrhGIzZs .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5NrhGIzZs .mbr-section-title b:last-child,
.cid-t5NrhGIzZs .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5NrhGIzZs .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5NrhGIzZs .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5NrhGIzZs .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5NrhGIzZs .carousel-item img {
  width: 100%;
}
.cid-t5NrhGIzZs .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5NrhGIzZs .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5NrhGIzZs .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5NrhGIzZs .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5NrhGIzZs .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5NrhGIzZs .link a {
  font-weight: 700;
}
.cid-t5NrhGIzZs .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5NrhGIzZs .link:hover span {
  transform: translateX(9px);
}
.cid-t5NrhGIzZs .carousel-item.active,
.cid-t5NrhGIzZs .carousel-item-next,
.cid-t5NrhGIzZs .carousel-item-prev {
  display: flex;
}
.cid-t5NrhGIzZs .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5NrhGIzZs .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5NrhGIzZs .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5NrhGIzZs .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5NrhGIzZs .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5NrhGIzZs .carousel-controls .carousel-control-next,
.cid-t5NrhGIzZs .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5NrhGIzZs .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5NrhGIzZs .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5NrhGIzZs .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5NrhGIzZs .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5NrhGIzZs .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5NrhGIzZs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5NrhGIzZs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5NrhGIzZs .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5NrhGIzZs .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5NrhGIzZs .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5NrhGIzZs .cloneditem-1,
  .cid-t5NrhGIzZs .cloneditem-2,
  .cid-t5NrhGIzZs .cloneditem-3,
  .cid-t5NrhGIzZs .cloneditem-4,
  .cid-t5NrhGIzZs .cloneditem-5 {
    display: none;
  }
  .cid-t5NrhGIzZs .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5NrhGIzZs .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5NrhGIzZs .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5NrhGIzZs .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5NrhGIzZs .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5NrhGIzZs .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5NrhGIzZs .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5NrhGIzZs .carousel-controls {
    display: none;
  }
}
.cid-t5NrhGIzZs .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5NrhGIzZs .mbr-content {
  margin-bottom: 50px;
}
.cid-t5NrhGIzZs .mbr-section-title b > b,
.cid-t5NrhGIzZs .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5NrhGIzZs .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5NrhGIzZs .slider__content .slider__text,
.cid-t5NrhGIzZs .link {
  color: #232323;
}
.cid-t5NrhGIzZs .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5NrhGIzZs .carousel-indicators {
  bottom: -35px;
}
.cid-t5NrhGIzZs .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5NrhGIzZs .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5NrhGIzZs .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5NrhGIzZs .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5NrhGIzZs .carousel-indicators li.active {
  background: #000000;
}
.cid-t5NrhGIzZs .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VmiVe0sL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VmiVe0sL .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VmiVe0sL .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VmiVe0sL .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VmiVe0sL .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VmiVe0sL .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VmiVe0sL .container {
    padding: 0 1rem;
  }
}
.cid-t5VmiVe0sL .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VmiVe0sL .nav-link {
  position: relative;
}
.cid-t5VmiVe0sL .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VmiVe0sL nav.navbar {
  position: fixed;
}
.cid-t5VmiVe0sL .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VmiVe0sL .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VmiVe0sL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VmiVe0sL .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VmiVe0sL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VmiVe0sL .navbar.collapsed {
  justify-content: center;
}
.cid-t5VmiVe0sL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VmiVe0sL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VmiVe0sL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VmiVe0sL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VmiVe0sL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VmiVe0sL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VmiVe0sL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VmiVe0sL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VmiVe0sL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VmiVe0sL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VmiVe0sL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VmiVe0sL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VmiVe0sL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VmiVe0sL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VmiVe0sL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VmiVe0sL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VmiVe0sL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VmiVe0sL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VmiVe0sL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VmiVe0sL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VmiVe0sL .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VmiVe0sL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VmiVe0sL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VmiVe0sL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VmiVe0sL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VmiVe0sL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VmiVe0sL .dropdown-item:hover,
.cid-t5VmiVe0sL .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VmiVe0sL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VmiVe0sL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VmiVe0sL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VmiVe0sL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VmiVe0sL .dropdown-menu,
.cid-t5VmiVe0sL .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VmiVe0sL .nav-item:focus,
.cid-t5VmiVe0sL .nav-link:focus {
  outline: none;
}
.cid-t5VmiVe0sL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VmiVe0sL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VmiVe0sL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VmiVe0sL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VmiVe0sL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VmiVe0sL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VmiVe0sL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VmiVe0sL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VmiVe0sL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VmiVe0sL .dropdown-item.active,
.cid-t5VmiVe0sL .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VmiVe0sL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VmiVe0sL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VmiVe0sL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VmiVe0sL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VmiVe0sL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VmiVe0sL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VmiVe0sL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VmiVe0sL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VmiVe0sL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VmiVe0sL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VmiVe0sL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VmiVe0sL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VmiVe0sL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VmiVe0sL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VmiVe0sL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VmiVe0sL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VmiVe0sL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VmiVe0sL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VmiVe0sL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VmiVe0sL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VmiVe0sL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VmiVe0sL .navbar {
    height: 70px;
  }
  .cid-t5VmiVe0sL .navbar.opened {
    height: auto;
  }
  .cid-t5VmiVe0sL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VmiWrsNx {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VmiWrsNx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VmiWrsNx .mbr-section-title {
  color: #ffffff;
}
.cid-t5VmiWrsNx .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VmiWrsNx .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VmiWrsNx .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VmiWrsNx .mbr-section-btn {
  display: flex;
}
.cid-t5VmiWrsNx .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VmiWrsNx .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VmiWrsNx .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VmiWrsNx .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VmiWrsNx .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VmiWrsNx .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VmiWrsNx .video-wrap .icon-wrap .line-video-1,
.cid-t5VmiWrsNx .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VmiWrsNx .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VmiWrsNx .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VmiWrsNx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VmiWrsNx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VmiWrsNx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VmiWrsNx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VmiWrsNx a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VmiWrsNx .separator,
  .cid-t5VmiWrsNx .sep-holder,
  .cid-t5VmiWrsNx .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VmiWrsNx .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VmiWrsNx .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VmiWrsNx .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VmiWrsNx .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VmiWrsNx .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VniSp2dg {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VniSp2dg {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5VniSp2dg .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VniSp2dg .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VniSp2dg .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VniSp2dg .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VniSp2dg .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VniSp2dg section {
  position: relative;
}
.cid-t5VniSp2dg .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VniSp2dg .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VniSp2dg .back {
    width: 100%;
  }
}
.cid-t5VniSp2dg .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VniSp2dg .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VniSp2dg .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VniSp2dg .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VniSp2dg .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VniSp2dg .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VniSp2dg .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VniSp2dg .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VniSp2dg .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VniSp2dg .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VniSp2dg a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VniSp2dg a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VniSp2dg {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5VniSp2dg .box {
    height: 250px;
  }
  .cid-t5VniSp2dg .row {
    padding: 1rem!important;
  }
}
.cid-t5VniSp2dg H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VniSp2dg .mbr-section-subtitle,
.cid-t5VniSp2dg .mbr-section-btn {
  text-align: left;
}
.cid-t5VniSp2dg .mbr-section-text,
.cid-t5VniSp2dg .mbr-section-btn {
  text-align: left;
}
.cid-t5Vmj2d02Z {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5Vmj2d02Z .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5Vmj2d02Z .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5Vmj2d02Z .mbr-section-title b:last-child,
.cid-t5Vmj2d02Z .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5Vmj2d02Z .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5Vmj2d02Z .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5Vmj2d02Z .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5Vmj2d02Z .carousel-item img {
  width: 100%;
}
.cid-t5Vmj2d02Z .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5Vmj2d02Z .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5Vmj2d02Z .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5Vmj2d02Z .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5Vmj2d02Z .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5Vmj2d02Z .link a {
  font-weight: 700;
}
.cid-t5Vmj2d02Z .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5Vmj2d02Z .link:hover span {
  transform: translateX(9px);
}
.cid-t5Vmj2d02Z .carousel-item.active,
.cid-t5Vmj2d02Z .carousel-item-next,
.cid-t5Vmj2d02Z .carousel-item-prev {
  display: flex;
}
.cid-t5Vmj2d02Z .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5Vmj2d02Z .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5Vmj2d02Z .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5Vmj2d02Z .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5Vmj2d02Z .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5Vmj2d02Z .carousel-controls .carousel-control-next,
.cid-t5Vmj2d02Z .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5Vmj2d02Z .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5Vmj2d02Z .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5Vmj2d02Z .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5Vmj2d02Z .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5Vmj2d02Z .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5Vmj2d02Z .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5Vmj2d02Z .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5Vmj2d02Z .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5Vmj2d02Z .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5Vmj2d02Z .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5Vmj2d02Z .cloneditem-1,
  .cid-t5Vmj2d02Z .cloneditem-2,
  .cid-t5Vmj2d02Z .cloneditem-3,
  .cid-t5Vmj2d02Z .cloneditem-4,
  .cid-t5Vmj2d02Z .cloneditem-5 {
    display: none;
  }
  .cid-t5Vmj2d02Z .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5Vmj2d02Z .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5Vmj2d02Z .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5Vmj2d02Z .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5Vmj2d02Z .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5Vmj2d02Z .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5Vmj2d02Z .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5Vmj2d02Z .carousel-controls {
    display: none;
  }
}
.cid-t5Vmj2d02Z .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5Vmj2d02Z .mbr-content {
  margin-bottom: 50px;
}
.cid-t5Vmj2d02Z .mbr-section-title b > b,
.cid-t5Vmj2d02Z .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5Vmj2d02Z .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5Vmj2d02Z .slider__content .slider__text,
.cid-t5Vmj2d02Z .link {
  color: #232323;
}
.cid-t5Vmj2d02Z .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5Vmj2d02Z .carousel-indicators {
  bottom: -35px;
}
.cid-t5Vmj2d02Z .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5Vmj2d02Z .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5Vmj2d02Z .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5Vmj2d02Z .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5Vmj2d02Z .carousel-indicators li.active {
  background: #000000;
}
.cid-t5Vmj2d02Z .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VCFQReCZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VCFQReCZ .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VCFQReCZ .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VCFQReCZ .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VCFQReCZ .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VCFQReCZ .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VCFQReCZ .container {
    padding: 0 1rem;
  }
}
.cid-t5VCFQReCZ .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VCFQReCZ .nav-link {
  position: relative;
}
.cid-t5VCFQReCZ .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VCFQReCZ nav.navbar {
  position: fixed;
}
.cid-t5VCFQReCZ .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VCFQReCZ .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VCFQReCZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VCFQReCZ .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VCFQReCZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VCFQReCZ .navbar.collapsed {
  justify-content: center;
}
.cid-t5VCFQReCZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VCFQReCZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VCFQReCZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VCFQReCZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VCFQReCZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VCFQReCZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VCFQReCZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VCFQReCZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VCFQReCZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VCFQReCZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VCFQReCZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VCFQReCZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VCFQReCZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VCFQReCZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VCFQReCZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VCFQReCZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VCFQReCZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VCFQReCZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VCFQReCZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VCFQReCZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VCFQReCZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VCFQReCZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VCFQReCZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VCFQReCZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VCFQReCZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VCFQReCZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VCFQReCZ .dropdown-item:hover,
.cid-t5VCFQReCZ .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VCFQReCZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VCFQReCZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VCFQReCZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VCFQReCZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VCFQReCZ .dropdown-menu,
.cid-t5VCFQReCZ .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VCFQReCZ .nav-item:focus,
.cid-t5VCFQReCZ .nav-link:focus {
  outline: none;
}
.cid-t5VCFQReCZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VCFQReCZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VCFQReCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VCFQReCZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VCFQReCZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VCFQReCZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VCFQReCZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VCFQReCZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VCFQReCZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VCFQReCZ .dropdown-item.active,
.cid-t5VCFQReCZ .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VCFQReCZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VCFQReCZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VCFQReCZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VCFQReCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VCFQReCZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VCFQReCZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VCFQReCZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VCFQReCZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VCFQReCZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VCFQReCZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VCFQReCZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VCFQReCZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VCFQReCZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VCFQReCZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VCFQReCZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VCFQReCZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VCFQReCZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VCFQReCZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VCFQReCZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VCFQReCZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VCFQReCZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VCFQReCZ .navbar {
    height: 70px;
  }
  .cid-t5VCFQReCZ .navbar.opened {
    height: auto;
  }
  .cid-t5VCFQReCZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VCFS1NBo {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VCFS1NBo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VCFS1NBo .mbr-section-title {
  color: #ffffff;
}
.cid-t5VCFS1NBo .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VCFS1NBo .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VCFS1NBo .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VCFS1NBo .mbr-section-btn {
  display: flex;
}
.cid-t5VCFS1NBo .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VCFS1NBo .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VCFS1NBo .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VCFS1NBo .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VCFS1NBo .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VCFS1NBo .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VCFS1NBo .video-wrap .icon-wrap .line-video-1,
.cid-t5VCFS1NBo .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VCFS1NBo .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VCFS1NBo .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VCFS1NBo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VCFS1NBo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VCFS1NBo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VCFS1NBo a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VCFS1NBo a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VCFS1NBo .separator,
  .cid-t5VCFS1NBo .sep-holder,
  .cid-t5VCFS1NBo .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VCFS1NBo .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VCFS1NBo .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VCFS1NBo .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VCFS1NBo .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VCFS1NBo .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VCFT1zz0 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VCFT1zz0 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5VCFT1zz0 .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VCFT1zz0 .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VCFT1zz0 .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VCFT1zz0 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VCFT1zz0 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VCFT1zz0 section {
  position: relative;
}
.cid-t5VCFT1zz0 .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VCFT1zz0 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VCFT1zz0 .back {
    width: 100%;
  }
}
.cid-t5VCFT1zz0 .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VCFT1zz0 .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VCFT1zz0 .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VCFT1zz0 .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VCFT1zz0 .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VCFT1zz0 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VCFT1zz0 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VCFT1zz0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VCFT1zz0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VCFT1zz0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VCFT1zz0 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VCFT1zz0 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VCFT1zz0 {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5VCFT1zz0 .box {
    height: 250px;
  }
  .cid-t5VCFT1zz0 .row {
    padding: 1rem!important;
  }
}
.cid-t5VCFT1zz0 H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VCFT1zz0 .mbr-section-subtitle,
.cid-t5VCFT1zz0 .mbr-section-btn {
  text-align: left;
}
.cid-t5VCFT1zz0 .mbr-section-text,
.cid-t5VCFT1zz0 .mbr-section-btn {
  text-align: left;
}
.cid-t5VCFTZzo4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5VCFTZzo4 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5VCFTZzo4 .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5VCFTZzo4 .mbr-section-title b:last-child,
.cid-t5VCFTZzo4 .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5VCFTZzo4 .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5VCFTZzo4 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5VCFTZzo4 .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5VCFTZzo4 .carousel-item img {
  width: 100%;
}
.cid-t5VCFTZzo4 .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5VCFTZzo4 .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5VCFTZzo4 .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5VCFTZzo4 .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5VCFTZzo4 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5VCFTZzo4 .link a {
  font-weight: 700;
}
.cid-t5VCFTZzo4 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5VCFTZzo4 .link:hover span {
  transform: translateX(9px);
}
.cid-t5VCFTZzo4 .carousel-item.active,
.cid-t5VCFTZzo4 .carousel-item-next,
.cid-t5VCFTZzo4 .carousel-item-prev {
  display: flex;
}
.cid-t5VCFTZzo4 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5VCFTZzo4 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5VCFTZzo4 .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5VCFTZzo4 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5VCFTZzo4 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5VCFTZzo4 .carousel-controls .carousel-control-next,
.cid-t5VCFTZzo4 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5VCFTZzo4 .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VCFTZzo4 .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VCFTZzo4 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5VCFTZzo4 .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5VCFTZzo4 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VCFTZzo4 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VCFTZzo4 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5VCFTZzo4 .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5VCFTZzo4 .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5VCFTZzo4 .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5VCFTZzo4 .cloneditem-1,
  .cid-t5VCFTZzo4 .cloneditem-2,
  .cid-t5VCFTZzo4 .cloneditem-3,
  .cid-t5VCFTZzo4 .cloneditem-4,
  .cid-t5VCFTZzo4 .cloneditem-5 {
    display: none;
  }
  .cid-t5VCFTZzo4 .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5VCFTZzo4 .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5VCFTZzo4 .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5VCFTZzo4 .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5VCFTZzo4 .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5VCFTZzo4 .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5VCFTZzo4 .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5VCFTZzo4 .carousel-controls {
    display: none;
  }
}
.cid-t5VCFTZzo4 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5VCFTZzo4 .mbr-content {
  margin-bottom: 50px;
}
.cid-t5VCFTZzo4 .mbr-section-title b > b,
.cid-t5VCFTZzo4 .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5VCFTZzo4 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5VCFTZzo4 .slider__content .slider__text,
.cid-t5VCFTZzo4 .link {
  color: #232323;
}
.cid-t5VCFTZzo4 .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5VCFTZzo4 .carousel-indicators {
  bottom: -35px;
}
.cid-t5VCFTZzo4 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5VCFTZzo4 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5VCFTZzo4 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5VCFTZzo4 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5VCFTZzo4 .carousel-indicators li.active {
  background: #000000;
}
.cid-t5VCFTZzo4 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VESXyhFr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VESXyhFr .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VESXyhFr .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VESXyhFr .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VESXyhFr .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VESXyhFr .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VESXyhFr .container {
    padding: 0 1rem;
  }
}
.cid-t5VESXyhFr .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VESXyhFr .nav-link {
  position: relative;
}
.cid-t5VESXyhFr .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VESXyhFr nav.navbar {
  position: fixed;
}
.cid-t5VESXyhFr .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VESXyhFr .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VESXyhFr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VESXyhFr .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VESXyhFr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VESXyhFr .navbar.collapsed {
  justify-content: center;
}
.cid-t5VESXyhFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VESXyhFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VESXyhFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VESXyhFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VESXyhFr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VESXyhFr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VESXyhFr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VESXyhFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VESXyhFr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VESXyhFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VESXyhFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VESXyhFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VESXyhFr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VESXyhFr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VESXyhFr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VESXyhFr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VESXyhFr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VESXyhFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VESXyhFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VESXyhFr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VESXyhFr .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VESXyhFr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VESXyhFr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VESXyhFr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VESXyhFr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VESXyhFr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VESXyhFr .dropdown-item:hover,
.cid-t5VESXyhFr .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VESXyhFr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VESXyhFr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VESXyhFr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VESXyhFr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VESXyhFr .dropdown-menu,
.cid-t5VESXyhFr .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VESXyhFr .nav-item:focus,
.cid-t5VESXyhFr .nav-link:focus {
  outline: none;
}
.cid-t5VESXyhFr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VESXyhFr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VESXyhFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VESXyhFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VESXyhFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VESXyhFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VESXyhFr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VESXyhFr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VESXyhFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VESXyhFr .dropdown-item.active,
.cid-t5VESXyhFr .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VESXyhFr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VESXyhFr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VESXyhFr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VESXyhFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VESXyhFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VESXyhFr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VESXyhFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VESXyhFr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VESXyhFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VESXyhFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VESXyhFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VESXyhFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VESXyhFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VESXyhFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VESXyhFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VESXyhFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VESXyhFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VESXyhFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VESXyhFr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VESXyhFr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VESXyhFr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VESXyhFr .navbar {
    height: 70px;
  }
  .cid-t5VESXyhFr .navbar.opened {
    height: auto;
  }
  .cid-t5VESXyhFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VESYVqPd {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VESYVqPd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VESYVqPd .mbr-section-title {
  color: #ffffff;
}
.cid-t5VESYVqPd .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VESYVqPd .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VESYVqPd .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VESYVqPd .mbr-section-btn {
  display: flex;
}
.cid-t5VESYVqPd .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VESYVqPd .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VESYVqPd .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VESYVqPd .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VESYVqPd .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VESYVqPd .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VESYVqPd .video-wrap .icon-wrap .line-video-1,
.cid-t5VESYVqPd .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VESYVqPd .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VESYVqPd .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VESYVqPd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VESYVqPd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VESYVqPd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VESYVqPd a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VESYVqPd a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VESYVqPd .separator,
  .cid-t5VESYVqPd .sep-holder,
  .cid-t5VESYVqPd .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VESYVqPd .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VESYVqPd .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VESYVqPd .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VESYVqPd .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VESYVqPd .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VET0bcav {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VET0bcav {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5VET0bcav .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VET0bcav .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VET0bcav .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VET0bcav .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VET0bcav .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VET0bcav section {
  position: relative;
}
.cid-t5VET0bcav .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VET0bcav .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VET0bcav .back {
    width: 100%;
  }
}
.cid-t5VET0bcav .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VET0bcav .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VET0bcav .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VET0bcav .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VET0bcav .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VET0bcav .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VET0bcav .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VET0bcav .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VET0bcav .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VET0bcav .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VET0bcav a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VET0bcav a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VET0bcav {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5VET0bcav .box {
    height: 250px;
  }
  .cid-t5VET0bcav .row {
    padding: 1rem!important;
  }
}
.cid-t5VET0bcav H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VET0bcav .mbr-section-subtitle,
.cid-t5VET0bcav .mbr-section-btn {
  text-align: left;
}
.cid-t5VET0bcav .mbr-section-text,
.cid-t5VET0bcav .mbr-section-btn {
  text-align: left;
}
.cid-t5VET18inI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5VET18inI .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5VET18inI .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5VET18inI .mbr-section-title b:last-child,
.cid-t5VET18inI .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5VET18inI .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5VET18inI .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5VET18inI .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5VET18inI .carousel-item img {
  width: 100%;
}
.cid-t5VET18inI .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5VET18inI .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5VET18inI .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5VET18inI .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5VET18inI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5VET18inI .link a {
  font-weight: 700;
}
.cid-t5VET18inI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5VET18inI .link:hover span {
  transform: translateX(9px);
}
.cid-t5VET18inI .carousel-item.active,
.cid-t5VET18inI .carousel-item-next,
.cid-t5VET18inI .carousel-item-prev {
  display: flex;
}
.cid-t5VET18inI .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5VET18inI .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5VET18inI .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5VET18inI .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5VET18inI .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5VET18inI .carousel-controls .carousel-control-next,
.cid-t5VET18inI .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5VET18inI .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VET18inI .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VET18inI .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5VET18inI .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5VET18inI .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VET18inI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VET18inI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5VET18inI .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5VET18inI .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5VET18inI .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5VET18inI .cloneditem-1,
  .cid-t5VET18inI .cloneditem-2,
  .cid-t5VET18inI .cloneditem-3,
  .cid-t5VET18inI .cloneditem-4,
  .cid-t5VET18inI .cloneditem-5 {
    display: none;
  }
  .cid-t5VET18inI .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5VET18inI .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5VET18inI .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5VET18inI .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5VET18inI .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5VET18inI .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5VET18inI .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5VET18inI .carousel-controls {
    display: none;
  }
}
.cid-t5VET18inI .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5VET18inI .mbr-content {
  margin-bottom: 50px;
}
.cid-t5VET18inI .mbr-section-title b > b,
.cid-t5VET18inI .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5VET18inI .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5VET18inI .slider__content .slider__text,
.cid-t5VET18inI .link {
  color: #232323;
}
.cid-t5VET18inI .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5VET18inI .carousel-indicators {
  bottom: -35px;
}
.cid-t5VET18inI .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5VET18inI .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5VET18inI .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5VET18inI .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5VET18inI .carousel-indicators li.active {
  background: #000000;
}
.cid-t5VET18inI .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VFoszOXd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VFoszOXd .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VFoszOXd .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VFoszOXd .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VFoszOXd .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VFoszOXd .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VFoszOXd .container {
    padding: 0 1rem;
  }
}
.cid-t5VFoszOXd .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VFoszOXd .nav-link {
  position: relative;
}
.cid-t5VFoszOXd .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VFoszOXd nav.navbar {
  position: fixed;
}
.cid-t5VFoszOXd .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VFoszOXd .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VFoszOXd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VFoszOXd .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VFoszOXd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VFoszOXd .navbar.collapsed {
  justify-content: center;
}
.cid-t5VFoszOXd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VFoszOXd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VFoszOXd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VFoszOXd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VFoszOXd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VFoszOXd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VFoszOXd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VFoszOXd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VFoszOXd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VFoszOXd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VFoszOXd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VFoszOXd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VFoszOXd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VFoszOXd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VFoszOXd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VFoszOXd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VFoszOXd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VFoszOXd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VFoszOXd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VFoszOXd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VFoszOXd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VFoszOXd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VFoszOXd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VFoszOXd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VFoszOXd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VFoszOXd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VFoszOXd .dropdown-item:hover,
.cid-t5VFoszOXd .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VFoszOXd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VFoszOXd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VFoszOXd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VFoszOXd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VFoszOXd .dropdown-menu,
.cid-t5VFoszOXd .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VFoszOXd .nav-item:focus,
.cid-t5VFoszOXd .nav-link:focus {
  outline: none;
}
.cid-t5VFoszOXd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VFoszOXd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VFoszOXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VFoszOXd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VFoszOXd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VFoszOXd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VFoszOXd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VFoszOXd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VFoszOXd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VFoszOXd .dropdown-item.active,
.cid-t5VFoszOXd .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VFoszOXd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VFoszOXd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VFoszOXd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VFoszOXd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VFoszOXd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VFoszOXd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VFoszOXd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VFoszOXd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VFoszOXd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VFoszOXd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VFoszOXd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VFoszOXd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VFoszOXd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VFoszOXd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VFoszOXd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VFoszOXd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VFoszOXd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VFoszOXd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VFoszOXd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VFoszOXd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VFoszOXd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VFoszOXd .navbar {
    height: 70px;
  }
  .cid-t5VFoszOXd .navbar.opened {
    height: auto;
  }
  .cid-t5VFoszOXd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VFotMccu {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VFotMccu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VFotMccu .mbr-section-title {
  color: #ffffff;
}
.cid-t5VFotMccu .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VFotMccu .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VFotMccu .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VFotMccu .mbr-section-btn {
  display: flex;
}
.cid-t5VFotMccu .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VFotMccu .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VFotMccu .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VFotMccu .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VFotMccu .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VFotMccu .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VFotMccu .video-wrap .icon-wrap .line-video-1,
.cid-t5VFotMccu .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VFotMccu .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VFotMccu .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VFotMccu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VFotMccu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VFotMccu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VFotMccu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VFotMccu a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VFotMccu .separator,
  .cid-t5VFotMccu .sep-holder,
  .cid-t5VFotMccu .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VFotMccu .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VFotMccu .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VFotMccu .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VFotMccu .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VFotMccu .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VFov163X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VFov163X {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-t5VFov163X .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VFov163X .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VFov163X .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VFov163X .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VFov163X .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VFov163X section {
  position: relative;
}
.cid-t5VFov163X .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VFov163X .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VFov163X .back {
    width: 100%;
  }
}
.cid-t5VFov163X .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VFov163X .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VFov163X .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VFov163X .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VFov163X .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VFov163X .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VFov163X .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VFov163X .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VFov163X .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VFov163X .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VFov163X a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VFov163X a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VFov163X {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-t5VFov163X .box {
    height: 250px;
  }
  .cid-t5VFov163X .row {
    padding: 1rem!important;
  }
}
.cid-t5VFov163X H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VFov163X .mbr-section-subtitle,
.cid-t5VFov163X .mbr-section-btn {
  text-align: left;
}
.cid-t5VFov163X .mbr-section-text,
.cid-t5VFov163X .mbr-section-btn {
  text-align: left;
}
.cid-t5VFovYnhA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5VFovYnhA .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5VFovYnhA .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5VFovYnhA .mbr-section-title b:last-child,
.cid-t5VFovYnhA .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5VFovYnhA .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5VFovYnhA .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5VFovYnhA .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5VFovYnhA .carousel-item img {
  width: 100%;
}
.cid-t5VFovYnhA .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5VFovYnhA .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5VFovYnhA .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5VFovYnhA .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5VFovYnhA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5VFovYnhA .link a {
  font-weight: 700;
}
.cid-t5VFovYnhA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5VFovYnhA .link:hover span {
  transform: translateX(9px);
}
.cid-t5VFovYnhA .carousel-item.active,
.cid-t5VFovYnhA .carousel-item-next,
.cid-t5VFovYnhA .carousel-item-prev {
  display: flex;
}
.cid-t5VFovYnhA .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5VFovYnhA .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5VFovYnhA .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5VFovYnhA .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5VFovYnhA .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5VFovYnhA .carousel-controls .carousel-control-next,
.cid-t5VFovYnhA .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5VFovYnhA .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VFovYnhA .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VFovYnhA .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5VFovYnhA .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5VFovYnhA .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VFovYnhA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VFovYnhA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5VFovYnhA .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5VFovYnhA .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5VFovYnhA .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5VFovYnhA .cloneditem-1,
  .cid-t5VFovYnhA .cloneditem-2,
  .cid-t5VFovYnhA .cloneditem-3,
  .cid-t5VFovYnhA .cloneditem-4,
  .cid-t5VFovYnhA .cloneditem-5 {
    display: none;
  }
  .cid-t5VFovYnhA .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5VFovYnhA .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5VFovYnhA .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5VFovYnhA .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5VFovYnhA .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5VFovYnhA .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5VFovYnhA .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5VFovYnhA .carousel-controls {
    display: none;
  }
}
.cid-t5VFovYnhA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5VFovYnhA .mbr-content {
  margin-bottom: 50px;
}
.cid-t5VFovYnhA .mbr-section-title b > b,
.cid-t5VFovYnhA .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5VFovYnhA .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5VFovYnhA .slider__content .slider__text,
.cid-t5VFovYnhA .link {
  color: #232323;
}
.cid-t5VFovYnhA .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5VFovYnhA .carousel-indicators {
  bottom: -35px;
}
.cid-t5VFovYnhA .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5VFovYnhA .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5VFovYnhA .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5VFovYnhA .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5VFovYnhA .carousel-indicators li.active {
  background: #000000;
}
.cid-t5VFovYnhA .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VHlEy3Lt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VHlEy3Lt .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VHlEy3Lt .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VHlEy3Lt .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VHlEy3Lt .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VHlEy3Lt .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VHlEy3Lt .container {
    padding: 0 1rem;
  }
}
.cid-t5VHlEy3Lt .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VHlEy3Lt .nav-link {
  position: relative;
}
.cid-t5VHlEy3Lt .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VHlEy3Lt nav.navbar {
  position: fixed;
}
.cid-t5VHlEy3Lt .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VHlEy3Lt .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VHlEy3Lt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VHlEy3Lt .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VHlEy3Lt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VHlEy3Lt .navbar.collapsed {
  justify-content: center;
}
.cid-t5VHlEy3Lt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VHlEy3Lt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VHlEy3Lt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VHlEy3Lt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VHlEy3Lt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VHlEy3Lt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VHlEy3Lt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VHlEy3Lt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VHlEy3Lt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VHlEy3Lt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VHlEy3Lt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VHlEy3Lt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VHlEy3Lt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VHlEy3Lt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VHlEy3Lt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VHlEy3Lt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VHlEy3Lt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VHlEy3Lt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VHlEy3Lt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VHlEy3Lt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VHlEy3Lt .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VHlEy3Lt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VHlEy3Lt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VHlEy3Lt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VHlEy3Lt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VHlEy3Lt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VHlEy3Lt .dropdown-item:hover,
.cid-t5VHlEy3Lt .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VHlEy3Lt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VHlEy3Lt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VHlEy3Lt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VHlEy3Lt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VHlEy3Lt .dropdown-menu,
.cid-t5VHlEy3Lt .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VHlEy3Lt .nav-item:focus,
.cid-t5VHlEy3Lt .nav-link:focus {
  outline: none;
}
.cid-t5VHlEy3Lt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VHlEy3Lt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VHlEy3Lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VHlEy3Lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VHlEy3Lt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VHlEy3Lt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VHlEy3Lt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VHlEy3Lt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VHlEy3Lt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VHlEy3Lt .dropdown-item.active,
.cid-t5VHlEy3Lt .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VHlEy3Lt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VHlEy3Lt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VHlEy3Lt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VHlEy3Lt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VHlEy3Lt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VHlEy3Lt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VHlEy3Lt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VHlEy3Lt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VHlEy3Lt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VHlEy3Lt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VHlEy3Lt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VHlEy3Lt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VHlEy3Lt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VHlEy3Lt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VHlEy3Lt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VHlEy3Lt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VHlEy3Lt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VHlEy3Lt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VHlEy3Lt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VHlEy3Lt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VHlEy3Lt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VHlEy3Lt .navbar {
    height: 70px;
  }
  .cid-t5VHlEy3Lt .navbar.opened {
    height: auto;
  }
  .cid-t5VHlEy3Lt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VHlGoqCR {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VHlGoqCR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VHlGoqCR .mbr-section-title {
  color: #ffffff;
}
.cid-t5VHlGoqCR .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VHlGoqCR .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VHlGoqCR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VHlGoqCR .mbr-section-btn {
  display: flex;
}
.cid-t5VHlGoqCR .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VHlGoqCR .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VHlGoqCR .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VHlGoqCR .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VHlGoqCR .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VHlGoqCR .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VHlGoqCR .video-wrap .icon-wrap .line-video-1,
.cid-t5VHlGoqCR .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VHlGoqCR .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VHlGoqCR .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VHlGoqCR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VHlGoqCR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VHlGoqCR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VHlGoqCR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VHlGoqCR a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VHlGoqCR .separator,
  .cid-t5VHlGoqCR .sep-holder,
  .cid-t5VHlGoqCR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VHlGoqCR .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VHlGoqCR .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VHlGoqCR .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VHlGoqCR .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VHlGoqCR .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VHlHKOe4 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VHlHKOe4 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5VHlHKOe4 .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VHlHKOe4 .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VHlHKOe4 .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VHlHKOe4 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VHlHKOe4 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VHlHKOe4 section {
  position: relative;
}
.cid-t5VHlHKOe4 .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VHlHKOe4 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VHlHKOe4 .back {
    width: 100%;
  }
}
.cid-t5VHlHKOe4 .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VHlHKOe4 .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VHlHKOe4 .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VHlHKOe4 .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VHlHKOe4 .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VHlHKOe4 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VHlHKOe4 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VHlHKOe4 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VHlHKOe4 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VHlHKOe4 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VHlHKOe4 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VHlHKOe4 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VHlHKOe4 {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5VHlHKOe4 .box {
    height: 250px;
  }
  .cid-t5VHlHKOe4 .row {
    padding: 1rem!important;
  }
}
.cid-t5VHlHKOe4 H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VHlHKOe4 .mbr-section-subtitle,
.cid-t5VHlHKOe4 .mbr-section-btn {
  text-align: left;
}
.cid-t5VHlHKOe4 .mbr-section-text,
.cid-t5VHlHKOe4 .mbr-section-btn {
  text-align: left;
}
.cid-t5VHlIKVuW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5VHlIKVuW .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5VHlIKVuW .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5VHlIKVuW .mbr-section-title b:last-child,
.cid-t5VHlIKVuW .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5VHlIKVuW .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5VHlIKVuW .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5VHlIKVuW .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5VHlIKVuW .carousel-item img {
  width: 100%;
}
.cid-t5VHlIKVuW .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5VHlIKVuW .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5VHlIKVuW .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5VHlIKVuW .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5VHlIKVuW .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5VHlIKVuW .link a {
  font-weight: 700;
}
.cid-t5VHlIKVuW .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5VHlIKVuW .link:hover span {
  transform: translateX(9px);
}
.cid-t5VHlIKVuW .carousel-item.active,
.cid-t5VHlIKVuW .carousel-item-next,
.cid-t5VHlIKVuW .carousel-item-prev {
  display: flex;
}
.cid-t5VHlIKVuW .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5VHlIKVuW .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5VHlIKVuW .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5VHlIKVuW .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5VHlIKVuW .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5VHlIKVuW .carousel-controls .carousel-control-next,
.cid-t5VHlIKVuW .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5VHlIKVuW .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VHlIKVuW .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VHlIKVuW .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5VHlIKVuW .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5VHlIKVuW .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VHlIKVuW .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VHlIKVuW .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5VHlIKVuW .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5VHlIKVuW .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5VHlIKVuW .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5VHlIKVuW .cloneditem-1,
  .cid-t5VHlIKVuW .cloneditem-2,
  .cid-t5VHlIKVuW .cloneditem-3,
  .cid-t5VHlIKVuW .cloneditem-4,
  .cid-t5VHlIKVuW .cloneditem-5 {
    display: none;
  }
  .cid-t5VHlIKVuW .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5VHlIKVuW .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5VHlIKVuW .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5VHlIKVuW .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5VHlIKVuW .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5VHlIKVuW .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5VHlIKVuW .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5VHlIKVuW .carousel-controls {
    display: none;
  }
}
.cid-t5VHlIKVuW .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5VHlIKVuW .mbr-content {
  margin-bottom: 50px;
}
.cid-t5VHlIKVuW .mbr-section-title b > b,
.cid-t5VHlIKVuW .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5VHlIKVuW .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5VHlIKVuW .slider__content .slider__text,
.cid-t5VHlIKVuW .link {
  color: #232323;
}
.cid-t5VHlIKVuW .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5VHlIKVuW .carousel-indicators {
  bottom: -35px;
}
.cid-t5VHlIKVuW .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5VHlIKVuW .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5VHlIKVuW .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5VHlIKVuW .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5VHlIKVuW .carousel-indicators li.active {
  background: #000000;
}
.cid-t5VHlIKVuW .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5VVNTFLeA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5VVNTFLeA .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5VVNTFLeA .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5VVNTFLeA .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5VVNTFLeA .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5VVNTFLeA .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5VVNTFLeA .container {
    padding: 0 1rem;
  }
}
.cid-t5VVNTFLeA .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5VVNTFLeA .nav-link {
  position: relative;
}
.cid-t5VVNTFLeA .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5VVNTFLeA nav.navbar {
  position: fixed;
}
.cid-t5VVNTFLeA .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5VVNTFLeA .navbar.opened {
  transition: all 0.3s;
}
.cid-t5VVNTFLeA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5VVNTFLeA .navbar .navbar-logo img {
  width: auto;
}
.cid-t5VVNTFLeA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5VVNTFLeA .navbar.collapsed {
  justify-content: center;
}
.cid-t5VVNTFLeA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5VVNTFLeA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5VVNTFLeA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5VVNTFLeA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5VVNTFLeA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5VVNTFLeA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5VVNTFLeA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5VVNTFLeA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5VVNTFLeA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5VVNTFLeA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5VVNTFLeA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5VVNTFLeA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5VVNTFLeA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5VVNTFLeA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5VVNTFLeA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5VVNTFLeA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5VVNTFLeA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5VVNTFLeA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5VVNTFLeA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5VVNTFLeA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5VVNTFLeA .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5VVNTFLeA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5VVNTFLeA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5VVNTFLeA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VVNTFLeA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5VVNTFLeA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5VVNTFLeA .dropdown-item:hover,
.cid-t5VVNTFLeA .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5VVNTFLeA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5VVNTFLeA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5VVNTFLeA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5VVNTFLeA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5VVNTFLeA .dropdown-menu,
.cid-t5VVNTFLeA .navbar.opened {
  background: #ffffff !important;
}
.cid-t5VVNTFLeA .nav-item:focus,
.cid-t5VVNTFLeA .nav-link:focus {
  outline: none;
}
.cid-t5VVNTFLeA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5VVNTFLeA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5VVNTFLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5VVNTFLeA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5VVNTFLeA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5VVNTFLeA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5VVNTFLeA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5VVNTFLeA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5VVNTFLeA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5VVNTFLeA .dropdown-item.active,
.cid-t5VVNTFLeA .dropdown-item:active {
  background-color: transparent;
}
.cid-t5VVNTFLeA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5VVNTFLeA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5VVNTFLeA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5VVNTFLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5VVNTFLeA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5VVNTFLeA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5VVNTFLeA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5VVNTFLeA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5VVNTFLeA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5VVNTFLeA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5VVNTFLeA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5VVNTFLeA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VVNTFLeA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5VVNTFLeA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5VVNTFLeA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VVNTFLeA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5VVNTFLeA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5VVNTFLeA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5VVNTFLeA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5VVNTFLeA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5VVNTFLeA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5VVNTFLeA .navbar {
    height: 70px;
  }
  .cid-t5VVNTFLeA .navbar.opened {
    height: auto;
  }
  .cid-t5VVNTFLeA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5VVNWjd1h {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5VVNWjd1h .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5VVNWjd1h .mbr-section-title {
  color: #ffffff;
}
.cid-t5VVNWjd1h .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5VVNWjd1h .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5VVNWjd1h .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5VVNWjd1h .mbr-section-btn {
  display: flex;
}
.cid-t5VVNWjd1h .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5VVNWjd1h .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5VVNWjd1h .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5VVNWjd1h .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5VVNWjd1h .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5VVNWjd1h .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5VVNWjd1h .video-wrap .icon-wrap .line-video-1,
.cid-t5VVNWjd1h .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5VVNWjd1h .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5VVNWjd1h .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5VVNWjd1h .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VVNWjd1h .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VVNWjd1h .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VVNWjd1h a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VVNWjd1h a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5VVNWjd1h .separator,
  .cid-t5VVNWjd1h .sep-holder,
  .cid-t5VVNWjd1h .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5VVNWjd1h .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5VVNWjd1h .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5VVNWjd1h .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5VVNWjd1h .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5VVNWjd1h .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5VVNXvZg3 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5VVNXvZg3 {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5VVNXvZg3 .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5VVNXvZg3 .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5VVNXvZg3 .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5VVNXvZg3 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5VVNXvZg3 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5VVNXvZg3 section {
  position: relative;
}
.cid-t5VVNXvZg3 .mbr-iconfont {
  padding: 0!important;
}
.cid-t5VVNXvZg3 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5VVNXvZg3 .back {
    width: 100%;
  }
}
.cid-t5VVNXvZg3 .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5VVNXvZg3 .box {
    margin-bottom: 1rem;
  }
}
.cid-t5VVNXvZg3 .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5VVNXvZg3 .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5VVNXvZg3 .icon-wrap span {
  padding-left: 8px;
}
.cid-t5VVNXvZg3 .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5VVNXvZg3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5VVNXvZg3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5VVNXvZg3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5VVNXvZg3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5VVNXvZg3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5VVNXvZg3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5VVNXvZg3 {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5VVNXvZg3 .box {
    height: 250px;
  }
  .cid-t5VVNXvZg3 .row {
    padding: 1rem!important;
  }
}
.cid-t5VVNXvZg3 H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5VVNXvZg3 .mbr-section-subtitle,
.cid-t5VVNXvZg3 .mbr-section-btn {
  text-align: left;
}
.cid-t5VVNXvZg3 .mbr-section-text,
.cid-t5VVNXvZg3 .mbr-section-btn {
  text-align: left;
}
.cid-t5VVNYq0t0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5VVNYq0t0 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5VVNYq0t0 .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5VVNYq0t0 .mbr-section-title b:last-child,
.cid-t5VVNYq0t0 .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5VVNYq0t0 .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5VVNYq0t0 .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5VVNYq0t0 .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5VVNYq0t0 .carousel-item img {
  width: 100%;
}
.cid-t5VVNYq0t0 .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5VVNYq0t0 .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5VVNYq0t0 .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5VVNYq0t0 .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5VVNYq0t0 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5VVNYq0t0 .link a {
  font-weight: 700;
}
.cid-t5VVNYq0t0 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5VVNYq0t0 .link:hover span {
  transform: translateX(9px);
}
.cid-t5VVNYq0t0 .carousel-item.active,
.cid-t5VVNYq0t0 .carousel-item-next,
.cid-t5VVNYq0t0 .carousel-item-prev {
  display: flex;
}
.cid-t5VVNYq0t0 .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5VVNYq0t0 .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5VVNYq0t0 .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5VVNYq0t0 .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5VVNYq0t0 .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5VVNYq0t0 .carousel-controls .carousel-control-next,
.cid-t5VVNYq0t0 .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5VVNYq0t0 .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VVNYq0t0 .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5VVNYq0t0 .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5VVNYq0t0 .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5VVNYq0t0 .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VVNYq0t0 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5VVNYq0t0 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5VVNYq0t0 .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5VVNYq0t0 .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5VVNYq0t0 .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5VVNYq0t0 .cloneditem-1,
  .cid-t5VVNYq0t0 .cloneditem-2,
  .cid-t5VVNYq0t0 .cloneditem-3,
  .cid-t5VVNYq0t0 .cloneditem-4,
  .cid-t5VVNYq0t0 .cloneditem-5 {
    display: none;
  }
  .cid-t5VVNYq0t0 .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5VVNYq0t0 .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5VVNYq0t0 .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5VVNYq0t0 .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5VVNYq0t0 .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5VVNYq0t0 .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5VVNYq0t0 .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5VVNYq0t0 .carousel-controls {
    display: none;
  }
}
.cid-t5VVNYq0t0 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5VVNYq0t0 .mbr-content {
  margin-bottom: 50px;
}
.cid-t5VVNYq0t0 .mbr-section-title b > b,
.cid-t5VVNYq0t0 .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5VVNYq0t0 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5VVNYq0t0 .slider__content .slider__text,
.cid-t5VVNYq0t0 .link {
  color: #232323;
}
.cid-t5VVNYq0t0 .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5VVNYq0t0 .carousel-indicators {
  bottom: -35px;
}
.cid-t5VVNYq0t0 .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5VVNYq0t0 .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5VVNYq0t0 .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5VVNYq0t0 .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5VVNYq0t0 .carousel-indicators li.active {
  background: #000000;
}
.cid-t5VVNYq0t0 .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5W3DfXiCK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5W3DfXiCK .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5W3DfXiCK .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5W3DfXiCK .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5W3DfXiCK .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5W3DfXiCK .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5W3DfXiCK .container {
    padding: 0 1rem;
  }
}
.cid-t5W3DfXiCK .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5W3DfXiCK .nav-link {
  position: relative;
}
.cid-t5W3DfXiCK .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5W3DfXiCK nav.navbar {
  position: fixed;
}
.cid-t5W3DfXiCK .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5W3DfXiCK .navbar.opened {
  transition: all 0.3s;
}
.cid-t5W3DfXiCK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5W3DfXiCK .navbar .navbar-logo img {
  width: auto;
}
.cid-t5W3DfXiCK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5W3DfXiCK .navbar.collapsed {
  justify-content: center;
}
.cid-t5W3DfXiCK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5W3DfXiCK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5W3DfXiCK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5W3DfXiCK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5W3DfXiCK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5W3DfXiCK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5W3DfXiCK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5W3DfXiCK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5W3DfXiCK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5W3DfXiCK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5W3DfXiCK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5W3DfXiCK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5W3DfXiCK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5W3DfXiCK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5W3DfXiCK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5W3DfXiCK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5W3DfXiCK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5W3DfXiCK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5W3DfXiCK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5W3DfXiCK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5W3DfXiCK .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5W3DfXiCK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5W3DfXiCK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5W3DfXiCK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W3DfXiCK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5W3DfXiCK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5W3DfXiCK .dropdown-item:hover,
.cid-t5W3DfXiCK .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5W3DfXiCK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5W3DfXiCK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5W3DfXiCK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5W3DfXiCK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5W3DfXiCK .dropdown-menu,
.cid-t5W3DfXiCK .navbar.opened {
  background: #ffffff !important;
}
.cid-t5W3DfXiCK .nav-item:focus,
.cid-t5W3DfXiCK .nav-link:focus {
  outline: none;
}
.cid-t5W3DfXiCK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5W3DfXiCK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5W3DfXiCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5W3DfXiCK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W3DfXiCK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5W3DfXiCK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5W3DfXiCK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5W3DfXiCK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5W3DfXiCK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5W3DfXiCK .dropdown-item.active,
.cid-t5W3DfXiCK .dropdown-item:active {
  background-color: transparent;
}
.cid-t5W3DfXiCK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5W3DfXiCK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5W3DfXiCK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5W3DfXiCK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5W3DfXiCK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5W3DfXiCK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5W3DfXiCK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5W3DfXiCK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5W3DfXiCK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5W3DfXiCK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5W3DfXiCK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5W3DfXiCK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W3DfXiCK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W3DfXiCK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5W3DfXiCK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W3DfXiCK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5W3DfXiCK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5W3DfXiCK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W3DfXiCK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5W3DfXiCK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5W3DfXiCK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5W3DfXiCK .navbar {
    height: 70px;
  }
  .cid-t5W3DfXiCK .navbar.opened {
    height: auto;
  }
  .cid-t5W3DfXiCK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5W3DhpcmY {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5W3DhpcmY .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5W3DhpcmY .mbr-section-title {
  color: #ffffff;
}
.cid-t5W3DhpcmY .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5W3DhpcmY .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5W3DhpcmY .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5W3DhpcmY .mbr-section-btn {
  display: flex;
}
.cid-t5W3DhpcmY .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5W3DhpcmY .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5W3DhpcmY .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5W3DhpcmY .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5W3DhpcmY .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5W3DhpcmY .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5W3DhpcmY .video-wrap .icon-wrap .line-video-1,
.cid-t5W3DhpcmY .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5W3DhpcmY .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5W3DhpcmY .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5W3DhpcmY .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W3DhpcmY .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W3DhpcmY .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W3DhpcmY a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W3DhpcmY a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5W3DhpcmY .separator,
  .cid-t5W3DhpcmY .sep-holder,
  .cid-t5W3DhpcmY .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5W3DhpcmY .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5W3DhpcmY .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5W3DhpcmY .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5W3DhpcmY .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5W3DhpcmY .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5W3DiHV2c {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5W3DiHV2c {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5W3DiHV2c .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5W3DiHV2c .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5W3DiHV2c .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5W3DiHV2c .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5W3DiHV2c .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5W3DiHV2c section {
  position: relative;
}
.cid-t5W3DiHV2c .mbr-iconfont {
  padding: 0!important;
}
.cid-t5W3DiHV2c .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5W3DiHV2c .back {
    width: 100%;
  }
}
.cid-t5W3DiHV2c .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5W3DiHV2c .box {
    margin-bottom: 1rem;
  }
}
.cid-t5W3DiHV2c .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5W3DiHV2c .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5W3DiHV2c .icon-wrap span {
  padding-left: 8px;
}
.cid-t5W3DiHV2c .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5W3DiHV2c .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5W3DiHV2c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W3DiHV2c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W3DiHV2c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W3DiHV2c a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W3DiHV2c a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5W3DiHV2c {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5W3DiHV2c .box {
    height: 250px;
  }
  .cid-t5W3DiHV2c .row {
    padding: 1rem!important;
  }
}
.cid-t5W3DiHV2c H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5W3DiHV2c .mbr-section-subtitle,
.cid-t5W3DiHV2c .mbr-section-btn {
  text-align: left;
}
.cid-t5W3DiHV2c .mbr-section-text,
.cid-t5W3DiHV2c .mbr-section-btn {
  text-align: left;
}
.cid-t5W3DjEM5R {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5W3DjEM5R .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5W3DjEM5R .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5W3DjEM5R .mbr-section-title b:last-child,
.cid-t5W3DjEM5R .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5W3DjEM5R .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5W3DjEM5R .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5W3DjEM5R .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5W3DjEM5R .carousel-item img {
  width: 100%;
}
.cid-t5W3DjEM5R .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5W3DjEM5R .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5W3DjEM5R .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5W3DjEM5R .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5W3DjEM5R .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5W3DjEM5R .link a {
  font-weight: 700;
}
.cid-t5W3DjEM5R .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5W3DjEM5R .link:hover span {
  transform: translateX(9px);
}
.cid-t5W3DjEM5R .carousel-item.active,
.cid-t5W3DjEM5R .carousel-item-next,
.cid-t5W3DjEM5R .carousel-item-prev {
  display: flex;
}
.cid-t5W3DjEM5R .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5W3DjEM5R .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5W3DjEM5R .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5W3DjEM5R .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5W3DjEM5R .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5W3DjEM5R .carousel-controls .carousel-control-next,
.cid-t5W3DjEM5R .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5W3DjEM5R .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W3DjEM5R .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W3DjEM5R .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5W3DjEM5R .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5W3DjEM5R .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W3DjEM5R .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W3DjEM5R .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5W3DjEM5R .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5W3DjEM5R .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5W3DjEM5R .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5W3DjEM5R .cloneditem-1,
  .cid-t5W3DjEM5R .cloneditem-2,
  .cid-t5W3DjEM5R .cloneditem-3,
  .cid-t5W3DjEM5R .cloneditem-4,
  .cid-t5W3DjEM5R .cloneditem-5 {
    display: none;
  }
  .cid-t5W3DjEM5R .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5W3DjEM5R .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5W3DjEM5R .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5W3DjEM5R .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5W3DjEM5R .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5W3DjEM5R .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5W3DjEM5R .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5W3DjEM5R .carousel-controls {
    display: none;
  }
}
.cid-t5W3DjEM5R .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5W3DjEM5R .mbr-content {
  margin-bottom: 50px;
}
.cid-t5W3DjEM5R .mbr-section-title b > b,
.cid-t5W3DjEM5R .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5W3DjEM5R .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5W3DjEM5R .slider__content .slider__text,
.cid-t5W3DjEM5R .link {
  color: #232323;
}
.cid-t5W3DjEM5R .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5W3DjEM5R .carousel-indicators {
  bottom: -35px;
}
.cid-t5W3DjEM5R .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5W3DjEM5R .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5W3DjEM5R .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5W3DjEM5R .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5W3DjEM5R .carousel-indicators li.active {
  background: #000000;
}
.cid-t5W3DjEM5R .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5W4uzj5Bw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5W4uzj5Bw .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5W4uzj5Bw .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5W4uzj5Bw .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5W4uzj5Bw .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5W4uzj5Bw .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5W4uzj5Bw .container {
    padding: 0 1rem;
  }
}
.cid-t5W4uzj5Bw .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5W4uzj5Bw .nav-link {
  position: relative;
}
.cid-t5W4uzj5Bw .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5W4uzj5Bw nav.navbar {
  position: fixed;
}
.cid-t5W4uzj5Bw .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5W4uzj5Bw .navbar.opened {
  transition: all 0.3s;
}
.cid-t5W4uzj5Bw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5W4uzj5Bw .navbar .navbar-logo img {
  width: auto;
}
.cid-t5W4uzj5Bw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5W4uzj5Bw .navbar.collapsed {
  justify-content: center;
}
.cid-t5W4uzj5Bw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5W4uzj5Bw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5W4uzj5Bw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5W4uzj5Bw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5W4uzj5Bw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5W4uzj5Bw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5W4uzj5Bw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5W4uzj5Bw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5W4uzj5Bw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5W4uzj5Bw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5W4uzj5Bw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5W4uzj5Bw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5W4uzj5Bw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5W4uzj5Bw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5W4uzj5Bw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5W4uzj5Bw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5W4uzj5Bw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5W4uzj5Bw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5W4uzj5Bw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5W4uzj5Bw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5W4uzj5Bw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5W4uzj5Bw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5W4uzj5Bw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5W4uzj5Bw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W4uzj5Bw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5W4uzj5Bw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5W4uzj5Bw .dropdown-item:hover,
.cid-t5W4uzj5Bw .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5W4uzj5Bw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5W4uzj5Bw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5W4uzj5Bw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5W4uzj5Bw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5W4uzj5Bw .dropdown-menu,
.cid-t5W4uzj5Bw .navbar.opened {
  background: #ffffff !important;
}
.cid-t5W4uzj5Bw .nav-item:focus,
.cid-t5W4uzj5Bw .nav-link:focus {
  outline: none;
}
.cid-t5W4uzj5Bw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5W4uzj5Bw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5W4uzj5Bw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5W4uzj5Bw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W4uzj5Bw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5W4uzj5Bw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5W4uzj5Bw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5W4uzj5Bw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5W4uzj5Bw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5W4uzj5Bw .dropdown-item.active,
.cid-t5W4uzj5Bw .dropdown-item:active {
  background-color: transparent;
}
.cid-t5W4uzj5Bw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5W4uzj5Bw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5W4uzj5Bw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5W4uzj5Bw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5W4uzj5Bw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5W4uzj5Bw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5W4uzj5Bw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5W4uzj5Bw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5W4uzj5Bw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5W4uzj5Bw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5W4uzj5Bw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5W4uzj5Bw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W4uzj5Bw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W4uzj5Bw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5W4uzj5Bw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W4uzj5Bw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5W4uzj5Bw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5W4uzj5Bw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W4uzj5Bw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5W4uzj5Bw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5W4uzj5Bw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5W4uzj5Bw .navbar {
    height: 70px;
  }
  .cid-t5W4uzj5Bw .navbar.opened {
    height: auto;
  }
  .cid-t5W4uzj5Bw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5W4uABSx2 {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5W4uABSx2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5W4uABSx2 .mbr-section-title {
  color: #ffffff;
}
.cid-t5W4uABSx2 .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5W4uABSx2 .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5W4uABSx2 .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5W4uABSx2 .mbr-section-btn {
  display: flex;
}
.cid-t5W4uABSx2 .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5W4uABSx2 .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5W4uABSx2 .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5W4uABSx2 .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5W4uABSx2 .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5W4uABSx2 .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5W4uABSx2 .video-wrap .icon-wrap .line-video-1,
.cid-t5W4uABSx2 .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5W4uABSx2 .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5W4uABSx2 .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5W4uABSx2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W4uABSx2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W4uABSx2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W4uABSx2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W4uABSx2 a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5W4uABSx2 .separator,
  .cid-t5W4uABSx2 .sep-holder,
  .cid-t5W4uABSx2 .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5W4uABSx2 .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5W4uABSx2 .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5W4uABSx2 .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5W4uABSx2 .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5W4uABSx2 .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5W4uBwY4U {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5W4uBwY4U {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5W4uBwY4U .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5W4uBwY4U .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5W4uBwY4U .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5W4uBwY4U .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5W4uBwY4U .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5W4uBwY4U section {
  position: relative;
}
.cid-t5W4uBwY4U .mbr-iconfont {
  padding: 0!important;
}
.cid-t5W4uBwY4U .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5W4uBwY4U .back {
    width: 100%;
  }
}
.cid-t5W4uBwY4U .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5W4uBwY4U .box {
    margin-bottom: 1rem;
  }
}
.cid-t5W4uBwY4U .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5W4uBwY4U .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5W4uBwY4U .icon-wrap span {
  padding-left: 8px;
}
.cid-t5W4uBwY4U .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5W4uBwY4U .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5W4uBwY4U .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W4uBwY4U .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W4uBwY4U .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W4uBwY4U a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W4uBwY4U a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5W4uBwY4U {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5W4uBwY4U .box {
    height: 250px;
  }
  .cid-t5W4uBwY4U .row {
    padding: 1rem!important;
  }
}
.cid-t5W4uBwY4U H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5W4uBwY4U .mbr-section-subtitle,
.cid-t5W4uBwY4U .mbr-section-btn {
  text-align: left;
}
.cid-t5W4uBwY4U .mbr-section-text,
.cid-t5W4uBwY4U .mbr-section-btn {
  text-align: left;
}
.cid-t5W4uCvoQG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5W4uCvoQG .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5W4uCvoQG .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5W4uCvoQG .mbr-section-title b:last-child,
.cid-t5W4uCvoQG .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5W4uCvoQG .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5W4uCvoQG .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5W4uCvoQG .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5W4uCvoQG .carousel-item img {
  width: 100%;
}
.cid-t5W4uCvoQG .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5W4uCvoQG .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5W4uCvoQG .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5W4uCvoQG .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5W4uCvoQG .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5W4uCvoQG .link a {
  font-weight: 700;
}
.cid-t5W4uCvoQG .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5W4uCvoQG .link:hover span {
  transform: translateX(9px);
}
.cid-t5W4uCvoQG .carousel-item.active,
.cid-t5W4uCvoQG .carousel-item-next,
.cid-t5W4uCvoQG .carousel-item-prev {
  display: flex;
}
.cid-t5W4uCvoQG .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5W4uCvoQG .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5W4uCvoQG .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5W4uCvoQG .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5W4uCvoQG .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5W4uCvoQG .carousel-controls .carousel-control-next,
.cid-t5W4uCvoQG .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5W4uCvoQG .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W4uCvoQG .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W4uCvoQG .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5W4uCvoQG .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5W4uCvoQG .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W4uCvoQG .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W4uCvoQG .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5W4uCvoQG .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5W4uCvoQG .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5W4uCvoQG .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5W4uCvoQG .cloneditem-1,
  .cid-t5W4uCvoQG .cloneditem-2,
  .cid-t5W4uCvoQG .cloneditem-3,
  .cid-t5W4uCvoQG .cloneditem-4,
  .cid-t5W4uCvoQG .cloneditem-5 {
    display: none;
  }
  .cid-t5W4uCvoQG .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5W4uCvoQG .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5W4uCvoQG .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5W4uCvoQG .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5W4uCvoQG .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5W4uCvoQG .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5W4uCvoQG .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5W4uCvoQG .carousel-controls {
    display: none;
  }
}
.cid-t5W4uCvoQG .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5W4uCvoQG .mbr-content {
  margin-bottom: 50px;
}
.cid-t5W4uCvoQG .mbr-section-title b > b,
.cid-t5W4uCvoQG .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5W4uCvoQG .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5W4uCvoQG .slider__content .slider__text,
.cid-t5W4uCvoQG .link {
  color: #232323;
}
.cid-t5W4uCvoQG .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5W4uCvoQG .carousel-indicators {
  bottom: -35px;
}
.cid-t5W4uCvoQG .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5W4uCvoQG .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5W4uCvoQG .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5W4uCvoQG .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5W4uCvoQG .carousel-indicators li.active {
  background: #000000;
}
.cid-t5W4uCvoQG .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5W5gM1vef {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5W5gM1vef .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5W5gM1vef .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5W5gM1vef .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5W5gM1vef .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5W5gM1vef .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5W5gM1vef .container {
    padding: 0 1rem;
  }
}
.cid-t5W5gM1vef .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5W5gM1vef .nav-link {
  position: relative;
}
.cid-t5W5gM1vef .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5W5gM1vef nav.navbar {
  position: fixed;
}
.cid-t5W5gM1vef .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5W5gM1vef .navbar.opened {
  transition: all 0.3s;
}
.cid-t5W5gM1vef .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5W5gM1vef .navbar .navbar-logo img {
  width: auto;
}
.cid-t5W5gM1vef .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5W5gM1vef .navbar.collapsed {
  justify-content: center;
}
.cid-t5W5gM1vef .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5W5gM1vef .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5W5gM1vef .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5W5gM1vef .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5W5gM1vef .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5W5gM1vef .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5W5gM1vef .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5W5gM1vef .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5W5gM1vef .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5W5gM1vef .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5W5gM1vef .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5W5gM1vef .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5W5gM1vef .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5W5gM1vef .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5W5gM1vef .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5W5gM1vef .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5W5gM1vef .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5W5gM1vef .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5W5gM1vef .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5W5gM1vef .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5W5gM1vef .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5W5gM1vef .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5W5gM1vef .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5W5gM1vef .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W5gM1vef .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5W5gM1vef .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5W5gM1vef .dropdown-item:hover,
.cid-t5W5gM1vef .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5W5gM1vef .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5W5gM1vef .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5W5gM1vef .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5W5gM1vef .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5W5gM1vef .dropdown-menu,
.cid-t5W5gM1vef .navbar.opened {
  background: #ffffff !important;
}
.cid-t5W5gM1vef .nav-item:focus,
.cid-t5W5gM1vef .nav-link:focus {
  outline: none;
}
.cid-t5W5gM1vef .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5W5gM1vef .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5W5gM1vef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5W5gM1vef .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W5gM1vef .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5W5gM1vef .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5W5gM1vef .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5W5gM1vef .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5W5gM1vef .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5W5gM1vef .dropdown-item.active,
.cid-t5W5gM1vef .dropdown-item:active {
  background-color: transparent;
}
.cid-t5W5gM1vef .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5W5gM1vef .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5W5gM1vef .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5W5gM1vef .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5W5gM1vef .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5W5gM1vef .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5W5gM1vef ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5W5gM1vef .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5W5gM1vef button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5W5gM1vef button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5W5gM1vef button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5W5gM1vef button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W5gM1vef button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W5gM1vef button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5W5gM1vef nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W5gM1vef nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5W5gM1vef nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5W5gM1vef nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W5gM1vef .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5W5gM1vef a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5W5gM1vef .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5W5gM1vef .navbar {
    height: 70px;
  }
  .cid-t5W5gM1vef .navbar.opened {
    height: auto;
  }
  .cid-t5W5gM1vef .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5W5gNDc8T {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5W5gNDc8T .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5W5gNDc8T .mbr-section-title {
  color: #ffffff;
}
.cid-t5W5gNDc8T .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5W5gNDc8T .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5W5gNDc8T .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5W5gNDc8T .mbr-section-btn {
  display: flex;
}
.cid-t5W5gNDc8T .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5W5gNDc8T .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5W5gNDc8T .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5W5gNDc8T .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5W5gNDc8T .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5W5gNDc8T .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5W5gNDc8T .video-wrap .icon-wrap .line-video-1,
.cid-t5W5gNDc8T .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5W5gNDc8T .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5W5gNDc8T .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5W5gNDc8T .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W5gNDc8T .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W5gNDc8T .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W5gNDc8T a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W5gNDc8T a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5W5gNDc8T .separator,
  .cid-t5W5gNDc8T .sep-holder,
  .cid-t5W5gNDc8T .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5W5gNDc8T .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5W5gNDc8T .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5W5gNDc8T .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5W5gNDc8T .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5W5gNDc8T .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5W5gP3kNu {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5W5gP3kNu {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5W5gP3kNu .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5W5gP3kNu .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5W5gP3kNu .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5W5gP3kNu .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5W5gP3kNu .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5W5gP3kNu section {
  position: relative;
}
.cid-t5W5gP3kNu .mbr-iconfont {
  padding: 0!important;
}
.cid-t5W5gP3kNu .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5W5gP3kNu .back {
    width: 100%;
  }
}
.cid-t5W5gP3kNu .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5W5gP3kNu .box {
    margin-bottom: 1rem;
  }
}
.cid-t5W5gP3kNu .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5W5gP3kNu .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5W5gP3kNu .icon-wrap span {
  padding-left: 8px;
}
.cid-t5W5gP3kNu .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5W5gP3kNu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5W5gP3kNu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W5gP3kNu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W5gP3kNu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W5gP3kNu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W5gP3kNu a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5W5gP3kNu {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5W5gP3kNu .box {
    height: 250px;
  }
  .cid-t5W5gP3kNu .row {
    padding: 1rem!important;
  }
}
.cid-t5W5gP3kNu H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5W5gP3kNu .mbr-section-subtitle,
.cid-t5W5gP3kNu .mbr-section-btn {
  text-align: left;
}
.cid-t5W5gP3kNu .mbr-section-text,
.cid-t5W5gP3kNu .mbr-section-btn {
  text-align: left;
}
.cid-t5W5gPZzzF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5W5gPZzzF .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5W5gPZzzF .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5W5gPZzzF .mbr-section-title b:last-child,
.cid-t5W5gPZzzF .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5W5gPZzzF .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5W5gPZzzF .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5W5gPZzzF .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5W5gPZzzF .carousel-item img {
  width: 100%;
}
.cid-t5W5gPZzzF .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5W5gPZzzF .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5W5gPZzzF .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5W5gPZzzF .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5W5gPZzzF .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5W5gPZzzF .link a {
  font-weight: 700;
}
.cid-t5W5gPZzzF .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5W5gPZzzF .link:hover span {
  transform: translateX(9px);
}
.cid-t5W5gPZzzF .carousel-item.active,
.cid-t5W5gPZzzF .carousel-item-next,
.cid-t5W5gPZzzF .carousel-item-prev {
  display: flex;
}
.cid-t5W5gPZzzF .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5W5gPZzzF .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5W5gPZzzF .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5W5gPZzzF .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5W5gPZzzF .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5W5gPZzzF .carousel-controls .carousel-control-next,
.cid-t5W5gPZzzF .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5W5gPZzzF .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W5gPZzzF .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W5gPZzzF .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5W5gPZzzF .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5W5gPZzzF .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W5gPZzzF .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W5gPZzzF .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5W5gPZzzF .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5W5gPZzzF .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5W5gPZzzF .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5W5gPZzzF .cloneditem-1,
  .cid-t5W5gPZzzF .cloneditem-2,
  .cid-t5W5gPZzzF .cloneditem-3,
  .cid-t5W5gPZzzF .cloneditem-4,
  .cid-t5W5gPZzzF .cloneditem-5 {
    display: none;
  }
  .cid-t5W5gPZzzF .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5W5gPZzzF .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5W5gPZzzF .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5W5gPZzzF .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5W5gPZzzF .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5W5gPZzzF .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5W5gPZzzF .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5W5gPZzzF .carousel-controls {
    display: none;
  }
}
.cid-t5W5gPZzzF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5W5gPZzzF .mbr-content {
  margin-bottom: 50px;
}
.cid-t5W5gPZzzF .mbr-section-title b > b,
.cid-t5W5gPZzzF .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5W5gPZzzF .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5W5gPZzzF .slider__content .slider__text,
.cid-t5W5gPZzzF .link {
  color: #232323;
}
.cid-t5W5gPZzzF .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5W5gPZzzF .carousel-indicators {
  bottom: -35px;
}
.cid-t5W5gPZzzF .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5W5gPZzzF .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5W5gPZzzF .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5W5gPZzzF .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5W5gPZzzF .carousel-indicators li.active {
  background: #000000;
}
.cid-t5W5gPZzzF .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5W6fP37c6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5W6fP37c6 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5W6fP37c6 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5W6fP37c6 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5W6fP37c6 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5W6fP37c6 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5W6fP37c6 .container {
    padding: 0 1rem;
  }
}
.cid-t5W6fP37c6 .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5W6fP37c6 .nav-link {
  position: relative;
}
.cid-t5W6fP37c6 .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5W6fP37c6 nav.navbar {
  position: fixed;
}
.cid-t5W6fP37c6 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5W6fP37c6 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5W6fP37c6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5W6fP37c6 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5W6fP37c6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5W6fP37c6 .navbar.collapsed {
  justify-content: center;
}
.cid-t5W6fP37c6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5W6fP37c6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5W6fP37c6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5W6fP37c6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5W6fP37c6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5W6fP37c6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5W6fP37c6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5W6fP37c6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5W6fP37c6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5W6fP37c6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5W6fP37c6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5W6fP37c6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5W6fP37c6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5W6fP37c6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5W6fP37c6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5W6fP37c6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5W6fP37c6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5W6fP37c6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5W6fP37c6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5W6fP37c6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5W6fP37c6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5W6fP37c6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5W6fP37c6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5W6fP37c6 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W6fP37c6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5W6fP37c6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5W6fP37c6 .dropdown-item:hover,
.cid-t5W6fP37c6 .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5W6fP37c6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5W6fP37c6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5W6fP37c6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5W6fP37c6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5W6fP37c6 .dropdown-menu,
.cid-t5W6fP37c6 .navbar.opened {
  background: #ffffff !important;
}
.cid-t5W6fP37c6 .nav-item:focus,
.cid-t5W6fP37c6 .nav-link:focus {
  outline: none;
}
.cid-t5W6fP37c6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5W6fP37c6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5W6fP37c6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5W6fP37c6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W6fP37c6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5W6fP37c6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5W6fP37c6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5W6fP37c6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5W6fP37c6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5W6fP37c6 .dropdown-item.active,
.cid-t5W6fP37c6 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5W6fP37c6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5W6fP37c6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5W6fP37c6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5W6fP37c6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5W6fP37c6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5W6fP37c6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5W6fP37c6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5W6fP37c6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5W6fP37c6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5W6fP37c6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5W6fP37c6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5W6fP37c6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W6fP37c6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W6fP37c6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5W6fP37c6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W6fP37c6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5W6fP37c6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5W6fP37c6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W6fP37c6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5W6fP37c6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5W6fP37c6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5W6fP37c6 .navbar {
    height: 70px;
  }
  .cid-t5W6fP37c6 .navbar.opened {
    height: auto;
  }
  .cid-t5W6fP37c6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5W6fQGP0c {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5W6fQGP0c .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5W6fQGP0c .mbr-section-title {
  color: #ffffff;
}
.cid-t5W6fQGP0c .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5W6fQGP0c .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5W6fQGP0c .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5W6fQGP0c .mbr-section-btn {
  display: flex;
}
.cid-t5W6fQGP0c .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5W6fQGP0c .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5W6fQGP0c .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5W6fQGP0c .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5W6fQGP0c .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5W6fQGP0c .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5W6fQGP0c .video-wrap .icon-wrap .line-video-1,
.cid-t5W6fQGP0c .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5W6fQGP0c .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5W6fQGP0c .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5W6fQGP0c .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W6fQGP0c .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W6fQGP0c .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W6fQGP0c a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W6fQGP0c a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5W6fQGP0c .separator,
  .cid-t5W6fQGP0c .sep-holder,
  .cid-t5W6fQGP0c .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5W6fQGP0c .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5W6fQGP0c .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5W6fQGP0c .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5W6fQGP0c .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5W6fQGP0c .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5W6fRUvIx {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t5W6fRUvIx {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.cid-t5W6fRUvIx .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-t5W6fRUvIx .mbr-section-btn {
  animation-delay: .4s;
}
.cid-t5W6fRUvIx .card-wrap {
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-top: auto;
  margin-bottom: 3rem;
  margin-right: 2.5rem;
}
@media (min-width: 992px) {
  .cid-t5W6fRUvIx .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5W6fRUvIx .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-t5W6fRUvIx section {
  position: relative;
}
.cid-t5W6fRUvIx .mbr-iconfont {
  padding: 0!important;
}
.cid-t5W6fRUvIx .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
  height: 80%;
  background-color: #2e3072;
}
@media (max-width: 767px) {
  .cid-t5W6fRUvIx .back {
    width: 100%;
  }
}
.cid-t5W6fRUvIx .box {
  background-image: url("../../../assets/images/033.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin-right: auto;
  margin-bottom: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t5W6fRUvIx .box {
    margin-bottom: 1rem;
  }
}
.cid-t5W6fRUvIx .icon-wrap {
  background-color: #ffffff !important;
  width: 73.5px;
  height: 73.5px;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: .2s;
}
.cid-t5W6fRUvIx .icon-wrap:hover {
  transform: scale(1.05);
}
.cid-t5W6fRUvIx .icon-wrap span {
  padding-left: 8px;
}
.cid-t5W6fRUvIx .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t5W6fRUvIx .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t5W6fRUvIx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W6fRUvIx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W6fRUvIx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W6fRUvIx a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W6fRUvIx a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t5W6fRUvIx {
    padding-top: 21px;
    padding-bottom: 14px;
  }
  .cid-t5W6fRUvIx .box {
    height: 250px;
  }
  .cid-t5W6fRUvIx .row {
    padding: 1rem!important;
  }
}
.cid-t5W6fRUvIx H1 {
  text-align: left;
  color: #2e3072;
}
.cid-t5W6fRUvIx .mbr-section-subtitle,
.cid-t5W6fRUvIx .mbr-section-btn {
  text-align: left;
}
.cid-t5W6fRUvIx .mbr-section-text,
.cid-t5W6fRUvIx .mbr-section-btn {
  text-align: left;
}
.cid-t5W6fT2jWb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5W6fT2jWb .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5W6fT2jWb .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5W6fT2jWb .mbr-section-title b:last-child,
.cid-t5W6fT2jWb .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5W6fT2jWb .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5W6fT2jWb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5W6fT2jWb .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5W6fT2jWb .carousel-item img {
  width: 100%;
}
.cid-t5W6fT2jWb .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5W6fT2jWb .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5W6fT2jWb .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5W6fT2jWb .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5W6fT2jWb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5W6fT2jWb .link a {
  font-weight: 700;
}
.cid-t5W6fT2jWb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5W6fT2jWb .link:hover span {
  transform: translateX(9px);
}
.cid-t5W6fT2jWb .carousel-item.active,
.cid-t5W6fT2jWb .carousel-item-next,
.cid-t5W6fT2jWb .carousel-item-prev {
  display: flex;
}
.cid-t5W6fT2jWb .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5W6fT2jWb .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5W6fT2jWb .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5W6fT2jWb .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5W6fT2jWb .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5W6fT2jWb .carousel-controls .carousel-control-next,
.cid-t5W6fT2jWb .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5W6fT2jWb .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W6fT2jWb .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W6fT2jWb .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5W6fT2jWb .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5W6fT2jWb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W6fT2jWb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W6fT2jWb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5W6fT2jWb .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5W6fT2jWb .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5W6fT2jWb .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5W6fT2jWb .cloneditem-1,
  .cid-t5W6fT2jWb .cloneditem-2,
  .cid-t5W6fT2jWb .cloneditem-3,
  .cid-t5W6fT2jWb .cloneditem-4,
  .cid-t5W6fT2jWb .cloneditem-5 {
    display: none;
  }
  .cid-t5W6fT2jWb .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5W6fT2jWb .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5W6fT2jWb .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5W6fT2jWb .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5W6fT2jWb .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5W6fT2jWb .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5W6fT2jWb .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5W6fT2jWb .carousel-controls {
    display: none;
  }
}
.cid-t5W6fT2jWb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5W6fT2jWb .mbr-content {
  margin-bottom: 50px;
}
.cid-t5W6fT2jWb .mbr-section-title b > b,
.cid-t5W6fT2jWb .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5W6fT2jWb .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5W6fT2jWb .slider__content .slider__text,
.cid-t5W6fT2jWb .link {
  color: #232323;
}
.cid-t5W6fT2jWb .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5W6fT2jWb .carousel-indicators {
  bottom: -35px;
}
.cid-t5W6fT2jWb .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5W6fT2jWb .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5W6fT2jWb .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5W6fT2jWb .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5W6fT2jWb .carousel-indicators li.active {
  background: #000000;
}
.cid-t5W6fT2jWb .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
.cid-t5W6PfKPB1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5W6PfKPB1 .menu-text {
  padding: 0 2rem;
  color: #5b6c8f;
}
@media (max-width: 992px) {
  .cid-t5W6PfKPB1 .menu-text {
    text-align: center;
    padding: 0.5rem 1rem;
  }
}
.cid-t5W6PfKPB1 .iconfont-wrapper {
  color: #103178 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .cid-t5W6PfKPB1 .iconfont-wrapper {
    padding: 0 0.25rem;
  }
}
.cid-t5W6PfKPB1 .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t5W6PfKPB1 .container {
    padding: 0 1rem;
  }
}
.cid-t5W6PfKPB1 .menu-tite {
  background: #2e3072;
  width: 100%;
  padding: 0.4rem 1rem;
  text-align: center;
  color: #ffc800;
}
.cid-t5W6PfKPB1 .nav-link {
  position: relative;
}
.cid-t5W6PfKPB1 .nav-link:hover {
  color: #72dfe9 !important;
}
.cid-t5W6PfKPB1 nav.navbar {
  position: fixed;
}
.cid-t5W6PfKPB1 .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t5W6PfKPB1 .navbar.opened {
  transition: all 0.3s;
}
.cid-t5W6PfKPB1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5W6PfKPB1 .navbar .navbar-logo img {
  width: auto;
}
.cid-t5W6PfKPB1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5W6PfKPB1 .navbar.collapsed {
  justify-content: center;
}
.cid-t5W6PfKPB1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5W6PfKPB1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t5W6PfKPB1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-t5W6PfKPB1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5W6PfKPB1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5W6PfKPB1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t5W6PfKPB1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5W6PfKPB1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5W6PfKPB1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5W6PfKPB1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5W6PfKPB1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5W6PfKPB1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5W6PfKPB1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5W6PfKPB1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t5W6PfKPB1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5W6PfKPB1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5W6PfKPB1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5W6PfKPB1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5W6PfKPB1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5W6PfKPB1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5W6PfKPB1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5W6PfKPB1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5W6PfKPB1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5W6PfKPB1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W6PfKPB1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5W6PfKPB1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5W6PfKPB1 .dropdown-item:hover,
.cid-t5W6PfKPB1 .dropdown-item:focus {
  background: #2e3072 !important;
  color: white !important;
}
.cid-t5W6PfKPB1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5W6PfKPB1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5W6PfKPB1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.cid-t5W6PfKPB1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5W6PfKPB1 .dropdown-menu,
.cid-t5W6PfKPB1 .navbar.opened {
  background: #ffffff !important;
}
.cid-t5W6PfKPB1 .nav-item:focus,
.cid-t5W6PfKPB1 .nav-link:focus {
  outline: none;
}
.cid-t5W6PfKPB1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5W6PfKPB1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5W6PfKPB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5W6PfKPB1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5W6PfKPB1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5W6PfKPB1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5W6PfKPB1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t5W6PfKPB1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5W6PfKPB1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5W6PfKPB1 .dropdown-item.active,
.cid-t5W6PfKPB1 .dropdown-item:active {
  background-color: transparent;
}
.cid-t5W6PfKPB1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5W6PfKPB1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5W6PfKPB1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5W6PfKPB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t5W6PfKPB1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5W6PfKPB1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5W6PfKPB1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5W6PfKPB1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5W6PfKPB1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5W6PfKPB1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t5W6PfKPB1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5W6PfKPB1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W6PfKPB1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5W6PfKPB1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5W6PfKPB1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W6PfKPB1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5W6PfKPB1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5W6PfKPB1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5W6PfKPB1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5W6PfKPB1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5W6PfKPB1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t5W6PfKPB1 .navbar {
    height: 70px;
  }
  .cid-t5W6PfKPB1 .navbar.opened {
    height: auto;
  }
  .cid-t5W6PfKPB1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5W6PhJ1vR {
  padding-top: 165px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/features12.jpg");
}
.cid-t5W6PhJ1vR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t5W6PhJ1vR .mbr-section-title {
  color: #ffffff;
}
.cid-t5W6PhJ1vR .mbr-text {
  color: #ffffff;
  font-weight: 500;
}
.cid-t5W6PhJ1vR .content-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  margin-left: 0.6rem;
}
.cid-t5W6PhJ1vR .content-link span {
  margin-right: 15px;
  margin-left: 20px;
  padding: 10px;
  border-radius: 100%;
  color: #2e3072;
  background-color: #ffffff;
  font-size: 2.475rem;
}
.cid-t5W6PhJ1vR .mbr-section-btn {
  display: flex;
}
.cid-t5W6PhJ1vR .mbr-section-btn .btn {
  font-weight: 700 !important;
}
.cid-t5W6PhJ1vR .video-wrap {
  cursor: pointer;
  margin-left: 30px;
}
.cid-t5W6PhJ1vR .video-wrap .mbr-media {
  z-index: 70;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cid-t5W6PhJ1vR .video-wrap .mbr-media span {
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
  color: #279e64;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cid-t5W6PhJ1vR .video-wrap .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-t5W6PhJ1vR .video-wrap .icon-wrap {
  background-color: #ffffff;
  width: 3.7em;
  height: 3.7em;
  border-radius: 50%;
  max-width: 100% !important;
  text-align: center;
  display: inline-block;
  border: 2px solid transparent;
  box-sizing: content-box;
  position: relative;
}
.cid-t5W6PhJ1vR .video-wrap .icon-wrap .line-video-1,
.cid-t5W6PhJ1vR .video-wrap .icon-wrap .line-video-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  animation: squares 2.4s linear 0s infinite;
  -webkit-animation: squares 2.4s linear 0s infinite;
  -ms-animation: squares 2.4s linear 0s infinite;
  -o-animation: squares 2.4s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}
.cid-t5W6PhJ1vR .video-wrap .icon-wrap .line-video-2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.cid-t5W6PhJ1vR .video-wrap .mbr-text {
  color: #ffffff;
  font-weight: 700;
}
.cid-t5W6PhJ1vR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t5W6PhJ1vR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t5W6PhJ1vR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-t5W6PhJ1vR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #40b0bf;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t5W6PhJ1vR a.close:hover {
  color: #40b0bf;
}
@media (max-width: 991px) {
  .cid-t5W6PhJ1vR .separator,
  .cid-t5W6PhJ1vR .sep-holder,
  .cid-t5W6PhJ1vR .sep-line {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cid-t5W6PhJ1vR .buttons-wrap {
    flex-direction: column;
  }
  .cid-t5W6PhJ1vR .buttons-wrap .mbr-section-btn {
    justify-content: center;
  }
  .cid-t5W6PhJ1vR .buttons-wrap .video-wrap {
    margin-left: 0;
    margin-top: 25px;
    justify-content: center;
  }
}
@-webkit-keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes squares {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  20% {
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.cid-t5W6PhJ1vR .skew {
  background-image: url("../../../assets/images/bg-skew.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -140px;
  margin-bottom: 0;
  z-index: 8;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
}
.cid-t5W6PhJ1vR .skew .inner {
  min-height: 150px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-t5WzfIzuMW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t5WzfIzuMW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t5WzfIzuMW .form-control,
.cid-t5WzfIzuMW .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #efefef;
  border-color: #e7e8ea;
  color: #efefef;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-t5WzfIzuMW .form-control::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input::-webkit-input-placeholder,
.cid-t5WzfIzuMW .form-control::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input::-webkit-input-placeholder {
  color: #696969;
}
.cid-t5WzfIzuMW .form-control:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:-moz-placeholder,
.cid-t5WzfIzuMW .form-control:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:-moz-placeholder {
  color: #696969;
}
.cid-t5WzfIzuMW .form-control:hover,
.cid-t5WzfIzuMW .field-input:hover,
.cid-t5WzfIzuMW .form-control:focus,
.cid-t5WzfIzuMW .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t5WzfIzuMW .form-control:hover::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input:hover::-webkit-input-placeholder,
.cid-t5WzfIzuMW .form-control:focus::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input:focus::-webkit-input-placeholder,
.cid-t5WzfIzuMW .form-control:hover::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input:hover::-webkit-input-placeholder,
.cid-t5WzfIzuMW .form-control:focus::-webkit-input-placeholder,
.cid-t5WzfIzuMW .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-t5WzfIzuMW .form-control:hover:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:hover:-moz-placeholder,
.cid-t5WzfIzuMW .form-control:focus:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:focus:-moz-placeholder,
.cid-t5WzfIzuMW .form-control:hover:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:hover:-moz-placeholder,
.cid-t5WzfIzuMW .form-control:focus:-moz-placeholder,
.cid-t5WzfIzuMW .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-t5WzfIzuMW textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-t5WzfIzuMW .jq-number__spin:hover,
.cid-t5WzfIzuMW .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-t5WzfIzuMW .jq-number__spin {
  background-color: #efefef;
  border-color: #e7e8ea;
  color: #efefef;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t5WzfIzuMW .jq-selectbox li,
.cid-t5WzfIzuMW .jq-selectbox li {
  background-color: #efefef;
  color: #000000;
}
.cid-t5WzfIzuMW .jq-selectbox li:hover,
.cid-t5WzfIzuMW .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-t5WzfIzuMW .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t5WzfIzuMW .jq-number__spin.minus:hover:after,
.cid-t5WzfIzuMW .jq-number__spin.plus:hover:after {
  border-top-color: #efefef;
  border-bottom-color: #efefef;
}
.cid-t5WzfIzuMW .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t5WzfIzuMW .jq-number__spin.minus:after,
.cid-t5WzfIzuMW .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-t5WzfIzuMW .wrap {
  position: relative;
}
.cid-t5WzfIzuMW .mbr-form {
  z-index: 1;
}
.cid-t5WzfIzuMW input::-webkit-clear-button {
  display: none;
}
.cid-t5WzfIzuMW input::-webkit-inner-spin-button {
  display: none;
}
.cid-t5WzfIzuMW input::-webkit-outer-spin-button {
  display: none;
}
.cid-t5WzfIzuMW input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t5WzfIzuMW .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #2e3072;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-t5WzfIzuMW .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-t5WzfIzuMW .mbr-section-title {
  color: #696969;
}
.cid-t5WzfIzuMW .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-t5WzfIzuMW .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-t5WzfIzuMW .mbr-text {
  color: #606060;
}
.cid-t5WzfIzuMW .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-t5WzfIzuMW .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-t5WzfIzuMW .required {
  width: 100%;
  color: #808080;
}
.cid-t5WzfIzuMW img {
  width: 100%;
}
.cid-t5WzfIzuMW .counter {
  top: 45%;
  left: 10%;
}
.cid-t5WzfIzuMW .counter .full-circle {
  background-color: #2e3072;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-t5WzfIzuMW .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-t5WzfIzuMW .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-t5WzfIzuMW .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-t5WzfIzuMW img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-t5WzfIzuMW .required {
    text-align: center;
  }
}
.cid-t5WzfIzuMW .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-t5WzfIzuMW .form-control-label,
.cid-t5WzfIzuMW .form-check {
  margin-left: 20px;
}
.cid-t5W6PjZ8gy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-t5W6PjZ8gy .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  text-align: left;
}
.cid-t5W6PjZ8gy .mbr-section-title {
  display: inline-block;
  margin-bottom: 1rem;
  text-align: center;
}
.cid-t5W6PjZ8gy .mbr-section-title b:last-child,
.cid-t5W6PjZ8gy .mbr-section-title strong:last-child {
  color: #2e3072;
}
.cid-t5W6PjZ8gy .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-t5W6PjZ8gy .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-t5W6PjZ8gy .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  opacity: 1;
}
.cid-t5W6PjZ8gy .carousel-item img {
  width: 100%;
}
.cid-t5W6PjZ8gy .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: min-content;
  position: relative;
  padding: 20px 0px;
  transition: border .3s;
}
.cid-t5W6PjZ8gy .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #40b0bf;
}
.cid-t5W6PjZ8gy .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-t5W6PjZ8gy .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-t5W6PjZ8gy .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-t5W6PjZ8gy .link a {
  font-weight: 700;
}
.cid-t5W6PjZ8gy .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-t5W6PjZ8gy .link:hover span {
  transform: translateX(9px);
}
.cid-t5W6PjZ8gy .carousel-item.active,
.cid-t5W6PjZ8gy .carousel-item-next,
.cid-t5W6PjZ8gy .carousel-item-prev {
  display: flex;
}
.cid-t5W6PjZ8gy .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5W6PjZ8gy .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-t5W6PjZ8gy .carousel-controls a span {
  color: #2e3072;
  font-size: 50px;
}
.cid-t5W6PjZ8gy .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-t5W6PjZ8gy .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-t5W6PjZ8gy .carousel-controls .carousel-control-next,
.cid-t5W6PjZ8gy .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-t5W6PjZ8gy .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W6PjZ8gy .carousel-controls .carousel-control-prev {
  left: -40px;
  bottom: auto;
  top: 44%;
}
.cid-t5W6PjZ8gy .col-lg-5 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: min-content;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t5W6PjZ8gy .col-lg-5 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-t5W6PjZ8gy .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W6PjZ8gy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-t5W6PjZ8gy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 1200px) {
  .cid-t5W6PjZ8gy .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-t5W6PjZ8gy .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-t5W6PjZ8gy .slider__content {
    min-height: min-content;
  }
}
@media (max-width: 991px) {
  .cid-t5W6PjZ8gy .cloneditem-1,
  .cid-t5W6PjZ8gy .cloneditem-2,
  .cid-t5W6PjZ8gy .cloneditem-3,
  .cid-t5W6PjZ8gy .cloneditem-4,
  .cid-t5W6PjZ8gy .cloneditem-5 {
    display: none;
  }
  .cid-t5W6PjZ8gy .title__block {
    margin-bottom: 50px;
    padding-left: 63px;
  }
  .cid-t5W6PjZ8gy .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-t5W6PjZ8gy .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-t5W6PjZ8gy .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-t5W6PjZ8gy .slider__content {
    min-height: min-content;
    padding: 18px 18px 22px;
  }
  .cid-t5W6PjZ8gy .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-t5W6PjZ8gy .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-t5W6PjZ8gy .carousel-controls {
    display: none;
  }
}
.cid-t5W6PjZ8gy .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-t5W6PjZ8gy .mbr-content {
  margin-bottom: 50px;
}
.cid-t5W6PjZ8gy .mbr-section-title b > b,
.cid-t5W6PjZ8gy .mbr-section-title b > strong {
  color: #2e3072;
}
.cid-t5W6PjZ8gy .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  text-align: left;
}
.cid-t5W6PjZ8gy .slider__content .slider__text,
.cid-t5W6PjZ8gy .link {
  color: #232323;
}
.cid-t5W6PjZ8gy .slider__content .slider__subtitle {
  color: #9e9e9e;
}
.cid-t5W6PjZ8gy .carousel-indicators {
  bottom: -35px;
}
.cid-t5W6PjZ8gy .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #000000;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-t5W6PjZ8gy .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-t5W6PjZ8gy .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #000000;
  stroke: none;
  overflow: visible;
}
.cid-t5W6PjZ8gy .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #000000;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-t5W6PjZ8gy .carousel-indicators li.active {
  background: #000000;
}
.cid-t5W6PjZ8gy .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-t5WGbxTXfs {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #2e3072;
  position: relative;
  overflow: hidden;
}
.cid-t5WGbxTXfs .container {
  max-width: 1400px;
}
.cid-t5WGbxTXfs .card-img2 span {
  padding-top: 6px;
}
.cid-t5WGbxTXfs .soc-item a {
  padding-top: 5px;
}
.cid-t5WGbxTXfs .btn {
  padding: 0.4rem 0.6rem!important;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-t5WGbxTXfs .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-t5WGbxTXfs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t5WGbxTXfs svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-t5WGbxTXfs #e2_shape {
  fill: #f8f8f8 !important;
}
.cid-t5WGbxTXfs .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-t5WGbxTXfs .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-t5WGbxTXfs .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t5WGbxTXfs .card-img {
  width: auto;
}
.cid-t5WGbxTXfs .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-t5WGbxTXfs .soc-item span {
  font-size: 1.4rem;
}
.cid-t5WGbxTXfs .soc-item:hover span {
  color: #2e3072 !important;
}
.cid-t5WGbxTXfs .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t5WGbxTXfs .media-wrap {
  margin-bottom: 1rem;
}
.cid-t5WGbxTXfs .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-t5WGbxTXfs img {
  height: 4rem;
  width: 10rem;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .item {
    justify-content: center;
  }
  .cid-t5WGbxTXfs .quote::after {
    left: 60px;
  }
}
.cid-t5WGbxTXfs .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-t5WGbxTXfs .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-t5WGbxTXfs .text1 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .item-title {
  color: #ffffff;
}
.cid-t5WGbxTXfs H5 {
  color: #ffffff;
}
.cid-t5WGbxTXfs .theme {
  color: #ffffff;
}
.cid-t5WGbxTXfs .copyright > p {
  color: #ff3366;
}
.cid-t5WGbxTXfs .text2 {
  color: #ffffff;
}
.cid-t5WGdwdxWU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #33358c;
}
