body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((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.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #051a59 !important;
}
.bg-success {
  background-color: #253d84 !important;
}
.bg-info {
  background-color: #051a59 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #051a59 !important;
  border-color: #051a59 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #051a59 !important;
  border-color: #051a59 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-info,
.btn-info:active {
  background-color: #051a59 !important;
  border-color: #051a59 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #010511 !important;
  border-color: #010511 !important;
}
.btn-success,
.btn-success:active {
  background-color: #253d84 !important;
  border-color: #253d84 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #142148 !important;
  border-color: #142148 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #142148 !important;
  border-color: #142148 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #051a59;
  border-color: #051a59;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #051a59 !important;
  border-color: #051a59 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #051a59;
  border-color: #051a59;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #051a59 !important;
  border-color: #051a59 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #051a59;
  border-color: #051a59;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #051a59 !important;
  border-color: #051a59 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0f1834;
  color: #0f1834;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #253d84;
  border-color: #253d84;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #253d84 !important;
  border-color: #253d84 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #051a59 !important;
}
.text-secondary {
  color: #051a59 !important;
}
.text-success {
  color: #253d84 !important;
}
.text-info {
  color: #051a59 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #0f1834 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #051a59;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #051a59;
  border-color: #051a59;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #051a59;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0c3dd2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #5877d0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0c3dd2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #051a59;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #051a59 !important;
  -webkit-box-shadow: 0 6px 16px 0 #051a59 !important;
  background-color: #051a59 !important;
  border-color: #051a59 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #051a59 !important;
  -webkit-box-shadow: 0 6px 16px 0 #051a59 !important;
  background-color: #051a59 !important;
  border-color: #051a59 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #253d84 !important;
  -webkit-box-shadow: 0 6px 16px 0 #253d84 !important;
  background-color: #253d84 !important;
  border-color: #253d84 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #051a59;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #051a59;
  border-bottom-color: #051a59;
}
.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: #051a59 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #051a59 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23051a59' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tnA12MXsnp {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #253d84;
}
.cid-tnA12MXsnp .content-slider {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}
.cid-tnA12MXsnp .modal-body .close {
  background: #1b1b1b;
}
.cid-tnA12MXsnp .modal-body .close span {
  font-style: normal;
}
.cid-tnA12MXsnp .carousel-inner > .active,
.cid-tnA12MXsnp .carousel-inner > .next,
.cid-tnA12MXsnp .carousel-inner > .prev {
  display: flex;
}
.cid-tnA12MXsnp .carousel-control .icon-next,
.cid-tnA12MXsnp .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tnA12MXsnp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tnA12MXsnp .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tnA12MXsnp .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tnA12MXsnp .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tnA12MXsnp .boxed-slider > div {
  position: relative;
}
.cid-tnA12MXsnp .container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cid-tnA12MXsnp .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tnA12MXsnp .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tnA12MXsnp .mbr-table-cell {
  padding: 0;
}
.cid-tnA12MXsnp .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tnA12MXsnp .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tnA12MXsnp .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-tnA12MXsnp .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  min-width: 100%;
}
.cid-tnA12MXsnp .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tnA12MXsnp .carousel-item .container {
    width: 100%;
  }
}
.cid-tnA12MXsnp .carousel-item-next.carousel-item-left,
.cid-tnA12MXsnp .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tnA12MXsnp .active.carousel-item-right,
.cid-tnA12MXsnp .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tnA12MXsnp .active.carousel-item-left,
.cid-tnA12MXsnp .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tnA12MXsnp .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tnA12MXsnp .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnA12MXsnp .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnA12MXsnp .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .cid-tnA12MXsnp .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tnA12MXsnp .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tnA12MXsnp .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tnA12MXsnp .mbr-slider .carousel-indicators li.active,
.cid-tnA12MXsnp .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tnA12MXsnp .mbr-slider .carousel-indicators li::after,
.cid-tnA12MXsnp .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tnA12MXsnp .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tnA12MXsnp .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tnA12MXsnp .mbr-slider > .container img {
  width: 100%;
}
.cid-tnA12MXsnp .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tnA12MXsnp .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tnA12MXsnp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tnA12MXsnp .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tnA12MXsnp .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tnA12MXsnp .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tnA12MXsnp .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tnA12MXsnp .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tnA12MXsnp .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tnA12MXsnp .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tnA12MXsnp .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tnA12MXsnp .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tnA12MXsnp .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tnA12MXsnp .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tnA12MXsnp .carousel-inner {
  height: 100%;
}
.cid-tnA12MXsnp .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tnA12MXsnp .image_wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 700px;
  overflow: hidden;
}
.cid-tnA12MXsnp .carousel-item .container-slide {
  text-align: center;
  margin-bottom: -0.5rem;
}
.cid-tnA12MXsnp .content-slider-wrap {
  width: 100%;
}
.cid-tnA5YOr9cd {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-tnA5YOr9cd .text-content .btn-bgr {
  z-index: 0;
}
.cid-tnA5YOr9cd .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-tnA5YOr9cd h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-tnA5YOr9cd p {
  color: #ffffff;
}
.cid-tnA5YOr9cd h2 {
  color: #ffffff;
}
.cid-tnA5YOr9cd .text-content {
  padding: 2rem 0rem;
  background-color: #1d2671;
}
.cid-tnA5YOr9cd .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tnA5YOr9cd .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tnA5YOr9cd .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tnA5YOr9cd .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tnA5YOr9cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnA5YOr9cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tnA5YOr9cd .mbr-section-btn,
.cid-tnA5YOr9cd .mbr-section-title {
  text-align: center;
}
.cid-tprOOgcPzz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tprOOgcPzz h4 {
  margin-bottom: 0;
}
.cid-tprOOgcPzz p {
  color: #767676;
}
.cid-tprOOgcPzz .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tprOOgcPzz .btn-info-outline {
  border: none;
  color: #051a59 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tprOOgcPzz .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tprOOgcPzz .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tprOOgcPzz .btn-info-outline:hover {
  background-color: transparent!important;
  color: #051a59 !important;
  box-shadow: none!important;
}
.cid-tprOOgcPzz .btn-info-outline:active,
.cid-tprOOgcPzz .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tprOOgcPzz .card-box {
  padding-top: 2rem;
}
.cid-tprOOgcPzz .card-wrapper {
  height: 100%;
}
.cid-tprOOgcPzz .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tprOOgcPzz img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tprOOgcPzz .card-title {
  color: #57468b;
}
.cid-tprOOgcPzz .main-title {
  color: #57468b;
}
.cid-tprOOgcPzz DIV {
  color: #57468b;
}
.cid-tprOOgcPzz .card-img {
  width: auto;
}
.cid-tprOOgcPzz .mbr-text,
.cid-tprOOgcPzz .mbr-section-btn {
  color: #232323;
}
.cid-tnAbtjgIkt {
  padding-top: 180px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnAbtjgIkt .svg1 {
  position: absolute;
  bottom: 0rem;
  right: -45%;
  transform: scale(1.3);
}
.cid-tnAbtjgIkt #e1_circle,
.cid-tnAbtjgIkt #e3_circle,
.cid-tnAbtjgIkt #e4_circle,
.cid-tnAbtjgIkt #e5_circle {
  fill: #b1a374 !important;
}
.cid-tnAbtjgIkt #e6_circle {
  fill: #051a59 !important;
}
.cid-tnAbtjgIkt .mbr-text {
  color: #716c80;
}
.cid-tnAbtjgIkt h4 {
  margin: 0;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-tnAbtjgIkt .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.4rem;
  margin-right: 1.5rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
}
.cid-tnAbtjgIkt .card-img .img1 {
  background-color: #b1a374;
}
.cid-tnAbtjgIkt .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-tnAbtjgIkt .round {
  border-radius: 100%;
  position: absolute;
  background-color: #b1a374;
  animation: orbit 4s linear infinite;
}
.cid-tnAbtjgIkt .rev {
  animation: rev 4s linear infinite;
}
.cid-tnAbtjgIkt .round1 {
  width: 50px;
  height: 50px;
  right: 15%;
  top: 4%;
}
.cid-tnAbtjgIkt .round2 {
  width: 80px;
  height: 80px;
  right: 25%;
  top: 8%;
}
.cid-tnAbtjgIkt .round3 {
  width: 40px;
  height: 40px;
  right: 30%;
  bottom: 8%;
}
.cid-tnAbtjgIkt .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.5rem 0;
}
.cid-tnAbtjgIkt .card-title,
.cid-tnAbtjgIkt .card-img {
  color: #57468b;
}
.cid-tnAbtjgIkt img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 1200px) {
  .cid-tnAbtjgIkt svg {
    right: -70% !important;
  }
}
@media (max-width: 992px) {
  .cid-tnAbtjgIkt img {
    margin-top: 1rem;
  }
  .cid-tnAbtjgIkt svg {
    right: -45% !important;
  }
}
@media (max-width: 576px) {
  .cid-tnAbtjgIkt .item:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-tnAbtjgIkt svg {
    bottom: -3rem !important;
  }
  .cid-tnAbtjgIkt .round1 {
    display: none;
  }
}
.cid-tnAbtjgIkt .title {
  line-height: 1.3;
  color: #f2f6ff;
}
.cid-tnAbtjgIkt .card-img {
  width: auto;
}
.cid-tnAbtjgIkt .card-title {
  color: #f2f6ff;
}
.cid-tprQlxLNYs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
}
.cid-tprQlxLNYs h4 {
  margin-bottom: 0;
}
.cid-tprQlxLNYs p {
  color: #767676;
}
.cid-tprQlxLNYs .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tprQlxLNYs .btn-info-outline {
  border: none;
  color: #051a59 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-tprQlxLNYs .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tprQlxLNYs .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-tprQlxLNYs .btn-info-outline:hover {
  background-color: transparent!important;
  color: #051a59 !important;
  box-shadow: none!important;
}
.cid-tprQlxLNYs .btn-info-outline:active,
.cid-tprQlxLNYs .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tprQlxLNYs .card-box {
  padding-top: 2rem;
}
.cid-tprQlxLNYs .card-wrapper {
  height: 100%;
}
.cid-tprQlxLNYs .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tprQlxLNYs img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tprQlxLNYs .card-title {
  color: #051a59;
  text-align: center;
}
.cid-tprQlxLNYs .main-title {
  color: #051a59;
  text-align: center;
}
.cid-tprQlxLNYs DIV {
  color: #57468b;
}
.cid-tprQlxLNYs .card-img {
  width: auto;
}
.cid-tprQlxLNYs .card-title DIV {
  text-align: center;
}
.cid-tnA8Eau9nB {
  overflow-x: hidden !important;
}
.cid-tnA8Eau9nB,
.cid-tnA8Eau9nB .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-tnA8Eau9nB .mbr-section-title {
  color: #ffffff;
}
.cid-tnA8Eau9nB .mbr-section-title span {
  color: #ffbc00;
}
.cid-tnA8Eau9nB .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tnA8Eau9nB .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 56s !important;
  animation-duration: 56s;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tnA8Eau9nB .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tnA8Eau9nB .mbr-overlay {
  z-index: 1;
}
.cid-tnA8Eau9nB .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tnA9TXy4Co {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tnA9TXy4Co .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-tnA9TXy4Co .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tnA9TXy4Co .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tnA9TXy4Co .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tnA9TXy4Co .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #051a59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tnA9TXy4Co .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tnA9TXy4Co .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-tnA9TXy4Co .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tnA9TXy4Co .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #051a59 !important;
  opacity: 0.6;
  transition: 0.2s background ease-in-out;
}
.cid-tnA9TXy4Co .mbr-gallery-item > div img,
.cid-tnA9TXy4Co .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-tnA9TXy4Co .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-tnA9TXy4Co .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tnA9TXy4Co .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tnA9TXy4Co .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-tnAaReWGJF {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #051a59;
  position: relative;
  overflow: hidden;
}
.cid-tnAaReWGJF .container {
  max-width: 1400px;
}
.cid-tnAaReWGJF .card-img2 span {
  padding-top: 6px;
}
.cid-tnAaReWGJF .soc-item a {
  padding-top: 5px;
}
.cid-tnAaReWGJF .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tnAaReWGJF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tnAaReWGJF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tnAaReWGJF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tnAaReWGJF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tnAaReWGJF #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tnAaReWGJF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tnAaReWGJF .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-tnAaReWGJF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tnAaReWGJF .card-img {
  width: auto;
}
.cid-tnAaReWGJF .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tnAaReWGJF .soc-item span {
  font-size: 1.4rem;
}
.cid-tnAaReWGJF .soc-item:hover span {
  color: #051a59 !important;
}
.cid-tnAaReWGJF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tnAaReWGJF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tnAaReWGJF .media-wrap {
  margin-bottom: 1rem;
}
.cid-tnAaReWGJF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tnAaReWGJF img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tnAaReWGJF .item {
    justify-content: center;
  }
  .cid-tnAaReWGJF .quote::after {
    left: 60px;
  }
}
.cid-tnAaReWGJF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tnAaReWGJF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tnAaReWGJF .text1 {
  color: #ffffff;
}
.cid-tnAaReWGJF .item-title {
  color: #ffffff;
}
.cid-tnAaReWGJF H5 {
  color: #ffffff;
}
.cid-tnAaReWGJF .theme {
  color: #ffffff;
}
.cid-tnAaReWGJF .copyright > p {
  color: #ff3366;
}
.cid-tnAaReWGJF .text2 {
  color: #ffffff;
}
.cid-tnAb4naiXR {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #051a59;
}
.cid-tnAb4naiXR .media-container-row .mbr-text {
  color: #253d84;
}
.cid-tprNIwhyzS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tprNIwhyzS .nav-item:focus,
.cid-tprNIwhyzS .nav-link:focus {
  outline: none;
}
.cid-tprNIwhyzS .text-white:hover,
.cid-tprNIwhyzS .text-white:active,
.cid-tprNIwhyzS .text-white:focus {
  color: white!important;
}
.cid-tprNIwhyzS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tprNIwhyzS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-item:hover {
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-menu {
  background-color: white!important;
}
.cid-tprNIwhyzS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tprNIwhyzS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tprNIwhyzS .nav-item .nav-link {
    position: relative;
  }
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .collapsed {
  flex-direction: row!important;
}
.cid-tprNIwhyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tprNIwhyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tprNIwhyzS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-tprNIwhyzS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tprNIwhyzS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tprNIwhyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tprNIwhyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tprNIwhyzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tprNIwhyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tprNIwhyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tprNIwhyzS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tprNIwhyzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tprNIwhyzS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tprNIwhyzS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tprNIwhyzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tprNIwhyzS .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tprNIwhyzS .navbar-caption {
  font-weight: 600!important;
}
.cid-tprNIwhyzS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tprNIwhyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tprNIwhyzS .dropdown-item.active,
.cid-tprNIwhyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-tprNIwhyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tprNIwhyzS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tprNIwhyzS .navbar-buttons {
  text-align: center;
}
.cid-tprNIwhyzS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051a59;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tprNIwhyzS .nav-link {
  font-weight: 600!important;
}
.cid-tprNIwhyzS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tprNIwhyzS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tprNIwhyzS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tprNIwhyzS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tprNIwhyzS .navbar {
    height: 77px;
  }
  .cid-tprNIwhyzS .navbar.opened {
    height: auto;
  }
  .cid-tprNIwhyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvnP7LRZCr.popup-builder {
  background-color: #ffffff;
}
.cid-tvnP7LRZCr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tvnP7LRZCr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tvnP7LRZCr .modal-content,
.cid-tvnP7LRZCr .modal-dialog {
  height: auto;
}
.cid-tvnP7LRZCr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tvnP7LRZCr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tvnP7LRZCr .form-wrapper .mbr-form .form-group,
  .cid-tvnP7LRZCr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tvnP7LRZCr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tvnP7LRZCr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvnP7LRZCr .mbr-text {
  text-align: center;
}
.cid-tvnP7LRZCr .pt-0 {
  padding-top: 0 !important;
}
.cid-tvnP7LRZCr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tvnP7LRZCr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tvnP7LRZCr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tvnP7LRZCr .modal-open {
  overflow: hidden;
}
.cid-tvnP7LRZCr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tvnP7LRZCr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tvnP7LRZCr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tvnP7LRZCr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tvnP7LRZCr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tvnP7LRZCr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tvnP7LRZCr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tvnP7LRZCr .modal-content {
  background: #253d84;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tvnP7LRZCr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tvnP7LRZCr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tvnP7LRZCr .modal-backdrop.fade {
  opacity: 0;
}
.cid-tvnP7LRZCr .modal-backdrop.show {
  opacity: .5;
}
.cid-tvnP7LRZCr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tvnP7LRZCr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tvnP7LRZCr .modal-header {
    padding: 1rem;
  }
}
.cid-tvnP7LRZCr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tvnP7LRZCr .modal-header .close svg {
  fill: #f2f6ff;
}
.cid-tvnP7LRZCr .modal-header .close:hover {
  opacity: 1;
}
.cid-tvnP7LRZCr .modal-header .close:focus {
  outline: none;
}
.cid-tvnP7LRZCr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tvnP7LRZCr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tvnP7LRZCr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvnP7LRZCr .modal-body {
    padding: 1rem;
  }
}
.cid-tvnP7LRZCr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tvnP7LRZCr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvnP7LRZCr .modal-footer {
    padding: 1rem;
  }
}
.cid-tvnP7LRZCr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tvnP7LRZCr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tvnP7LRZCr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tvnP7LRZCr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tvnP7LRZCr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tvnP7LRZCr .modal-lg,
  .cid-tvnP7LRZCr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tvnP7LRZCr .modal-xl {
    max-width: 1140px;
  }
}
.cid-tvnP7LRZCr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tvnP7LRZCr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tvnP7LRZCr .form-group {
  margin-bottom: 1rem;
}
.cid-tvnP7LRZCr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tvnP7LRZCr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tvnP7LRZCr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tvnP7LRZCr .mbr-section-btn {
  margin: 0;
}
.cid-tvnP7LRZCr .mbr-section-btn .btn {
  margin: 0;
}
.cid-tnAdBFjFiC {
  padding-top: 150px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnAdBFjFiC svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tnAdBFjFiC #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tnAdBFjFiC img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tnAdBFjFiC img {
    width: 90%!important;
  }
}
.cid-tnAdBFjFiC .mbr-text,
.cid-tnAdBFjFiC .mbr-section-btn {
  color: #051a59;
}
.cid-tnAdBFjFiC H3 {
  color: #ffffff;
}
.cid-tnAdnTwDhX {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-tnAdnTwDhX .text-content .btn-bgr {
  z-index: 0;
}
.cid-tnAdnTwDhX .mbr-overlay {
  background: linear-gradient(90deg, #f2f6ff, #f2f6ff);
}
.cid-tnAdnTwDhX h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-tnAdnTwDhX p {
  color: #ffffff;
}
.cid-tnAdnTwDhX h2 {
  color: #ffffff;
}
.cid-tnAdnTwDhX .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tnAdnTwDhX .text-content {
  padding: 2rem 0rem;
  background-color: #1d2671;
}
.cid-tnAdnTwDhX .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tnAdnTwDhX .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tnAdnTwDhX .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tnAdnTwDhX .text-content {
    margin-bottom: 2rem;
  }
}
.cid-tnAdnTwDhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnAdnTwDhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tnAdnTwDhX .mbr-section-btn,
.cid-tnAdnTwDhX .mbr-section-title {
  text-align: center;
}
.cid-tnAfLFO4lK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnAfLFO4lK H1 {
  color: #051a59;
}
.cid-tnAfLFO4lK .mbr-text,
.cid-tnAfLFO4lK .mbr-section-btn {
  color: #716c80;
}
.cid-tnAfLFO4lK img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tnAfLFO4lK .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tnAfLFO4lK img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tnAgw1wklm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-tnAgw1wklm H1 {
  color: #051a59;
  text-align: right;
}
.cid-tnAgw1wklm .mbr-text,
.cid-tnAgw1wklm .mbr-section-btn {
  color: #716c80;
}
.cid-tnAgw1wklm H3 {
  color: #716c80;
}
.cid-tnAfZPFUuc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-tnAfZPFUuc H1 {
  color: #57468b;
}
.cid-tnAfZPFUuc .mbr-text,
.cid-tnAfZPFUuc .mbr-section-btn {
  color: #716c80;
}
.cid-tnAfZPFUuc img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tnAfZPFUuc .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tnAfZPFUuc img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tnAdnVRd1p {
  overflow-x: hidden !important;
}
.cid-tnAdnVRd1p,
.cid-tnAdnVRd1p .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-tnAdnVRd1p .mbr-section-title {
  color: #ffffff;
}
.cid-tnAdnVRd1p .mbr-section-title span {
  color: #ffbc00;
}
.cid-tnAdnVRd1p .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tnAdnVRd1p .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpeg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tnAdnVRd1p .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tnAdnVRd1p .mbr-overlay {
  z-index: 1;
}
.cid-tnAdnVRd1p .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tps0XNCcGN {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #051a59;
  position: relative;
  overflow: hidden;
}
.cid-tps0XNCcGN .container {
  max-width: 1400px;
}
.cid-tps0XNCcGN .card-img2 span {
  padding-top: 6px;
}
.cid-tps0XNCcGN .soc-item a {
  padding-top: 5px;
}
.cid-tps0XNCcGN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tps0XNCcGN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tps0XNCcGN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tps0XNCcGN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tps0XNCcGN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tps0XNCcGN #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tps0XNCcGN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tps0XNCcGN .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-tps0XNCcGN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tps0XNCcGN .card-img {
  width: auto;
}
.cid-tps0XNCcGN .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tps0XNCcGN .soc-item span {
  font-size: 1.4rem;
}
.cid-tps0XNCcGN .soc-item:hover span {
  color: #051a59 !important;
}
.cid-tps0XNCcGN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tps0XNCcGN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tps0XNCcGN .media-wrap {
  margin-bottom: 1rem;
}
.cid-tps0XNCcGN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tps0XNCcGN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tps0XNCcGN .item {
    justify-content: center;
  }
  .cid-tps0XNCcGN .quote::after {
    left: 60px;
  }
}
.cid-tps0XNCcGN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tps0XNCcGN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tps0XNCcGN .text1 {
  color: #ffffff;
}
.cid-tps0XNCcGN .item-title {
  color: #ffffff;
}
.cid-tps0XNCcGN H5 {
  color: #ffffff;
}
.cid-tps0XNCcGN .theme {
  color: #ffffff;
}
.cid-tps0XNCcGN .copyright > p {
  color: #ff3366;
}
.cid-tps0XNCcGN .text2 {
  color: #ffffff;
}
.cid-tnAdnXpiTT {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #051a59;
}
.cid-tnAdnXpiTT .media-container-row .mbr-text {
  color: #253d84;
}
.cid-tprNIwhyzS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tprNIwhyzS .nav-item:focus,
.cid-tprNIwhyzS .nav-link:focus {
  outline: none;
}
.cid-tprNIwhyzS .text-white:hover,
.cid-tprNIwhyzS .text-white:active,
.cid-tprNIwhyzS .text-white:focus {
  color: white!important;
}
.cid-tprNIwhyzS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tprNIwhyzS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-item:hover {
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-menu {
  background-color: white!important;
}
.cid-tprNIwhyzS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tprNIwhyzS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tprNIwhyzS .nav-item .nav-link {
    position: relative;
  }
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .collapsed {
  flex-direction: row!important;
}
.cid-tprNIwhyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tprNIwhyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tprNIwhyzS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-tprNIwhyzS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tprNIwhyzS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tprNIwhyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tprNIwhyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tprNIwhyzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tprNIwhyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tprNIwhyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tprNIwhyzS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tprNIwhyzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tprNIwhyzS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tprNIwhyzS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tprNIwhyzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tprNIwhyzS .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tprNIwhyzS .navbar-caption {
  font-weight: 600!important;
}
.cid-tprNIwhyzS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tprNIwhyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tprNIwhyzS .dropdown-item.active,
.cid-tprNIwhyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-tprNIwhyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tprNIwhyzS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tprNIwhyzS .navbar-buttons {
  text-align: center;
}
.cid-tprNIwhyzS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051a59;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tprNIwhyzS .nav-link {
  font-weight: 600!important;
}
.cid-tprNIwhyzS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tprNIwhyzS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tprNIwhyzS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tprNIwhyzS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tprNIwhyzS .navbar {
    height: 77px;
  }
  .cid-tprNIwhyzS .navbar.opened {
    height: auto;
  }
  .cid-tprNIwhyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnAhRYiWTK {
  padding-top: 150px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1620x1080.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnAhRYiWTK svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tnAhRYiWTK #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tnAhRYiWTK img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tnAhRYiWTK img {
    width: 90%!important;
  }
}
.cid-tnAhRYiWTK .mbr-text,
.cid-tnAhRYiWTK .mbr-section-btn {
  color: #051a59;
}
.cid-tnAhRYiWTK H3 {
  color: #ffffff;
}
.cid-tnAlapx8h9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-tnAlapx8h9 .mbr-text {
  color: #b1a374;
}
.cid-tnAlapx8h9 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tnAlapx8h9 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tnAlapx8h9 .card-wrapper:hover .ico2 {
  color: #051a59 !important;
}
.cid-tnAlapx8h9 .text-info:hover {
  color: inherit!important;
}
.cid-tnAlapx8h9 .ico2 {
  color: #051a59 !important;
  transition: all 0.6s;
}
.cid-tnAlapx8h9 .card-box {
  padding: 0rem 1rem;
}
.cid-tnAlapx8h9 .ico1 {
  font-size: 3rem !important;
}
.cid-tnAlapx8h9 h3,
.cid-tnAlapx8h9 h4 {
  padding: 0;
  margin: 0;
}
.cid-tnAlapx8h9 .card-title,
.cid-tnAlapx8h9 .card-img {
  color: #57468b;
}
.cid-tnAlapx8h9 .card-title {
  color: #051a59;
}
.cid-tnAlapx8h9 H1 {
  color: #051a59;
}
.cid-tnAlapx8h9 .text,
.cid-tnAlapx8h9 .mbr-section-btn {
  color: #232323;
}
.cid-tnAlapx8h9 .card-img {
  width: auto;
}
.cid-tnAjU0DCIO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1152.jpg");
  background-size: cover;
}
.cid-tnAjU0DCIO .mbr-text {
  color: #051a59;
  text-align: center;
}
.cid-tnAjU0DCIO h4 {
  text-align: center;
}
.cid-tnAjU0DCIO p {
  text-align: center;
}
.cid-tnAjU0DCIO .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-tnAjU0DCIO .mbr-iconfont {
  transition: all 0.3s;
  color: #051a59 !important;
  font-size: 5rem !important;
}
.cid-tnAjU0DCIO .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-tnAjU0DCIO .card:hover .card-title {
  color: #b1a374 !important;
  cursor: pointer;
}
.cid-tnAjU0DCIO .card-title {
  transition: color 0.3s;
}
.cid-tnAjU0DCIO .card-title,
.cid-tnAjU0DCIO .card-img {
  color: #253d84;
}
@media (max-width: 576px) {
  .cid-tnAjU0DCIO .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-tnAjU0DCIO .card-img {
  width: auto;
}
.cid-tnAjVSHvZo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #b1a374;
  position: relative;
  overflow: hidden;
}
.cid-tnAjVSHvZo .container {
  max-width: 1400px;
}
.cid-tnAjVSHvZo svg {
  position: absolute;
  top: 0;
  right: 0;
  transform: scale(-1.9, 1.3);
}
.cid-tnAjVSHvZo #e1_ellipse {
  fill: #051a59 !important;
}
.cid-tnAjVSHvZo .mbr-text {
  color: #f2f6ff;
}
.cid-tnAjVSHvZo .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-tnAjVSHvZo .card-img .img1 {
  background-color: #b1a374;
}
.cid-tnAjVSHvZo .card-img .img2 {
  background-color: #b1a374;
}
.cid-tnAjVSHvZo .card-img .img3 {
  background-color: #b1a374;
}
.cid-tnAjVSHvZo .card-img .img4 {
  background-color: #b1a374;
}
.cid-tnAjVSHvZo .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-tnAjVSHvZo .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-tnAjVSHvZo .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
  background-color: #051a59;
}
.cid-tnAjVSHvZo .card-title,
.cid-tnAjVSHvZo .card-img {
  color: #57468b;
}
.cid-tnAjVSHvZo img {
  width: 80%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-tnAjVSHvZo img {
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .cid-tnAjVSHvZo .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem!important;
  }
  .cid-tnAjVSHvZo .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-tnAjVSHvZo .card:hover {
    box-shadow: none;
    transform: none;
    background-color: transparent;
  }
  .cid-tnAjVSHvZo .card-img span {
    margin-right: 0rem;
  }
  .cid-tnAjVSHvZo svg {
    top: -9rem;
  }
}
.cid-tnAjVSHvZo .card-img {
  width: auto;
}
.cid-tnAhS0GPmG {
  overflow-x: hidden !important;
}
.cid-tnAhS0GPmG,
.cid-tnAhS0GPmG .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-tnAhS0GPmG .mbr-section-title {
  color: #ffffff;
}
.cid-tnAhS0GPmG .mbr-section-title span {
  color: #ffbc00;
}
.cid-tnAhS0GPmG .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tnAhS0GPmG .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1203.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tnAhS0GPmG .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tnAhS0GPmG .mbr-overlay {
  z-index: 1;
}
.cid-tnAhS0GPmG .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tps0RRRRTa {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #051a59;
  position: relative;
  overflow: hidden;
}
.cid-tps0RRRRTa .container {
  max-width: 1400px;
}
.cid-tps0RRRRTa .card-img2 span {
  padding-top: 6px;
}
.cid-tps0RRRRTa .soc-item a {
  padding-top: 5px;
}
.cid-tps0RRRRTa .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tps0RRRRTa .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tps0RRRRTa .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tps0RRRRTa .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tps0RRRRTa svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tps0RRRRTa #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tps0RRRRTa .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tps0RRRRTa .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-tps0RRRRTa .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tps0RRRRTa .card-img {
  width: auto;
}
.cid-tps0RRRRTa .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tps0RRRRTa .soc-item span {
  font-size: 1.4rem;
}
.cid-tps0RRRRTa .soc-item:hover span {
  color: #051a59 !important;
}
.cid-tps0RRRRTa .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tps0RRRRTa .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tps0RRRRTa .media-wrap {
  margin-bottom: 1rem;
}
.cid-tps0RRRRTa .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tps0RRRRTa img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tps0RRRRTa .item {
    justify-content: center;
  }
  .cid-tps0RRRRTa .quote::after {
    left: 60px;
  }
}
.cid-tps0RRRRTa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tps0RRRRTa .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tps0RRRRTa .text1 {
  color: #ffffff;
}
.cid-tps0RRRRTa .item-title {
  color: #ffffff;
}
.cid-tps0RRRRTa H5 {
  color: #ffffff;
}
.cid-tps0RRRRTa .theme {
  color: #ffffff;
}
.cid-tps0RRRRTa .copyright > p {
  color: #ff3366;
}
.cid-tps0RRRRTa .text2 {
  color: #ffffff;
}
.cid-tnAhS2kXb6 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #051a59;
}
.cid-tnAhS2kXb6 .media-container-row .mbr-text {
  color: #253d84;
}
.cid-tprNIwhyzS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tprNIwhyzS .nav-item:focus,
.cid-tprNIwhyzS .nav-link:focus {
  outline: none;
}
.cid-tprNIwhyzS .text-white:hover,
.cid-tprNIwhyzS .text-white:active,
.cid-tprNIwhyzS .text-white:focus {
  color: white!important;
}
.cid-tprNIwhyzS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tprNIwhyzS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-item:hover {
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-menu {
  background-color: white!important;
}
.cid-tprNIwhyzS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tprNIwhyzS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tprNIwhyzS .nav-item .nav-link {
    position: relative;
  }
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .collapsed {
  flex-direction: row!important;
}
.cid-tprNIwhyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tprNIwhyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tprNIwhyzS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-tprNIwhyzS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tprNIwhyzS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tprNIwhyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tprNIwhyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tprNIwhyzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tprNIwhyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tprNIwhyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tprNIwhyzS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tprNIwhyzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tprNIwhyzS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tprNIwhyzS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tprNIwhyzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tprNIwhyzS .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tprNIwhyzS .navbar-caption {
  font-weight: 600!important;
}
.cid-tprNIwhyzS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tprNIwhyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tprNIwhyzS .dropdown-item.active,
.cid-tprNIwhyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-tprNIwhyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tprNIwhyzS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tprNIwhyzS .navbar-buttons {
  text-align: center;
}
.cid-tprNIwhyzS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051a59;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tprNIwhyzS .nav-link {
  font-weight: 600!important;
}
.cid-tprNIwhyzS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tprNIwhyzS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tprNIwhyzS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tprNIwhyzS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tprNIwhyzS .navbar {
    height: 77px;
  }
  .cid-tprNIwhyzS .navbar.opened {
    height: auto;
  }
  .cid-tprNIwhyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnAq4nVAOX {
  padding-top: 150px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnAq4nVAOX svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tnAq4nVAOX #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tnAq4nVAOX img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tnAq4nVAOX img {
    width: 90%!important;
  }
}
.cid-tnAq4nVAOX .mbr-text,
.cid-tnAq4nVAOX .mbr-section-btn {
  color: #051a59;
}
.cid-tnAq4nVAOX H3 {
  color: #ffffff;
}
.cid-tnAqH11JKM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-tnAqH11JKM H1 {
  color: #051a59;
}
.cid-tnAqH11JKM .mbr-text,
.cid-tnAqH11JKM .mbr-section-btn {
  color: #716c80;
}
.cid-tnAqH11JKM img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tnAqH11JKM .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tnAqH11JKM img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tnAqHMuJUh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
.cid-tnAqHMuJUh H1 {
  color: #051a59;
}
.cid-tnAqHMuJUh .mbr-text,
.cid-tnAqHMuJUh .mbr-section-btn {
  color: #716c80;
}
.cid-tnAqHMuJUh img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-tnAqHMuJUh .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tnAqHMuJUh img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-tnAq4oxaRv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
.cid-tnAq4oxaRv .mbr-text {
  color: #b1a374;
}
.cid-tnAq4oxaRv .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-tnAq4oxaRv .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tnAq4oxaRv .card-wrapper:hover .ico2 {
  color: #051a59 !important;
}
.cid-tnAq4oxaRv .text-info:hover {
  color: inherit!important;
}
.cid-tnAq4oxaRv .ico2 {
  color: #051a59 !important;
  transition: all 0.6s;
}
.cid-tnAq4oxaRv .card-box {
  padding: 0rem 1rem;
}
.cid-tnAq4oxaRv .ico1 {
  font-size: 3rem !important;
}
.cid-tnAq4oxaRv h3,
.cid-tnAq4oxaRv h4 {
  padding: 0;
  margin: 0;
}
.cid-tnAq4oxaRv .card-title,
.cid-tnAq4oxaRv .card-img {
  color: #57468b;
}
.cid-tnAq4oxaRv .card-title {
  color: #051a59;
}
.cid-tnAq4oxaRv H1 {
  color: #051a59;
}
.cid-tnAq4oxaRv .text,
.cid-tnAq4oxaRv .mbr-section-btn {
  color: #232323;
}
.cid-tnAq4oxaRv .card-img {
  width: auto;
}
.cid-tnAq4rnoDz {
  overflow-x: hidden !important;
}
.cid-tnAq4rnoDz,
.cid-tnAq4rnoDz .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-tnAq4rnoDz .mbr-section-title {
  color: #ffffff;
}
.cid-tnAq4rnoDz .mbr-section-title span {
  color: #ffbc00;
}
.cid-tnAq4rnoDz .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tnAq4rnoDz .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tnAq4rnoDz .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tnAq4rnoDz .mbr-overlay {
  z-index: 1;
}
.cid-tnAq4rnoDz .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tps0HyxuiE {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #051a59;
  position: relative;
  overflow: hidden;
}
.cid-tps0HyxuiE .container {
  max-width: 1400px;
}
.cid-tps0HyxuiE .card-img2 span {
  padding-top: 6px;
}
.cid-tps0HyxuiE .soc-item a {
  padding-top: 5px;
}
.cid-tps0HyxuiE .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tps0HyxuiE .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tps0HyxuiE .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tps0HyxuiE .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tps0HyxuiE svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tps0HyxuiE #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tps0HyxuiE .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tps0HyxuiE .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-tps0HyxuiE .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tps0HyxuiE .card-img {
  width: auto;
}
.cid-tps0HyxuiE .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tps0HyxuiE .soc-item span {
  font-size: 1.4rem;
}
.cid-tps0HyxuiE .soc-item:hover span {
  color: #051a59 !important;
}
.cid-tps0HyxuiE .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tps0HyxuiE .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tps0HyxuiE .media-wrap {
  margin-bottom: 1rem;
}
.cid-tps0HyxuiE .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tps0HyxuiE img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tps0HyxuiE .item {
    justify-content: center;
  }
  .cid-tps0HyxuiE .quote::after {
    left: 60px;
  }
}
.cid-tps0HyxuiE .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tps0HyxuiE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tps0HyxuiE .text1 {
  color: #ffffff;
}
.cid-tps0HyxuiE .item-title {
  color: #ffffff;
}
.cid-tps0HyxuiE H5 {
  color: #ffffff;
}
.cid-tps0HyxuiE .theme {
  color: #ffffff;
}
.cid-tps0HyxuiE .copyright > p {
  color: #ff3366;
}
.cid-tps0HyxuiE .text2 {
  color: #ffffff;
}
.cid-tnAq4sRBc3 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #051a59;
}
.cid-tnAq4sRBc3 .media-container-row .mbr-text {
  color: #253d84;
}
.cid-tprNIwhyzS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tprNIwhyzS .nav-item:focus,
.cid-tprNIwhyzS .nav-link:focus {
  outline: none;
}
.cid-tprNIwhyzS .text-white:hover,
.cid-tprNIwhyzS .text-white:active,
.cid-tprNIwhyzS .text-white:focus {
  color: white!important;
}
.cid-tprNIwhyzS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tprNIwhyzS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-item:hover {
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-menu {
  background-color: white!important;
}
.cid-tprNIwhyzS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tprNIwhyzS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tprNIwhyzS .nav-item .nav-link {
    position: relative;
  }
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .collapsed {
  flex-direction: row!important;
}
.cid-tprNIwhyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tprNIwhyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tprNIwhyzS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-tprNIwhyzS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tprNIwhyzS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tprNIwhyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tprNIwhyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tprNIwhyzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tprNIwhyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tprNIwhyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tprNIwhyzS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tprNIwhyzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tprNIwhyzS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tprNIwhyzS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tprNIwhyzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tprNIwhyzS .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tprNIwhyzS .navbar-caption {
  font-weight: 600!important;
}
.cid-tprNIwhyzS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tprNIwhyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tprNIwhyzS .dropdown-item.active,
.cid-tprNIwhyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-tprNIwhyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tprNIwhyzS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tprNIwhyzS .navbar-buttons {
  text-align: center;
}
.cid-tprNIwhyzS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051a59;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tprNIwhyzS .nav-link {
  font-weight: 600!important;
}
.cid-tprNIwhyzS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tprNIwhyzS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tprNIwhyzS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tprNIwhyzS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tprNIwhyzS .navbar {
    height: 77px;
  }
  .cid-tprNIwhyzS .navbar.opened {
    height: auto;
  }
  .cid-tprNIwhyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnAs4AxvPZ {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1114.jpg");
  position: relative;
  overflow: hidden;
}
.cid-tnAs4AxvPZ svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-tnAs4AxvPZ #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tnAs4AxvPZ img {
  width: 80%;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-tnAs4AxvPZ img {
    width: 90%!important;
  }
}
.cid-tnAs4AxvPZ .mbr-text,
.cid-tnAs4AxvPZ .mbr-section-btn {
  color: #051a59;
}
.cid-tnAs4AxvPZ H3 {
  color: #ffffff;
}
.cid-tnAsArf55Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f2f6ff;
}
@media (min-width: 992px) {
  .cid-tnAsArf55Q .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tnAsArf55Q .content {
    padding: 0 2rem;
  }
}
.cid-tnAsArf55Q .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tnAsArf55Q .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tnAsArf55Q .mbr-iconfont {
  font-size: 3.5rem;
  color: #b1a374 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tnAsArf55Q .icon-title,
.cid-tnAsArf55Q .mbr-iconfont {
  color: #051a59;
}
.cid-tnAsArf55Q .icons-wrap {
  display: flex;
}
.cid-tnAsArf55Q .google-map {
  height: 100%;
  position: relative;
}
.cid-tnAsArf55Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tnAsArf55Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tnAsArf55Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tnAsArf55Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tnAsArf55Q .content {
    margin: auto;
  }
  .cid-tnAsArf55Q .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tnAsArf55Q .icons-wrap {
    flex-direction: column;
  }
  .cid-tnAsArf55Q .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tnAsArf55Q .google-map {
    height: 20rem;
  }
}
.cid-tnAtIi2c9Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f2f6ff;
}
.cid-tnAs4CZRMn {
  overflow-x: hidden !important;
}
.cid-tnAs4CZRMn,
.cid-tnAs4CZRMn .scroll-wrapper {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-tnAs4CZRMn .mbr-section-title {
  color: #ffffff;
}
.cid-tnAs4CZRMn .mbr-section-title span {
  color: #ffbc00;
}
.cid-tnAs4CZRMn .mbr-text {
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-tnAs4CZRMn .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 60s !important;
  animation-duration: 60s;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-tnAs4CZRMn .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-tnAs4CZRMn .mbr-overlay {
  z-index: 1;
}
.cid-tnAs4CZRMn .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-tps04uQx8W {
  padding-top: 165px;
  padding-bottom: 15px;
  background-color: #051a59;
  position: relative;
  overflow: hidden;
}
.cid-tps04uQx8W .container {
  max-width: 1400px;
}
.cid-tps04uQx8W .card-img2 span {
  padding-top: 6px;
}
.cid-tps04uQx8W .soc-item a {
  padding-top: 5px;
}
.cid-tps04uQx8W .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-tps04uQx8W .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-tps04uQx8W .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-tps04uQx8W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tps04uQx8W svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-tps04uQx8W #e2_shape {
  fill: #f2f6ff !important;
}
.cid-tps04uQx8W .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-tps04uQx8W .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-tps04uQx8W .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tps04uQx8W .card-img {
  width: auto;
}
.cid-tps04uQx8W .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-tps04uQx8W .soc-item span {
  font-size: 1.4rem;
}
.cid-tps04uQx8W .soc-item:hover span {
  color: #051a59 !important;
}
.cid-tps04uQx8W .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tps04uQx8W .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-tps04uQx8W .media-wrap {
  margin-bottom: 1rem;
}
.cid-tps04uQx8W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tps04uQx8W img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-tps04uQx8W .item {
    justify-content: center;
  }
  .cid-tps04uQx8W .quote::after {
    left: 60px;
  }
}
.cid-tps04uQx8W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tps04uQx8W .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tps04uQx8W .text1 {
  color: #ffffff;
}
.cid-tps04uQx8W .item-title {
  color: #ffffff;
}
.cid-tps04uQx8W H5 {
  color: #ffffff;
}
.cid-tps04uQx8W .theme {
  color: #ffffff;
}
.cid-tps04uQx8W .copyright > p {
  color: #ff3366;
}
.cid-tps04uQx8W .text2 {
  color: #ffffff;
}
.cid-tnAs4E3EIS {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #051a59;
}
.cid-tnAs4E3EIS .media-container-row .mbr-text {
  color: #253d84;
}
.cid-tprNIwhyzS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tprNIwhyzS .nav-item:focus,
.cid-tprNIwhyzS .nav-link:focus {
  outline: none;
}
.cid-tprNIwhyzS .text-white:hover,
.cid-tprNIwhyzS .text-white:active,
.cid-tprNIwhyzS .text-white:focus {
  color: white!important;
}
.cid-tprNIwhyzS .section {
  position: relative;
  overflow: visible!important;
}
.cid-tprNIwhyzS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-item:hover {
  color: black!important;
}
.cid-tprNIwhyzS .dropdown-menu {
  background-color: white!important;
}
.cid-tprNIwhyzS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-tprNIwhyzS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tprNIwhyzS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tprNIwhyzS .nav-item .nav-link {
    position: relative;
  }
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tprNIwhyzS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tprNIwhyzS .collapsed {
  flex-direction: row!important;
}
.cid-tprNIwhyzS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tprNIwhyzS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tprNIwhyzS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-tprNIwhyzS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tprNIwhyzS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tprNIwhyzS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tprNIwhyzS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tprNIwhyzS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tprNIwhyzS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tprNIwhyzS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tprNIwhyzS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tprNIwhyzS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tprNIwhyzS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tprNIwhyzS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tprNIwhyzS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tprNIwhyzS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tprNIwhyzS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tprNIwhyzS .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tprNIwhyzS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tprNIwhyzS .navbar-caption {
  font-weight: 600!important;
}
.cid-tprNIwhyzS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tprNIwhyzS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tprNIwhyzS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tprNIwhyzS .dropdown-item.active,
.cid-tprNIwhyzS .dropdown-item:active {
  background-color: transparent;
}
.cid-tprNIwhyzS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tprNIwhyzS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-tprNIwhyzS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tprNIwhyzS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tprNIwhyzS .navbar-buttons {
  text-align: center;
}
.cid-tprNIwhyzS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #051a59;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tprNIwhyzS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tprNIwhyzS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tprNIwhyzS .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tprNIwhyzS .nav-link {
  font-weight: 600!important;
}
.cid-tprNIwhyzS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tprNIwhyzS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tprNIwhyzS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tprNIwhyzS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tprNIwhyzS .navbar {
    height: 77px;
  }
  .cid-tprNIwhyzS .navbar.opened {
    height: auto;
  }
  .cid-tprNIwhyzS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
