.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.33;
  letter-spacing: .02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.12rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 0.98rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003e78 !important;
}
.bg-success {
  background-color: #eaf1e4 !important;
}
.bg-info {
  background-color: #4176b6 !important;
}
.bg-warning {
  background-color: #fff0f1 !important;
}
.bg-danger {
  background-color: #232323 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0058ab !important;
  border-color: #0058ab !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0058ab !important;
  border-color: #0058ab !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #0058ab !important;
  border-color: #0058ab !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0058ab !important;
  border-color: #0058ab !important;
}
.btn-info,
.btn-info:active {
  background-color: #4176b6 !important;
  border-color: #4176b6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6390c7 !important;
  border-color: #6390c7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6390c7 !important;
  border-color: #6390c7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
  color: #688d49 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #688d49 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
  color: #f00010 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #f00010 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #003e78;
  color: #003e78;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001121 !important;
  background-color: transparent !important;
  border-color: #001121 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #003e78;
  color: #003e78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #001121 !important;
  background-color: transparent !important;
  border-color: #001121 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4176b6;
  color: #4176b6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a4d76 !important;
  background-color: transparent !important;
  border-color: #2a4d76 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4176b6 !important;
  border-color: #4176b6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eaf1e4;
  color: #eaf1e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bed3ab !important;
  background-color: transparent !important;
  border-color: #bed3ab !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #688d49 !important;
  background-color: #eaf1e4 !important;
  border-color: #eaf1e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff0f1;
  color: #fff0f1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff99a0 !important;
  background-color: transparent !important;
  border-color: #ff99a0 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f00010 !important;
  background-color: #fff0f1 !important;
  border-color: #fff0f1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #003e78 !important;
}
.text-secondary {
  color: #003e78 !important;
}
.text-success {
  color: #eaf1e4 !important;
}
.text-info {
  color: #4176b6 !important;
}
.text-warning {
  color: #fff0f1 !important;
}
.text-danger {
  color: #232323 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000912 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000912 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b6cea1 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #26456b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff8a92 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #003e78;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4176b6;
}
.alert-warning {
  background-color: #fff0f1;
}
.alert-danger {
  background-color: #232323;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003e78;
  border-color: #003e78;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #003e78;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0080f8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9bb8db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5d5d5;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #003e78 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.33;
  letter-spacing: .02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #003e78;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003e78;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #003e78;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003e78;
  border-bottom-color: #003e78;
}
.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: #003e78 !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: #003e78 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23003e78' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 55px;
  border-radius: 0 !important;
  font-weight: 400 !important;
  position: relative;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 55px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  padding: 15px 80px 15px 30px;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translate(0) rotate(-45deg);
  margin-left: 30px;
  opacity: 1;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: absolute;
  right: 30px;
  transform: translate(-30px, 70%) rotate(-45deg);
  opacity: 0;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
img {
  border-radius: 0 !important;
}
.cid-vaDtS7aT0e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vaDtS7aT0e .navbar-fixed-top {
  padding-top: 0;
}
.cid-vaDtS7aT0e .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vaDtS7aT0e .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vaDtS7aT0e .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vaDtS7aT0e .dropdown-item,
.cid-vaDtS7aT0e .nav-link,
.cid-vaDtS7aT0e .brand-name {
  font-style: normal;
}
.cid-vaDtS7aT0e .dropdown-item:hover,
.cid-vaDtS7aT0e .nav-link:hover,
.cid-vaDtS7aT0e .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vaDtS7aT0e .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaDtS7aT0e .nav-item {
  position: relative;
}
.cid-vaDtS7aT0e .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaDtS7aT0e .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vaDtS7aT0e .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vaDtS7aT0e .nav-link {
    line-height: 6.13;
  }
  .cid-vaDtS7aT0e .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vaDtS7aT0e .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vaDtS7aT0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .content-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vaDtS7aT0e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vaDtS7aT0e .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vaDtS7aT0e .content-right-side {
  text-align: center;
}
.cid-vaDtS7aT0e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vaDtS7aT0e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vaDtS7aT0e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vaDtS7aT0e .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vaDtS7aT0e .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaDtS7aT0e .info-widget:first-child {
  margin-left: 0;
}
.cid-vaDtS7aT0e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vaDtS7aT0e .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vaDtS7aT0e .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar {
    display: block;
    padding: 0;
  }
  .cid-vaDtS7aT0e .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vaDtS7aT0e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vaDtS7aT0e .navbar-toggler {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    justify-content: center;
  }
}
.cid-vaDtS7aT0e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vaDtS7aT0e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vaDtS7aT0e .btn-sm {
  padding: 13px 29px;
}
.cid-vaDtS7aT0e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vaDtS7aT0e .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vaDtS7aT0e .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDtS7aT0e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaDtS7aT0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vaDtS7aT0e button.navbar-toggler:focus {
  outline: none;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .btn {
  display: flex;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaDtS7aT0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vaDtS7aT0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaDtS7aT0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vaDtS7aT0e .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vaDtS7aT0e .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vaDtS7aT0e .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vaDtS7aT0e .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing,
  .cid-vaDtS7aT0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaDtS7aT0e img {
    height: 3.8rem !important;
  }
  .cid-vaDtS7aT0e .btn {
    display: flex;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vaDtS7aT0e .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vaDtS7aT0e .navbar-toggler {
  position: relative;
}
.cid-vaDtS7aT0e .dropdown-item.active,
.cid-vaDtS7aT0e .dropdown-item:active {
  color: initial;
}
.cid-vaDtS7aT0e .widget-title {
  color: #4176b6;
}
.cid-vaDtS7aT0e .widget-text {
  color: #4176b6;
}
.cid-vaDtS7aT0e .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vaDtS7aT0e .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vaDtS7aT0e .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vaDtS7aT0e .menu-content-top,
  .cid-vaDtS7aT0e .menu-bottom {
    padding: 0 15px;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vaDtS7aT0e .widget-title,
.cid-vaDtS7aT0e .widget-icon {
  color: #000000;
}
.cid-vaDf1Nv9gZ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaDf1Nv9gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaDf1Nv9gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaDf1Nv9gZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vaDf1Nv9gZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vaDf1Nv9gZ .content-wrapper .text-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vaDf1Nv9gZ .content-wrapper .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vaDf1Nv9gZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 35%;
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vaDf1Nv9gZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vaDf1Nv9gZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vaDf1Nv9gZ .mbr-text,
.cid-vaDf1Nv9gZ .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-vaDf1Nv9gZ .mbr-section-title,
.cid-vaDf1Nv9gZ .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-vaDf1Nv9gZ .mbr-section-title,
.cid-vaDf1Nv9gZ .mbr-section-btn DIV {
  text-align: center;
}
.cid-ve189MpVVQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bghome-1920x1200.jpg");
}
.cid-ve189MpVVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve189MpVVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve189MpVVQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ve189MpVVQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ve189MpVVQ .container {
    padding: 0 24px;
  }
}
.cid-ve189MpVVQ .row {
  justify-content: center;
}
.cid-ve189MpVVQ .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 0px solid #444444;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-ve189MpVVQ .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #000000;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: .5;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #444444;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: .2;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #444444 !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  opacity: .5;
  transition: all 0.3s ease-in-out;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #444444;
  border-color: #444444;
  border-radius: 0;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-ve189MpVVQ .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-ve189MpVVQ .mbr-section-title {
  color: #ffffff;
}
.cid-ve189MpVVQ .mbr-desc {
  color: #18212d;
}
.cid-ve189MpVVQ .mbr-text {
  color: #18212d;
}
.cid-ve189MpVVQ .mbr-soc {
  color: #18212d;
}
.cid-ve189MpVVQ label {
  color: #18212d;
}
.cid-ve189MpVVQ .mbr-text,
.cid-ve189MpVVQ .text-wrapper {
  color: #ffffff;
}
.cid-v2W2w85I5c {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/bw-1920x606.jpg");
}
.cid-v2W2w85I5c .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v2W2w85I5c .image-wrapper {
    padding-right: 3.55%;
  }
}
.cid-v2W2w85I5c .image-wrapper .padding-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .image-wrapper .padding-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v2W2w85I5c .image-wrapper .padding-container {
    padding: 30px;
  }
}
.cid-v2W2w85I5c .image-wrapper img {
  width: auto;
  max-width: 100%;
  align-self: flex-end;
  object-fit: cover;
}
.cid-v2W2w85I5c .image-wrapper img:last-child {
  align-self: flex-start;
  margin-top: -25%;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .image-wrapper img:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .image-wrapper img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-v2W2w85I5c .col-text {
    padding: 0;
    padding-left: 3.55%;
  }
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .col-text {
    text-align: center;
  }
}
.cid-v2W2w85I5c .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .cid-v2W2w85I5c .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .text-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-v2W2w85I5c .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
}
@media (max-width: 767px) {
  .cid-v2W2w85I5c .label-text {
    text-align: center !important;
  }
}
.cid-v2W2w85I5c .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
  color: #222222;
}
.cid-v2W2w85I5c .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-v2W2w85I5c .lists-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .lists-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v2W2w85I5c .lists-container {
    justify-content: center;
  }
}
.cid-v2W2w85I5c .card {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .card {
    margin-top: 30px;
  }
}
.cid-v2W2w85I5c .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .card-wrapper {
    flex-direction: column;
  }
}
.cid-v2W2w85I5c .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .card-box {
    flex-direction: column;
  }
}
.cid-v2W2w85I5c .card-content {
  flex-grow: 1;
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .card-content {
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-v2W2w85I5c .card-number {
    min-width: 95px;
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .card-number {
    width: 100%;
  }
}
.cid-v2W2w85I5c .icon-box {
  padding: 17px;
  border-radius: 5px;
  background-color: #003e78;
  margin-right: 45px;
  transition: all .3s;
}
@media (max-width: 991px) {
  .cid-v2W2w85I5c .icon-box {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-v2W2w85I5c .icon-box:hover {
    transform: scale(0.9);
  }
}
.cid-v2W2w85I5c .icon-box span {
  color: #ffffff;
}
.cid-v2W2w85I5c .btn-container {
  width: 100%;
  margin-top: 14px;
}
@media (max-width: 575px) {
  .cid-v2W2w85I5c .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v2W2w85I5c .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v2W2w85I5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W2w85I5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2W2w85I5c .card-text {
  color: #ffffff;
}
.cid-v2W2w85I5c .mbr-section-title,
.cid-v2W2w85I5c .mbr-section-btn {
  color: #ffffff;
}
.cid-vhjoSAoyHc {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vhjoSAoyHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhjoSAoyHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhjoSAoyHc .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-vhjoSAoyHc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhjoSAoyHc .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vhjoSAoyHc .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vhjoSAoyHc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhjoSAoyHc .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-vhjoSAoyHc .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhjoSAoyHc .buttons-wrapper {
    text-align: left;
  }
}
.cid-vhjoSAoyHc .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-vhjoSAoyHc .mbr-section-title {
  color: #262642;
}
.cid-vhjoSAoyHc .mbr-section-subtitle {
  color: #232323;
}
.cid-vhjoSAoyHc .mbr-section-title,
.cid-vhjoSAoyHc .buttons-wrapper {
  color: #232323;
}
.cid-vhhfJZ53Bl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vhhfJZ53Bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhfJZ53Bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhfJZ53Bl .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vhhfJZ53Bl .container-fluid {
    padding: 0 20px;
  }
}
.cid-vhhfJZ53Bl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhhfJZ53Bl .container {
    padding: 0 20px;
  }
}
.cid-vhhfJZ53Bl .row {
  justify-content: center;
}
.cid-vhhfJZ53Bl .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-vhhfJZ53Bl .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-vhhfJZ53Bl .title-wrapper .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-vhhfJZ53Bl .title-wrapper .title-wrap {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-btn .btn {
  border: none;
  padding: 0;
  min-width: 92px;
}
.cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  background-color: transparent !important;
  color: #444444 !important;
  opacity: .5;
}
.cid-vhhfJZ53Bl .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 18px;
}
.cid-vhhfJZ53Bl .item {
  margin-bottom: 32px;
}
.cid-vhhfJZ53Bl .item a:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vhhfJZ53Bl .item a:hover .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  background-color: #161616;
}
.cid-vhhfJZ53Bl .item a:hover .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(0);
}
.cid-vhhfJZ53Bl .item a:hover .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  opacity: 1;
}
.cid-vhhfJZ53Bl .item a .item-wrapper {
  overflow: hidden;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img {
  position: relative;
  height: 460px;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-out;
  pointer-events: visible;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent, #4176b6);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 768px) {
  .cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content {
    padding: 25px;
  }
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .subtitle-wrap {
  pointer-events: visible;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .subtitle-wrap .item-subtitle {
  display: inline-flex;
  padding: 4px 18px;
  margin-bottom: 6px;
  background-color: #b29fe9;
  transition: all 0.3s ease-out;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap {
  transform: translateY(40px);
  transition: all 0.3s ease-out;
  pointer-events: visible;
  transform: none;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .mbr-iconfont {
  margin-right: 14px;
  color: #c8d814;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .desc-wrapper .desc-wrap .item-desc {
  margin-bottom: 0;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link {
  display: inline-flex;
  opacity: 0;
  margin: 16px 0 0 0;
  transition: all 0.3s ease-out;
}
.cid-vhhfJZ53Bl .item a .item-wrapper .item-img .item-content .title-wrap .link-wrap .item-link .mbr-iconfont {
  margin-left: 6px;
}
.cid-vhhfJZ53Bl .mbr-section-title {
  color: #232323;
  text-align: justify;
}
.cid-vhhfJZ53Bl .mbr-section-subtitle {
  color: #232323;
  text-align: justify;
}
.cid-vhhfJZ53Bl .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vhhfJZ53Bl .item-subtitle {
  color: #ffffff;
}
.cid-vhhfJZ53Bl .item-desc {
  color: #D2D3D5;
}
.cid-vhhfJZ53Bl .item-link {
  color: #ffffff;
}
.cid-vhhfJZ53Bl .item-desc,
.cid-vhhfJZ53Bl .desc-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vhhfJZ53Bl .item-link,
.cid-vhhfJZ53Bl .link-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vhhfJZ53Bl .mbr-section-title DIV {
  text-align: center;
}
.cid-vhhBERdRdL {
  padding-top: 105px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/sedy90-1920x1190.jpg");
}
.cid-vhhBERdRdL .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-vhhBERdRdL .container {
  max-width: 1500px;
}
.cid-vhhBERdRdL .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-vhhBERdRdL .container {
    padding: 0 4rem;
  }
}
.cid-vhhBERdRdL .mbr-text,
.cid-vhhBERdRdL .mbr-section-btn {
  color: #efeeee;
}
.cid-vhhBERdRdL .btn {
  width: -webkit-fill-available;
  margin: 0.4rem !important;
}
.cid-vhhBERdRdL .pt-5 {
  padding-top: 4rem !important;
}
@media (max-width: 922px) {
  .cid-vhhBERdRdL .align-left {
    text-align: center;
  }
  .cid-vhhBERdRdL .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-vhhBERdRdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhBERdRdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2R6nZEnrf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2R6nZEnrf .item-subtitle,
.cid-v2R6nZEnrf .item-title,
.cid-v2R6nZEnrf .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v2R6nZEnrf .mbr-section-btn .btn-white-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-v2R6nZEnrf .item-img {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cid-v2R6nZEnrf .item-img img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  width: 102%;
  height: 102%;
  object-fit: cover;
  will-change: transform;
}
.cid-v2R6nZEnrf .item-img,
.cid-v2R6nZEnrf img {
  border-radius: 4px;
}
.cid-v2R6nZEnrf .item:focus,
.cid-v2R6nZEnrf span:focus {
  outline: none;
}
.cid-v2R6nZEnrf .item {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-v2R6nZEnrf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2R6nZEnrf .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  min-height: 300px;
  height: 100%;
  height: 390px;
}
.cid-v2R6nZEnrf .item-wrapper:hover .item-img img {
  transform: scale3d(1.2, 1.2, 2);
}
.cid-v2R6nZEnrf .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 10% 20%;
}
.cid-v2R6nZEnrf .item-content > div,
.cid-v2R6nZEnrf .item-content p {
  z-index: 5;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-v2R6nZEnrf .item-content {
    padding: 8% 15%;
  }
}
@media (max-width: 991px) {
  .cid-v2R6nZEnrf .item-content {
    padding: 50px 75px;
  }
}
@media (max-width: 575px) {
  .cid-v2R6nZEnrf .item-content {
    padding: 30px 20px;
  }
}
.cid-v2R6nZEnrf .mbr-text,
.cid-v2R6nZEnrf .mbr-section-btn {
  text-align: left;
}
.cid-v2ZGTrPPQs {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/bg3-1920x1200.jpg");
}
.cid-v2ZGTrPPQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZGTrPPQs .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-v2ZGTrPPQs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v2ZGTrPPQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZGTrPPQs .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #003e78;
  height: 80px;
  border-radius: 50%;
}
.cid-v2ZGTrPPQs .card-title,
.cid-v2ZGTrPPQs .iconfont-wrapper,
.cid-v2ZGTrPPQs .card-text {
  color: #000000;
  text-align: center;
}
.cid-v2ZGTrPPQs .content-head {
  max-width: 800px;
}
.cid-v2ZGTrPPQs .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZGTrPPQs .mbr-section-btn {
  text-align: center;
}
.cid-v2ZGTrPPQs .card-title,
.cid-v2ZGTrPPQs .iconfont-wrapper {
  color: #ffffff;
}
.cid-v2ZGTrPPQs .card-text,
.cid-v2ZGTrPPQs .mbr-section-btn {
  color: #ffffff;
}
.cid-v2W46un5zD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f0f0f0;
}
.cid-v2W46un5zD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2W46un5zD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2W46un5zD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2W46un5zD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2W46un5zD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v2W46un5zD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2W46un5zD .embla__slide .slide-content {
  width: 100%;
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2W46un5zD .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2W46un5zD .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2W46un5zD .embla__button--next,
.cid-v2W46un5zD .embla__button--prev {
  display: flex;
}
.cid-v2W46un5zD .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2W46un5zD .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #4176b6 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v2W46un5zD .embla__button:hover {
  background-color: #ffffff !important;
  color: #4176b6 !important;
}
.cid-v2W46un5zD .embla__button:disabled {
  opacity: .5 !important;
  background-color: #4176b6 !important;
  color: #ffffff !important;
}
.cid-v2W46un5zD .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v2W46un5zD .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v2W46un5zD .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-v2W46un5zD .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v2W46un5zD .embla__viewport {
    padding: 0;
  }
}
.cid-v2W46un5zD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2W46un5zD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2W46un5zD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2W46un5zD .mbr-section-title,
.cid-v2W46un5zD .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v2W46un5zD .card-number {
  color: #e6eddc;
}
.cid-v2W46un5zD .card-title {
  color: #323432;
}
.cid-v2W46un5zD .card-text {
  color: #323432;
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-v31KbMAMph {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v31KbMAMph [class^='socicon-']:before,
.cid-v31KbMAMph [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-v31KbMAMph .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v31KbMAMph .row {
  justify-content: center;
}
.cid-v31KbMAMph .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v31KbMAMph .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-v31KbMAMph .soc-item:hover span {
  color: #003e78 !important;
}
.cid-v31KbMAMph .mbr-fallback-image.disabled {
  display: none;
}
.cid-v31KbMAMph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v31KbMAMph DIV {
  text-align: center;
}
.cid-v31KbMAMph .mbr-text,
.cid-v31KbMAMph .mbr-section-btn {
  color: #4176b6;
}
.cid-v31L8T5xp9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v31L8T5xp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v31L8T5xp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v31L8T5xp9 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v31L8T5xp9 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v31L8T5xp9 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v31L8T5xp9 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-v31L8T5xp9 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-v31L8T5xp9 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-v31L8T5xp9 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v31L8T5xp9 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-v31L8T5xp9 .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .card {
    width: 100%;
  }
}
.cid-v31L8T5xp9 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-v31L8T5xp9 .card-box {
    flex-wrap: wrap;
  }
}
.cid-v31L8T5xp9 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v31L8T5xp9 .img-container {
    width: 100%;
  }
}
.cid-v31L8T5xp9 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-v31L8T5xp9 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v31L8T5xp9 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-v31L8T5xp9 .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-v31L8T5xp9 .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-v31L8T5xp9 .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .image-wrapper img {
    height: auto;
  }
}
.cid-v31L8T5xp9 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-v31L8T5xp9 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v31L8T5xp9 .card-container {
    width: 100%;
  }
}
.cid-v31L8T5xp9 .card-title {
  color: #232323;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v31L8T5xp9 .card-title {
    text-align: left !important;
  }
}
.cid-v31L8T5xp9 .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v31L8T5xp9 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v31L8T5xp9 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vaDtS7aT0e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vaDtS7aT0e .navbar-fixed-top {
  padding-top: 0;
}
.cid-vaDtS7aT0e .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vaDtS7aT0e .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vaDtS7aT0e .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vaDtS7aT0e .dropdown-item,
.cid-vaDtS7aT0e .nav-link,
.cid-vaDtS7aT0e .brand-name {
  font-style: normal;
}
.cid-vaDtS7aT0e .dropdown-item:hover,
.cid-vaDtS7aT0e .nav-link:hover,
.cid-vaDtS7aT0e .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vaDtS7aT0e .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaDtS7aT0e .nav-item {
  position: relative;
}
.cid-vaDtS7aT0e .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaDtS7aT0e .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vaDtS7aT0e .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vaDtS7aT0e .nav-link {
    line-height: 6.13;
  }
  .cid-vaDtS7aT0e .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vaDtS7aT0e .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vaDtS7aT0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .content-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vaDtS7aT0e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vaDtS7aT0e .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vaDtS7aT0e .content-right-side {
  text-align: center;
}
.cid-vaDtS7aT0e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vaDtS7aT0e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vaDtS7aT0e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vaDtS7aT0e .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vaDtS7aT0e .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaDtS7aT0e .info-widget:first-child {
  margin-left: 0;
}
.cid-vaDtS7aT0e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vaDtS7aT0e .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vaDtS7aT0e .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar {
    display: block;
    padding: 0;
  }
  .cid-vaDtS7aT0e .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vaDtS7aT0e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vaDtS7aT0e .navbar-toggler {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    justify-content: center;
  }
}
.cid-vaDtS7aT0e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vaDtS7aT0e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vaDtS7aT0e .btn-sm {
  padding: 13px 29px;
}
.cid-vaDtS7aT0e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vaDtS7aT0e .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vaDtS7aT0e .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDtS7aT0e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaDtS7aT0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vaDtS7aT0e button.navbar-toggler:focus {
  outline: none;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .btn {
  display: flex;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaDtS7aT0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vaDtS7aT0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaDtS7aT0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vaDtS7aT0e .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vaDtS7aT0e .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vaDtS7aT0e .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vaDtS7aT0e .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing,
  .cid-vaDtS7aT0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaDtS7aT0e img {
    height: 3.8rem !important;
  }
  .cid-vaDtS7aT0e .btn {
    display: flex;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vaDtS7aT0e .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vaDtS7aT0e .navbar-toggler {
  position: relative;
}
.cid-vaDtS7aT0e .dropdown-item.active,
.cid-vaDtS7aT0e .dropdown-item:active {
  color: initial;
}
.cid-vaDtS7aT0e .widget-title {
  color: #4176b6;
}
.cid-vaDtS7aT0e .widget-text {
  color: #4176b6;
}
.cid-vaDtS7aT0e .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vaDtS7aT0e .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vaDtS7aT0e .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vaDtS7aT0e .menu-content-top,
  .cid-vaDtS7aT0e .menu-bottom {
    padding: 0 15px;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vaDtS7aT0e .widget-title,
.cid-vaDtS7aT0e .widget-icon {
  color: #000000;
}
.cid-v5EHTHw9L0 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/airporttop-1-1920x812.jpg");
}
.cid-v5EHTHw9L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EHTHw9L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EHTHw9L0 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5EHTHw9L0 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5EHTHw9L0 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v5EHTHw9L0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5EHTHw9L0 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v5EHTHw9L0 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v5EHTHw9L0 .text-wrapper {
    padding-left: 0;
  }
}
.cid-v5EHTHw9L0 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5EHTHw9L0 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v5EHTHw9L0 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v5EHTHw9L0 .mbr-label {
  color: #ffffff;
}
.cid-v5EHTHw9L0 .mbr-section-title {
  color: #ffffff;
}
.cid-v5EHTHw9L0 .mbr-text {
  color: #ffffff;
}
.cid-v5EHVNz4vT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5EHVNz4vT .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-v5EHVNz4vT .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v5EHVNz4vT .image-wrapper {
    padding: 30px;
  }
}
.cid-v5EHVNz4vT .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-v5EHVNz4vT .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v5EHVNz4vT .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-v5EHVNz4vT .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v5EHVNz4vT .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v5EHVNz4vT .col-text {
    text-align: center;
  }
}
.cid-v5EHVNz4vT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v5EHVNz4vT .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v5EHVNz4vT .label-text {
    text-align: center !important;
  }
}
.cid-v5EHVNz4vT .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-v5EHVNz4vT .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-v5EHVNz4vT .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-v5EHVNz4vT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v5EHVNz4vT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v5EHVNz4vT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5EHVNz4vT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5EHVNz4vT .mbr-section-title,
.cid-v5EHVNz4vT .mbr-section-btn {
  color: #000000;
}
.cid-v5LALG9Lwc {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v5LALG9Lwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5LALG9Lwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5LALG9Lwc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v5LALG9Lwc .mbr-section-title {
  color: #24262b;
}
.cid-v5LALG9Lwc .mbr-section-subtitle {
  color: #24262b;
}
.cid-v5LALG9Lwc .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v5LALG9Lwc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v5LALG9Lwc .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v5LALG9Lwc .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v5LALG9Lwc .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v5LALG9Lwc .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v5LALG9Lwc .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v5LALG9Lwc .card-subtitle-1 {
  color: #ffffff;
}
.cid-v5LALG9Lwc .card-subtitle-2 {
  color: #24262b;
}
.cid-v5LALG9Lwc .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v5LALG9Lwc .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v5LALG9Lwc .mbr-section-btn {
  margin-top: 20px;
}
.cid-v5LALG9Lwc .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/airportmid2-1-1046x388.jpg");
}
.cid-v5LALG9Lwc .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v5DOGmYdAO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5DOGmYdAO [class^='socicon-']:before,
.cid-v5DOGmYdAO [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-v5DOGmYdAO .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5DOGmYdAO .row {
  justify-content: center;
}
.cid-v5DOGmYdAO .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v5DOGmYdAO .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-v5DOGmYdAO .soc-item:hover span {
  color: #003e78 !important;
}
.cid-v5DOGmYdAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DOGmYdAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DOGmYdAO DIV {
  text-align: center;
}
.cid-v5DOGmYdAO .mbr-text,
.cid-v5DOGmYdAO .mbr-section-btn {
  color: #4176b6;
}
.cid-v5DOGp8eT0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5DOGp8eT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5DOGp8eT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5DOGp8eT0 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v5DOGp8eT0 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v5DOGp8eT0 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v5DOGp8eT0 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-v5DOGp8eT0 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-v5DOGp8eT0 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-v5DOGp8eT0 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v5DOGp8eT0 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-v5DOGp8eT0 .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .card {
    width: 100%;
  }
}
.cid-v5DOGp8eT0 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-v5DOGp8eT0 .card-box {
    flex-wrap: wrap;
  }
}
.cid-v5DOGp8eT0 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v5DOGp8eT0 .img-container {
    width: 100%;
  }
}
.cid-v5DOGp8eT0 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-v5DOGp8eT0 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v5DOGp8eT0 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-v5DOGp8eT0 .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-v5DOGp8eT0 .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-v5DOGp8eT0 .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .image-wrapper img {
    height: auto;
  }
}
.cid-v5DOGp8eT0 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-v5DOGp8eT0 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v5DOGp8eT0 .card-container {
    width: 100%;
  }
}
.cid-v5DOGp8eT0 .card-title {
  color: #232323;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5DOGp8eT0 .card-title {
    text-align: left !important;
  }
}
.cid-v5DOGp8eT0 .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5DOGp8eT0 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5DOGp8eT0 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vaDtS7aT0e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vaDtS7aT0e .navbar-fixed-top {
  padding-top: 0;
}
.cid-vaDtS7aT0e .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vaDtS7aT0e .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vaDtS7aT0e .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vaDtS7aT0e .dropdown-item,
.cid-vaDtS7aT0e .nav-link,
.cid-vaDtS7aT0e .brand-name {
  font-style: normal;
}
.cid-vaDtS7aT0e .dropdown-item:hover,
.cid-vaDtS7aT0e .nav-link:hover,
.cid-vaDtS7aT0e .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vaDtS7aT0e .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaDtS7aT0e .nav-item {
  position: relative;
}
.cid-vaDtS7aT0e .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaDtS7aT0e .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vaDtS7aT0e .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vaDtS7aT0e .nav-link {
    line-height: 6.13;
  }
  .cid-vaDtS7aT0e .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vaDtS7aT0e .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vaDtS7aT0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .content-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vaDtS7aT0e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vaDtS7aT0e .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vaDtS7aT0e .content-right-side {
  text-align: center;
}
.cid-vaDtS7aT0e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vaDtS7aT0e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vaDtS7aT0e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vaDtS7aT0e .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vaDtS7aT0e .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaDtS7aT0e .info-widget:first-child {
  margin-left: 0;
}
.cid-vaDtS7aT0e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vaDtS7aT0e .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vaDtS7aT0e .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar {
    display: block;
    padding: 0;
  }
  .cid-vaDtS7aT0e .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vaDtS7aT0e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vaDtS7aT0e .navbar-toggler {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    justify-content: center;
  }
}
.cid-vaDtS7aT0e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vaDtS7aT0e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vaDtS7aT0e .btn-sm {
  padding: 13px 29px;
}
.cid-vaDtS7aT0e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vaDtS7aT0e .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vaDtS7aT0e .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDtS7aT0e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaDtS7aT0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vaDtS7aT0e button.navbar-toggler:focus {
  outline: none;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .btn {
  display: flex;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaDtS7aT0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vaDtS7aT0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaDtS7aT0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vaDtS7aT0e .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vaDtS7aT0e .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vaDtS7aT0e .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vaDtS7aT0e .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing,
  .cid-vaDtS7aT0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaDtS7aT0e img {
    height: 3.8rem !important;
  }
  .cid-vaDtS7aT0e .btn {
    display: flex;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vaDtS7aT0e .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vaDtS7aT0e .navbar-toggler {
  position: relative;
}
.cid-vaDtS7aT0e .dropdown-item.active,
.cid-vaDtS7aT0e .dropdown-item:active {
  color: initial;
}
.cid-vaDtS7aT0e .widget-title {
  color: #4176b6;
}
.cid-vaDtS7aT0e .widget-text {
  color: #4176b6;
}
.cid-vaDtS7aT0e .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vaDtS7aT0e .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vaDtS7aT0e .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vaDtS7aT0e .menu-content-top,
  .cid-vaDtS7aT0e .menu-bottom {
    padding: 0 15px;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vaDtS7aT0e .widget-title,
.cid-vaDtS7aT0e .widget-icon {
  color: #000000;
}
.cid-v5QEt0U2l3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/contacttop-1920x812.jpg");
}
.cid-v5QEt0U2l3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QEt0U2l3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QEt0U2l3 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v5QEt0U2l3 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5QEt0U2l3 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v5QEt0U2l3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5QEt0U2l3 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v5QEt0U2l3 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v5QEt0U2l3 .text-wrapper {
    padding-left: 0;
  }
}
.cid-v5QEt0U2l3 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v5QEt0U2l3 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v5QEt0U2l3 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v5QEt0U2l3 .mbr-label {
  color: #ffffff;
}
.cid-v5QEt0U2l3 .mbr-section-title {
  color: #ffffff;
}
.cid-v5QEt0U2l3 .mbr-text {
  color: #ffffff;
}
.cid-v5QIdGEWxP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5QIdGEWxP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QIdGEWxP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QIdGEWxP .mbr-section-head {
  width: 100%;
  margin-bottom: 30px;
}
.cid-v5QIdGEWxP .mbr-section-title {
  color: #9b8db7;
  margin-bottom: 0;
}
.cid-v5QIdGEWxP .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .cid-v5QIdGEWxP .col-text {
    margin-bottom: 50px;
  }
}
.cid-v5QIdGEWxP .mbr-text {
  color: #303030;
  margin-bottom: 35px;
}
.cid-v5QIdGEWxP .items-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 50px;
}
@media (max-width: 575px) {
  .cid-v5QIdGEWxP .items-wrap {
    flex-wrap: wrap;
    row-gap: 27px;
  }
}
.cid-v5QIdGEWxP .item-wrap {
  width: calc(50% - 25px);
}
@media (max-width: 575px) {
  .cid-v5QIdGEWxP .item-wrap {
    width: 100%;
  }
}
.cid-v5QIdGEWxP .item-title {
  color: #303030;
  margin-bottom: 18px;
}
.cid-v5QIdGEWxP .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  color: #303030;
}
.cid-v5QIdGEWxP .item-text {
  margin-bottom: 6px;
}
.cid-v5QIdGEWxP .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-v5QIdGEWxP form {
  width: 100%;
}
.cid-v5QIdGEWxP form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
.cid-v5QIdGEWxP form p {
  color: #353535;
}
.cid-v5QIdGEWxP form .form-group {
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}
.cid-v5QIdGEWxP form .form-control {
  height: 44px;
  border: none !important;
  border-bottom: 2px solid #303030 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 19px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
  transition: .3s;
}
.cid-v5QIdGEWxP form .form-control::-webkit-input-placeholder {
  color: #303030;
}
.cid-v5QIdGEWxP form .form-control::-moz-placeholder {
  color: #303030;
}
.cid-v5QIdGEWxP form .form-control:-moz-placeholder {
  color: #303030;
}
.cid-v5QIdGEWxP form .form-control:-ms-input-placeholder {
  color: #303030;
}
.cid-v5QIdGEWxP form select {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form textarea {
  height: 140px !important;
  min-height: 140px !important;
  padding: 5px 0;
  resize: none;
}
.cid-v5QIdGEWxP form textarea::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form textarea::-moz-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form textarea:-moz-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form textarea:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form input,
.cid-v5QIdGEWxP form textarea {
  transition: .3s all;
}
.cid-v5QIdGEWxP form input:active,
.cid-v5QIdGEWxP form textarea:active,
.cid-v5QIdGEWxP form input:focus,
.cid-v5QIdGEWxP form textarea:focus {
  background-color: transparent !important;
  border-color: #303030 !important;
  outline: none !important;
}
.cid-v5QIdGEWxP form input:active::-webkit-input-placeholder,
.cid-v5QIdGEWxP form textarea:active::-webkit-input-placeholder,
.cid-v5QIdGEWxP form input:focus::-webkit-input-placeholder,
.cid-v5QIdGEWxP form textarea:focus::-webkit-input-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form input:active::-moz-placeholder,
.cid-v5QIdGEWxP form textarea:active::-moz-placeholder,
.cid-v5QIdGEWxP form input:focus::-moz-placeholder,
.cid-v5QIdGEWxP form textarea:focus::-moz-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form input:active:-moz-placeholder,
.cid-v5QIdGEWxP form textarea:active:-moz-placeholder,
.cid-v5QIdGEWxP form input:focus:-moz-placeholder,
.cid-v5QIdGEWxP form textarea:focus:-moz-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form input:active:-ms-input-placeholder,
.cid-v5QIdGEWxP form textarea:active:-ms-input-placeholder,
.cid-v5QIdGEWxP form input:focus:-ms-input-placeholder,
.cid-v5QIdGEWxP form textarea:focus:-ms-input-placeholder {
  color: #303030 !important;
}
.cid-v5QIdGEWxP form .row {
  flex-wrap: wrap;
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.cid-v5QIdGEWxP form .row [class*=col] {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.cid-v5QIdGEWxP form label {
  width: 100%;
  color: #303030;
  margin-bottom: 6px;
}
.cid-v5QIdGEWxP form .form-check label {
  color: #303030;
}
.cid-v5QIdGEWxP form .form-check-input {
  border-color: #303030 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v5QIdGEWxP form .form-check-input:focus,
.cid-v5QIdGEWxP form .form-check-input:hover {
  background-color: #303030 !important;
  border-color: #303030 !important;
}
.cid-v5QIdGEWxP form .form-check-input:checked {
  border-color: #303030 !important;
  background-color: #303030 !important;
}
.cid-v5QEt4bYGt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5QEt4bYGt [class^='socicon-']:before,
.cid-v5QEt4bYGt [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-v5QEt4bYGt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v5QEt4bYGt .row {
  justify-content: center;
}
.cid-v5QEt4bYGt .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v5QEt4bYGt .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-v5QEt4bYGt .soc-item:hover span {
  color: #003e78 !important;
}
.cid-v5QEt4bYGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QEt4bYGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QEt4bYGt DIV {
  text-align: center;
}
.cid-v5QEt4bYGt .mbr-text,
.cid-v5QEt4bYGt .mbr-section-btn {
  color: #4176b6;
}
.cid-v5QEt4SfpK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v5QEt4SfpK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5QEt4SfpK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5QEt4SfpK .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v5QEt4SfpK .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v5QEt4SfpK .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v5QEt4SfpK .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-v5QEt4SfpK .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-v5QEt4SfpK .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-v5QEt4SfpK .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v5QEt4SfpK .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-v5QEt4SfpK .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .card {
    width: 100%;
  }
}
.cid-v5QEt4SfpK .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-v5QEt4SfpK .card-box {
    flex-wrap: wrap;
  }
}
.cid-v5QEt4SfpK .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v5QEt4SfpK .img-container {
    width: 100%;
  }
}
.cid-v5QEt4SfpK .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-v5QEt4SfpK .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v5QEt4SfpK .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-v5QEt4SfpK .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-v5QEt4SfpK .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-v5QEt4SfpK .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .image-wrapper img {
    height: auto;
  }
}
.cid-v5QEt4SfpK .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-v5QEt4SfpK .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v5QEt4SfpK .card-container {
    width: 100%;
  }
}
.cid-v5QEt4SfpK .card-title {
  color: #232323;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5QEt4SfpK .card-title {
    text-align: left !important;
  }
}
.cid-v5QEt4SfpK .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5QEt4SfpK .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v5QEt4SfpK .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vaDtS7aT0e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vaDtS7aT0e .navbar-fixed-top {
  padding-top: 0;
}
.cid-vaDtS7aT0e .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vaDtS7aT0e .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vaDtS7aT0e .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vaDtS7aT0e .dropdown-item,
.cid-vaDtS7aT0e .nav-link,
.cid-vaDtS7aT0e .brand-name {
  font-style: normal;
}
.cid-vaDtS7aT0e .dropdown-item:hover,
.cid-vaDtS7aT0e .nav-link:hover,
.cid-vaDtS7aT0e .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vaDtS7aT0e .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaDtS7aT0e .nav-item {
  position: relative;
}
.cid-vaDtS7aT0e .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaDtS7aT0e .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vaDtS7aT0e .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vaDtS7aT0e .nav-link {
    line-height: 6.13;
  }
  .cid-vaDtS7aT0e .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vaDtS7aT0e .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vaDtS7aT0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .content-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vaDtS7aT0e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vaDtS7aT0e .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vaDtS7aT0e .content-right-side {
  text-align: center;
}
.cid-vaDtS7aT0e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vaDtS7aT0e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vaDtS7aT0e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vaDtS7aT0e .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vaDtS7aT0e .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaDtS7aT0e .info-widget:first-child {
  margin-left: 0;
}
.cid-vaDtS7aT0e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vaDtS7aT0e .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vaDtS7aT0e .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar {
    display: block;
    padding: 0;
  }
  .cid-vaDtS7aT0e .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vaDtS7aT0e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vaDtS7aT0e .navbar-toggler {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    justify-content: center;
  }
}
.cid-vaDtS7aT0e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vaDtS7aT0e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vaDtS7aT0e .btn-sm {
  padding: 13px 29px;
}
.cid-vaDtS7aT0e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vaDtS7aT0e .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vaDtS7aT0e .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDtS7aT0e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaDtS7aT0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vaDtS7aT0e button.navbar-toggler:focus {
  outline: none;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .btn {
  display: flex;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaDtS7aT0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vaDtS7aT0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaDtS7aT0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vaDtS7aT0e .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vaDtS7aT0e .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vaDtS7aT0e .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vaDtS7aT0e .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing,
  .cid-vaDtS7aT0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaDtS7aT0e img {
    height: 3.8rem !important;
  }
  .cid-vaDtS7aT0e .btn {
    display: flex;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vaDtS7aT0e .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vaDtS7aT0e .navbar-toggler {
  position: relative;
}
.cid-vaDtS7aT0e .dropdown-item.active,
.cid-vaDtS7aT0e .dropdown-item:active {
  color: initial;
}
.cid-vaDtS7aT0e .widget-title {
  color: #4176b6;
}
.cid-vaDtS7aT0e .widget-text {
  color: #4176b6;
}
.cid-vaDtS7aT0e .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vaDtS7aT0e .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vaDtS7aT0e .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vaDtS7aT0e .menu-content-top,
  .cid-vaDtS7aT0e .menu-bottom {
    padding: 0 15px;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vaDtS7aT0e .widget-title,
.cid-vaDtS7aT0e .widget-icon {
  color: #000000;
}
.cid-v61B390OBW {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/coporatetop-1920x812.jpg");
}
.cid-v61B390OBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61B390OBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61B390OBW .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v61B390OBW .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v61B390OBW .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v61B390OBW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v61B390OBW .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v61B390OBW .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v61B390OBW .text-wrapper {
    padding-left: 0;
  }
}
.cid-v61B390OBW .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v61B390OBW .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v61B390OBW .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v61B390OBW .mbr-label {
  color: #ffffff;
}
.cid-v61B390OBW .mbr-section-title {
  color: #ffffff;
}
.cid-v61B390OBW .mbr-text {
  color: #ffffff;
}
.cid-v61B39NJ8r {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v61B39NJ8r .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-v61B39NJ8r .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v61B39NJ8r .image-wrapper {
    padding: 30px;
  }
}
.cid-v61B39NJ8r .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-v61B39NJ8r .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v61B39NJ8r .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-v61B39NJ8r .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v61B39NJ8r .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v61B39NJ8r .col-text {
    text-align: center;
  }
}
.cid-v61B39NJ8r .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v61B39NJ8r .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v61B39NJ8r .label-text {
    text-align: center !important;
  }
}
.cid-v61B39NJ8r .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-v61B39NJ8r .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-v61B39NJ8r .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-v61B39NJ8r .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v61B39NJ8r .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v61B39NJ8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61B39NJ8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61B39NJ8r .mbr-section-title,
.cid-v61B39NJ8r .mbr-section-btn {
  color: #000000;
}
.cid-v61B3aHCoH {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v61B3aHCoH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61B3aHCoH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61B3aHCoH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v61B3aHCoH .mbr-section-title {
  color: #24262b;
}
.cid-v61B3aHCoH .mbr-section-subtitle {
  color: #24262b;
}
.cid-v61B3aHCoH .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v61B3aHCoH .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v61B3aHCoH .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v61B3aHCoH .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v61B3aHCoH .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v61B3aHCoH .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v61B3aHCoH .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v61B3aHCoH .card-subtitle-1 {
  color: #ffffff;
}
.cid-v61B3aHCoH .card-subtitle-2 {
  color: #24262b;
}
.cid-v61B3aHCoH .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v61B3aHCoH .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v61B3aHCoH .mbr-section-btn {
  margin-top: 20px;
}
.cid-v61B3aHCoH .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/corporatemid-2-1046x388.jpg");
}
.cid-v61B3aHCoH .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v61B3bYzWb {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v61B3bYzWb [class^='socicon-']:before,
.cid-v61B3bYzWb [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-v61B3bYzWb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v61B3bYzWb .row {
  justify-content: center;
}
.cid-v61B3bYzWb .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v61B3bYzWb .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-v61B3bYzWb .soc-item:hover span {
  color: #003e78 !important;
}
.cid-v61B3bYzWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61B3bYzWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61B3bYzWb DIV {
  text-align: center;
}
.cid-v61B3bYzWb .mbr-text,
.cid-v61B3bYzWb .mbr-section-btn {
  color: #4176b6;
}
.cid-v61B3cEflC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v61B3cEflC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61B3cEflC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61B3cEflC .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v61B3cEflC .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v61B3cEflC .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v61B3cEflC .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-v61B3cEflC .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-v61B3cEflC .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-v61B3cEflC .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v61B3cEflC .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-v61B3cEflC .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .card {
    width: 100%;
  }
}
.cid-v61B3cEflC .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-v61B3cEflC .card-box {
    flex-wrap: wrap;
  }
}
.cid-v61B3cEflC .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v61B3cEflC .img-container {
    width: 100%;
  }
}
.cid-v61B3cEflC .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-v61B3cEflC .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v61B3cEflC .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-v61B3cEflC .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-v61B3cEflC .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-v61B3cEflC .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .image-wrapper img {
    height: auto;
  }
}
.cid-v61B3cEflC .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-v61B3cEflC .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v61B3cEflC .card-container {
    width: 100%;
  }
}
.cid-v61B3cEflC .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61B3cEflC .card-title {
    text-align: left !important;
  }
}
.cid-v61B3cEflC .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61B3cEflC .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61B3cEflC .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vaDtS7aT0e .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vaDtS7aT0e .navbar-fixed-top {
  padding-top: 0;
}
.cid-vaDtS7aT0e .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vaDtS7aT0e .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vaDtS7aT0e .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vaDtS7aT0e .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vaDtS7aT0e .dropdown-item,
.cid-vaDtS7aT0e .nav-link,
.cid-vaDtS7aT0e .brand-name {
  font-style: normal;
}
.cid-vaDtS7aT0e .dropdown-item:hover,
.cid-vaDtS7aT0e .nav-link:hover,
.cid-vaDtS7aT0e .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vaDtS7aT0e .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vaDtS7aT0e .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vaDtS7aT0e .nav-item {
  position: relative;
}
.cid-vaDtS7aT0e .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vaDtS7aT0e .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vaDtS7aT0e .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vaDtS7aT0e .nav-link {
    line-height: 6.13;
  }
  .cid-vaDtS7aT0e .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vaDtS7aT0e .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vaDtS7aT0e .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .content-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vaDtS7aT0e .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vaDtS7aT0e .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vaDtS7aT0e .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaDtS7aT0e .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vaDtS7aT0e .content-right-side {
  text-align: center;
}
.cid-vaDtS7aT0e .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vaDtS7aT0e .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vaDtS7aT0e .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vaDtS7aT0e .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vaDtS7aT0e .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vaDtS7aT0e .info-widget:first-child {
  margin-left: 0;
}
.cid-vaDtS7aT0e .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vaDtS7aT0e .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vaDtS7aT0e .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vaDtS7aT0e .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar {
    display: block;
    padding: 0;
  }
  .cid-vaDtS7aT0e .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vaDtS7aT0e .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vaDtS7aT0e .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vaDtS7aT0e .navbar-toggler {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    justify-content: center;
  }
}
.cid-vaDtS7aT0e .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vaDtS7aT0e .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vaDtS7aT0e .btn-sm {
  padding: 13px 29px;
}
.cid-vaDtS7aT0e .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vaDtS7aT0e .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vaDtS7aT0e .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vaDtS7aT0e .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDtS7aT0e .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vaDtS7aT0e .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vaDtS7aT0e button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vaDtS7aT0e button.navbar-toggler:focus {
  outline: none;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vaDtS7aT0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vaDtS7aT0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vaDtS7aT0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .btn {
  display: flex;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vaDtS7aT0e .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vaDtS7aT0e .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vaDtS7aT0e .collapsed button.navbar-toggler {
  display: block;
}
.cid-vaDtS7aT0e .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vaDtS7aT0e .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vaDtS7aT0e .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vaDtS7aT0e .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vaDtS7aT0e .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vaDtS7aT0e .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vaDtS7aT0e .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vaDtS7aT0e .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vaDtS7aT0e .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vaDtS7aT0e .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing,
  .cid-vaDtS7aT0e .navbar-collapse.show {
    display: block !important;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vaDtS7aT0e .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vaDtS7aT0e .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vaDtS7aT0e img {
    height: 3.8rem !important;
  }
  .cid-vaDtS7aT0e .btn {
    display: flex;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vaDtS7aT0e .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vaDtS7aT0e .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vaDtS7aT0e .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vaDtS7aT0e .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vaDtS7aT0e .navbar-toggler {
  position: relative;
}
.cid-vaDtS7aT0e .dropdown-item.active,
.cid-vaDtS7aT0e .dropdown-item:active {
  color: initial;
}
.cid-vaDtS7aT0e .widget-title {
  color: #4176b6;
}
.cid-vaDtS7aT0e .widget-text {
  color: #4176b6;
}
.cid-vaDtS7aT0e .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vaDtS7aT0e .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vaDtS7aT0e .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vaDtS7aT0e .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vaDtS7aT0e .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vaDtS7aT0e .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vaDtS7aT0e .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vaDtS7aT0e .menu-content-top,
  .cid-vaDtS7aT0e .menu-bottom {
    padding: 0 15px;
  }
  .cid-vaDtS7aT0e button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vaDtS7aT0e .widget-title,
.cid-vaDtS7aT0e .widget-icon {
  color: #000000;
}
.cid-v61SyuaNzn {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/specialocassions-1920x812.jpg");
}
.cid-v61SyuaNzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61SyuaNzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61SyuaNzn .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v61SyuaNzn .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v61SyuaNzn .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v61SyuaNzn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v61SyuaNzn .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-v61SyuaNzn .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-v61SyuaNzn .text-wrapper {
    padding-left: 0;
  }
}
.cid-v61SyuaNzn .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v61SyuaNzn .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v61SyuaNzn .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v61SyuaNzn .mbr-label {
  color: #ffffff;
}
.cid-v61SyuaNzn .mbr-section-title {
  color: #ffffff;
}
.cid-v61SyuaNzn .mbr-text {
  color: #ffffff;
}
.cid-v61SyvvuFm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v61SyvvuFm .image-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-v61SyvvuFm .image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v61SyvvuFm .image-wrapper {
    padding: 30px;
  }
}
.cid-v61SyvvuFm .image-wrapper .img-caption-container {
  position: relative;
  display: flex;
}
.cid-v61SyvvuFm .image-wrapper img {
  height: 200px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v61SyvvuFm .image-wrapper img {
    height: 277px;
  }
}
@media (max-width: 991px) {
  .cid-v61SyvvuFm .col-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .cid-v61SyvvuFm .col-text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-v61SyvvuFm .col-text {
    text-align: center;
  }
}
.cid-v61SyvvuFm .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-v61SyvvuFm .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-v61SyvvuFm .label-text {
    text-align: center !important;
  }
}
.cid-v61SyvvuFm .mbr-section-title {
  margin-bottom: 24px;
  color: #222222;
  width: 100%;
}
.cid-v61SyvvuFm .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 1.5rem;
  text-align: left;
}
.cid-v61SyvvuFm .btn-container {
  width: 100%;
}
@media (max-width: 575px) {
  .cid-v61SyvvuFm .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-v61SyvvuFm .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-v61SyvvuFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61SyvvuFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61SyvvuFm .mbr-section-title,
.cid-v61SyvvuFm .mbr-section-btn {
  color: #000000;
}
.cid-v61SyvZLqM {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v61SyvZLqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61SyvZLqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61SyvZLqM .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v61SyvZLqM .mbr-section-title {
  color: #24262b;
}
.cid-v61SyvZLqM .mbr-section-subtitle {
  color: #24262b;
}
.cid-v61SyvZLqM .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v61SyvZLqM .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v61SyvZLqM .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v61SyvZLqM .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v61SyvZLqM .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v61SyvZLqM .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v61SyvZLqM .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v61SyvZLqM .card-subtitle-1 {
  color: #ffffff;
}
.cid-v61SyvZLqM .card-subtitle-2 {
  color: #24262b;
}
.cid-v61SyvZLqM .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v61SyvZLqM .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v61SyvZLqM .mbr-section-btn {
  margin-top: 20px;
}
.cid-v61SyvZLqM .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/specialmid-1046x388.jpg");
}
.cid-v61SyvZLqM .card-2 .card-wrap {
  background: #e7d8d6;
}
.cid-v61SyxbZRB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v61SyxbZRB [class^='socicon-']:before,
.cid-v61SyxbZRB [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-v61SyxbZRB .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v61SyxbZRB .row {
  justify-content: center;
}
.cid-v61SyxbZRB .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-v61SyxbZRB .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-v61SyxbZRB .soc-item:hover span {
  color: #003e78 !important;
}
.cid-v61SyxbZRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61SyxbZRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61SyxbZRB DIV {
  text-align: center;
}
.cid-v61SyxbZRB .mbr-text,
.cid-v61SyxbZRB .mbr-section-btn {
  color: #4176b6;
}
.cid-v61SyxXY8j {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v61SyxXY8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v61SyxXY8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v61SyxXY8j .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v61SyxXY8j .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v61SyxXY8j .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v61SyxXY8j .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-v61SyxXY8j .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-v61SyxXY8j .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-v61SyxXY8j .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v61SyxXY8j .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-v61SyxXY8j .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .card {
    width: 100%;
  }
}
.cid-v61SyxXY8j .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-v61SyxXY8j .card-box {
    flex-wrap: wrap;
  }
}
.cid-v61SyxXY8j .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v61SyxXY8j .img-container {
    width: 100%;
  }
}
.cid-v61SyxXY8j .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-v61SyxXY8j .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-v61SyxXY8j .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-v61SyxXY8j .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-v61SyxXY8j .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-v61SyxXY8j .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .image-wrapper img {
    height: auto;
  }
}
.cid-v61SyxXY8j .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-v61SyxXY8j .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-v61SyxXY8j .card-container {
    width: 100%;
  }
}
.cid-v61SyxXY8j .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61SyxXY8j .card-title {
    text-align: left !important;
  }
}
.cid-v61SyxXY8j .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61SyxXY8j .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-v61SyxXY8j .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcD7I4aShc .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcD7I4aShc .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcD7I4aShc .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcD7I4aShc .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcD7I4aShc .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcD7I4aShc .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcD7I4aShc .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcD7I4aShc .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcD7I4aShc .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcD7I4aShc .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcD7I4aShc .dropdown-item,
.cid-vcD7I4aShc .nav-link,
.cid-vcD7I4aShc .brand-name {
  font-style: normal;
}
.cid-vcD7I4aShc .dropdown-item:hover,
.cid-vcD7I4aShc .nav-link:hover,
.cid-vcD7I4aShc .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcD7I4aShc .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcD7I4aShc .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcD7I4aShc .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcD7I4aShc .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcD7I4aShc .nav-item {
  position: relative;
}
.cid-vcD7I4aShc .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcD7I4aShc .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcD7I4aShc .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcD7I4aShc .nav-link {
    line-height: 6.13;
  }
  .cid-vcD7I4aShc .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcD7I4aShc .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcD7I4aShc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcD7I4aShc .content-text {
  margin-bottom: 0;
}
.cid-vcD7I4aShc .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcD7I4aShc .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcD7I4aShc .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcD7I4aShc .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcD7I4aShc .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcD7I4aShc .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcD7I4aShc .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcD7I4aShc .content-right-side {
  text-align: center;
}
.cid-vcD7I4aShc .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcD7I4aShc .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcD7I4aShc .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcD7I4aShc .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcD7I4aShc .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcD7I4aShc .info-widget:first-child {
  margin-left: 0;
}
.cid-vcD7I4aShc .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcD7I4aShc .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcD7I4aShc .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcD7I4aShc .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcD7I4aShc .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcD7I4aShc .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcD7I4aShc .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcD7I4aShc .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcD7I4aShc .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcD7I4aShc .navbar-toggler {
    display: none;
  }
  .cid-vcD7I4aShc .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcD7I4aShc .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcD7I4aShc .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcD7I4aShc .btn-sm {
  padding: 13px 29px;
}
.cid-vcD7I4aShc .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcD7I4aShc .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcD7I4aShc .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcD7I4aShc .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcD7I4aShc .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcD7I4aShc .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcD7I4aShc .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcD7I4aShc .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcD7I4aShc .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcD7I4aShc .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcD7I4aShc .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcD7I4aShc .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcD7I4aShc .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcD7I4aShc .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcD7I4aShc .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcD7I4aShc button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcD7I4aShc button.navbar-toggler:focus {
  outline: none;
}
.cid-vcD7I4aShc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcD7I4aShc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcD7I4aShc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcD7I4aShc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcD7I4aShc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcD7I4aShc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcD7I4aShc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcD7I4aShc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcD7I4aShc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcD7I4aShc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcD7I4aShc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcD7I4aShc .collapsed .btn {
  display: flex;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse.collapsing,
.cid-vcD7I4aShc .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcD7I4aShc .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcD7I4aShc .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcD7I4aShc .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcD7I4aShc .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcD7I4aShc .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcD7I4aShc .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcD7I4aShc .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcD7I4aShc .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcD7I4aShc .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcD7I4aShc .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcD7I4aShc .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcD7I4aShc .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcD7I4aShc .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcD7I4aShc .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcD7I4aShc .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcD7I4aShc .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcD7I4aShc .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcD7I4aShc .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcD7I4aShc .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcD7I4aShc .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing,
  .cid-vcD7I4aShc .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing .navbar-nav,
  .cid-vcD7I4aShc .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcD7I4aShc .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcD7I4aShc .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcD7I4aShc .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcD7I4aShc .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcD7I4aShc .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcD7I4aShc img {
    height: 3.8rem !important;
  }
  .cid-vcD7I4aShc .btn {
    display: flex;
  }
  .cid-vcD7I4aShc button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcD7I4aShc .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcD7I4aShc .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcD7I4aShc .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcD7I4aShc .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcD7I4aShc .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcD7I4aShc .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcD7I4aShc .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcD7I4aShc .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcD7I4aShc .navbar-toggler {
  position: relative;
}
.cid-vcD7I4aShc .dropdown-item.active,
.cid-vcD7I4aShc .dropdown-item:active {
  color: initial;
}
.cid-vcD7I4aShc .widget-title {
  color: #4176b6;
}
.cid-vcD7I4aShc .widget-text {
  color: #4176b6;
}
.cid-vcD7I4aShc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcD7I4aShc .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcD7I4aShc .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcD7I4aShc .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcD7I4aShc .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcD7I4aShc .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcD7I4aShc .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcD7I4aShc .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcD7I4aShc .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcD7I4aShc .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcD7I4aShc .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcD7I4aShc .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcD7I4aShc .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcD7I4aShc .menu-content-top,
  .cid-vcD7I4aShc .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcD7I4aShc button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcD7I4aShc .widget-title,
.cid-vcD7I4aShc .widget-icon {
  color: #000000;
}
.cid-vcD7I60mN2 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/contacttop-1920x812.jpg");
}
.cid-vcD7I60mN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcD7I60mN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcD7I60mN2 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcD7I60mN2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcD7I60mN2 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcD7I60mN2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcD7I60mN2 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcD7I60mN2 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcD7I60mN2 .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcD7I60mN2 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcD7I60mN2 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcD7I60mN2 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcD7I60mN2 .mbr-label {
  color: #ffffff;
}
.cid-vcD7I60mN2 .mbr-section-title {
  color: #ffffff;
}
.cid-vcD7I60mN2 .mbr-text {
  color: #ffffff;
}
.cid-vcDaHBRQe4 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vcDaHBRQe4 .card-img {
  position: relative;
  overflow: hidden;
}
.cid-vcDaHBRQe4 section {
  position: relative;
}
.cid-vcDaHBRQe4 a {
  font-weight: 600;
}
.cid-vcDaHBRQe4 .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-vcDaHBRQe4 .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-vcDaHBRQe4 .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #003e78;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-vcDaHBRQe4 .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-vcDaHBRQe4 .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-vcDaHBRQe4 .card-wrapper {
  height: 100%;
}
.cid-vcDaHBRQe4 .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-vcDaHBRQe4 .card-wrapper:hover .card-title a {
  color: #003e78 !important;
}
.cid-vcDaHBRQe4 .text {
  color: #767676;
}
.cid-vcDaHBRQe4 .card-title {
  color: #36404c;
}
.cid-vcDaHBRQe4 .title {
  text-align: center;
}
.cid-vcDaHBRQe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDaHBRQe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDlhexsCG {
  padding-top: 75px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-vcDlhexsCG .card-img {
  position: relative;
  overflow: hidden;
}
.cid-vcDlhexsCG section {
  position: relative;
}
.cid-vcDlhexsCG a {
  font-weight: 600;
}
.cid-vcDlhexsCG .btn-sm {
  padding: 0.6rem 2.2rem;
}
.cid-vcDlhexsCG .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
  background: #f5f5f7;
}
.cid-vcDlhexsCG .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100%;
  left: 0;
  background-color: #003e78;
  opacity: 0;
  transform-origin: right center 0;
  transform: perspective(100px) rotateY(-120deg);
  transform-style: flat;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.cid-vcDlhexsCG .card-box {
  padding: 1rem;
  background-color: #ffffff;
  width: 85%;
  margin: auto;
  margin-top: -40px;
  position: relative;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 80px;
  display: flex;
  align-items: center;
}
.cid-vcDlhexsCG .card-box h3 {
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin: 0;
}
.cid-vcDlhexsCG .card-wrapper {
  height: 100%;
}
.cid-vcDlhexsCG .card-wrapper:hover .card-img:before {
  opacity: 0.3;
  transform: perspective(100px) rotateY(0deg);
}
.cid-vcDlhexsCG .card-wrapper:hover .card-title a {
  color: #003e78 !important;
}
.cid-vcDlhexsCG .text {
  color: #767676;
}
.cid-vcDlhexsCG .card-title {
  color: #36404c;
}
.cid-vcDlhexsCG .title {
  text-align: center;
}
.cid-vcDlhexsCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDlhexsCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcD7I9IrA3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcD7I9IrA3 [class^='socicon-']:before,
.cid-vcD7I9IrA3 [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcD7I9IrA3 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcD7I9IrA3 .row {
  justify-content: center;
}
.cid-vcD7I9IrA3 .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcD7I9IrA3 .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcD7I9IrA3 .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcD7I9IrA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcD7I9IrA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcD7I9IrA3 DIV {
  text-align: center;
}
.cid-vcD7I9IrA3 .mbr-text,
.cid-vcD7I9IrA3 .mbr-section-btn {
  color: #4176b6;
}
.cid-vcD7IaF3gu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcD7IaF3gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcD7IaF3gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcD7IaF3gu .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcD7IaF3gu .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcD7IaF3gu .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcD7IaF3gu .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcD7IaF3gu .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcD7IaF3gu .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcD7IaF3gu .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcD7IaF3gu .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcD7IaF3gu .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .card {
    width: 100%;
  }
}
.cid-vcD7IaF3gu .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcD7IaF3gu .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcD7IaF3gu .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcD7IaF3gu .img-container {
    width: 100%;
  }
}
.cid-vcD7IaF3gu .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcD7IaF3gu .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcD7IaF3gu .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcD7IaF3gu .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcD7IaF3gu .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcD7IaF3gu .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .image-wrapper img {
    height: auto;
  }
}
.cid-vcD7IaF3gu .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcD7IaF3gu .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcD7IaF3gu .card-container {
    width: 100%;
  }
}
.cid-vcD7IaF3gu .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcD7IaF3gu .card-title {
    text-align: left !important;
  }
}
.cid-vcD7IaF3gu .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcD7IaF3gu .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcD7IaF3gu .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcDAsc3f1E .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcDAsc3f1E .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcDAsc3f1E .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcDAsc3f1E .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcDAsc3f1E .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcDAsc3f1E .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcDAsc3f1E .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcDAsc3f1E .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcDAsc3f1E .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcDAsc3f1E .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcDAsc3f1E .dropdown-item,
.cid-vcDAsc3f1E .nav-link,
.cid-vcDAsc3f1E .brand-name {
  font-style: normal;
}
.cid-vcDAsc3f1E .dropdown-item:hover,
.cid-vcDAsc3f1E .nav-link:hover,
.cid-vcDAsc3f1E .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcDAsc3f1E .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcDAsc3f1E .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcDAsc3f1E .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcDAsc3f1E .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcDAsc3f1E .nav-item {
  position: relative;
}
.cid-vcDAsc3f1E .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcDAsc3f1E .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcDAsc3f1E .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcDAsc3f1E .nav-link {
    line-height: 6.13;
  }
  .cid-vcDAsc3f1E .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcDAsc3f1E .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcDAsc3f1E .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcDAsc3f1E .content-text {
  margin-bottom: 0;
}
.cid-vcDAsc3f1E .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcDAsc3f1E .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcDAsc3f1E .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcDAsc3f1E .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcDAsc3f1E .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcDAsc3f1E .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcDAsc3f1E .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcDAsc3f1E .content-right-side {
  text-align: center;
}
.cid-vcDAsc3f1E .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcDAsc3f1E .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcDAsc3f1E .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcDAsc3f1E .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcDAsc3f1E .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcDAsc3f1E .info-widget:first-child {
  margin-left: 0;
}
.cid-vcDAsc3f1E .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcDAsc3f1E .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcDAsc3f1E .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcDAsc3f1E .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcDAsc3f1E .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcDAsc3f1E .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcDAsc3f1E .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcDAsc3f1E .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcDAsc3f1E .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcDAsc3f1E .navbar-toggler {
    display: none;
  }
  .cid-vcDAsc3f1E .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcDAsc3f1E .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcDAsc3f1E .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcDAsc3f1E .btn-sm {
  padding: 13px 29px;
}
.cid-vcDAsc3f1E .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcDAsc3f1E .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcDAsc3f1E .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcDAsc3f1E .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcDAsc3f1E .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcDAsc3f1E .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcDAsc3f1E .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcDAsc3f1E .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcDAsc3f1E .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcDAsc3f1E .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcDAsc3f1E .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcDAsc3f1E .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcDAsc3f1E .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcDAsc3f1E .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcDAsc3f1E button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcDAsc3f1E button.navbar-toggler:focus {
  outline: none;
}
.cid-vcDAsc3f1E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcDAsc3f1E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcDAsc3f1E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcDAsc3f1E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcDAsc3f1E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcDAsc3f1E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcDAsc3f1E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcDAsc3f1E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcDAsc3f1E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcDAsc3f1E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcDAsc3f1E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcDAsc3f1E .collapsed .btn {
  display: flex;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse.collapsing,
.cid-vcDAsc3f1E .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcDAsc3f1E .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcDAsc3f1E .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcDAsc3f1E .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcDAsc3f1E .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcDAsc3f1E .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcDAsc3f1E .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcDAsc3f1E .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcDAsc3f1E .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcDAsc3f1E .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcDAsc3f1E .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcDAsc3f1E .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcDAsc3f1E .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcDAsc3f1E .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcDAsc3f1E .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcDAsc3f1E .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcDAsc3f1E .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcDAsc3f1E .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcDAsc3f1E .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcDAsc3f1E .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcDAsc3f1E .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing,
  .cid-vcDAsc3f1E .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing .navbar-nav,
  .cid-vcDAsc3f1E .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcDAsc3f1E .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcDAsc3f1E .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcDAsc3f1E .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcDAsc3f1E .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcDAsc3f1E .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcDAsc3f1E img {
    height: 3.8rem !important;
  }
  .cid-vcDAsc3f1E .btn {
    display: flex;
  }
  .cid-vcDAsc3f1E button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcDAsc3f1E .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcDAsc3f1E .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcDAsc3f1E .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcDAsc3f1E .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcDAsc3f1E .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcDAsc3f1E .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcDAsc3f1E .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcDAsc3f1E .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcDAsc3f1E .navbar-toggler {
  position: relative;
}
.cid-vcDAsc3f1E .dropdown-item.active,
.cid-vcDAsc3f1E .dropdown-item:active {
  color: initial;
}
.cid-vcDAsc3f1E .widget-title {
  color: #4176b6;
}
.cid-vcDAsc3f1E .widget-text {
  color: #4176b6;
}
.cid-vcDAsc3f1E .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcDAsc3f1E .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcDAsc3f1E .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcDAsc3f1E .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcDAsc3f1E .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcDAsc3f1E .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcDAsc3f1E .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcDAsc3f1E .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcDAsc3f1E .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcDAsc3f1E .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcDAsc3f1E .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcDAsc3f1E .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcDAsc3f1E .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcDAsc3f1E .menu-content-top,
  .cid-vcDAsc3f1E .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcDAsc3f1E button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcDAsc3f1E .widget-title,
.cid-vcDAsc3f1E .widget-icon {
  color: #000000;
}
.cid-vcDAsgDvZO {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/contacttop-1920x812.jpg");
}
.cid-vcDAsgDvZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDAsgDvZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDAsgDvZO .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcDAsgDvZO .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcDAsgDvZO .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcDAsgDvZO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcDAsgDvZO .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcDAsgDvZO .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcDAsgDvZO .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcDAsgDvZO .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcDAsgDvZO .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcDAsgDvZO .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcDAsgDvZO .mbr-label {
  color: #ffffff;
}
.cid-vcDAsgDvZO .mbr-section-title {
  color: #ffffff;
}
.cid-vcDAsgDvZO .mbr-text {
  color: #ffffff;
}
.cid-vcDJo9jKzl {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcDJo9jKzl .title__block {
  padding: 30px 15px;
}
.cid-vcDJo9jKzl .mbr-text {
  margin-bottom: 30px;
}
.cid-vcDJo9jKzl .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcDJo9jKzl .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcDJo9jKzl .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcDJo9jKzl .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcDJo9jKzl .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcDJo9jKzl .btn {
  margin-top: 0;
}
.cid-vcDJo9jKzl .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcDJo9jKzl img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcDJo9jKzl .image {
    margin-bottom: 10px;
  }
  .cid-vcDJo9jKzl .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcDJo9jKzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDJo9jKzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDJo9jKzl .mbr-section-title {
  color: #232323;
}
.cid-vcDJo9jKzl .mbr-text,
.cid-vcDJo9jKzl .mbr-section-btn {
  color: #232323;
}
.cid-vcDAsnAboz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcDAsnAboz [class^='socicon-']:before,
.cid-vcDAsnAboz [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcDAsnAboz .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcDAsnAboz .row {
  justify-content: center;
}
.cid-vcDAsnAboz .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcDAsnAboz .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcDAsnAboz .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcDAsnAboz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDAsnAboz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDAsnAboz DIV {
  text-align: center;
}
.cid-vcDAsnAboz .mbr-text,
.cid-vcDAsnAboz .mbr-section-btn {
  color: #4176b6;
}
.cid-vcDAsoEDHt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcDAsoEDHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcDAsoEDHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcDAsoEDHt .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcDAsoEDHt .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcDAsoEDHt .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcDAsoEDHt .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcDAsoEDHt .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcDAsoEDHt .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcDAsoEDHt .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcDAsoEDHt .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcDAsoEDHt .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .card {
    width: 100%;
  }
}
.cid-vcDAsoEDHt .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcDAsoEDHt .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcDAsoEDHt .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcDAsoEDHt .img-container {
    width: 100%;
  }
}
.cid-vcDAsoEDHt .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcDAsoEDHt .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcDAsoEDHt .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcDAsoEDHt .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcDAsoEDHt .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcDAsoEDHt .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .image-wrapper img {
    height: auto;
  }
}
.cid-vcDAsoEDHt .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcDAsoEDHt .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcDAsoEDHt .card-container {
    width: 100%;
  }
}
.cid-vcDAsoEDHt .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcDAsoEDHt .card-title {
    text-align: left !important;
  }
}
.cid-vcDAsoEDHt .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcDAsoEDHt .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcDAsoEDHt .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcMjIh4RPC .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcMjIh4RPC .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcMjIh4RPC .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcMjIh4RPC .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcMjIh4RPC .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcMjIh4RPC .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcMjIh4RPC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcMjIh4RPC .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcMjIh4RPC .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcMjIh4RPC .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcMjIh4RPC .dropdown-item,
.cid-vcMjIh4RPC .nav-link,
.cid-vcMjIh4RPC .brand-name {
  font-style: normal;
}
.cid-vcMjIh4RPC .dropdown-item:hover,
.cid-vcMjIh4RPC .nav-link:hover,
.cid-vcMjIh4RPC .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcMjIh4RPC .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcMjIh4RPC .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcMjIh4RPC .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcMjIh4RPC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcMjIh4RPC .nav-item {
  position: relative;
}
.cid-vcMjIh4RPC .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcMjIh4RPC .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcMjIh4RPC .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcMjIh4RPC .nav-link {
    line-height: 6.13;
  }
  .cid-vcMjIh4RPC .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcMjIh4RPC .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcMjIh4RPC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcMjIh4RPC .content-text {
  margin-bottom: 0;
}
.cid-vcMjIh4RPC .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcMjIh4RPC .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcMjIh4RPC .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcMjIh4RPC .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcMjIh4RPC .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcMjIh4RPC .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcMjIh4RPC .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcMjIh4RPC .content-right-side {
  text-align: center;
}
.cid-vcMjIh4RPC .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcMjIh4RPC .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcMjIh4RPC .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcMjIh4RPC .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcMjIh4RPC .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcMjIh4RPC .info-widget:first-child {
  margin-left: 0;
}
.cid-vcMjIh4RPC .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcMjIh4RPC .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcMjIh4RPC .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcMjIh4RPC .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcMjIh4RPC .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcMjIh4RPC .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcMjIh4RPC .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcMjIh4RPC .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcMjIh4RPC .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcMjIh4RPC .navbar-toggler {
    display: none;
  }
  .cid-vcMjIh4RPC .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcMjIh4RPC .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcMjIh4RPC .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcMjIh4RPC .btn-sm {
  padding: 13px 29px;
}
.cid-vcMjIh4RPC .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcMjIh4RPC .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcMjIh4RPC .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcMjIh4RPC .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcMjIh4RPC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcMjIh4RPC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcMjIh4RPC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcMjIh4RPC .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcMjIh4RPC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcMjIh4RPC .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcMjIh4RPC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcMjIh4RPC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcMjIh4RPC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcMjIh4RPC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcMjIh4RPC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcMjIh4RPC button.navbar-toggler:focus {
  outline: none;
}
.cid-vcMjIh4RPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcMjIh4RPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcMjIh4RPC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcMjIh4RPC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcMjIh4RPC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcMjIh4RPC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcMjIh4RPC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcMjIh4RPC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcMjIh4RPC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcMjIh4RPC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcMjIh4RPC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcMjIh4RPC .collapsed .btn {
  display: flex;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse.collapsing,
.cid-vcMjIh4RPC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcMjIh4RPC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcMjIh4RPC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcMjIh4RPC .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcMjIh4RPC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcMjIh4RPC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcMjIh4RPC .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcMjIh4RPC .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcMjIh4RPC .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcMjIh4RPC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcMjIh4RPC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcMjIh4RPC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcMjIh4RPC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcMjIh4RPC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcMjIh4RPC .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcMjIh4RPC .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcMjIh4RPC .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcMjIh4RPC .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcMjIh4RPC .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcMjIh4RPC .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcMjIh4RPC .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing,
  .cid-vcMjIh4RPC .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing .navbar-nav,
  .cid-vcMjIh4RPC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcMjIh4RPC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcMjIh4RPC .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcMjIh4RPC .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcMjIh4RPC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcMjIh4RPC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcMjIh4RPC img {
    height: 3.8rem !important;
  }
  .cid-vcMjIh4RPC .btn {
    display: flex;
  }
  .cid-vcMjIh4RPC button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcMjIh4RPC .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcMjIh4RPC .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcMjIh4RPC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcMjIh4RPC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcMjIh4RPC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcMjIh4RPC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcMjIh4RPC .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcMjIh4RPC .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcMjIh4RPC .navbar-toggler {
  position: relative;
}
.cid-vcMjIh4RPC .dropdown-item.active,
.cid-vcMjIh4RPC .dropdown-item:active {
  color: initial;
}
.cid-vcMjIh4RPC .widget-title {
  color: #4176b6;
}
.cid-vcMjIh4RPC .widget-text {
  color: #4176b6;
}
.cid-vcMjIh4RPC .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcMjIh4RPC .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcMjIh4RPC .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcMjIh4RPC .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcMjIh4RPC .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcMjIh4RPC .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcMjIh4RPC .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcMjIh4RPC .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcMjIh4RPC .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcMjIh4RPC .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcMjIh4RPC .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcMjIh4RPC .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcMjIh4RPC .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcMjIh4RPC .menu-content-top,
  .cid-vcMjIh4RPC .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcMjIh4RPC button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcMjIh4RPC .widget-title,
.cid-vcMjIh4RPC .widget-icon {
  color: #000000;
}
.cid-vcMjIiv7Eg {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/luxurytop-1920x812.jpg");
}
.cid-vcMjIiv7Eg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMjIiv7Eg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMjIiv7Eg .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcMjIiv7Eg .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcMjIiv7Eg .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcMjIiv7Eg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcMjIiv7Eg .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcMjIiv7Eg .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcMjIiv7Eg .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcMjIiv7Eg .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcMjIiv7Eg .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcMjIiv7Eg .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcMjIiv7Eg .mbr-label {
  color: #ffffff;
}
.cid-vcMjIiv7Eg .mbr-section-title {
  color: #ffffff;
}
.cid-vcMjIiv7Eg .mbr-text {
  color: #ffffff;
}
.cid-vcMjIjnniI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcMjIjnniI .title__block {
  padding: 30px 15px;
}
.cid-vcMjIjnniI .mbr-text {
  margin-bottom: 30px;
}
.cid-vcMjIjnniI .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcMjIjnniI .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcMjIjnniI .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcMjIjnniI .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcMjIjnniI .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcMjIjnniI .btn {
  margin-top: 0;
}
.cid-vcMjIjnniI .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcMjIjnniI img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcMjIjnniI .image {
    margin-bottom: 10px;
  }
  .cid-vcMjIjnniI .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcMjIjnniI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMjIjnniI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMjIjnniI .mbr-section-title {
  color: #232323;
}
.cid-vcMjIjnniI .mbr-text,
.cid-vcMjIjnniI .mbr-section-btn {
  color: #232323;
}
.cid-vcMjIkTlFu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcMjIkTlFu [class^='socicon-']:before,
.cid-vcMjIkTlFu [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcMjIkTlFu .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcMjIkTlFu .row {
  justify-content: center;
}
.cid-vcMjIkTlFu .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcMjIkTlFu .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcMjIkTlFu .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcMjIkTlFu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMjIkTlFu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMjIkTlFu DIV {
  text-align: center;
}
.cid-vcMjIkTlFu .mbr-text,
.cid-vcMjIkTlFu .mbr-section-btn {
  color: #4176b6;
}
.cid-vcMjImgBeP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcMjImgBeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMjImgBeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMjImgBeP .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcMjImgBeP .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcMjImgBeP .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcMjImgBeP .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcMjImgBeP .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcMjImgBeP .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcMjImgBeP .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcMjImgBeP .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcMjImgBeP .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .card {
    width: 100%;
  }
}
.cid-vcMjImgBeP .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcMjImgBeP .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcMjImgBeP .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcMjImgBeP .img-container {
    width: 100%;
  }
}
.cid-vcMjImgBeP .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcMjImgBeP .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcMjImgBeP .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcMjImgBeP .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcMjImgBeP .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcMjImgBeP .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .image-wrapper img {
    height: auto;
  }
}
.cid-vcMjImgBeP .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcMjImgBeP .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcMjImgBeP .card-container {
    width: 100%;
  }
}
.cid-vcMjImgBeP .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMjImgBeP .card-title {
    text-align: left !important;
  }
}
.cid-vcMjImgBeP .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMjImgBeP .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMjImgBeP .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcMqw3GXbZ .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcMqw3GXbZ .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcMqw3GXbZ .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcMqw3GXbZ .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcMqw3GXbZ .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcMqw3GXbZ .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcMqw3GXbZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcMqw3GXbZ .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcMqw3GXbZ .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcMqw3GXbZ .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcMqw3GXbZ .dropdown-item,
.cid-vcMqw3GXbZ .nav-link,
.cid-vcMqw3GXbZ .brand-name {
  font-style: normal;
}
.cid-vcMqw3GXbZ .dropdown-item:hover,
.cid-vcMqw3GXbZ .nav-link:hover,
.cid-vcMqw3GXbZ .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcMqw3GXbZ .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcMqw3GXbZ .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcMqw3GXbZ .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcMqw3GXbZ .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcMqw3GXbZ .nav-item {
  position: relative;
}
.cid-vcMqw3GXbZ .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcMqw3GXbZ .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcMqw3GXbZ .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcMqw3GXbZ .nav-link {
    line-height: 6.13;
  }
  .cid-vcMqw3GXbZ .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcMqw3GXbZ .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcMqw3GXbZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcMqw3GXbZ .content-text {
  margin-bottom: 0;
}
.cid-vcMqw3GXbZ .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcMqw3GXbZ .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcMqw3GXbZ .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcMqw3GXbZ .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcMqw3GXbZ .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcMqw3GXbZ .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcMqw3GXbZ .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcMqw3GXbZ .content-right-side {
  text-align: center;
}
.cid-vcMqw3GXbZ .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcMqw3GXbZ .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcMqw3GXbZ .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcMqw3GXbZ .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcMqw3GXbZ .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcMqw3GXbZ .info-widget:first-child {
  margin-left: 0;
}
.cid-vcMqw3GXbZ .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcMqw3GXbZ .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcMqw3GXbZ .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcMqw3GXbZ .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcMqw3GXbZ .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcMqw3GXbZ .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcMqw3GXbZ .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcMqw3GXbZ .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcMqw3GXbZ .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcMqw3GXbZ .navbar-toggler {
    display: none;
  }
  .cid-vcMqw3GXbZ .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcMqw3GXbZ .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcMqw3GXbZ .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcMqw3GXbZ .btn-sm {
  padding: 13px 29px;
}
.cid-vcMqw3GXbZ .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcMqw3GXbZ .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcMqw3GXbZ .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcMqw3GXbZ .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcMqw3GXbZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcMqw3GXbZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcMqw3GXbZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcMqw3GXbZ .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcMqw3GXbZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcMqw3GXbZ .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcMqw3GXbZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcMqw3GXbZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcMqw3GXbZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcMqw3GXbZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcMqw3GXbZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcMqw3GXbZ button.navbar-toggler:focus {
  outline: none;
}
.cid-vcMqw3GXbZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcMqw3GXbZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcMqw3GXbZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcMqw3GXbZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcMqw3GXbZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcMqw3GXbZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcMqw3GXbZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcMqw3GXbZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcMqw3GXbZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcMqw3GXbZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcMqw3GXbZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcMqw3GXbZ .collapsed .btn {
  display: flex;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.collapsing,
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcMqw3GXbZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcMqw3GXbZ .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcMqw3GXbZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcMqw3GXbZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcMqw3GXbZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcMqw3GXbZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcMqw3GXbZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcMqw3GXbZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcMqw3GXbZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcMqw3GXbZ .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcMqw3GXbZ .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcMqw3GXbZ .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcMqw3GXbZ .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcMqw3GXbZ .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcMqw3GXbZ .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcMqw3GXbZ .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing,
  .cid-vcMqw3GXbZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing .navbar-nav,
  .cid-vcMqw3GXbZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcMqw3GXbZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcMqw3GXbZ .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcMqw3GXbZ .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcMqw3GXbZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcMqw3GXbZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcMqw3GXbZ img {
    height: 3.8rem !important;
  }
  .cid-vcMqw3GXbZ .btn {
    display: flex;
  }
  .cid-vcMqw3GXbZ button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcMqw3GXbZ .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcMqw3GXbZ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcMqw3GXbZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcMqw3GXbZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcMqw3GXbZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcMqw3GXbZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcMqw3GXbZ .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcMqw3GXbZ .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcMqw3GXbZ .navbar-toggler {
  position: relative;
}
.cid-vcMqw3GXbZ .dropdown-item.active,
.cid-vcMqw3GXbZ .dropdown-item:active {
  color: initial;
}
.cid-vcMqw3GXbZ .widget-title {
  color: #4176b6;
}
.cid-vcMqw3GXbZ .widget-text {
  color: #4176b6;
}
.cid-vcMqw3GXbZ .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcMqw3GXbZ .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcMqw3GXbZ .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcMqw3GXbZ .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcMqw3GXbZ .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcMqw3GXbZ .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcMqw3GXbZ .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcMqw3GXbZ .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcMqw3GXbZ .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcMqw3GXbZ .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcMqw3GXbZ .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcMqw3GXbZ .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcMqw3GXbZ .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcMqw3GXbZ .menu-content-top,
  .cid-vcMqw3GXbZ .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcMqw3GXbZ button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcMqw3GXbZ .widget-title,
.cid-vcMqw3GXbZ .widget-icon {
  color: #000000;
}
.cid-vcMqw6g9QP {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/seatstop-1920x812.jpg");
}
.cid-vcMqw6g9QP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMqw6g9QP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMqw6g9QP .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcMqw6g9QP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcMqw6g9QP .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcMqw6g9QP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcMqw6g9QP .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcMqw6g9QP .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcMqw6g9QP .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcMqw6g9QP .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcMqw6g9QP .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcMqw6g9QP .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcMqw6g9QP .mbr-label {
  color: #ffffff;
}
.cid-vcMqw6g9QP .mbr-section-title {
  color: #ffffff;
}
.cid-vcMqw6g9QP .mbr-text {
  color: #ffffff;
}
.cid-vcMqw7mOd5 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcMqw7mOd5 .title__block {
  padding: 30px 15px;
}
.cid-vcMqw7mOd5 .mbr-text {
  margin-bottom: 30px;
}
.cid-vcMqw7mOd5 .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcMqw7mOd5 .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcMqw7mOd5 .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcMqw7mOd5 .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcMqw7mOd5 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcMqw7mOd5 .btn {
  margin-top: 0;
}
.cid-vcMqw7mOd5 .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcMqw7mOd5 img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcMqw7mOd5 .image {
    margin-bottom: 10px;
  }
  .cid-vcMqw7mOd5 .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcMqw7mOd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMqw7mOd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMqw7mOd5 .mbr-section-title {
  color: #232323;
}
.cid-vcMqw7mOd5 .mbr-text,
.cid-vcMqw7mOd5 .mbr-section-btn {
  color: #232323;
}
.cid-vcMqw8xvgn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcMqw8xvgn [class^='socicon-']:before,
.cid-vcMqw8xvgn [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcMqw8xvgn .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcMqw8xvgn .row {
  justify-content: center;
}
.cid-vcMqw8xvgn .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcMqw8xvgn .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcMqw8xvgn .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcMqw8xvgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMqw8xvgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMqw8xvgn DIV {
  text-align: center;
}
.cid-vcMqw8xvgn .mbr-text,
.cid-vcMqw8xvgn .mbr-section-btn {
  color: #4176b6;
}
.cid-vcMqw9lKj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcMqw9lKj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcMqw9lKj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcMqw9lKj7 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcMqw9lKj7 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcMqw9lKj7 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcMqw9lKj7 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcMqw9lKj7 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcMqw9lKj7 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcMqw9lKj7 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcMqw9lKj7 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcMqw9lKj7 .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .card {
    width: 100%;
  }
}
.cid-vcMqw9lKj7 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcMqw9lKj7 .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcMqw9lKj7 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcMqw9lKj7 .img-container {
    width: 100%;
  }
}
.cid-vcMqw9lKj7 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcMqw9lKj7 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcMqw9lKj7 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcMqw9lKj7 .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcMqw9lKj7 .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcMqw9lKj7 .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .image-wrapper img {
    height: auto;
  }
}
.cid-vcMqw9lKj7 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcMqw9lKj7 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcMqw9lKj7 .card-container {
    width: 100%;
  }
}
.cid-vcMqw9lKj7 .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMqw9lKj7 .card-title {
    text-align: left !important;
  }
}
.cid-vcMqw9lKj7 .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMqw9lKj7 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcMqw9lKj7 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcNkBzRtmV .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcNkBzRtmV .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcNkBzRtmV .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcNkBzRtmV .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcNkBzRtmV .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcNkBzRtmV .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcNkBzRtmV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcNkBzRtmV .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcNkBzRtmV .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcNkBzRtmV .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcNkBzRtmV .dropdown-item,
.cid-vcNkBzRtmV .nav-link,
.cid-vcNkBzRtmV .brand-name {
  font-style: normal;
}
.cid-vcNkBzRtmV .dropdown-item:hover,
.cid-vcNkBzRtmV .nav-link:hover,
.cid-vcNkBzRtmV .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcNkBzRtmV .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcNkBzRtmV .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcNkBzRtmV .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcNkBzRtmV .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcNkBzRtmV .nav-item {
  position: relative;
}
.cid-vcNkBzRtmV .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcNkBzRtmV .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcNkBzRtmV .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcNkBzRtmV .nav-link {
    line-height: 6.13;
  }
  .cid-vcNkBzRtmV .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcNkBzRtmV .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcNkBzRtmV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNkBzRtmV .content-text {
  margin-bottom: 0;
}
.cid-vcNkBzRtmV .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcNkBzRtmV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcNkBzRtmV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcNkBzRtmV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcNkBzRtmV .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcNkBzRtmV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNkBzRtmV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcNkBzRtmV .content-right-side {
  text-align: center;
}
.cid-vcNkBzRtmV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcNkBzRtmV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcNkBzRtmV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcNkBzRtmV .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcNkBzRtmV .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNkBzRtmV .info-widget:first-child {
  margin-left: 0;
}
.cid-vcNkBzRtmV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcNkBzRtmV .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcNkBzRtmV .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcNkBzRtmV .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcNkBzRtmV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcNkBzRtmV .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcNkBzRtmV .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcNkBzRtmV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcNkBzRtmV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcNkBzRtmV .navbar-toggler {
    display: none;
  }
  .cid-vcNkBzRtmV .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcNkBzRtmV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcNkBzRtmV .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcNkBzRtmV .btn-sm {
  padding: 13px 29px;
}
.cid-vcNkBzRtmV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcNkBzRtmV .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcNkBzRtmV .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcNkBzRtmV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcNkBzRtmV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcNkBzRtmV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcNkBzRtmV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcNkBzRtmV .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcNkBzRtmV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNkBzRtmV .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcNkBzRtmV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcNkBzRtmV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcNkBzRtmV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcNkBzRtmV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcNkBzRtmV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcNkBzRtmV button.navbar-toggler:focus {
  outline: none;
}
.cid-vcNkBzRtmV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcNkBzRtmV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNkBzRtmV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNkBzRtmV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNkBzRtmV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNkBzRtmV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNkBzRtmV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNkBzRtmV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNkBzRtmV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNkBzRtmV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNkBzRtmV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNkBzRtmV .collapsed .btn {
  display: flex;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse.collapsing,
.cid-vcNkBzRtmV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcNkBzRtmV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcNkBzRtmV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcNkBzRtmV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcNkBzRtmV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcNkBzRtmV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcNkBzRtmV .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNkBzRtmV .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcNkBzRtmV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcNkBzRtmV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcNkBzRtmV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcNkBzRtmV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcNkBzRtmV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcNkBzRtmV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcNkBzRtmV .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcNkBzRtmV .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcNkBzRtmV .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcNkBzRtmV .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcNkBzRtmV .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcNkBzRtmV .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcNkBzRtmV .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing,
  .cid-vcNkBzRtmV .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing .navbar-nav,
  .cid-vcNkBzRtmV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcNkBzRtmV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcNkBzRtmV .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcNkBzRtmV .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcNkBzRtmV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcNkBzRtmV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcNkBzRtmV img {
    height: 3.8rem !important;
  }
  .cid-vcNkBzRtmV .btn {
    display: flex;
  }
  .cid-vcNkBzRtmV button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcNkBzRtmV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcNkBzRtmV .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcNkBzRtmV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcNkBzRtmV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcNkBzRtmV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcNkBzRtmV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcNkBzRtmV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcNkBzRtmV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcNkBzRtmV .navbar-toggler {
  position: relative;
}
.cid-vcNkBzRtmV .dropdown-item.active,
.cid-vcNkBzRtmV .dropdown-item:active {
  color: initial;
}
.cid-vcNkBzRtmV .widget-title {
  color: #4176b6;
}
.cid-vcNkBzRtmV .widget-text {
  color: #4176b6;
}
.cid-vcNkBzRtmV .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcNkBzRtmV .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcNkBzRtmV .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcNkBzRtmV .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcNkBzRtmV .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcNkBzRtmV .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcNkBzRtmV .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcNkBzRtmV .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcNkBzRtmV .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcNkBzRtmV .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcNkBzRtmV .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcNkBzRtmV .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcNkBzRtmV .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcNkBzRtmV .menu-content-top,
  .cid-vcNkBzRtmV .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcNkBzRtmV button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcNkBzRtmV .widget-title,
.cid-vcNkBzRtmV .widget-icon {
  color: #000000;
}
.cid-vcNkBARIg8 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/taillightstop-1920x812.jpg");
}
.cid-vcNkBARIg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNkBARIg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNkBARIg8 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNkBARIg8 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcNkBARIg8 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNkBARIg8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNkBARIg8 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcNkBARIg8 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcNkBARIg8 .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcNkBARIg8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNkBARIg8 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcNkBARIg8 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcNkBARIg8 .mbr-label {
  color: #ffffff;
}
.cid-vcNkBARIg8 .mbr-section-title {
  color: #ffffff;
}
.cid-vcNkBARIg8 .mbr-text {
  color: #ffffff;
}
.cid-vcNkBBCc7b {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNkBBCc7b .title__block {
  padding: 30px 15px;
}
.cid-vcNkBBCc7b .mbr-text {
  margin-bottom: 30px;
}
.cid-vcNkBBCc7b .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcNkBBCc7b .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcNkBBCc7b .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcNkBBCc7b .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcNkBBCc7b .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcNkBBCc7b .btn {
  margin-top: 0;
}
.cid-vcNkBBCc7b .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcNkBBCc7b img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcNkBBCc7b .image {
    margin-bottom: 10px;
  }
  .cid-vcNkBBCc7b .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcNkBBCc7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNkBBCc7b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNkBBCc7b .mbr-section-title {
  color: #232323;
}
.cid-vcNkBBCc7b .mbr-text,
.cid-vcNkBBCc7b .mbr-section-btn {
  color: #232323;
}
.cid-vcNkBD32wJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcNkBD32wJ [class^='socicon-']:before,
.cid-vcNkBD32wJ [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcNkBD32wJ .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcNkBD32wJ .row {
  justify-content: center;
}
.cid-vcNkBD32wJ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcNkBD32wJ .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcNkBD32wJ .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcNkBD32wJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNkBD32wJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNkBD32wJ DIV {
  text-align: center;
}
.cid-vcNkBD32wJ .mbr-text,
.cid-vcNkBD32wJ .mbr-section-btn {
  color: #4176b6;
}
.cid-vcNkBDTZc1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNkBDTZc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNkBDTZc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNkBDTZc1 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcNkBDTZc1 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcNkBDTZc1 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcNkBDTZc1 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcNkBDTZc1 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcNkBDTZc1 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcNkBDTZc1 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcNkBDTZc1 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcNkBDTZc1 .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .card {
    width: 100%;
  }
}
.cid-vcNkBDTZc1 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcNkBDTZc1 .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcNkBDTZc1 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNkBDTZc1 .img-container {
    width: 100%;
  }
}
.cid-vcNkBDTZc1 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcNkBDTZc1 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcNkBDTZc1 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcNkBDTZc1 .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcNkBDTZc1 .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcNkBDTZc1 .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .image-wrapper img {
    height: auto;
  }
}
.cid-vcNkBDTZc1 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcNkBDTZc1 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNkBDTZc1 .card-container {
    width: 100%;
  }
}
.cid-vcNkBDTZc1 .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNkBDTZc1 .card-title {
    text-align: left !important;
  }
}
.cid-vcNkBDTZc1 .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNkBDTZc1 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNkBDTZc1 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcNrUic8AG .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcNrUic8AG .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcNrUic8AG .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcNrUic8AG .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcNrUic8AG .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcNrUic8AG .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcNrUic8AG .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcNrUic8AG .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcNrUic8AG .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcNrUic8AG .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcNrUic8AG .dropdown-item,
.cid-vcNrUic8AG .nav-link,
.cid-vcNrUic8AG .brand-name {
  font-style: normal;
}
.cid-vcNrUic8AG .dropdown-item:hover,
.cid-vcNrUic8AG .nav-link:hover,
.cid-vcNrUic8AG .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcNrUic8AG .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcNrUic8AG .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcNrUic8AG .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcNrUic8AG .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcNrUic8AG .nav-item {
  position: relative;
}
.cid-vcNrUic8AG .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcNrUic8AG .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcNrUic8AG .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcNrUic8AG .nav-link {
    line-height: 6.13;
  }
  .cid-vcNrUic8AG .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcNrUic8AG .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcNrUic8AG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNrUic8AG .content-text {
  margin-bottom: 0;
}
.cid-vcNrUic8AG .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcNrUic8AG .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcNrUic8AG .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcNrUic8AG .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcNrUic8AG .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcNrUic8AG .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNrUic8AG .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcNrUic8AG .content-right-side {
  text-align: center;
}
.cid-vcNrUic8AG .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcNrUic8AG .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcNrUic8AG .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcNrUic8AG .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcNrUic8AG .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNrUic8AG .info-widget:first-child {
  margin-left: 0;
}
.cid-vcNrUic8AG .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcNrUic8AG .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcNrUic8AG .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcNrUic8AG .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcNrUic8AG .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcNrUic8AG .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcNrUic8AG .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcNrUic8AG .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcNrUic8AG .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcNrUic8AG .navbar-toggler {
    display: none;
  }
  .cid-vcNrUic8AG .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcNrUic8AG .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcNrUic8AG .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcNrUic8AG .btn-sm {
  padding: 13px 29px;
}
.cid-vcNrUic8AG .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcNrUic8AG .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcNrUic8AG .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcNrUic8AG .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcNrUic8AG .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcNrUic8AG .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcNrUic8AG .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcNrUic8AG .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcNrUic8AG .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcNrUic8AG .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNrUic8AG .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcNrUic8AG .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcNrUic8AG .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcNrUic8AG .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcNrUic8AG .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcNrUic8AG button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcNrUic8AG button.navbar-toggler:focus {
  outline: none;
}
.cid-vcNrUic8AG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcNrUic8AG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNrUic8AG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNrUic8AG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNrUic8AG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNrUic8AG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNrUic8AG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNrUic8AG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNrUic8AG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNrUic8AG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNrUic8AG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNrUic8AG .collapsed .btn {
  display: flex;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse.collapsing,
.cid-vcNrUic8AG .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcNrUic8AG .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcNrUic8AG .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcNrUic8AG .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcNrUic8AG .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcNrUic8AG .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcNrUic8AG .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNrUic8AG .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcNrUic8AG .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcNrUic8AG .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcNrUic8AG .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcNrUic8AG .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcNrUic8AG .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcNrUic8AG .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcNrUic8AG .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcNrUic8AG .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcNrUic8AG .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcNrUic8AG .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcNrUic8AG .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcNrUic8AG .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcNrUic8AG .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing,
  .cid-vcNrUic8AG .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing .navbar-nav,
  .cid-vcNrUic8AG .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcNrUic8AG .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcNrUic8AG .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcNrUic8AG .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcNrUic8AG .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcNrUic8AG .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcNrUic8AG img {
    height: 3.8rem !important;
  }
  .cid-vcNrUic8AG .btn {
    display: flex;
  }
  .cid-vcNrUic8AG button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcNrUic8AG .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcNrUic8AG .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcNrUic8AG .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcNrUic8AG .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcNrUic8AG .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcNrUic8AG .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcNrUic8AG .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcNrUic8AG .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcNrUic8AG .navbar-toggler {
  position: relative;
}
.cid-vcNrUic8AG .dropdown-item.active,
.cid-vcNrUic8AG .dropdown-item:active {
  color: initial;
}
.cid-vcNrUic8AG .widget-title {
  color: #4176b6;
}
.cid-vcNrUic8AG .widget-text {
  color: #4176b6;
}
.cid-vcNrUic8AG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcNrUic8AG .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcNrUic8AG .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcNrUic8AG .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcNrUic8AG .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcNrUic8AG .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcNrUic8AG .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcNrUic8AG .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcNrUic8AG .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcNrUic8AG .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcNrUic8AG .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcNrUic8AG .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcNrUic8AG .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcNrUic8AG .menu-content-top,
  .cid-vcNrUic8AG .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcNrUic8AG button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcNrUic8AG .widget-title,
.cid-vcNrUic8AG .widget-icon {
  color: #000000;
}
.cid-vcNrUjRPET {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/vanseatstop-1920x812.jpg");
}
.cid-vcNrUjRPET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrUjRPET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrUjRPET .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNrUjRPET .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcNrUjRPET .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNrUjRPET .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNrUjRPET .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcNrUjRPET .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcNrUjRPET .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcNrUjRPET .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNrUjRPET .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcNrUjRPET .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcNrUjRPET .mbr-label {
  color: #ffffff;
}
.cid-vcNrUjRPET .mbr-section-title {
  color: #ffffff;
}
.cid-vcNrUjRPET .mbr-text {
  color: #ffffff;
}
.cid-vcNrUm0PzC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNrUm0PzC .title__block {
  padding: 30px 15px;
}
.cid-vcNrUm0PzC .mbr-text {
  margin-bottom: 30px;
}
.cid-vcNrUm0PzC .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcNrUm0PzC .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcNrUm0PzC .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcNrUm0PzC .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcNrUm0PzC .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcNrUm0PzC .btn {
  margin-top: 0;
}
.cid-vcNrUm0PzC .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcNrUm0PzC img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcNrUm0PzC .image {
    margin-bottom: 10px;
  }
  .cid-vcNrUm0PzC .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcNrUm0PzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrUm0PzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrUm0PzC .mbr-section-title {
  color: #232323;
}
.cid-vcNrUm0PzC .mbr-text,
.cid-vcNrUm0PzC .mbr-section-btn {
  color: #232323;
}
.cid-vcNrUndn8L {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcNrUndn8L [class^='socicon-']:before,
.cid-vcNrUndn8L [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcNrUndn8L .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcNrUndn8L .row {
  justify-content: center;
}
.cid-vcNrUndn8L .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcNrUndn8L .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcNrUndn8L .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcNrUndn8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrUndn8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrUndn8L DIV {
  text-align: center;
}
.cid-vcNrUndn8L .mbr-text,
.cid-vcNrUndn8L .mbr-section-btn {
  color: #4176b6;
}
.cid-vcNrUnTdz2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNrUnTdz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrUnTdz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrUnTdz2 .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcNrUnTdz2 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcNrUnTdz2 .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcNrUnTdz2 .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcNrUnTdz2 .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcNrUnTdz2 .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcNrUnTdz2 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcNrUnTdz2 .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcNrUnTdz2 .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .card {
    width: 100%;
  }
}
.cid-vcNrUnTdz2 .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcNrUnTdz2 .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcNrUnTdz2 .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNrUnTdz2 .img-container {
    width: 100%;
  }
}
.cid-vcNrUnTdz2 .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcNrUnTdz2 .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcNrUnTdz2 .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcNrUnTdz2 .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcNrUnTdz2 .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcNrUnTdz2 .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .image-wrapper img {
    height: auto;
  }
}
.cid-vcNrUnTdz2 .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcNrUnTdz2 .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNrUnTdz2 .card-container {
    width: 100%;
  }
}
.cid-vcNrUnTdz2 .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNrUnTdz2 .card-title {
    text-align: left !important;
  }
}
.cid-vcNrUnTdz2 .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNrUnTdz2 .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNrUnTdz2 .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcNCoBc3DW .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcNCoBc3DW .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcNCoBc3DW .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcNCoBc3DW .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcNCoBc3DW .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcNCoBc3DW .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcNCoBc3DW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcNCoBc3DW .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcNCoBc3DW .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcNCoBc3DW .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcNCoBc3DW .dropdown-item,
.cid-vcNCoBc3DW .nav-link,
.cid-vcNCoBc3DW .brand-name {
  font-style: normal;
}
.cid-vcNCoBc3DW .dropdown-item:hover,
.cid-vcNCoBc3DW .nav-link:hover,
.cid-vcNCoBc3DW .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcNCoBc3DW .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcNCoBc3DW .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcNCoBc3DW .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcNCoBc3DW .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcNCoBc3DW .nav-item {
  position: relative;
}
.cid-vcNCoBc3DW .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcNCoBc3DW .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcNCoBc3DW .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcNCoBc3DW .nav-link {
    line-height: 6.13;
  }
  .cid-vcNCoBc3DW .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcNCoBc3DW .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcNCoBc3DW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNCoBc3DW .content-text {
  margin-bottom: 0;
}
.cid-vcNCoBc3DW .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcNCoBc3DW .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcNCoBc3DW .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcNCoBc3DW .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcNCoBc3DW .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcNCoBc3DW .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNCoBc3DW .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcNCoBc3DW .content-right-side {
  text-align: center;
}
.cid-vcNCoBc3DW .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcNCoBc3DW .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcNCoBc3DW .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcNCoBc3DW .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcNCoBc3DW .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNCoBc3DW .info-widget:first-child {
  margin-left: 0;
}
.cid-vcNCoBc3DW .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcNCoBc3DW .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcNCoBc3DW .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcNCoBc3DW .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcNCoBc3DW .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcNCoBc3DW .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcNCoBc3DW .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcNCoBc3DW .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcNCoBc3DW .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcNCoBc3DW .navbar-toggler {
    display: none;
  }
  .cid-vcNCoBc3DW .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcNCoBc3DW .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcNCoBc3DW .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcNCoBc3DW .btn-sm {
  padding: 13px 29px;
}
.cid-vcNCoBc3DW .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcNCoBc3DW .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcNCoBc3DW .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcNCoBc3DW .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcNCoBc3DW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcNCoBc3DW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcNCoBc3DW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcNCoBc3DW .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcNCoBc3DW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNCoBc3DW .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcNCoBc3DW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcNCoBc3DW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcNCoBc3DW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcNCoBc3DW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcNCoBc3DW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcNCoBc3DW button.navbar-toggler:focus {
  outline: none;
}
.cid-vcNCoBc3DW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcNCoBc3DW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNCoBc3DW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNCoBc3DW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNCoBc3DW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNCoBc3DW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNCoBc3DW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNCoBc3DW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNCoBc3DW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNCoBc3DW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNCoBc3DW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNCoBc3DW .collapsed .btn {
  display: flex;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse.collapsing,
.cid-vcNCoBc3DW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcNCoBc3DW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcNCoBc3DW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcNCoBc3DW .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcNCoBc3DW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcNCoBc3DW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcNCoBc3DW .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNCoBc3DW .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcNCoBc3DW .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcNCoBc3DW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcNCoBc3DW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcNCoBc3DW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcNCoBc3DW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcNCoBc3DW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcNCoBc3DW .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcNCoBc3DW .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcNCoBc3DW .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcNCoBc3DW .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcNCoBc3DW .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcNCoBc3DW .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcNCoBc3DW .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing,
  .cid-vcNCoBc3DW .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing .navbar-nav,
  .cid-vcNCoBc3DW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcNCoBc3DW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcNCoBc3DW .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcNCoBc3DW .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcNCoBc3DW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcNCoBc3DW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcNCoBc3DW img {
    height: 3.8rem !important;
  }
  .cid-vcNCoBc3DW .btn {
    display: flex;
  }
  .cid-vcNCoBc3DW button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcNCoBc3DW .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcNCoBc3DW .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcNCoBc3DW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcNCoBc3DW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcNCoBc3DW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcNCoBc3DW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcNCoBc3DW .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcNCoBc3DW .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcNCoBc3DW .navbar-toggler {
  position: relative;
}
.cid-vcNCoBc3DW .dropdown-item.active,
.cid-vcNCoBc3DW .dropdown-item:active {
  color: initial;
}
.cid-vcNCoBc3DW .widget-title {
  color: #4176b6;
}
.cid-vcNCoBc3DW .widget-text {
  color: #4176b6;
}
.cid-vcNCoBc3DW .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcNCoBc3DW .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcNCoBc3DW .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcNCoBc3DW .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcNCoBc3DW .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcNCoBc3DW .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcNCoBc3DW .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcNCoBc3DW .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcNCoBc3DW .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcNCoBc3DW .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcNCoBc3DW .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcNCoBc3DW .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcNCoBc3DW .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcNCoBc3DW .menu-content-top,
  .cid-vcNCoBc3DW .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcNCoBc3DW button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcNCoBc3DW .widget-title,
.cid-vcNCoBc3DW .widget-icon {
  color: #000000;
}
.cid-vcNCoCfdPB {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/minibusseattop-1920x812.jpg");
}
.cid-vcNCoCfdPB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNCoCfdPB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNCoCfdPB .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNCoCfdPB .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcNCoCfdPB .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNCoCfdPB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNCoCfdPB .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcNCoCfdPB .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcNCoCfdPB .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcNCoCfdPB .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNCoCfdPB .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcNCoCfdPB .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcNCoCfdPB .mbr-label {
  color: #ffffff;
}
.cid-vcNCoCfdPB .mbr-section-title {
  color: #ffffff;
}
.cid-vcNCoCfdPB .mbr-text {
  color: #ffffff;
}
.cid-vcNCoCQziB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNCoCQziB .title__block {
  padding: 30px 15px;
}
.cid-vcNCoCQziB .mbr-text {
  margin-bottom: 30px;
}
.cid-vcNCoCQziB .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcNCoCQziB .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcNCoCQziB .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcNCoCQziB .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcNCoCQziB .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcNCoCQziB .btn {
  margin-top: 0;
}
.cid-vcNCoCQziB .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcNCoCQziB img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcNCoCQziB .image {
    margin-bottom: 10px;
  }
  .cid-vcNCoCQziB .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcNCoCQziB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNCoCQziB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNCoCQziB .mbr-section-title {
  color: #232323;
}
.cid-vcNCoCQziB .mbr-text,
.cid-vcNCoCQziB .mbr-section-btn {
  color: #232323;
}
.cid-vcNCoE7IWq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcNCoE7IWq [class^='socicon-']:before,
.cid-vcNCoE7IWq [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcNCoE7IWq .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcNCoE7IWq .row {
  justify-content: center;
}
.cid-vcNCoE7IWq .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcNCoE7IWq .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcNCoE7IWq .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcNCoE7IWq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNCoE7IWq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNCoE7IWq DIV {
  text-align: center;
}
.cid-vcNCoE7IWq .mbr-text,
.cid-vcNCoE7IWq .mbr-section-btn {
  color: #4176b6;
}
.cid-vcNCoEXOkS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNCoEXOkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNCoEXOkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNCoEXOkS .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcNCoEXOkS .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcNCoEXOkS .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcNCoEXOkS .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcNCoEXOkS .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcNCoEXOkS .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcNCoEXOkS .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcNCoEXOkS .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcNCoEXOkS .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .card {
    width: 100%;
  }
}
.cid-vcNCoEXOkS .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcNCoEXOkS .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcNCoEXOkS .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNCoEXOkS .img-container {
    width: 100%;
  }
}
.cid-vcNCoEXOkS .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcNCoEXOkS .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcNCoEXOkS .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcNCoEXOkS .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcNCoEXOkS .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcNCoEXOkS .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .image-wrapper img {
    height: auto;
  }
}
.cid-vcNCoEXOkS .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcNCoEXOkS .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNCoEXOkS .card-container {
    width: 100%;
  }
}
.cid-vcNCoEXOkS .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNCoEXOkS .card-title {
    text-align: left !important;
  }
}
.cid-vcNCoEXOkS .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNCoEXOkS .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNCoEXOkS .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
.cid-vcNI4ocOGy .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-vcNI4ocOGy .navbar-fixed-top {
  padding-top: 0;
}
.cid-vcNI4ocOGy .navbar-collapse {
  flex-basis: auto;
  transition: all 0.3s ease-in;
}
.cid-vcNI4ocOGy .navbar-collapse.show {
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 999;
  background-color: #f7f5f6;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 20px;
  bottom: auto;
  left: 0px;
  right: 0px;
}
.cid-vcNI4ocOGy .navbar-collapse.show .navbar-nav .nav-item {
  text-align: left;
  padding: 10px 0;
}
.cid-vcNI4ocOGy .navbar-buttons {
  flex-wrap: wrap;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  padding-right: 2rem;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vcNI4ocOGy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vcNI4ocOGy .menu-content-top {
  background: #ffffff;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  width: 100%;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-vcNI4ocOGy .menu-content-top .right-wrap .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-vcNI4ocOGy .dropdown-item {
  font-weight: 400;
  margin: 0 !important;
  padding: 0 40px !important;
  line-height: 2.6;
}
.cid-vcNI4ocOGy .dropdown-item,
.cid-vcNI4ocOGy .nav-link,
.cid-vcNI4ocOGy .brand-name {
  font-style: normal;
}
.cid-vcNI4ocOGy .dropdown-item:hover,
.cid-vcNI4ocOGy .nav-link:hover,
.cid-vcNI4ocOGy .brand-name:hover {
  color: #4176b6 !important;
}
.cid-vcNI4ocOGy .dropdown-menu {
  background-color: #f7f5f6;
}
.cid-vcNI4ocOGy .dropdown-item:active {
  background-color: #f7f5f6;
}
.cid-vcNI4ocOGy .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
.cid-vcNI4ocOGy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vcNI4ocOGy .nav-item {
  position: relative;
}
.cid-vcNI4ocOGy .nav-item span {
  padding-right: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-vcNI4ocOGy .nav-item .nav-link {
  transition: all 0.3s ease-in-out 0ms;
}
.cid-vcNI4ocOGy .nav-item .nav-link:focus {
  outline: none;
}
@media (min-width: 991px) {
  .cid-vcNI4ocOGy .nav-link {
    line-height: 6.13;
  }
  .cid-vcNI4ocOGy .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    margin: auto;
    opacity: 0;
    border-top: 2px solid #4176b6;
    transition: all 0.3s ease-in-out 0ms;
  }
  .cid-vcNI4ocOGy .navbar-nav > li:hover > a:before {
    opacity: 1;
    width: 100%;
  }
}
.cid-vcNI4ocOGy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNI4ocOGy .content-text {
  margin-bottom: 0;
}
.cid-vcNI4ocOGy .navbar-nav {
  position: relative;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-vcNI4ocOGy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #003e78;
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-vcNI4ocOGy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-vcNI4ocOGy .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-vcNI4ocOGy .navbar-nav .nav-item .link {
  margin: 0 20px !important;
}
.cid-vcNI4ocOGy .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNI4ocOGy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-vcNI4ocOGy .content-right-side {
  text-align: center;
}
.cid-vcNI4ocOGy .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-vcNI4ocOGy .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-vcNI4ocOGy .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
  color: #003e78;
}
.cid-vcNI4ocOGy .widget-icon.mobi-mbri-phone {
  -webkit-animation: phone-icon-animate 1s ease-in-out infinite;
  animation: phone-icon-animate 1s ease-in-out infinite;
}
.cid-vcNI4ocOGy .info-widget {
  margin-left: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vcNI4ocOGy .info-widget:first-child {
  margin-left: 0;
}
.cid-vcNI4ocOGy .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-vcNI4ocOGy .widget-content .widget-title {
  margin-bottom: 3px;
  line-height: 1.7;
}
.cid-vcNI4ocOGy .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-vcNI4ocOGy .navbar .menu-content-top {
  display: flex;
  height: 90px;
  border-bottom: 1px solid #d9dade;
}
@media (min-width: 992px) {
  .cid-vcNI4ocOGy .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
  }
  .cid-vcNI4ocOGy .navbar {
    display: block;
    padding: 0;
  }
  .cid-vcNI4ocOGy .navbar .menu-logo {
    margin: auto;
    display: flex;
    align-items: center;
  }
  .cid-vcNI4ocOGy .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    align-self: auto;
    display: flex;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-vcNI4ocOGy .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-vcNI4ocOGy .navbar-toggler {
    display: none;
  }
  .cid-vcNI4ocOGy .navbar-collapse {
    justify-content: center;
  }
}
.cid-vcNI4ocOGy .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-vcNI4ocOGy .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
  margin-right: 0;
}
.cid-vcNI4ocOGy .btn-sm {
  padding: 13px 29px;
}
.cid-vcNI4ocOGy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-vcNI4ocOGy .btn::after {
  background-color: #4176b6;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-vcNI4ocOGy .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-vcNI4ocOGy .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-vcNI4ocOGy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-vcNI4ocOGy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  align-self: center;
}
.cid-vcNI4ocOGy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding: 25px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-vcNI4ocOGy .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vcNI4ocOGy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNI4ocOGy .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-vcNI4ocOGy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  transition: font-size 0.25s;
}
.cid-vcNI4ocOGy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vcNI4ocOGy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vcNI4ocOGy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vcNI4ocOGy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  margin-right: 0;
}
.cid-vcNI4ocOGy button.navbar-toggler:focus {
  outline: none;
}
.cid-vcNI4ocOGy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4176b6;
}
.cid-vcNI4ocOGy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNI4ocOGy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNI4ocOGy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNI4ocOGy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNI4ocOGy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNI4ocOGy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNI4ocOGy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNI4ocOGy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNI4ocOGy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNI4ocOGy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNI4ocOGy .collapsed .btn {
  display: flex;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse.collapsing,
.cid-vcNI4ocOGy .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vcNI4ocOGy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vcNI4ocOGy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vcNI4ocOGy .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-vcNI4ocOGy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vcNI4ocOGy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-vcNI4ocOGy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-vcNI4ocOGy .collapsed button.navbar-toggler {
  display: block;
}
.cid-vcNI4ocOGy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-vcNI4ocOGy .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-vcNI4ocOGy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-vcNI4ocOGy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vcNI4ocOGy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vcNI4ocOGy .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-vcNI4ocOGy .collapsed .menu-bottom {
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vcNI4ocOGy .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
    padding-left: 20px !important;
  }
  .cid-vcNI4ocOGy .dropdown-menu .dropdown-item {
    text-align: left;
    font-weight: 700;
  }
  .cid-vcNI4ocOGy .menu-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-vcNI4ocOGy .menu-bottom .menu-content-right {
    display: none;
  }
  .cid-vcNI4ocOGy .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
    opacity: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
  }
  .cid-vcNI4ocOGy .navbar-collapse .navbar-nav .nav-item {
    clear: both;
    text-align: left;
    padding: 10px 0;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing,
  .cid-vcNI4ocOGy .navbar-collapse.show {
    display: block !important;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing .navbar-nav,
  .cid-vcNI4ocOGy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vcNI4ocOGy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link,
  .cid-vcNI4ocOGy .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    font-weight: 700;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing .navbar-buttons,
  .cid-vcNI4ocOGy .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-vcNI4ocOGy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vcNI4ocOGy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vcNI4ocOGy img {
    height: 3.8rem !important;
  }
  .cid-vcNI4ocOGy .btn {
    display: flex;
  }
  .cid-vcNI4ocOGy button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-vcNI4ocOGy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-vcNI4ocOGy .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-vcNI4ocOGy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-vcNI4ocOGy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vcNI4ocOGy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vcNI4ocOGy .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-vcNI4ocOGy .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-vcNI4ocOGy .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-vcNI4ocOGy .navbar-toggler {
  position: relative;
}
.cid-vcNI4ocOGy .dropdown-item.active,
.cid-vcNI4ocOGy .dropdown-item:active {
  color: initial;
}
.cid-vcNI4ocOGy .widget-title {
  color: #4176b6;
}
.cid-vcNI4ocOGy .widget-text {
  color: #4176b6;
}
.cid-vcNI4ocOGy .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  align-items: center;
}
.cid-vcNI4ocOGy .icons-menu .mbr-iconfont {
  font-size: 1rem;
  color: #003e78;
  display: inline-flex;
  background-color: #eaebee;
  border-radius: 100%;
  transition: all 0.3s ease-in;
}
.cid-vcNI4ocOGy .icons-menu .mbr-iconfont:before {
  padding: .75rem;
}
.cid-vcNI4ocOGy .icons-menu .mbr-iconfont:hover {
  color: #000000;
  background-color: #279e64;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-vcNI4ocOGy .soc-item {
  margin: .5rem .3rem;
}
@media (max-width: 768px) {
  .cid-vcNI4ocOGy .menu-content-top .icons-menu {
    padding-left: 0;
  }
  .cid-vcNI4ocOGy .menu-content-top .icons-menu .soc-item .mbr-iconfont {
    font-size: 14px;
  }
  .cid-vcNI4ocOGy .menu-content-top .icons-menu .soc-item .mbr-iconfont::before {
    padding: 0.44rem;
  }
  .cid-vcNI4ocOGy .menu-content-top .right-wrap .info-widget {
    margin-left: 20px;
  }
  .cid-vcNI4ocOGy .menu-content-top .right-wrap .info-widget:first-child {
    margin-left: 0;
  }
  .cid-vcNI4ocOGy .menu-content-top .right-wrap .info-widget .widget-content {
    display: none;
  }
  .cid-vcNI4ocOGy .menu-content-top .right-wrap .info-widget .widget-icon {
    font-size: 25px;
    padding-right: 0;
  }
  .cid-vcNI4ocOGy .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 576px) {
  .cid-vcNI4ocOGy .menu-content-top,
  .cid-vcNI4ocOGy .menu-bottom {
    padding: 0 15px;
  }
  .cid-vcNI4ocOGy button.navbar-toggler {
    align-self: center;
  }
}
@-webkit-keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes phone-icon-animate {
  0%,
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    transform: rotate(20deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-20deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
.cid-vcNI4ocOGy .widget-title,
.cid-vcNI4ocOGy .widget-icon {
  color: #000000;
}
.cid-vcNI4pkaEH {
  padding-top: 10rem;
  padding-bottom: 9rem;
  align-items: flex-end;
  justify-content: flex-end;
  background-image: url("../../../assets/images/minibusseattop-1920x812.jpg");
}
.cid-vcNI4pkaEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI4pkaEH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI4pkaEH .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNI4pkaEH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcNI4pkaEH .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-vcNI4pkaEH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNI4pkaEH .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-vcNI4pkaEH .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-vcNI4pkaEH .text-wrapper {
    padding-left: 0;
  }
}
.cid-vcNI4pkaEH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNI4pkaEH .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-vcNI4pkaEH .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vcNI4pkaEH .mbr-label {
  color: #ffffff;
}
.cid-vcNI4pkaEH .mbr-section-title {
  color: #ffffff;
}
.cid-vcNI4pkaEH .mbr-text {
  color: #ffffff;
}
.cid-vcNI4q0UQJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNI4q0UQJ .title__block {
  padding: 30px 15px;
}
.cid-vcNI4q0UQJ .mbr-text {
  margin-bottom: 30px;
}
.cid-vcNI4q0UQJ .mbr-section-subtitle {
  opacity: 0.8;
  margin-bottom: 20px;
}
.cid-vcNI4q0UQJ .divider {
  background-color: #232323;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  opacity: 0.6;
}
.cid-vcNI4q0UQJ .bottom__text {
  margin: 10px 0;
  color: #232323;
}
.cid-vcNI4q0UQJ .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .cid-vcNI4q0UQJ .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-vcNI4q0UQJ .btn {
  margin-top: 0;
}
.cid-vcNI4q0UQJ .btn:hover {
  background-color: #003e78 !important;
  border-color: #003e78 !important;
}
.cid-vcNI4q0UQJ img {
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-vcNI4q0UQJ .image {
    margin-bottom: 10px;
  }
  .cid-vcNI4q0UQJ .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-vcNI4q0UQJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI4q0UQJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI4q0UQJ .mbr-section-title {
  color: #232323;
}
.cid-vcNI4q0UQJ .mbr-text,
.cid-vcNI4q0UQJ .mbr-section-btn {
  color: #232323;
}
.cid-vcNI4rkCdF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vcNI4rkCdF [class^='socicon-']:before,
.cid-vcNI4rkCdF [class*=' socicon-']:before {
  line-height: 44px;
}
.cid-vcNI4rkCdF .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcNI4rkCdF .row {
  justify-content: center;
}
.cid-vcNI4rkCdF .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.6rem;
  margin-bottom: 1rem;
}
.cid-vcNI4rkCdF .soc-item span {
  font-size: 1rem;
  color: #4176b6 !important;
  transition: all 0.3s;
}
.cid-vcNI4rkCdF .soc-item:hover span {
  color: #003e78 !important;
}
.cid-vcNI4rkCdF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI4rkCdF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI4rkCdF DIV {
  text-align: center;
}
.cid-vcNI4rkCdF .mbr-text,
.cid-vcNI4rkCdF .mbr-section-btn {
  color: #4176b6;
}
.cid-vcNI4s12eB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vcNI4s12eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNI4s12eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNI4s12eB .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-vcNI4s12eB .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-vcNI4s12eB .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-vcNI4s12eB .col-title {
  width: 100%;
  max-width: 1140px;
  padding: 0 10px !important;
  margin: 0 auto 40px;
}
.cid-vcNI4s12eB .mbr-section-title {
  color: #112B6D;
  margin-bottom: 20px !important;
}
.cid-vcNI4s12eB .mbr-section-subtitle {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
.cid-vcNI4s12eB .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .cards-container {
    flex-wrap: wrap;
  }
}
.cid-vcNI4s12eB .card {
  width: 33.33333333%;
  border-radius: 0;
}
.cid-vcNI4s12eB .card:not(:first-child) {
  border-left: 1px solid #7a7a7a;
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .card:not(:first-child) {
    border-left: none;
    border-top: 1px solid #7a7a7a;
  }
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .card {
    width: 100%;
  }
}
.cid-vcNI4s12eB .card-box {
  width: 100%;
  padding: 6% 6% 6% 6%;
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .card-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }
}
@media (max-width: 576px) {
  .cid-vcNI4s12eB .card-box {
    flex-wrap: wrap;
  }
}
.cid-vcNI4s12eB .img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .img-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNI4s12eB .img-container {
    width: 100%;
  }
}
.cid-vcNI4s12eB .img-bg {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  aspect-ratio: 1;
  background-color: #fa603c;
  border-radius: 50%;
  display: none;
}
.cid-vcNI4s12eB .image-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-vcNI4s12eB .image-wrapper img {
  width: auto;
  max-width: 70%;
  height: 140px;
  margin: 0 auto;
  object-fit: contain;
}
@media (max-width: 1399px) {
  .cid-vcNI4s12eB .image-wrapper img {
    height: 110px;
  }
}
@media (max-width: 1199px) {
  .cid-vcNI4s12eB .image-wrapper img {
    height: 93px;
  }
}
@media (max-width: 991px) {
  .cid-vcNI4s12eB .image-wrapper img {
    height: 74px;
  }
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .image-wrapper img {
    height: auto;
  }
}
.cid-vcNI4s12eB .card-container {
  width: 100%;
  padding-top: 12%;
}
@media (max-width: 767px) {
  .cid-vcNI4s12eB .card-container {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vcNI4s12eB .card-container {
    width: 100%;
  }
}
.cid-vcNI4s12eB .card-title {
  color: #000000;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNI4s12eB .card-title {
    text-align: left !important;
  }
}
.cid-vcNI4s12eB .card-text {
  color: #112B6D;
  margin-bottom: 0.9rem !important;
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNI4s12eB .card-text {
    text-align: left !important;
  }
}
@media (max-width: 767px) and (min-width: 575px) {
  .cid-vcNI4s12eB .mbr-section-btn {
    text-align: left !important;
  }
}
.cid-vhhtsRdSTS {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bg2-1920x1200.jpg");
}
.cid-vhhtsRdSTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhhtsRdSTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhhtsRdSTS .nav-wrapper {
  justify-content: center;
}
.cid-vhhtsRdSTS .nav-wrapper .nav-title {
  margin-bottom: 30px;
}
.cid-vhhtsRdSTS .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .nav-wrapper .list {
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:hover,
.cid-vhhtsRdSTS .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.cid-vhhtsRdSTS .content-wrapper {
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
.cid-vhhtsRdSTS .mbr-copy {
  margin-bottom: 0;
  color: #19171c;
}
.cid-vhhtsRdSTS .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vhhtsRdSTS .social-wrapper {
    text-align: left;
    margin-bottom: 40px;
  }
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.2);
}
.cid-vhhtsRdSTS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  width: 22px;
  height: 22px;
  color: #19171c;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 10px 30px;
}
.cid-vhhtsRdSTS .nav-title {
  color: #ffffff;
}
.cid-vhhtsRdSTS .list {
  color: #19171c;
}
.cid-vhhtsRdSTS .list,
.cid-vhhtsRdSTS .item-wrap {
  color: #ffffff;
}
