.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: 'Instrument Sans', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #f9f6e0 !important;
}
.bg-success {
  background-color: #474a48 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #3d7db4 !important;
}
.bg-danger {
  background-color: #0a4f8b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
  color: #b7a523 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b7a523 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e7c774 !important;
  border-color: #e7c774 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #474a48 !important;
  border-color: #474a48 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #606461 !important;
  border-color: #606461 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #606461 !important;
  border-color: #606461 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3d7db4 !important;
  border-color: #3d7db4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #5c96c8 !important;
  border-color: #5c96c8 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c96c8 !important;
  border-color: #5c96c8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0a4f8b !important;
  border-color: #0a4f8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0d6abb !important;
  border-color: #0d6abb !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0d6abb !important;
  border-color: #0d6abb !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: #f9f6e0;
  color: #f9f6e0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ebe197 !important;
  background-color: transparent !important;
  border-color: #ebe197 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b7a523 !important;
  background-color: #f9f6e0 !important;
  border-color: #f9f6e0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e0b548;
  color: #e0b548;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b3891e !important;
  background-color: transparent !important;
  border-color: #b3891e !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b548 !important;
  border-color: #e0b548 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #474a48;
  color: #474a48;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1d1e1d !important;
  background-color: transparent !important;
  border-color: #1d1e1d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #474a48 !important;
  border-color: #474a48 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #3d7db4;
  color: #3d7db4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #275073 !important;
  background-color: transparent !important;
  border-color: #275073 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d7db4 !important;
  border-color: #3d7db4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0a4f8b;
  color: #0a4f8b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #04213a !important;
  background-color: transparent !important;
  border-color: #04213a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a4f8b !important;
  border-color: #0a4f8b !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: #f9f6e0 !important;
}
.text-secondary {
  color: #e0b548 !important;
}
.text-success {
  color: #474a48 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #3d7db4 !important;
}
.text-danger {
  color: #0a4f8b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e8dd8b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a67f1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #151615 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #234868 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #03192c !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: #f9f6e0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #3d7db4;
}
.alert-danger {
  background-color: #0a4f8b;
}
.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: #f9f6e0;
  border-color: #f9f6e0;
  color: #ccb827;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f9f6e0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #babdbb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #95bbdb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #2591ef;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  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: #f9f6e0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f9f6e0;
}
/* 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: #f9f6e0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f9f6e0;
}
.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: #f9f6e0;
  border-bottom-color: #f9f6e0;
}
.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: #000000 !important;
  background-color: #f9f6e0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e0b548 !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='%23f9f6e0' %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 {
  box-shadow: none;
  padding: 20px 24px;
  border-radius: 4px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  transform: scale(1.1);
}
.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: rotate(135deg);
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  transform: rotate(-45deg);
}
img {
  border-radius: .5rem !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tPfm1ihrpz {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tPfm1ihrpz .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-tPfm1ihrpz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPfm1ihrpz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tPfm1ihrpz .menu_box .navbar.opened,
  .cid-tPfm1ihrpz .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-tPfm1ihrpz nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tPfm1ihrpz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tPfm1ihrpz .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tPfm1ihrpz .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-tPfm1ihrpz .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tPfm1ihrpz .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tPfm1ihrpz .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tPfm1ihrpz .offcanvas-body .mbr-text,
  .cid-tPfm1ihrpz .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tPfm1ihrpz .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tPfm1ihrpz .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tPfm1ihrpz ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tPfm1ihrpz li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-tPfm1ihrpz .lg_brand {
    margin: 0 1rem;
  }
  .cid-tPfm1ihrpz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tPfm1ihrpz .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .nav-item {
    margin: 0 !important;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tPfm1ihrpz .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover,
.cid-tPfm1ihrpz .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-tPfm1ihrpz .nav-item .nav-link:hover::before,
.cid-tPfm1ihrpz .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tPfm1ihrpz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tPfm1ihrpz .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tPfm1ihrpz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tPfm1ihrpz .offcanvas_box {
    display: none;
  }
}
.cid-tPfm1ihrpz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tPfm1ihrpz .container {
  display: flex;
  margin: auto;
}
.cid-tPfm1ihrpz .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tPfm1ihrpz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tPfm1ihrpz .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tPfm1ihrpz .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .navbar-nav {
    margin: 0;
  }
}
.cid-tPfm1ihrpz .dropdown-menu,
.cid-tPfm1ihrpz .navbar.opened {
  background-color: false !important;
}
.cid-tPfm1ihrpz .nav-item:focus,
.cid-tPfm1ihrpz .nav-link:focus {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPfm1ihrpz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPfm1ihrpz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPfm1ihrpz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPfm1ihrpz .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tPfm1ihrpz .navbar.opened {
  transition: all 0.3s;
}
.cid-tPfm1ihrpz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tPfm1ihrpz .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tPfm1ihrpz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar.collapsed {
  justify-content: center;
}
.cid-tPfm1ihrpz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPfm1ihrpz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPfm1ihrpz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tPfm1ihrpz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tPfm1ihrpz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tPfm1ihrpz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tPfm1ihrpz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPfm1ihrpz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tPfm1ihrpz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tPfm1ihrpz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tPfm1ihrpz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tPfm1ihrpz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tPfm1ihrpz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPfm1ihrpz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tPfm1ihrpz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPfm1ihrpz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tPfm1ihrpz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPfm1ihrpz .dropdown-item.active,
.cid-tPfm1ihrpz .dropdown-item:active {
  background-color: transparent;
}
.cid-tPfm1ihrpz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPfm1ihrpz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPfm1ihrpz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPfm1ihrpz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tPfm1ihrpz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPfm1ihrpz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPfm1ihrpz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPfm1ihrpz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPfm1ihrpz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tPfm1ihrpz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tPfm1ihrpz .navbar {
    height: 70px;
  }
  .cid-tPfm1ihrpz .navbar.opened {
    height: auto;
  }
  .cid-tPfm1ihrpz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPfm1ihrpz .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tPfm1ihrpz .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tPfm1ihrpz .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tPfm1ihrpz .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tPfm1ihrpz .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-tPfm1ihrpz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tPfm1ihrpz .text_widget {
  margin-bottom: 32px;
}
.cid-tPfm1ihrpz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tPfm1ihrpz .text_widget a:hover,
.cid-tPfm1ihrpz .text_widget a:focus {
  opacity: .6;
}
.cid-tPfm1ihrpz .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .navbar-caption {
  color: #F9F6E0;
}
.cid-tPfm1ihrpz .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm1ihrpz .mbr-section-subtitle,
.cid-tPfm1ihrpz .text_widget,
.cid-tPfm1ihrpz .mbr-section-btn {
  text-align: center;
}
.cid-tPfm1ihrpz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tPfm1GTPxd {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-tPfm1GTPxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfm1GTPxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tPfm1GTPxd .container {
    padding: 0 24px;
  }
}
.cid-tPfm1GTPxd .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-tPfm1GTPxd .content-wrapper {
    padding: 24px;
  }
}
.cid-tPfm1GTPxd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-tPfm1GTPxd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tPfm1GTPxd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-tPfm1GTPxd .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-tPfm1GTPxd .mbr-section-title {
  color: #F9F6E0;
}
.cid-tPfm1GTPxd .mbr-text {
  color: #0a4f8b;
}
.cid-tPfm1GTPxd .mbr-section-title,
.cid-tPfm1GTPxd .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcHzQyDJDG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-vcHzQyDJDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHzQyDJDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHzQyDJDG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-vcHzQyDJDG .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcHzQyDJDG .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-vcHzQyDJDG .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-vcHzQyDJDG .items-wrapper {
  margin: 0 -5px;
}
.cid-vcHzQyDJDG .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcHzQyDJDG .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcHzQyDJDG .mbr-section-title {
  color: #093388;
}
.cid-vcHzQyDJDG .item-title {
  color: #093388;
}
.cid-vcHzQyDJDG .item-text {
  color: #58595b;
}
.cid-tPfm2oIRgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chatgpt20image20220mar2020262010-23-1-1536x1024.png");
}
.cid-tPfm2oIRgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPfm2oIRgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPfm2oIRgR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tPfm2oIRgR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tPfm2oIRgR .container {
    padding: 0 24px;
  }
}
.cid-tPfm2oIRgR .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-tPfm2oIRgR .items .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 320px;
  margin-left: -1rem;
  border: 1px solid #f0f0f0;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .cid-tPfm2oIRgR .items .item {
    width: 245px;
    height: 245px;
    margin: -1rem 0 0 0;
  }
}
.cid-tPfm2oIRgR .items .item:first-child {
  margin-left: 0;
}
.cid-tPfm2oIRgR .items .item .item-wrapper .card-box .title-wrapper {
  padding: 0 24px;
}
.cid-tPfm2oIRgR .items .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 20px;
}
.cid-tPfm2oIRgR .items .item .item-wrapper .card-box .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-tPfm2oIRgR .card-number {
  color: #8AA29E;
  text-align: center;
}
.cid-tPfm2oIRgR .card-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm2oIRgR .card-number,
.cid-tPfm2oIRgR .title-wrapper {
  color: #f7f7f7;
}
.cid-vcHEv4ABap {
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vcHEv4ABap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHEv4ABap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcHEv4ABap .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px) {
  .cid-vcHEv4ABap .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcHEv4ABap .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vcHEv4ABap .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vcHEv4ABap .content-wrapper .border_1 {
  left: 0;
}
.cid-vcHEv4ABap .content-wrapper .border_2 {
  right: 0;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcHEv4ABap .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcHEv4ABap .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcHEv4ABap .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 420px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .cid-vcHEv4ABap .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcHEv4ABap .embla__slide .slide-content {
  width: 100%;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .item-label {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.cid-vcHEv4ABap .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcHEv4ABap .embla__button--next,
.cid-vcHEv4ABap .embla__button--prev {
  display: flex;
}
.cid-vcHEv4ABap .embla__button {
  bottom: 0;
  width: 42px;
  height: 42px;
  font-size: 26px;
  background-color: #0a4f8b !important;
  color: #fafafa !important;
  border: none !important;
  border-radius: 100% !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vcHEv4ABap .embla__button:hover {
  transform: translateY(-3px);
}
.cid-vcHEv4ABap .embla__button:disabled {
  opacity: .5 !important;
  transform: none;
}
.cid-vcHEv4ABap .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcHEv4ABap .embla__button.embla__button--next {
  right: 0;
}
.cid-vcHEv4ABap .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4rem;
}
.cid-vcHEv4ABap .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcHEv4ABap .embla__viewport {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vcHEv4ABap .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcHEv4ABap .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcHEv4ABap .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcHEv4ABap .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcHEv4ABap .mbr-label,
.cid-vcHEv4ABap .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vcHEv4ABap .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vcHEv4ABap .mbr-text,
.cid-vcHEv4ABap .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vcHEv4ABap .item-label {
  color: #ff6900;
}
.cid-vcHEv4ABap .item-title {
  color: #0f172a;
}
.cid-vcHEv4ABap .item-text {
  color: #475569;
}
.cid-vcHEv4ABap .mbr-section-title,
.cid-vcHEv4ABap .mbr-section-btn {
  text-align: left;
  color: #0a4f8b;
}
.cid-tPfm9JF20E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-tPfm9JF20E .container {
    padding: 0 24px;
  }
}
.cid-tPfm9JF20E .row {
  justify-content: space-between;
}
.cid-tPfm9JF20E .logo-wrapper {
  display: flex;
}
.cid-tPfm9JF20E .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-tPfm9JF20E .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-tPfm9JF20E .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .content-wrapper {
    padding: 24px 0;
  }
}
.cid-tPfm9JF20E .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:hover,
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-tPfm9JF20E .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tPfm9JF20E .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tPfm9JF20E .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-tPfm9JF20E .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tPfm9JF20E .nav-list {
    padding: 0;
  }
}
.cid-tPfm9JF20E .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover,
.cid-tPfm9JF20E .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-tPfm9JF20E .nav-list .item-wrap:hover::before,
.cid-tPfm9JF20E .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-tPfm9JF20E .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-tPfm9JF20E .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tPfm9JF20E .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list {
  color: #F9F6E0;
}
.cid-tPfm9JF20E .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-tPfm9JF20E .list,
.cid-tPfm9JF20E .item-wrap {
  text-align: center;
}
.cid-vcHKZMzu9t {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcHKZMzu9t .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcHKZMzu9t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcHKZMzu9t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcHKZMzu9t .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcHKZMzu9t .menu_box .navbar.opened,
  .cid-vcHKZMzu9t .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcHKZMzu9t nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcHKZMzu9t .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcHKZMzu9t .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcHKZMzu9t .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcHKZMzu9t .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcHKZMzu9t .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcHKZMzu9t .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcHKZMzu9t .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcHKZMzu9t .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcHKZMzu9t .offcanvas-body .mbr-text,
  .cid-vcHKZMzu9t .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcHKZMzu9t .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcHKZMzu9t .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcHKZMzu9t ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcHKZMzu9t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHKZMzu9t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcHKZMzu9t .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcHKZMzu9t li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcHKZMzu9t .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcHKZMzu9t .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcHKZMzu9t .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcHKZMzu9t .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .nav-item {
    margin: 0 !important;
  }
}
.cid-vcHKZMzu9t .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcHKZMzu9t .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcHKZMzu9t .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHKZMzu9t .nav-item .nav-link:hover,
.cid-vcHKZMzu9t .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcHKZMzu9t .nav-item .nav-link:hover::before,
.cid-vcHKZMzu9t .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcHKZMzu9t .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcHKZMzu9t .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcHKZMzu9t .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHKZMzu9t .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcHKZMzu9t .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcHKZMzu9t .offcanvas_box {
    display: none;
  }
}
.cid-vcHKZMzu9t .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcHKZMzu9t .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcHKZMzu9t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcHKZMzu9t .container {
  display: flex;
  margin: auto;
}
.cid-vcHKZMzu9t .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcHKZMzu9t .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcHKZMzu9t .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcHKZMzu9t .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcHKZMzu9t .navbar-nav {
    margin: 0;
  }
}
.cid-vcHKZMzu9t .dropdown-menu,
.cid-vcHKZMzu9t .navbar.opened {
  background-color: false !important;
}
.cid-vcHKZMzu9t .nav-item:focus,
.cid-vcHKZMzu9t .nav-link:focus {
  outline: none;
}
.cid-vcHKZMzu9t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcHKZMzu9t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcHKZMzu9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcHKZMzu9t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcHKZMzu9t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcHKZMzu9t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcHKZMzu9t .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcHKZMzu9t .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcHKZMzu9t .navbar.opened {
  transition: all 0.3s;
}
.cid-vcHKZMzu9t .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcHKZMzu9t .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcHKZMzu9t .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcHKZMzu9t .navbar.collapsed {
  justify-content: center;
}
.cid-vcHKZMzu9t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcHKZMzu9t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcHKZMzu9t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcHKZMzu9t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcHKZMzu9t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcHKZMzu9t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcHKZMzu9t .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcHKZMzu9t .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcHKZMzu9t .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcHKZMzu9t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcHKZMzu9t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcHKZMzu9t .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcHKZMzu9t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcHKZMzu9t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcHKZMzu9t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcHKZMzu9t .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcHKZMzu9t .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcHKZMzu9t .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcHKZMzu9t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcHKZMzu9t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcHKZMzu9t .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcHKZMzu9t .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcHKZMzu9t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcHKZMzu9t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcHKZMzu9t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcHKZMzu9t .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcHKZMzu9t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcHKZMzu9t .dropdown-item.active,
.cid-vcHKZMzu9t .dropdown-item:active {
  background-color: transparent;
}
.cid-vcHKZMzu9t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcHKZMzu9t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcHKZMzu9t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcHKZMzu9t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcHKZMzu9t ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcHKZMzu9t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcHKZMzu9t button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcHKZMzu9t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcHKZMzu9t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcHKZMzu9t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHKZMzu9t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHKZMzu9t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcHKZMzu9t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHKZMzu9t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcHKZMzu9t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcHKZMzu9t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHKZMzu9t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcHKZMzu9t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcHKZMzu9t .navbar {
    height: 70px;
  }
  .cid-vcHKZMzu9t .navbar.opened {
    height: auto;
  }
  .cid-vcHKZMzu9t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcHKZMzu9t .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcHKZMzu9t .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcHKZMzu9t .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcHKZMzu9t .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcHKZMzu9t .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcHKZMzu9t .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcHKZMzu9t .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcHKZMzu9t .text_widget {
  margin-bottom: 32px;
}
.cid-vcHKZMzu9t .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcHKZMzu9t .text_widget a:hover,
.cid-vcHKZMzu9t .text_widget a:focus {
  opacity: .6;
}
.cid-vcHKZMzu9t .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHKZMzu9t .navbar-caption {
  color: #F9F6E0;
}
.cid-vcHKZMzu9t .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHKZMzu9t .mbr-section-subtitle,
.cid-vcHKZMzu9t .text_widget,
.cid-vcHKZMzu9t .mbr-section-btn {
  text-align: center;
}
.cid-vcHKZMzu9t a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcHKZNhmUq {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcHKZNhmUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHKZNhmUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHKZNhmUq .container {
    padding: 0 24px;
  }
}
.cid-vcHKZNhmUq .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcHKZNhmUq .content-wrapper {
    padding: 24px;
  }
}
.cid-vcHKZNhmUq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcHKZNhmUq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcHKZNhmUq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcHKZNhmUq .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcHKZNhmUq .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcHKZNhmUq .mbr-text {
  color: #0a4f8b;
}
.cid-vcHKZNhmUq .mbr-section-title,
.cid-vcHKZNhmUq .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcHKZTruAd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcHKZTruAd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHKZTruAd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHKZTruAd .container {
    padding: 0 24px;
  }
}
.cid-vcHKZTruAd .main-row {
  margin: 0;
}
.cid-vcHKZTruAd .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .main-row .card {
    padding: 0;
  }
}
.cid-vcHKZTruAd .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .content-wrapper {
    padding: 24px;
  }
}
.cid-vcHKZTruAd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcHKZTruAd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcHKZTruAd .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcHKZTruAd .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcHKZTruAd .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-control:hover,
.cid-vcHKZTruAd .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcHKZTruAd .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcHKZTruAd .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcHKZTruAd .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcHKZTruAd .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcHKZTruAd .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcHKZTruAd .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcHKZTruAd label {
  color: #F9F6E0;
}
.cid-vcHKZTruAd LABEL {
  color: #72716b;
}
.cid-vcHKZV1dNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHKZV1dNR .container {
    padding: 0 24px;
  }
}
.cid-vcHKZV1dNR .row {
  justify-content: space-between;
}
.cid-vcHKZV1dNR .logo-wrapper {
  display: flex;
}
.cid-vcHKZV1dNR .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcHKZV1dNR .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcHKZV1dNR .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcHKZV1dNR .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcHKZV1dNR .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcHKZV1dNR .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHKZV1dNR .content-wrapper .list .item-wrap:hover,
.cid-vcHKZV1dNR .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHKZV1dNR .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcHKZV1dNR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcHKZV1dNR .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcHKZV1dNR .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcHKZV1dNR .nav-list {
    padding: 0;
  }
}
.cid-vcHKZV1dNR .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHKZV1dNR .nav-list .item-wrap:hover,
.cid-vcHKZV1dNR .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHKZV1dNR .nav-list .item-wrap:hover::before,
.cid-vcHKZV1dNR .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcHKZV1dNR .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcHKZV1dNR .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHKZV1dNR .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHKZV1dNR .list {
  color: #F9F6E0;
}
.cid-vcHKZV1dNR .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHKZV1dNR .list,
.cid-vcHKZV1dNR .item-wrap {
  text-align: center;
}
.cid-vcHPas86Gk {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcHPas86Gk .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcHPas86Gk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcHPas86Gk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcHPas86Gk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcHPas86Gk .menu_box .navbar.opened,
  .cid-vcHPas86Gk .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcHPas86Gk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcHPas86Gk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcHPas86Gk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcHPas86Gk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcHPas86Gk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcHPas86Gk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcHPas86Gk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcHPas86Gk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcHPas86Gk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcHPas86Gk .offcanvas-body .mbr-text,
  .cid-vcHPas86Gk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcHPas86Gk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcHPas86Gk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcHPas86Gk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcHPas86Gk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHPas86Gk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcHPas86Gk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcHPas86Gk li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcHPas86Gk .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcHPas86Gk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcHPas86Gk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcHPas86Gk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .nav-item {
    margin: 0 !important;
  }
}
.cid-vcHPas86Gk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcHPas86Gk .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcHPas86Gk .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHPas86Gk .nav-item .nav-link:hover,
.cid-vcHPas86Gk .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcHPas86Gk .nav-item .nav-link:hover::before,
.cid-vcHPas86Gk .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcHPas86Gk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcHPas86Gk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcHPas86Gk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHPas86Gk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcHPas86Gk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcHPas86Gk .offcanvas_box {
    display: none;
  }
}
.cid-vcHPas86Gk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcHPas86Gk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcHPas86Gk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcHPas86Gk .container {
  display: flex;
  margin: auto;
}
.cid-vcHPas86Gk .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcHPas86Gk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcHPas86Gk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcHPas86Gk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcHPas86Gk .navbar-nav {
    margin: 0;
  }
}
.cid-vcHPas86Gk .dropdown-menu,
.cid-vcHPas86Gk .navbar.opened {
  background-color: false !important;
}
.cid-vcHPas86Gk .nav-item:focus,
.cid-vcHPas86Gk .nav-link:focus {
  outline: none;
}
.cid-vcHPas86Gk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcHPas86Gk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcHPas86Gk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcHPas86Gk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcHPas86Gk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcHPas86Gk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcHPas86Gk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcHPas86Gk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcHPas86Gk .navbar.opened {
  transition: all 0.3s;
}
.cid-vcHPas86Gk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcHPas86Gk .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcHPas86Gk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcHPas86Gk .navbar.collapsed {
  justify-content: center;
}
.cid-vcHPas86Gk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcHPas86Gk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcHPas86Gk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcHPas86Gk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcHPas86Gk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcHPas86Gk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcHPas86Gk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcHPas86Gk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcHPas86Gk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcHPas86Gk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcHPas86Gk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcHPas86Gk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcHPas86Gk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcHPas86Gk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcHPas86Gk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcHPas86Gk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcHPas86Gk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcHPas86Gk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcHPas86Gk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcHPas86Gk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcHPas86Gk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcHPas86Gk .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcHPas86Gk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcHPas86Gk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcHPas86Gk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcHPas86Gk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcHPas86Gk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcHPas86Gk .dropdown-item.active,
.cid-vcHPas86Gk .dropdown-item:active {
  background-color: transparent;
}
.cid-vcHPas86Gk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcHPas86Gk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcHPas86Gk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcHPas86Gk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcHPas86Gk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcHPas86Gk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcHPas86Gk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcHPas86Gk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcHPas86Gk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcHPas86Gk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHPas86Gk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHPas86Gk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcHPas86Gk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHPas86Gk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcHPas86Gk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcHPas86Gk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHPas86Gk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcHPas86Gk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcHPas86Gk .navbar {
    height: 70px;
  }
  .cid-vcHPas86Gk .navbar.opened {
    height: auto;
  }
  .cid-vcHPas86Gk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcHPas86Gk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcHPas86Gk .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcHPas86Gk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcHPas86Gk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcHPas86Gk .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcHPas86Gk .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcHPas86Gk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcHPas86Gk .text_widget {
  margin-bottom: 32px;
}
.cid-vcHPas86Gk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcHPas86Gk .text_widget a:hover,
.cid-vcHPas86Gk .text_widget a:focus {
  opacity: .6;
}
.cid-vcHPas86Gk .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHPas86Gk .navbar-caption {
  color: #F9F6E0;
}
.cid-vcHPas86Gk .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHPas86Gk .mbr-section-subtitle,
.cid-vcHPas86Gk .text_widget,
.cid-vcHPas86Gk .mbr-section-btn {
  text-align: center;
}
.cid-vcHPas86Gk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcHPasNHbL {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcHPasNHbL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHPasNHbL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHPasNHbL .container {
    padding: 0 24px;
  }
}
.cid-vcHPasNHbL .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcHPasNHbL .content-wrapper {
    padding: 24px;
  }
}
.cid-vcHPasNHbL .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcHPasNHbL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcHPasNHbL .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcHPasNHbL .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcHPasNHbL .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcHPasNHbL .mbr-text {
  color: #0a4f8b;
}
.cid-vcHPasNHbL .mbr-section-title,
.cid-vcHPasNHbL .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcIiyyDQil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcIiyyDQil .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIiyyDQil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIiyyDQil .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vcIiyyDQil .card-wrapper {
    padding: 0;
  }
}
.cid-vcIiyyDQil .content-wrap .label-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIiyyDQil .content-wrap .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcIiyyDQil .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vcIiyyDQil .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vcIiyyDQil .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcIiyyDQil .content-wrap .card-wrap {
  padding: 8px;
  border: 1px solid #b2c9e6;
}
.cid-vcIiyyDQil .content-wrap .card-wrap .google-map iframe {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcIiyyDQil .content-wrap .card-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vcIiyyDQil .mbr-label {
  color: #004aad;
}
.cid-vcIiyyDQil .mbr-section-title {
  color: #004aad;
}
.cid-vcIiyyDQil .mbr-text {
  color: #004aad;
}
.cid-vcIjnzceq0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcIjnzceq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIjnzceq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIjnzceq0 .card-wrapper {
  padding: 0 66px;
}
@media (max-width: 992px) {
  .cid-vcIjnzceq0 .card-wrapper {
    padding: 0;
  }
}
.cid-vcIjnzceq0 .content-wrap .label-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIjnzceq0 .content-wrap .label-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcIjnzceq0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.cid-vcIjnzceq0 .content-wrap .label-wrapper .label-wrap .line-wrap {
  height: 6px;
  width: 96px;
  background-image: linear-gradient(90deg, #004aad 0, transparent 100%);
}
.cid-vcIjnzceq0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcIjnzceq0 .content-wrap .card-wrap {
  padding: 8px;
  border: 1px solid #b2c9e6;
}
.cid-vcIjnzceq0 .content-wrap .card-wrap .google-map iframe {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcIjnzceq0 .content-wrap .card-wrap .google-map iframe {
    height: 300px;
  }
}
.cid-vcIjnzceq0 .mbr-label {
  color: #004aad;
}
.cid-vcIjnzceq0 .mbr-section-title {
  color: #004aad;
}
.cid-vcIjnzceq0 .mbr-text {
  color: #004aad;
}
.cid-vcPWjpFN89 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPWjpFN89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPWjpFN89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPWjpFN89 .container {
    padding: 0 24px;
  }
}
.cid-vcPWjpFN89 .main-row {
  margin: 0;
}
.cid-vcPWjpFN89 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .main-row .card {
    padding: 0;
  }
}
.cid-vcPWjpFN89 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPWjpFN89 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPWjpFN89 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPWjpFN89 .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPWjpFN89 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPWjpFN89 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-control:hover,
.cid-vcPWjpFN89 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPWjpFN89 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPWjpFN89 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPWjpFN89 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPWjpFN89 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPWjpFN89 .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPWjpFN89 .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPWjpFN89 label {
  color: #F9F6E0;
}
.cid-vcPWjpFN89 LABEL {
  color: #72716b;
}
.cid-vcHPatvW18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHPatvW18 .container {
    padding: 0 24px;
  }
}
.cid-vcHPatvW18 .row {
  justify-content: space-between;
}
.cid-vcHPatvW18 .logo-wrapper {
  display: flex;
}
.cid-vcHPatvW18 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcHPatvW18 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcHPatvW18 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcHPatvW18 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcHPatvW18 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcHPatvW18 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHPatvW18 .content-wrapper .list .item-wrap:hover,
.cid-vcHPatvW18 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHPatvW18 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcHPatvW18 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcHPatvW18 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcHPatvW18 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcHPatvW18 .nav-list {
    padding: 0;
  }
}
.cid-vcHPatvW18 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHPatvW18 .nav-list .item-wrap:hover,
.cid-vcHPatvW18 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHPatvW18 .nav-list .item-wrap:hover::before,
.cid-vcHPatvW18 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcHPatvW18 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcHPatvW18 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHPatvW18 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHPatvW18 .list {
  color: #F9F6E0;
}
.cid-vcHPatvW18 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHPatvW18 .list,
.cid-vcHPatvW18 .item-wrap {
  text-align: center;
}
.cid-vcHYA5NcjV {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcHYA5NcjV .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcHYA5NcjV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcHYA5NcjV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcHYA5NcjV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcHYA5NcjV .menu_box .navbar.opened,
  .cid-vcHYA5NcjV .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcHYA5NcjV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcHYA5NcjV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcHYA5NcjV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcHYA5NcjV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcHYA5NcjV .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcHYA5NcjV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcHYA5NcjV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcHYA5NcjV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcHYA5NcjV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcHYA5NcjV .offcanvas-body .mbr-text,
  .cid-vcHYA5NcjV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcHYA5NcjV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcHYA5NcjV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcHYA5NcjV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcHYA5NcjV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHYA5NcjV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcHYA5NcjV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcHYA5NcjV li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcHYA5NcjV .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcHYA5NcjV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcHYA5NcjV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcHYA5NcjV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .nav-item {
    margin: 0 !important;
  }
}
.cid-vcHYA5NcjV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcHYA5NcjV .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcHYA5NcjV .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHYA5NcjV .nav-item .nav-link:hover,
.cid-vcHYA5NcjV .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcHYA5NcjV .nav-item .nav-link:hover::before,
.cid-vcHYA5NcjV .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcHYA5NcjV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcHYA5NcjV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcHYA5NcjV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcHYA5NcjV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcHYA5NcjV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcHYA5NcjV .offcanvas_box {
    display: none;
  }
}
.cid-vcHYA5NcjV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcHYA5NcjV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcHYA5NcjV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcHYA5NcjV .container {
  display: flex;
  margin: auto;
}
.cid-vcHYA5NcjV .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcHYA5NcjV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcHYA5NcjV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcHYA5NcjV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcHYA5NcjV .navbar-nav {
    margin: 0;
  }
}
.cid-vcHYA5NcjV .dropdown-menu,
.cid-vcHYA5NcjV .navbar.opened {
  background-color: false !important;
}
.cid-vcHYA5NcjV .nav-item:focus,
.cid-vcHYA5NcjV .nav-link:focus {
  outline: none;
}
.cid-vcHYA5NcjV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcHYA5NcjV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcHYA5NcjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcHYA5NcjV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcHYA5NcjV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcHYA5NcjV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcHYA5NcjV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcHYA5NcjV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcHYA5NcjV .navbar.opened {
  transition: all 0.3s;
}
.cid-vcHYA5NcjV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcHYA5NcjV .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcHYA5NcjV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcHYA5NcjV .navbar.collapsed {
  justify-content: center;
}
.cid-vcHYA5NcjV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcHYA5NcjV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcHYA5NcjV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcHYA5NcjV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcHYA5NcjV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcHYA5NcjV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcHYA5NcjV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcHYA5NcjV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcHYA5NcjV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcHYA5NcjV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcHYA5NcjV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcHYA5NcjV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcHYA5NcjV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcHYA5NcjV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcHYA5NcjV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcHYA5NcjV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcHYA5NcjV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcHYA5NcjV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcHYA5NcjV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcHYA5NcjV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcHYA5NcjV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcHYA5NcjV .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcHYA5NcjV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcHYA5NcjV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcHYA5NcjV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcHYA5NcjV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcHYA5NcjV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcHYA5NcjV .dropdown-item.active,
.cid-vcHYA5NcjV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcHYA5NcjV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcHYA5NcjV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcHYA5NcjV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcHYA5NcjV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcHYA5NcjV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcHYA5NcjV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcHYA5NcjV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcHYA5NcjV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcHYA5NcjV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcHYA5NcjV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHYA5NcjV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcHYA5NcjV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcHYA5NcjV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHYA5NcjV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcHYA5NcjV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcHYA5NcjV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcHYA5NcjV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcHYA5NcjV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcHYA5NcjV .navbar {
    height: 70px;
  }
  .cid-vcHYA5NcjV .navbar.opened {
    height: auto;
  }
  .cid-vcHYA5NcjV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcHYA5NcjV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcHYA5NcjV .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcHYA5NcjV .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcHYA5NcjV .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcHYA5NcjV .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcHYA5NcjV .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcHYA5NcjV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcHYA5NcjV .text_widget {
  margin-bottom: 32px;
}
.cid-vcHYA5NcjV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcHYA5NcjV .text_widget a:hover,
.cid-vcHYA5NcjV .text_widget a:focus {
  opacity: .6;
}
.cid-vcHYA5NcjV .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHYA5NcjV .navbar-caption {
  color: #F9F6E0;
}
.cid-vcHYA5NcjV .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHYA5NcjV .mbr-section-subtitle,
.cid-vcHYA5NcjV .text_widget,
.cid-vcHYA5NcjV .mbr-section-btn {
  text-align: center;
}
.cid-vcHYA5NcjV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcHYA6uoZE {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcHYA6uoZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcHYA6uoZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHYA6uoZE .container {
    padding: 0 24px;
  }
}
.cid-vcHYA6uoZE .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcHYA6uoZE .content-wrapper {
    padding: 24px;
  }
}
.cid-vcHYA6uoZE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcHYA6uoZE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcHYA6uoZE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcHYA6uoZE .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcHYA6uoZE .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcHYA6uoZE .mbr-text {
  color: #0a4f8b;
}
.cid-vcHYA6uoZE .mbr-section-title,
.cid-vcHYA6uoZE .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcI087ub7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcI087ub7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI087ub7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcI087ub7A .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-vcI087ub7A .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vcI087ub7A .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vcI087ub7A .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #0a4f8b;
  margin-bottom: 20px;
}
.cid-vcI087ub7A .items-wrapper {
  margin: 0;
}
.cid-vcI087ub7A .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-vcI087ub7A .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vcI087ub7A .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #0a4f8b;
  }
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #0a4f8b;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcI087ub7A .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcI087ub7A .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcI087ub7A .mbr-section-title {
  color: #093388;
}
.cid-vcI087ub7A .item-number {
  color: #f4f4f4;
}
.cid-vcI087ub7A .item-title {
  color: #093388;
}
.cid-vcI087ub7A .item-text {
  color: #58595b;
}
.cid-vcI1GqTCIJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcI1GqTCIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI1GqTCIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcI1GqTCIJ .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcI1GqTCIJ .row {
    margin: 0;
  }
}
.cid-vcI1GqTCIJ .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcI1GqTCIJ .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .content-wrapper {
    padding: 24px;
  }
}
.cid-vcI1GqTCIJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcI1GqTCIJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcI1GqTCIJ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcI1GqTCIJ .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcI1GqTCIJ .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI1GqTCIJ .items .item {
    padding: 24px;
  }
}
.cid-vcI1GqTCIJ .items .item:last-child {
  border: none;
}
.cid-vcI1GqTCIJ .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcI1GqTCIJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcI1GqTCIJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcI1GqTCIJ .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcI1GqTCIJ .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcI1GqTCIJ .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcI1GqTCIJ .card-title {
  color: #F9F6E0;
}
.cid-vcI1GqTCIJ .card-number {
  color: #E0B548;
}
.cid-vcI1GqTCIJ .card-text {
  color: #72716b;
}
.cid-vcI1GqTCIJ .mbr-section-title,
.cid-vcI1GqTCIJ .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcI1GqTCIJ .card-title,
.cid-vcI1GqTCIJ .title-wrapper {
  color: #0a4f8b;
}
.cid-vcI2MfMq4m {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #2368a4;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcI2MfMq4m .container {
    padding: 0 24px;
  }
}
.cid-vcI2MfMq4m .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcI2MfMq4m .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcI2MfMq4m .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcI2MfMq4m .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcI2MfMq4m .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcI2MfMq4m .mbr-section-btn {
    text-align: left;
  }
}
.cid-vcI2MfMq4m .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcI2MfMq4m .mbr-text {
  color: #F9F6E0;
}
.cid-vcI2B2W0rG {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #2368a4;
}
.cid-vcI2B2W0rG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI2B2W0rG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcI2B2W0rG .row {
  margin: 0 -15px;
}
.cid-vcI2B2W0rG .row .card {
  padding: 0 15px;
}
.cid-vcI2B2W0rG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vcI2B2W0rG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper {
  padding: 30px;
  height: 100%;
  border: 1px solid #fefff5;
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 40px;
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .item-title {
    margin-bottom: 20px;
  }
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcI2B2W0rG .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcI2B2W0rG .item-title {
  color: #fefff5;
}
.cid-vcI2B2W0rG .item-text {
  color: #fefff5;
}
.cid-vcI6e2cbMF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcI6e2cbMF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI6e2cbMF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcI6e2cbMF .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcI6e2cbMF .row {
    margin: 0;
  }
}
.cid-vcI6e2cbMF .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcI6e2cbMF .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .content-wrapper {
    padding: 24px;
  }
}
.cid-vcI6e2cbMF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcI6e2cbMF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcI6e2cbMF .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcI6e2cbMF .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcI6e2cbMF .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI6e2cbMF .items .item {
    padding: 24px;
  }
}
.cid-vcI6e2cbMF .items .item:last-child {
  border: none;
}
.cid-vcI6e2cbMF .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcI6e2cbMF .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcI6e2cbMF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcI6e2cbMF .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcI6e2cbMF .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcI6e2cbMF .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcI6e2cbMF .card-title {
  color: #F9F6E0;
}
.cid-vcI6e2cbMF .card-number {
  color: #E0B548;
}
.cid-vcI6e2cbMF .card-text {
  color: #72716b;
}
.cid-vcI6e2cbMF .mbr-section-title,
.cid-vcI6e2cbMF .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcI6e2cbMF .card-title,
.cid-vcI6e2cbMF .title-wrapper {
  color: #0a4f8b;
}
.cid-vcI6JTfH2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcI6JTfH2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI6JTfH2f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcI6JTfH2f .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcI6JTfH2f .row {
    margin: 0;
  }
}
.cid-vcI6JTfH2f .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcI6JTfH2f .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .content-wrapper {
    padding: 24px;
  }
}
.cid-vcI6JTfH2f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcI6JTfH2f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcI6JTfH2f .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcI6JTfH2f .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcI6JTfH2f .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcI6JTfH2f .items .item {
    padding: 24px;
  }
}
.cid-vcI6JTfH2f .items .item:last-child {
  border: none;
}
.cid-vcI6JTfH2f .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcI6JTfH2f .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcI6JTfH2f .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcI6JTfH2f .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcI6JTfH2f .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcI6JTfH2f .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcI6JTfH2f .card-title {
  color: #F9F6E0;
}
.cid-vcI6JTfH2f .card-number {
  color: #E0B548;
}
.cid-vcI6JTfH2f .card-text {
  color: #72716b;
}
.cid-vcI6JTfH2f .mbr-section-title,
.cid-vcI6JTfH2f .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcI6JTfH2f .card-title,
.cid-vcI6JTfH2f .title-wrapper {
  color: #0a4f8b;
}
.cid-vcIaXCIavF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIaXCIavF .container {
    padding: 0 24px;
  }
}
.cid-vcIaXCIavF .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIaXCIavF .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcIaXCIavF .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIaXCIavF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIaXCIavF .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcIaXCIavF .mbr-section-btn {
    text-align: left;
  }
}
.cid-vcIaXCIavF .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIaXCIavF .mbr-text {
  color: #F9F6E0;
}
.cid-vcIbOi3L0y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcIbOi3L0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIbOi3L0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcIbOi3L0y .row {
    padding: 0 13px;
  }
}
.cid-vcIbOi3L0y .image-wrapper {
  height: 100%;
}
.cid-vcIbOi3L0y .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcIbOi3L0y .image-wrapper img {
    height: 400px;
  }
}
.cid-vcIbOi3L0y .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIbOi3L0y .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-vcIbOi3L0y .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcIbOi3L0y .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-vcIbOi3L0y .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcIbOi3L0y .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-vcIbOi3L0y .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-vcIbOi3L0y .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vcIbOi3L0y .mbr-section-title {
  color: #ffffff;
}
.cid-vcIbOi3L0y .mbr-text {
  color: #f7f7f7;
}
.cid-vcIbOi3L0y .mbr-section-title,
.cid-vcIbOi3L0y .mbr-section-btn {
  color: #ffffff;
}
.cid-vcHYA7lwx0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcHYA7lwx0 .container {
    padding: 0 24px;
  }
}
.cid-vcHYA7lwx0 .row {
  justify-content: space-between;
}
.cid-vcHYA7lwx0 .logo-wrapper {
  display: flex;
}
.cid-vcHYA7lwx0 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcHYA7lwx0 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcHYA7lwx0 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcHYA7lwx0 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcHYA7lwx0 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcHYA7lwx0 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHYA7lwx0 .content-wrapper .list .item-wrap:hover,
.cid-vcHYA7lwx0 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHYA7lwx0 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcHYA7lwx0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcHYA7lwx0 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcHYA7lwx0 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcHYA7lwx0 .nav-list {
    padding: 0;
  }
}
.cid-vcHYA7lwx0 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcHYA7lwx0 .nav-list .item-wrap:hover,
.cid-vcHYA7lwx0 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcHYA7lwx0 .nav-list .item-wrap:hover::before,
.cid-vcHYA7lwx0 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcHYA7lwx0 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcHYA7lwx0 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcHYA7lwx0 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHYA7lwx0 .list {
  color: #F9F6E0;
}
.cid-vcHYA7lwx0 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcHYA7lwx0 .list,
.cid-vcHYA7lwx0 .item-wrap {
  text-align: center;
}
.cid-vcImrZZWfq {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcImrZZWfq .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcImrZZWfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcImrZZWfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcImrZZWfq .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcImrZZWfq .menu_box .navbar.opened,
  .cid-vcImrZZWfq .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcImrZZWfq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcImrZZWfq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcImrZZWfq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcImrZZWfq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcImrZZWfq .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcImrZZWfq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcImrZZWfq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcImrZZWfq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcImrZZWfq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcImrZZWfq .offcanvas-body .mbr-text,
  .cid-vcImrZZWfq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcImrZZWfq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcImrZZWfq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcImrZZWfq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcImrZZWfq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcImrZZWfq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcImrZZWfq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcImrZZWfq li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcImrZZWfq .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcImrZZWfq .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcImrZZWfq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcImrZZWfq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .nav-item {
    margin: 0 !important;
  }
}
.cid-vcImrZZWfq .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcImrZZWfq .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcImrZZWfq .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcImrZZWfq .nav-item .nav-link:hover,
.cid-vcImrZZWfq .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcImrZZWfq .nav-item .nav-link:hover::before,
.cid-vcImrZZWfq .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcImrZZWfq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcImrZZWfq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcImrZZWfq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcImrZZWfq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcImrZZWfq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcImrZZWfq .offcanvas_box {
    display: none;
  }
}
.cid-vcImrZZWfq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcImrZZWfq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcImrZZWfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcImrZZWfq .container {
  display: flex;
  margin: auto;
}
.cid-vcImrZZWfq .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcImrZZWfq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcImrZZWfq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcImrZZWfq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcImrZZWfq .navbar-nav {
    margin: 0;
  }
}
.cid-vcImrZZWfq .dropdown-menu,
.cid-vcImrZZWfq .navbar.opened {
  background-color: false !important;
}
.cid-vcImrZZWfq .nav-item:focus,
.cid-vcImrZZWfq .nav-link:focus {
  outline: none;
}
.cid-vcImrZZWfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcImrZZWfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcImrZZWfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcImrZZWfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcImrZZWfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcImrZZWfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcImrZZWfq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcImrZZWfq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcImrZZWfq .navbar.opened {
  transition: all 0.3s;
}
.cid-vcImrZZWfq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcImrZZWfq .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcImrZZWfq .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcImrZZWfq .navbar.collapsed {
  justify-content: center;
}
.cid-vcImrZZWfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcImrZZWfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcImrZZWfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcImrZZWfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcImrZZWfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcImrZZWfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcImrZZWfq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcImrZZWfq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcImrZZWfq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcImrZZWfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcImrZZWfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcImrZZWfq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcImrZZWfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcImrZZWfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcImrZZWfq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcImrZZWfq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcImrZZWfq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcImrZZWfq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcImrZZWfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcImrZZWfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcImrZZWfq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcImrZZWfq .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcImrZZWfq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcImrZZWfq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcImrZZWfq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcImrZZWfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcImrZZWfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcImrZZWfq .dropdown-item.active,
.cid-vcImrZZWfq .dropdown-item:active {
  background-color: transparent;
}
.cid-vcImrZZWfq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcImrZZWfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcImrZZWfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcImrZZWfq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcImrZZWfq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcImrZZWfq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcImrZZWfq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcImrZZWfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcImrZZWfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcImrZZWfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcImrZZWfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcImrZZWfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcImrZZWfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcImrZZWfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcImrZZWfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcImrZZWfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcImrZZWfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcImrZZWfq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcImrZZWfq .navbar {
    height: 70px;
  }
  .cid-vcImrZZWfq .navbar.opened {
    height: auto;
  }
  .cid-vcImrZZWfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcImrZZWfq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcImrZZWfq .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcImrZZWfq .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcImrZZWfq .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcImrZZWfq .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcImrZZWfq .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcImrZZWfq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcImrZZWfq .text_widget {
  margin-bottom: 32px;
}
.cid-vcImrZZWfq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcImrZZWfq .text_widget a:hover,
.cid-vcImrZZWfq .text_widget a:focus {
  opacity: .6;
}
.cid-vcImrZZWfq .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcImrZZWfq .navbar-caption {
  color: #F9F6E0;
}
.cid-vcImrZZWfq .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcImrZZWfq .mbr-section-subtitle,
.cid-vcImrZZWfq .text_widget,
.cid-vcImrZZWfq .mbr-section-btn {
  text-align: center;
}
.cid-vcImrZZWfq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcIms3cC5N {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcIms3cC5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIms3cC5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIms3cC5N .container {
    padding: 0 24px;
  }
}
.cid-vcIms3cC5N .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcIms3cC5N .content-wrapper {
    padding: 24px;
  }
}
.cid-vcIms3cC5N .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIms3cC5N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIms3cC5N .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIms3cC5N .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcIms3cC5N .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIms3cC5N .mbr-text {
  color: #0a4f8b;
}
.cid-vcIms3cC5N .mbr-section-title,
.cid-vcIms3cC5N .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcPWxX8HLq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPWxX8HLq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPWxX8HLq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPWxX8HLq .container {
    padding: 0 24px;
  }
}
.cid-vcPWxX8HLq .main-row {
  margin: 0;
}
.cid-vcPWxX8HLq .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .main-row .card {
    padding: 0;
  }
}
.cid-vcPWxX8HLq .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPWxX8HLq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPWxX8HLq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPWxX8HLq .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPWxX8HLq .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPWxX8HLq .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-control:hover,
.cid-vcPWxX8HLq .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPWxX8HLq .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPWxX8HLq .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPWxX8HLq .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPWxX8HLq .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPWxX8HLq .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPWxX8HLq .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPWxX8HLq label {
  color: #F9F6E0;
}
.cid-vcPWxX8HLq LABEL {
  color: #72716b;
}
.cid-vcIms8RMra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIms8RMra .container {
    padding: 0 24px;
  }
}
.cid-vcIms8RMra .row {
  justify-content: space-between;
}
.cid-vcIms8RMra .logo-wrapper {
  display: flex;
}
.cid-vcIms8RMra .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcIms8RMra .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcIms8RMra .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcIms8RMra .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcIms8RMra .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcIms8RMra .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIms8RMra .content-wrapper .list .item-wrap:hover,
.cid-vcIms8RMra .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIms8RMra .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcIms8RMra .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcIms8RMra .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcIms8RMra .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcIms8RMra .nav-list {
    padding: 0;
  }
}
.cid-vcIms8RMra .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIms8RMra .nav-list .item-wrap:hover,
.cid-vcIms8RMra .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIms8RMra .nav-list .item-wrap:hover::before,
.cid-vcIms8RMra .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcIms8RMra .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcIms8RMra .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIms8RMra .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIms8RMra .list {
  color: #F9F6E0;
}
.cid-vcIms8RMra .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIms8RMra .list,
.cid-vcIms8RMra .item-wrap {
  text-align: center;
}
.cid-vcIohT9Yka {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcIohT9Yka .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcIohT9Yka .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcIohT9Yka .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIohT9Yka .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcIohT9Yka .menu_box .navbar.opened,
  .cid-vcIohT9Yka .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcIohT9Yka nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcIohT9Yka .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcIohT9Yka .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcIohT9Yka .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcIohT9Yka .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcIohT9Yka .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcIohT9Yka .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcIohT9Yka .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcIohT9Yka .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcIohT9Yka .offcanvas-body .mbr-text,
  .cid-vcIohT9Yka .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcIohT9Yka .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcIohT9Yka .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcIohT9Yka ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcIohT9Yka .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIohT9Yka .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcIohT9Yka .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcIohT9Yka li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcIohT9Yka .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcIohT9Yka .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcIohT9Yka .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcIohT9Yka .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .nav-item {
    margin: 0 !important;
  }
}
.cid-vcIohT9Yka .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIohT9Yka .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcIohT9Yka .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIohT9Yka .nav-item .nav-link:hover,
.cid-vcIohT9Yka .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcIohT9Yka .nav-item .nav-link:hover::before,
.cid-vcIohT9Yka .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcIohT9Yka .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcIohT9Yka .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcIohT9Yka .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIohT9Yka .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcIohT9Yka .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcIohT9Yka .offcanvas_box {
    display: none;
  }
}
.cid-vcIohT9Yka .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcIohT9Yka .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcIohT9Yka .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcIohT9Yka .container {
  display: flex;
  margin: auto;
}
.cid-vcIohT9Yka .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcIohT9Yka .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcIohT9Yka .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcIohT9Yka .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcIohT9Yka .navbar-nav {
    margin: 0;
  }
}
.cid-vcIohT9Yka .dropdown-menu,
.cid-vcIohT9Yka .navbar.opened {
  background-color: false !important;
}
.cid-vcIohT9Yka .nav-item:focus,
.cid-vcIohT9Yka .nav-link:focus {
  outline: none;
}
.cid-vcIohT9Yka .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIohT9Yka .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIohT9Yka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIohT9Yka .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIohT9Yka .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIohT9Yka .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIohT9Yka .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcIohT9Yka .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcIohT9Yka .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIohT9Yka .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcIohT9Yka .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcIohT9Yka .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcIohT9Yka .navbar.collapsed {
  justify-content: center;
}
.cid-vcIohT9Yka .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIohT9Yka .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIohT9Yka .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIohT9Yka .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIohT9Yka .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIohT9Yka .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcIohT9Yka .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcIohT9Yka .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcIohT9Yka .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcIohT9Yka .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIohT9Yka .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIohT9Yka .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcIohT9Yka .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIohT9Yka .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcIohT9Yka .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcIohT9Yka .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcIohT9Yka .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcIohT9Yka .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcIohT9Yka .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcIohT9Yka .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIohT9Yka .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcIohT9Yka .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcIohT9Yka .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcIohT9Yka .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcIohT9Yka .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIohT9Yka .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcIohT9Yka .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIohT9Yka .dropdown-item.active,
.cid-vcIohT9Yka .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIohT9Yka .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcIohT9Yka .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIohT9Yka .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIohT9Yka .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIohT9Yka ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcIohT9Yka .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcIohT9Yka button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcIohT9Yka button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcIohT9Yka button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIohT9Yka button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIohT9Yka button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIohT9Yka button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIohT9Yka nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIohT9Yka nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIohT9Yka nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIohT9Yka nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIohT9Yka a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcIohT9Yka .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIohT9Yka .navbar {
    height: 70px;
  }
  .cid-vcIohT9Yka .navbar.opened {
    height: auto;
  }
  .cid-vcIohT9Yka .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIohT9Yka .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcIohT9Yka .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcIohT9Yka .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcIohT9Yka .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcIohT9Yka .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcIohT9Yka .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcIohT9Yka .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcIohT9Yka .text_widget {
  margin-bottom: 32px;
}
.cid-vcIohT9Yka .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcIohT9Yka .text_widget a:hover,
.cid-vcIohT9Yka .text_widget a:focus {
  opacity: .6;
}
.cid-vcIohT9Yka .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIohT9Yka .navbar-caption {
  color: #F9F6E0;
}
.cid-vcIohT9Yka .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIohT9Yka .mbr-section-subtitle,
.cid-vcIohT9Yka .text_widget,
.cid-vcIohT9Yka .mbr-section-btn {
  text-align: center;
}
.cid-vcIohT9Yka a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcIohV4BM5 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcIohV4BM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIohV4BM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIohV4BM5 .container {
    padding: 0 24px;
  }
}
.cid-vcIohV4BM5 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcIohV4BM5 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcIohV4BM5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIohV4BM5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIohV4BM5 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIohV4BM5 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcIohV4BM5 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIohV4BM5 .mbr-text {
  color: #0a4f8b;
}
.cid-vcIohV4BM5 .mbr-section-title,
.cid-vcIohV4BM5 .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcIoW4G3Dm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIoW4G3Dm .container {
    padding: 0 24px;
  }
}
.cid-vcIoW4G3Dm .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIoW4G3Dm .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcIoW4G3Dm .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIoW4G3Dm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIoW4G3Dm .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcIoW4G3Dm .mbr-section-btn {
    text-align: left;
  }
}
.cid-vcIoW4G3Dm .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIoW4G3Dm .mbr-text {
  color: #F9F6E0;
}
.cid-vcPWZGG7rY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPWZGG7rY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPWZGG7rY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPWZGG7rY .container {
    padding: 0 24px;
  }
}
.cid-vcPWZGG7rY .main-row {
  margin: 0;
}
.cid-vcPWZGG7rY .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .main-row .card {
    padding: 0;
  }
}
.cid-vcPWZGG7rY .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPWZGG7rY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPWZGG7rY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPWZGG7rY .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPWZGG7rY .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPWZGG7rY .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-control:hover,
.cid-vcPWZGG7rY .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPWZGG7rY .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPWZGG7rY .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPWZGG7rY .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPWZGG7rY .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPWZGG7rY .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPWZGG7rY .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPWZGG7rY label {
  color: #F9F6E0;
}
.cid-vcPWZGG7rY LABEL {
  color: #72716b;
}
.cid-vcIohYe3xR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIohYe3xR .container {
    padding: 0 24px;
  }
}
.cid-vcIohYe3xR .row {
  justify-content: space-between;
}
.cid-vcIohYe3xR .logo-wrapper {
  display: flex;
}
.cid-vcIohYe3xR .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcIohYe3xR .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcIohYe3xR .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcIohYe3xR .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcIohYe3xR .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcIohYe3xR .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIohYe3xR .content-wrapper .list .item-wrap:hover,
.cid-vcIohYe3xR .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIohYe3xR .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcIohYe3xR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcIohYe3xR .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcIohYe3xR .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcIohYe3xR .nav-list {
    padding: 0;
  }
}
.cid-vcIohYe3xR .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIohYe3xR .nav-list .item-wrap:hover,
.cid-vcIohYe3xR .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIohYe3xR .nav-list .item-wrap:hover::before,
.cid-vcIohYe3xR .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcIohYe3xR .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcIohYe3xR .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIohYe3xR .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIohYe3xR .list {
  color: #F9F6E0;
}
.cid-vcIohYe3xR .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIohYe3xR .list,
.cid-vcIohYe3xR .item-wrap {
  text-align: center;
}
.cid-vcIAuDxp2R {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcIAuDxp2R .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcIAuDxp2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcIAuDxp2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIAuDxp2R .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcIAuDxp2R .menu_box .navbar.opened,
  .cid-vcIAuDxp2R .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcIAuDxp2R nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcIAuDxp2R .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcIAuDxp2R .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcIAuDxp2R .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcIAuDxp2R .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcIAuDxp2R .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcIAuDxp2R .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcIAuDxp2R .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcIAuDxp2R .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcIAuDxp2R .offcanvas-body .mbr-text,
  .cid-vcIAuDxp2R .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcIAuDxp2R .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcIAuDxp2R .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcIAuDxp2R ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcIAuDxp2R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIAuDxp2R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcIAuDxp2R .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcIAuDxp2R li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcIAuDxp2R .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcIAuDxp2R .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcIAuDxp2R .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcIAuDxp2R .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .nav-item {
    margin: 0 !important;
  }
}
.cid-vcIAuDxp2R .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIAuDxp2R .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcIAuDxp2R .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIAuDxp2R .nav-item .nav-link:hover,
.cid-vcIAuDxp2R .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcIAuDxp2R .nav-item .nav-link:hover::before,
.cid-vcIAuDxp2R .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcIAuDxp2R .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcIAuDxp2R .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcIAuDxp2R .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIAuDxp2R .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcIAuDxp2R .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcIAuDxp2R .offcanvas_box {
    display: none;
  }
}
.cid-vcIAuDxp2R .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcIAuDxp2R .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcIAuDxp2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcIAuDxp2R .container {
  display: flex;
  margin: auto;
}
.cid-vcIAuDxp2R .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcIAuDxp2R .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcIAuDxp2R .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcIAuDxp2R .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcIAuDxp2R .navbar-nav {
    margin: 0;
  }
}
.cid-vcIAuDxp2R .dropdown-menu,
.cid-vcIAuDxp2R .navbar.opened {
  background-color: false !important;
}
.cid-vcIAuDxp2R .nav-item:focus,
.cid-vcIAuDxp2R .nav-link:focus {
  outline: none;
}
.cid-vcIAuDxp2R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIAuDxp2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIAuDxp2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIAuDxp2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIAuDxp2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIAuDxp2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIAuDxp2R .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcIAuDxp2R .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcIAuDxp2R .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIAuDxp2R .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcIAuDxp2R .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcIAuDxp2R .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcIAuDxp2R .navbar.collapsed {
  justify-content: center;
}
.cid-vcIAuDxp2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIAuDxp2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIAuDxp2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIAuDxp2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIAuDxp2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIAuDxp2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcIAuDxp2R .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcIAuDxp2R .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcIAuDxp2R .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcIAuDxp2R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIAuDxp2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIAuDxp2R .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcIAuDxp2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIAuDxp2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcIAuDxp2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcIAuDxp2R .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcIAuDxp2R .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcIAuDxp2R .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcIAuDxp2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcIAuDxp2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIAuDxp2R .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcIAuDxp2R .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcIAuDxp2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcIAuDxp2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcIAuDxp2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIAuDxp2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcIAuDxp2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIAuDxp2R .dropdown-item.active,
.cid-vcIAuDxp2R .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIAuDxp2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcIAuDxp2R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIAuDxp2R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIAuDxp2R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIAuDxp2R ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcIAuDxp2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcIAuDxp2R button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcIAuDxp2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcIAuDxp2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIAuDxp2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIAuDxp2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIAuDxp2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIAuDxp2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIAuDxp2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIAuDxp2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIAuDxp2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIAuDxp2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcIAuDxp2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIAuDxp2R .navbar {
    height: 70px;
  }
  .cid-vcIAuDxp2R .navbar.opened {
    height: auto;
  }
  .cid-vcIAuDxp2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIAuDxp2R .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcIAuDxp2R .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcIAuDxp2R .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcIAuDxp2R .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcIAuDxp2R .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcIAuDxp2R .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcIAuDxp2R .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcIAuDxp2R .text_widget {
  margin-bottom: 32px;
}
.cid-vcIAuDxp2R .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcIAuDxp2R .text_widget a:hover,
.cid-vcIAuDxp2R .text_widget a:focus {
  opacity: .6;
}
.cid-vcIAuDxp2R .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIAuDxp2R .navbar-caption {
  color: #F9F6E0;
}
.cid-vcIAuDxp2R .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIAuDxp2R .mbr-section-subtitle,
.cid-vcIAuDxp2R .text_widget,
.cid-vcIAuDxp2R .mbr-section-btn {
  text-align: center;
}
.cid-vcIAuDxp2R a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcIAuFEu3a {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcIAuFEu3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAuFEu3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIAuFEu3a .container {
    padding: 0 24px;
  }
}
.cid-vcIAuFEu3a .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcIAuFEu3a .content-wrapper {
    padding: 24px;
  }
}
.cid-vcIAuFEu3a .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIAuFEu3a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIAuFEu3a .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIAuFEu3a .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcIAuFEu3a .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIAuFEu3a .mbr-text {
  color: #0a4f8b;
}
.cid-vcIAuFEu3a .mbr-section-title,
.cid-vcIAuFEu3a .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcIEmAhEjD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcIEmAhEjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEmAhEjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEmAhEjD .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIEmAhEjD .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIEmAhEjD .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIEmAhEjD .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIEmAhEjD .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIEmAhEjD .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIEmAhEjD .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIEmAhEjD .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIEmAhEjD .mbr-label,
.cid-vcIEmAhEjD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIEmAhEjD .mbr-section-title {
  color: #000000;
}
.cid-vcIEmAhEjD .mbr-text,
.cid-vcIEmAhEjD .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIEmAhEjD .mbr-section-title,
.cid-vcIEmAhEjD .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcK1PMHFkT {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcK1PMHFkT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK1PMHFkT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK1PMHFkT .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcK1PMHFkT .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcK1PMHFkT .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcK1PMHFkT .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcK1PMHFkT .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcK1PMHFkT .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcK1PMHFkT .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcK1PMHFkT .items-wrapper {
  margin: 0 -10px;
}
.cid-vcK1PMHFkT .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcK1PMHFkT .items-wrapper .item:hover .item-wrapper,
.cid-vcK1PMHFkT .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .items-wrapper .item:hover .item-wrapper,
  .cid-vcK1PMHFkT .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcK1PMHFkT .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcK1PMHFkT .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcK1PMHFkT .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcK1PMHFkT .mbr-label,
.cid-vcK1PMHFkT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK1PMHFkT .mbr-section-title,
.cid-vcK1PMHFkT .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcK1PMHFkT .item-title {
  color: #000000;
}
.cid-vcK1PMHFkT .item-text {
  color: #000000;
}
.cid-vcK1PMHFkT .item-title,
.cid-vcK1PMHFkT .item-btn,
.cid-vcK1PMHFkT .iconfont-wrapper,
.cid-vcK1PMHFkT .link-wrapper {
  text-align: center;
  color: #2368a4;
}
.cid-vcIFJ9FIjQ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcIFJ9FIjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFJ9FIjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFJ9FIjQ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcIFJ9FIjQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcIFJ9FIjQ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFJ9FIjQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcIFJ9FIjQ .container {
    padding: 0 14px;
  }
}
.cid-vcIFJ9FIjQ .row {
  justify-content: center;
}
.cid-vcIFJ9FIjQ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcIFJ9FIjQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcIFJ9FIjQ .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcIFJ9FIjQ .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcIFJ9FIjQ .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcIFJ9FIjQ .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcIFJ9FIjQ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcIFJ9FIjQ .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcIFJ9FIjQ .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcIFJ9FIjQ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcIFJ9FIjQ .mbr-text_1 {
  color: #01004c;
}
.cid-vcIFJ9FIjQ .list {
  color: #01004c;
}
.cid-vcIFJ9FIjQ .mbr-text_2 {
  color: #01004c;
}
.cid-vcPJcN6yxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPJcN6yxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPJcN6yxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPJcN6yxy .container {
    padding: 0 24px;
  }
}
.cid-vcPJcN6yxy .main-row {
  margin: 0;
}
.cid-vcPJcN6yxy .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .main-row .card {
    padding: 0;
  }
}
.cid-vcPJcN6yxy .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPJcN6yxy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPJcN6yxy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPJcN6yxy .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPJcN6yxy .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPJcN6yxy .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-control:hover,
.cid-vcPJcN6yxy .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPJcN6yxy .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPJcN6yxy .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPJcN6yxy .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPJcN6yxy .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPJcN6yxy .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPJcN6yxy .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPJcN6yxy label {
  color: #F9F6E0;
}
.cid-vcPJcN6yxy LABEL {
  color: #72716b;
}
.cid-vcIAuIoGL7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIAuIoGL7 .container {
    padding: 0 24px;
  }
}
.cid-vcIAuIoGL7 .row {
  justify-content: space-between;
}
.cid-vcIAuIoGL7 .logo-wrapper {
  display: flex;
}
.cid-vcIAuIoGL7 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcIAuIoGL7 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcIAuIoGL7 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcIAuIoGL7 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcIAuIoGL7 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcIAuIoGL7 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIAuIoGL7 .content-wrapper .list .item-wrap:hover,
.cid-vcIAuIoGL7 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIAuIoGL7 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcIAuIoGL7 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcIAuIoGL7 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcIAuIoGL7 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcIAuIoGL7 .nav-list {
    padding: 0;
  }
}
.cid-vcIAuIoGL7 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIAuIoGL7 .nav-list .item-wrap:hover,
.cid-vcIAuIoGL7 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIAuIoGL7 .nav-list .item-wrap:hover::before,
.cid-vcIAuIoGL7 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcIAuIoGL7 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcIAuIoGL7 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIAuIoGL7 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIAuIoGL7 .list {
  color: #F9F6E0;
}
.cid-vcIAuIoGL7 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIAuIoGL7 .list,
.cid-vcIAuIoGL7 .item-wrap {
  text-align: center;
}
.cid-vcIH1HYta2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcIH1HYta2 .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcIH1HYta2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcIH1HYta2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcIH1HYta2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcIH1HYta2 .menu_box .navbar.opened,
  .cid-vcIH1HYta2 .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcIH1HYta2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcIH1HYta2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcIH1HYta2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcIH1HYta2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcIH1HYta2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcIH1HYta2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcIH1HYta2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcIH1HYta2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcIH1HYta2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcIH1HYta2 .offcanvas-body .mbr-text,
  .cid-vcIH1HYta2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcIH1HYta2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcIH1HYta2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcIH1HYta2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcIH1HYta2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIH1HYta2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcIH1HYta2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcIH1HYta2 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcIH1HYta2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcIH1HYta2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcIH1HYta2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcIH1HYta2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcIH1HYta2 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcIH1HYta2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcIH1HYta2 .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIH1HYta2 .nav-item .nav-link:hover,
.cid-vcIH1HYta2 .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcIH1HYta2 .nav-item .nav-link:hover::before,
.cid-vcIH1HYta2 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcIH1HYta2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcIH1HYta2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcIH1HYta2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcIH1HYta2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcIH1HYta2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcIH1HYta2 .offcanvas_box {
    display: none;
  }
}
.cid-vcIH1HYta2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcIH1HYta2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcIH1HYta2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcIH1HYta2 .container {
  display: flex;
  margin: auto;
}
.cid-vcIH1HYta2 .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcIH1HYta2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcIH1HYta2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcIH1HYta2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcIH1HYta2 .navbar-nav {
    margin: 0;
  }
}
.cid-vcIH1HYta2 .dropdown-menu,
.cid-vcIH1HYta2 .navbar.opened {
  background-color: false !important;
}
.cid-vcIH1HYta2 .nav-item:focus,
.cid-vcIH1HYta2 .nav-link:focus {
  outline: none;
}
.cid-vcIH1HYta2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIH1HYta2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIH1HYta2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIH1HYta2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIH1HYta2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIH1HYta2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIH1HYta2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcIH1HYta2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcIH1HYta2 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIH1HYta2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcIH1HYta2 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcIH1HYta2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcIH1HYta2 .navbar.collapsed {
  justify-content: center;
}
.cid-vcIH1HYta2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIH1HYta2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcIH1HYta2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIH1HYta2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIH1HYta2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIH1HYta2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcIH1HYta2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcIH1HYta2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcIH1HYta2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcIH1HYta2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIH1HYta2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIH1HYta2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcIH1HYta2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIH1HYta2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcIH1HYta2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcIH1HYta2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcIH1HYta2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcIH1HYta2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcIH1HYta2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcIH1HYta2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIH1HYta2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcIH1HYta2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcIH1HYta2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcIH1HYta2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcIH1HYta2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcIH1HYta2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcIH1HYta2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIH1HYta2 .dropdown-item.active,
.cid-vcIH1HYta2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIH1HYta2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcIH1HYta2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIH1HYta2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIH1HYta2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcIH1HYta2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcIH1HYta2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcIH1HYta2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcIH1HYta2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcIH1HYta2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIH1HYta2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIH1HYta2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIH1HYta2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIH1HYta2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIH1HYta2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIH1HYta2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIH1HYta2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIH1HYta2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcIH1HYta2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIH1HYta2 .navbar {
    height: 70px;
  }
  .cid-vcIH1HYta2 .navbar.opened {
    height: auto;
  }
  .cid-vcIH1HYta2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIH1HYta2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcIH1HYta2 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcIH1HYta2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcIH1HYta2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcIH1HYta2 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcIH1HYta2 .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcIH1HYta2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcIH1HYta2 .text_widget {
  margin-bottom: 32px;
}
.cid-vcIH1HYta2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcIH1HYta2 .text_widget a:hover,
.cid-vcIH1HYta2 .text_widget a:focus {
  opacity: .6;
}
.cid-vcIH1HYta2 .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIH1HYta2 .navbar-caption {
  color: #F9F6E0;
}
.cid-vcIH1HYta2 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIH1HYta2 .mbr-section-subtitle,
.cid-vcIH1HYta2 .text_widget,
.cid-vcIH1HYta2 .mbr-section-btn {
  text-align: center;
}
.cid-vcIH1HYta2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcIH1KaZv1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcIH1KaZv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIH1KaZv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIH1KaZv1 .container {
    padding: 0 24px;
  }
}
.cid-vcIH1KaZv1 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcIH1KaZv1 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcIH1KaZv1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcIH1KaZv1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIH1KaZv1 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIH1KaZv1 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcIH1KaZv1 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcIH1KaZv1 .mbr-text {
  color: #0a4f8b;
}
.cid-vcIH1KaZv1 .mbr-section-title,
.cid-vcIH1KaZv1 .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcIHAXLwEE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcIHAXLwEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIHAXLwEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIHAXLwEE .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIHAXLwEE .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIHAXLwEE .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIHAXLwEE .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIHAXLwEE .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIHAXLwEE .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIHAXLwEE .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIHAXLwEE .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIHAXLwEE .mbr-label,
.cid-vcIHAXLwEE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIHAXLwEE .mbr-section-title {
  color: #000000;
}
.cid-vcIHAXLwEE .mbr-text,
.cid-vcIHAXLwEE .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIHAXLwEE .mbr-section-title,
.cid-vcIHAXLwEE .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcIIbBew8Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcIIbBew8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIIbBew8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIIbBew8Y .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIIbBew8Y .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIIbBew8Y .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIIbBew8Y .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIIbBew8Y .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIIbBew8Y .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIIbBew8Y .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIIbBew8Y .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIIbBew8Y .mbr-label,
.cid-vcIIbBew8Y .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIIbBew8Y .mbr-section-title {
  color: #000000;
}
.cid-vcIIbBew8Y .mbr-text,
.cid-vcIIbBew8Y .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIIbBew8Y .mbr-section-title,
.cid-vcIIbBew8Y .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcII18VPa8 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcII18VPa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcII18VPa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcII18VPa8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcII18VPa8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcII18VPa8 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcII18VPa8 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcII18VPa8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcII18VPa8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcII18VPa8 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcII18VPa8 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcII18VPa8 .mbr-label,
.cid-vcII18VPa8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcII18VPa8 .mbr-section-title {
  color: #000000;
}
.cid-vcII18VPa8 .mbr-text,
.cid-vcII18VPa8 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcII18VPa8 .mbr-section-title,
.cid-vcII18VPa8 .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcIKYuMzD1 {
  padding-top: 1rem;
  padding-bottom: 9rem;
  position: relative;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vcIKYuMzD1 .gradient-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #171719 -30%, transparent 100%);
}
.cid-vcIKYuMzD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIKYuMzD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIKYuMzD1 .content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 300px;
}
@media (max-width: 1440px) {
  .cid-vcIKYuMzD1 .content-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vcIKYuMzD1 .content-wrapper {
    padding-top: 0;
  }
}
.cid-vcIKYuMzD1 .card {
  justify-content: flex-end;
}
.cid-vcIKYuMzD1 .title-wrapper .mbr-number {
  margin-bottom: 20px;
}
.cid-vcIKYuMzD1 .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-vcIKYuMzD1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcIKYuMzD1 .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcIKYuMzD1 .mbr-section-btn {
    text-align: left;
  }
}
.cid-vcIKYuMzD1 .mbr-number {
  color: #ffffff;
}
.cid-vcIKYuMzD1 .mbr-section-title {
  color: #ffffff;
}
.cid-vcIKYuMzD1 .mbr-text,
.cid-vcIKYuMzD1 .text-wrapper {
  color: #ffffff;
}
.cid-vcIMaPb5h9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcIMaPb5h9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIMaPb5h9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIMaPb5h9 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIMaPb5h9 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIMaPb5h9 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIMaPb5h9 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIMaPb5h9 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIMaPb5h9 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIMaPb5h9 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIMaPb5h9 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIMaPb5h9 .mbr-label,
.cid-vcIMaPb5h9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIMaPb5h9 .mbr-section-title {
  color: #000000;
}
.cid-vcIMaPb5h9 .mbr-text,
.cid-vcIMaPb5h9 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIMaPb5h9 .mbr-section-title,
.cid-vcIMaPb5h9 .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcILPCaSnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcILPCaSnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcILPCaSnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcILPCaSnP .container {
    padding: 0 24px;
  }
}
.cid-vcILPCaSnP .row {
  justify-content: center;
  border-top: 1px solid #3d7db4;
}
@media (min-width: 992px) {
  .cid-vcILPCaSnP .row {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .row {
    border: none;
  }
}
.cid-vcILPCaSnP .row .item {
  padding: 0 32px 0 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .row .item {
    padding: 0 16px;
  }
}
.cid-vcILPCaSnP .item-wrapper {
  height: 100%;
}
.cid-vcILPCaSnP .item-wrapper .card-box {
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .item-wrapper .card-box {
    display: block;
  }
}
.cid-vcILPCaSnP .subtitle-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .subtitle-wrap {
    display: block;
  }
}
.cid-vcILPCaSnP .subtitle-wrap .mbr-section-subtitle {
  padding: 32px;
  writing-mode: tb;
  transform: rotate(180deg);
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .subtitle-wrap .mbr-section-subtitle {
    transform: rotate(0);
    writing-mode: horizontal-tb;
    padding: 24px;
    border-left: 1px solid #3d7db4;
    text-align: left;
  }
}
.cid-vcILPCaSnP .content-wrapper {
  padding: 32px;
  border-left: 1px solid #3d7db4;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .content-wrapper {
    padding: 24px;
    border-top: 1px solid #3d7db4;
    border-left: 1px solid #3d7db4;
  }
}
.cid-vcILPCaSnP .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcILPCaSnP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcILPCaSnP .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcILPCaSnP .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcILPCaSnP .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcILPCaSnP .mbr-section-subtitle {
  color: #E0B548;
  text-align: center;
}
.cid-vcILPCaSnP .mbr-text {
  color: #474a48;
}
.cid-vcIISmz3s1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcIISmz3s1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIISmz3s1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIISmz3s1 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcIISmz3s1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcIISmz3s1 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcIISmz3s1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcIISmz3s1 .container {
    padding: 0 14px;
  }
}
.cid-vcIISmz3s1 .row {
  justify-content: center;
}
.cid-vcIISmz3s1 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcIISmz3s1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcIISmz3s1 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcIISmz3s1 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcIISmz3s1 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcIISmz3s1 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcIISmz3s1 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcIISmz3s1 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcIISmz3s1 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcIISmz3s1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcIISmz3s1 .mbr-text_1 {
  color: #01004c;
}
.cid-vcIISmz3s1 .list {
  color: #01004c;
}
.cid-vcIISmz3s1 .mbr-text_2 {
  color: #01004c;
}
.cid-vcPKL3pTPA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPKL3pTPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPKL3pTPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPKL3pTPA .container {
    padding: 0 24px;
  }
}
.cid-vcPKL3pTPA .main-row {
  margin: 0;
}
.cid-vcPKL3pTPA .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .main-row .card {
    padding: 0;
  }
}
.cid-vcPKL3pTPA .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPKL3pTPA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPKL3pTPA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPKL3pTPA .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPKL3pTPA .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPKL3pTPA .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-control:hover,
.cid-vcPKL3pTPA .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPKL3pTPA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPKL3pTPA .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPKL3pTPA .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPKL3pTPA .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPKL3pTPA .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPKL3pTPA .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPKL3pTPA label {
  color: #F9F6E0;
}
.cid-vcPKL3pTPA LABEL {
  color: #72716b;
}
.cid-vcIH1PzONT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcIH1PzONT .container {
    padding: 0 24px;
  }
}
.cid-vcIH1PzONT .row {
  justify-content: space-between;
}
.cid-vcIH1PzONT .logo-wrapper {
  display: flex;
}
.cid-vcIH1PzONT .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcIH1PzONT .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcIH1PzONT .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcIH1PzONT .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcIH1PzONT .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcIH1PzONT .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIH1PzONT .content-wrapper .list .item-wrap:hover,
.cid-vcIH1PzONT .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIH1PzONT .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcIH1PzONT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcIH1PzONT .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcIH1PzONT .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcIH1PzONT .nav-list {
    padding: 0;
  }
}
.cid-vcIH1PzONT .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcIH1PzONT .nav-list .item-wrap:hover,
.cid-vcIH1PzONT .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcIH1PzONT .nav-list .item-wrap:hover::before,
.cid-vcIH1PzONT .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcIH1PzONT .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcIH1PzONT .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcIH1PzONT .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIH1PzONT .list {
  color: #F9F6E0;
}
.cid-vcIH1PzONT .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcIH1PzONT .list,
.cid-vcIH1PzONT .item-wrap {
  text-align: center;
}
.cid-vcINGreyco {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcINGreyco .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcINGreyco .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcINGreyco .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcINGreyco .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcINGreyco .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcINGreyco .menu_box .navbar.opened,
  .cid-vcINGreyco .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcINGreyco nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcINGreyco .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcINGreyco .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcINGreyco .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcINGreyco .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcINGreyco .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcINGreyco .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcINGreyco .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcINGreyco .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcINGreyco .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcINGreyco .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcINGreyco .offcanvas-body .mbr-text,
  .cid-vcINGreyco .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcINGreyco .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcINGreyco .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcINGreyco ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcINGreyco .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcINGreyco .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcINGreyco .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcINGreyco li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcINGreyco .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcINGreyco .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcINGreyco .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcINGreyco .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcINGreyco .nav-item {
    margin: 0 !important;
  }
}
.cid-vcINGreyco .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcINGreyco .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcINGreyco .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcINGreyco .nav-item .nav-link:hover,
.cid-vcINGreyco .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcINGreyco .nav-item .nav-link:hover::before,
.cid-vcINGreyco .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcINGreyco .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcINGreyco .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcINGreyco .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcINGreyco .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcINGreyco .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcINGreyco .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcINGreyco .offcanvas_box {
    display: none;
  }
}
.cid-vcINGreyco .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcINGreyco .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcINGreyco .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcINGreyco .container {
  display: flex;
  margin: auto;
}
.cid-vcINGreyco .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcINGreyco .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcINGreyco .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcINGreyco .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcINGreyco .navbar-nav {
    margin: 0;
  }
}
.cid-vcINGreyco .dropdown-menu,
.cid-vcINGreyco .navbar.opened {
  background-color: false !important;
}
.cid-vcINGreyco .nav-item:focus,
.cid-vcINGreyco .nav-link:focus {
  outline: none;
}
.cid-vcINGreyco .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcINGreyco .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcINGreyco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcINGreyco .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcINGreyco .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcINGreyco .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcINGreyco .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcINGreyco .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcINGreyco .navbar.opened {
  transition: all 0.3s;
}
.cid-vcINGreyco .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcINGreyco .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcINGreyco .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcINGreyco .navbar.collapsed {
  justify-content: center;
}
.cid-vcINGreyco .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcINGreyco .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcINGreyco .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcINGreyco .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcINGreyco .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcINGreyco .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcINGreyco .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcINGreyco .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcINGreyco .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcINGreyco .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcINGreyco .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcINGreyco .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcINGreyco .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcINGreyco .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcINGreyco .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcINGreyco .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcINGreyco .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcINGreyco .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcINGreyco .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcINGreyco .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcINGreyco .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcINGreyco .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcINGreyco .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcINGreyco .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcINGreyco .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcINGreyco .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcINGreyco .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcINGreyco .dropdown-item.active,
.cid-vcINGreyco .dropdown-item:active {
  background-color: transparent;
}
.cid-vcINGreyco .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcINGreyco .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcINGreyco .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcINGreyco .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcINGreyco ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcINGreyco .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcINGreyco button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcINGreyco button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcINGreyco button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcINGreyco button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcINGreyco button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcINGreyco button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcINGreyco nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcINGreyco nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcINGreyco nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcINGreyco nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcINGreyco a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcINGreyco .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcINGreyco .navbar {
    height: 70px;
  }
  .cid-vcINGreyco .navbar.opened {
    height: auto;
  }
  .cid-vcINGreyco .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcINGreyco .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcINGreyco .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcINGreyco .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcINGreyco .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcINGreyco .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcINGreyco .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcINGreyco .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcINGreyco .text_widget {
  margin-bottom: 32px;
}
.cid-vcINGreyco .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcINGreyco .text_widget a:hover,
.cid-vcINGreyco .text_widget a:focus {
  opacity: .6;
}
.cid-vcINGreyco .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcINGreyco .navbar-caption {
  color: #F9F6E0;
}
.cid-vcINGreyco .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcINGreyco .mbr-section-subtitle,
.cid-vcINGreyco .text_widget,
.cid-vcINGreyco .mbr-section-btn {
  text-align: center;
}
.cid-vcINGreyco a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcINGtAF6N {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcINGtAF6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGtAF6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcINGtAF6N .container {
    padding: 0 24px;
  }
}
.cid-vcINGtAF6N .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcINGtAF6N .content-wrapper {
    padding: 24px;
  }
}
.cid-vcINGtAF6N .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcINGtAF6N .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcINGtAF6N .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcINGtAF6N .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcINGtAF6N .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcINGtAF6N .mbr-text {
  color: #0a4f8b;
}
.cid-vcINGtAF6N .mbr-section-title,
.cid-vcINGtAF6N .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcINGvkqWP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcINGvkqWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGvkqWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINGvkqWP .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcINGvkqWP .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcINGvkqWP .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcINGvkqWP .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcINGvkqWP .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcINGvkqWP .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcINGvkqWP .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcINGvkqWP .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcINGvkqWP .mbr-label,
.cid-vcINGvkqWP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcINGvkqWP .mbr-section-title {
  color: #000000;
}
.cid-vcINGvkqWP .mbr-text,
.cid-vcINGvkqWP .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcINGvkqWP .mbr-section-title,
.cid-vcINGvkqWP .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcINGx8DAq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcINGx8DAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGx8DAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINGx8DAq .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcINGx8DAq .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcINGx8DAq .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcINGx8DAq .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcINGx8DAq .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcINGx8DAq .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcINGx8DAq .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcINGx8DAq .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcINGx8DAq .mbr-label,
.cid-vcINGx8DAq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcINGx8DAq .mbr-section-title {
  color: #000000;
}
.cid-vcINGx8DAq .mbr-text,
.cid-vcINGx8DAq .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcINGx8DAq .mbr-section-title,
.cid-vcINGx8DAq .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcINGyQq7q {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcINGyQq7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGyQq7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINGyQq7q .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcINGyQq7q .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcINGyQq7q .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcINGyQq7q .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcINGyQq7q .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcINGyQq7q .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcINGyQq7q .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcINGyQq7q .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcINGyQq7q .mbr-label,
.cid-vcINGyQq7q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcINGyQq7q .mbr-section-title {
  color: #000000;
}
.cid-vcINGyQq7q .mbr-text,
.cid-vcINGyQq7q .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcINGyQq7q .mbr-section-title,
.cid-vcINGyQq7q .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcINGCwMhp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcINGCwMhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGCwMhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINGCwMhp .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcINGCwMhp .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcINGCwMhp .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcINGCwMhp .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcINGCwMhp .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcINGCwMhp .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcINGCwMhp .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcINGCwMhp .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcINGCwMhp .mbr-label,
.cid-vcINGCwMhp .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcINGCwMhp .mbr-section-title {
  color: #000000;
}
.cid-vcINGCwMhp .mbr-text,
.cid-vcINGCwMhp .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcINGCwMhp .mbr-section-title,
.cid-vcINGCwMhp .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcIOaxiSfg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcIOaxiSfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIOaxiSfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIOaxiSfg .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIOaxiSfg .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIOaxiSfg .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIOaxiSfg .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIOaxiSfg .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIOaxiSfg .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIOaxiSfg .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIOaxiSfg .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIOaxiSfg .mbr-label,
.cid-vcIOaxiSfg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIOaxiSfg .mbr-section-title {
  color: #000000;
}
.cid-vcIOaxiSfg .mbr-text,
.cid-vcIOaxiSfg .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIOaxiSfg .mbr-section-title,
.cid-vcIOaxiSfg .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcIPdMnzPa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcIPdMnzPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIPdMnzPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIPdMnzPa .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIPdMnzPa .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIPdMnzPa .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIPdMnzPa .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIPdMnzPa .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIPdMnzPa .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIPdMnzPa .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIPdMnzPa .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIPdMnzPa .mbr-label,
.cid-vcIPdMnzPa .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIPdMnzPa .mbr-section-title {
  color: #000000;
}
.cid-vcIPdMnzPa .mbr-text,
.cid-vcIPdMnzPa .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIPdMnzPa .mbr-section-title,
.cid-vcIPdMnzPa .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcIPmc9vIm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcIPmc9vIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIPmc9vIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIPmc9vIm .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcIPmc9vIm .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcIPmc9vIm .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcIPmc9vIm .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcIPmc9vIm .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIPmc9vIm .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIPmc9vIm .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcIPmc9vIm .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcIPmc9vIm .mbr-label,
.cid-vcIPmc9vIm .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcIPmc9vIm .mbr-section-title {
  color: #000000;
}
.cid-vcIPmc9vIm .mbr-text,
.cid-vcIPmc9vIm .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcIPmc9vIm .mbr-section-title,
.cid-vcIPmc9vIm .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJglm6kRH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vcJglm6kRH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJglm6kRH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcJglm6kRH .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-vcJglm6kRH .container {
    padding: 0 12px;
  }
}
.cid-vcJglm6kRH .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcJglm6kRH .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-vcJglm6kRH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  position: relative;
}
.cid-vcJglm6kRH .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcJglm6kRH .item {
  margin-bottom: 32px;
}
.cid-vcJglm6kRH .item .item-wrapper {
  height: 100%;
  background-color: #3d7db4;
  border-radius: 32px !important;
  padding: 25px;
}
.cid-vcJglm6kRH .item .item-wrapper a {
  display: block;
}
.cid-vcJglm6kRH .item .item-wrapper a:hover .card-box .title-wrap .mbr-iconfont,
.cid-vcJglm6kRH .item .item-wrapper a:focus .card-box .title-wrap .mbr-iconfont {
  transform: translateX(5px);
}
.cid-vcJglm6kRH .item .item-wrapper a .card-box .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-vcJglm6kRH .item .item-wrapper a .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vcJglm6kRH .item .item-wrapper a .card-box .title-wrap .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #1d1d1f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 16px;
  font-size: 24px;
}
.cid-vcJglm6kRH .item-menu-overlay .btn-wrapper {
  margin-top: 0;
  margin-right: 17%;
}
.cid-vcJglm6kRH .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-vcJglm6kRH .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-vcJglm6kRH .item-title {
  color: #ffffff;
}
.cid-vcINGG4EYZ {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcINGG4EYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcINGG4EYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcINGG4EYZ .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcINGG4EYZ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcINGG4EYZ .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcINGG4EYZ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcINGG4EYZ .container {
    padding: 0 14px;
  }
}
.cid-vcINGG4EYZ .row {
  justify-content: center;
}
.cid-vcINGG4EYZ .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcINGG4EYZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcINGG4EYZ .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcINGG4EYZ .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcINGG4EYZ .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcINGG4EYZ .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcINGG4EYZ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcINGG4EYZ .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcINGG4EYZ .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcINGG4EYZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcINGG4EYZ .mbr-text_1 {
  color: #01004c;
}
.cid-vcINGG4EYZ .list {
  color: #01004c;
}
.cid-vcINGG4EYZ .mbr-text_2 {
  color: #01004c;
}
.cid-vcPMehRK1f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPMehRK1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPMehRK1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPMehRK1f .container {
    padding: 0 24px;
  }
}
.cid-vcPMehRK1f .main-row {
  margin: 0;
}
.cid-vcPMehRK1f .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .main-row .card {
    padding: 0;
  }
}
.cid-vcPMehRK1f .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPMehRK1f .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPMehRK1f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPMehRK1f .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPMehRK1f .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPMehRK1f .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-control:hover,
.cid-vcPMehRK1f .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPMehRK1f .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPMehRK1f .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPMehRK1f .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPMehRK1f .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPMehRK1f .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPMehRK1f .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPMehRK1f label {
  color: #F9F6E0;
}
.cid-vcPMehRK1f LABEL {
  color: #72716b;
}
.cid-vcINGKP5i5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcINGKP5i5 .container {
    padding: 0 24px;
  }
}
.cid-vcINGKP5i5 .row {
  justify-content: space-between;
}
.cid-vcINGKP5i5 .logo-wrapper {
  display: flex;
}
.cid-vcINGKP5i5 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcINGKP5i5 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcINGKP5i5 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcINGKP5i5 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcINGKP5i5 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcINGKP5i5 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcINGKP5i5 .content-wrapper .list .item-wrap:hover,
.cid-vcINGKP5i5 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcINGKP5i5 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcINGKP5i5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcINGKP5i5 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcINGKP5i5 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcINGKP5i5 .nav-list {
    padding: 0;
  }
}
.cid-vcINGKP5i5 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcINGKP5i5 .nav-list .item-wrap:hover,
.cid-vcINGKP5i5 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcINGKP5i5 .nav-list .item-wrap:hover::before,
.cid-vcINGKP5i5 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcINGKP5i5 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcINGKP5i5 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcINGKP5i5 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcINGKP5i5 .list {
  color: #F9F6E0;
}
.cid-vcINGKP5i5 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcINGKP5i5 .list,
.cid-vcINGKP5i5 .item-wrap {
  text-align: center;
}
.cid-vcJl5DKehZ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcJl5DKehZ .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcJl5DKehZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcJl5DKehZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJl5DKehZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcJl5DKehZ .menu_box .navbar.opened,
  .cid-vcJl5DKehZ .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcJl5DKehZ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcJl5DKehZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcJl5DKehZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcJl5DKehZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcJl5DKehZ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcJl5DKehZ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcJl5DKehZ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcJl5DKehZ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcJl5DKehZ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcJl5DKehZ .offcanvas-body .mbr-text,
  .cid-vcJl5DKehZ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcJl5DKehZ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcJl5DKehZ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcJl5DKehZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcJl5DKehZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJl5DKehZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcJl5DKehZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcJl5DKehZ li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcJl5DKehZ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcJl5DKehZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcJl5DKehZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcJl5DKehZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .nav-item {
    margin: 0 !important;
  }
}
.cid-vcJl5DKehZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcJl5DKehZ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcJl5DKehZ .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJl5DKehZ .nav-item .nav-link:hover,
.cid-vcJl5DKehZ .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcJl5DKehZ .nav-item .nav-link:hover::before,
.cid-vcJl5DKehZ .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcJl5DKehZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcJl5DKehZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcJl5DKehZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJl5DKehZ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcJl5DKehZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcJl5DKehZ .offcanvas_box {
    display: none;
  }
}
.cid-vcJl5DKehZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcJl5DKehZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcJl5DKehZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcJl5DKehZ .container {
  display: flex;
  margin: auto;
}
.cid-vcJl5DKehZ .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcJl5DKehZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcJl5DKehZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcJl5DKehZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcJl5DKehZ .navbar-nav {
    margin: 0;
  }
}
.cid-vcJl5DKehZ .dropdown-menu,
.cid-vcJl5DKehZ .navbar.opened {
  background-color: false !important;
}
.cid-vcJl5DKehZ .nav-item:focus,
.cid-vcJl5DKehZ .nav-link:focus {
  outline: none;
}
.cid-vcJl5DKehZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcJl5DKehZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJl5DKehZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcJl5DKehZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcJl5DKehZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcJl5DKehZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJl5DKehZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5DKehZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcJl5DKehZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcJl5DKehZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcJl5DKehZ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcJl5DKehZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcJl5DKehZ .navbar.collapsed {
  justify-content: center;
}
.cid-vcJl5DKehZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcJl5DKehZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcJl5DKehZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJl5DKehZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJl5DKehZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJl5DKehZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcJl5DKehZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcJl5DKehZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcJl5DKehZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcJl5DKehZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcJl5DKehZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJl5DKehZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcJl5DKehZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJl5DKehZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcJl5DKehZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcJl5DKehZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcJl5DKehZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcJl5DKehZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcJl5DKehZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcJl5DKehZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcJl5DKehZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcJl5DKehZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcJl5DKehZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcJl5DKehZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcJl5DKehZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJl5DKehZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcJl5DKehZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJl5DKehZ .dropdown-item.active,
.cid-vcJl5DKehZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJl5DKehZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcJl5DKehZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJl5DKehZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJl5DKehZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJl5DKehZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcJl5DKehZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcJl5DKehZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcJl5DKehZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcJl5DKehZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJl5DKehZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJl5DKehZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJl5DKehZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJl5DKehZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJl5DKehZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJl5DKehZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJl5DKehZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJl5DKehZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcJl5DKehZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJl5DKehZ .navbar {
    height: 70px;
  }
  .cid-vcJl5DKehZ .navbar.opened {
    height: auto;
  }
  .cid-vcJl5DKehZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcJl5DKehZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcJl5DKehZ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcJl5DKehZ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcJl5DKehZ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcJl5DKehZ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcJl5DKehZ .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcJl5DKehZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcJl5DKehZ .text_widget {
  margin-bottom: 32px;
}
.cid-vcJl5DKehZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcJl5DKehZ .text_widget a:hover,
.cid-vcJl5DKehZ .text_widget a:focus {
  opacity: .6;
}
.cid-vcJl5DKehZ .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJl5DKehZ .navbar-caption {
  color: #F9F6E0;
}
.cid-vcJl5DKehZ .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJl5DKehZ .mbr-section-subtitle,
.cid-vcJl5DKehZ .text_widget,
.cid-vcJl5DKehZ .mbr-section-btn {
  text-align: center;
}
.cid-vcJl5DKehZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcJl5FTlj8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcJl5FTlj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5FTlj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJl5FTlj8 .container {
    padding: 0 24px;
  }
}
.cid-vcJl5FTlj8 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcJl5FTlj8 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcJl5FTlj8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcJl5FTlj8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcJl5FTlj8 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5FTlj8 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcJl5FTlj8 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcJl5FTlj8 .mbr-text {
  color: #0a4f8b;
}
.cid-vcJl5FTlj8 .mbr-section-title,
.cid-vcJl5FTlj8 .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcJl5HxvFN {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJl5HxvFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5HxvFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5HxvFN .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5HxvFN .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5HxvFN .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5HxvFN .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5HxvFN .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5HxvFN .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5HxvFN .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5HxvFN .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5HxvFN .mbr-label,
.cid-vcJl5HxvFN .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5HxvFN .mbr-section-title {
  color: #000000;
}
.cid-vcJl5HxvFN .mbr-text,
.cid-vcJl5HxvFN .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5HxvFN .mbr-section-title,
.cid-vcJl5HxvFN .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJl5JhQur {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJl5JhQur .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5JhQur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5JhQur .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5JhQur .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5JhQur .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5JhQur .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5JhQur .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5JhQur .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5JhQur .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5JhQur .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5JhQur .mbr-label,
.cid-vcJl5JhQur .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5JhQur .mbr-section-title {
  color: #000000;
}
.cid-vcJl5JhQur .mbr-text,
.cid-vcJl5JhQur .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5JhQur .mbr-section-title,
.cid-vcJl5JhQur .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJl5KLiu9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJl5KLiu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5KLiu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5KLiu9 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5KLiu9 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5KLiu9 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5KLiu9 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5KLiu9 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5KLiu9 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5KLiu9 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5KLiu9 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5KLiu9 .mbr-label,
.cid-vcJl5KLiu9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5KLiu9 .mbr-section-title {
  color: #000000;
}
.cid-vcJl5KLiu9 .mbr-text,
.cid-vcJl5KLiu9 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5KLiu9 .mbr-section-title,
.cid-vcJl5KLiu9 .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJl5Mlslg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJl5Mlslg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5Mlslg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5Mlslg .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5Mlslg .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5Mlslg .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5Mlslg .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5Mlslg .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5Mlslg .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5Mlslg .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5Mlslg .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5Mlslg .mbr-label,
.cid-vcJl5Mlslg .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5Mlslg .mbr-section-title {
  color: #000000;
}
.cid-vcJl5Mlslg .mbr-text,
.cid-vcJl5Mlslg .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5Mlslg .mbr-section-title,
.cid-vcJl5Mlslg .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJl5NQWvQ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJl5NQWvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5NQWvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5NQWvQ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5NQWvQ .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5NQWvQ .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5NQWvQ .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5NQWvQ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5NQWvQ .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5NQWvQ .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5NQWvQ .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5NQWvQ .mbr-label,
.cid-vcJl5NQWvQ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5NQWvQ .mbr-section-title {
  color: #000000;
}
.cid-vcJl5NQWvQ .mbr-text,
.cid-vcJl5NQWvQ .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5NQWvQ .mbr-section-title,
.cid-vcJl5NQWvQ .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJl5PxMYE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJl5PxMYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5PxMYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5PxMYE .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5PxMYE .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5PxMYE .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5PxMYE .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5PxMYE .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5PxMYE .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5PxMYE .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5PxMYE .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5PxMYE .mbr-label,
.cid-vcJl5PxMYE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5PxMYE .mbr-section-title {
  color: #000000;
}
.cid-vcJl5PxMYE .mbr-text,
.cid-vcJl5PxMYE .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5PxMYE .mbr-section-title,
.cid-vcJl5PxMYE .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJl5Ri8jB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJl5Ri8jB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5Ri8jB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5Ri8jB .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJl5Ri8jB .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJl5Ri8jB .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJl5Ri8jB .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJl5Ri8jB .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5Ri8jB .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJl5Ri8jB .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5Ri8jB .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJl5Ri8jB .mbr-label,
.cid-vcJl5Ri8jB .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJl5Ri8jB .mbr-section-title {
  color: #000000;
}
.cid-vcJl5Ri8jB .mbr-text,
.cid-vcJl5Ri8jB .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJl5Ri8jB .mbr-section-title,
.cid-vcJl5Ri8jB .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJoDF4avf {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcJoDF4avf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJoDF4avf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJoDF4avf .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcJoDF4avf .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcJoDF4avf .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcJoDF4avf .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcJoDF4avf .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcJoDF4avf .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcJoDF4avf .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcJoDF4avf .items-wrapper {
  margin: 0 -10px;
}
.cid-vcJoDF4avf .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcJoDF4avf .items-wrapper .item:hover .item-wrapper,
.cid-vcJoDF4avf .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .items-wrapper .item:hover .item-wrapper,
  .cid-vcJoDF4avf .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcJoDF4avf .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcJoDF4avf .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJoDF4avf .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcJoDF4avf .mbr-label,
.cid-vcJoDF4avf .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJoDF4avf .mbr-section-title,
.cid-vcJoDF4avf .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcJoDF4avf .item-title {
  color: #000000;
}
.cid-vcJoDF4avf .item-text {
  color: #000000;
}
.cid-vcJl5UWlTh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcJl5UWlTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJl5UWlTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJl5UWlTh .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcJl5UWlTh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJl5UWlTh .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcJl5UWlTh .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJl5UWlTh .container {
    padding: 0 14px;
  }
}
.cid-vcJl5UWlTh .row {
  justify-content: center;
}
.cid-vcJl5UWlTh .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcJl5UWlTh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcJl5UWlTh .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcJl5UWlTh .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcJl5UWlTh .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcJl5UWlTh .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcJl5UWlTh .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcJl5UWlTh .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcJl5UWlTh .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcJl5UWlTh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcJl5UWlTh .mbr-text_1 {
  color: #01004c;
}
.cid-vcJl5UWlTh .list {
  color: #01004c;
}
.cid-vcJl5UWlTh .mbr-text_2 {
  color: #01004c;
}
.cid-vcPOMI7rRA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPOMI7rRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPOMI7rRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPOMI7rRA .container {
    padding: 0 24px;
  }
}
.cid-vcPOMI7rRA .main-row {
  margin: 0;
}
.cid-vcPOMI7rRA .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .main-row .card {
    padding: 0;
  }
}
.cid-vcPOMI7rRA .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPOMI7rRA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPOMI7rRA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPOMI7rRA .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPOMI7rRA .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPOMI7rRA .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-control:hover,
.cid-vcPOMI7rRA .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPOMI7rRA .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPOMI7rRA .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPOMI7rRA .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPOMI7rRA .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPOMI7rRA .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPOMI7rRA .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPOMI7rRA label {
  color: #F9F6E0;
}
.cid-vcPOMI7rRA LABEL {
  color: #72716b;
}
.cid-vcJl5YAw96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJl5YAw96 .container {
    padding: 0 24px;
  }
}
.cid-vcJl5YAw96 .row {
  justify-content: space-between;
}
.cid-vcJl5YAw96 .logo-wrapper {
  display: flex;
}
.cid-vcJl5YAw96 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcJl5YAw96 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcJl5YAw96 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcJl5YAw96 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcJl5YAw96 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcJl5YAw96 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJl5YAw96 .content-wrapper .list .item-wrap:hover,
.cid-vcJl5YAw96 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJl5YAw96 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcJl5YAw96 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcJl5YAw96 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcJl5YAw96 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcJl5YAw96 .nav-list {
    padding: 0;
  }
}
.cid-vcJl5YAw96 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJl5YAw96 .nav-list .item-wrap:hover,
.cid-vcJl5YAw96 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJl5YAw96 .nav-list .item-wrap:hover::before,
.cid-vcJl5YAw96 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcJl5YAw96 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcJl5YAw96 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJl5YAw96 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJl5YAw96 .list {
  color: #F9F6E0;
}
.cid-vcJl5YAw96 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJl5YAw96 .list,
.cid-vcJl5YAw96 .item-wrap {
  text-align: center;
}
.cid-vcJqyMS2lJ {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcJqyMS2lJ .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcJqyMS2lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcJqyMS2lJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJqyMS2lJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcJqyMS2lJ .menu_box .navbar.opened,
  .cid-vcJqyMS2lJ .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcJqyMS2lJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcJqyMS2lJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcJqyMS2lJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcJqyMS2lJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcJqyMS2lJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcJqyMS2lJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcJqyMS2lJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcJqyMS2lJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcJqyMS2lJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcJqyMS2lJ .offcanvas-body .mbr-text,
  .cid-vcJqyMS2lJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcJqyMS2lJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcJqyMS2lJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcJqyMS2lJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcJqyMS2lJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJqyMS2lJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcJqyMS2lJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcJqyMS2lJ li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcJqyMS2lJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcJqyMS2lJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcJqyMS2lJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcJqyMS2lJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .nav-item {
    margin: 0 !important;
  }
}
.cid-vcJqyMS2lJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcJqyMS2lJ .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcJqyMS2lJ .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJqyMS2lJ .nav-item .nav-link:hover,
.cid-vcJqyMS2lJ .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcJqyMS2lJ .nav-item .nav-link:hover::before,
.cid-vcJqyMS2lJ .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcJqyMS2lJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcJqyMS2lJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcJqyMS2lJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJqyMS2lJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcJqyMS2lJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcJqyMS2lJ .offcanvas_box {
    display: none;
  }
}
.cid-vcJqyMS2lJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcJqyMS2lJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcJqyMS2lJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcJqyMS2lJ .container {
  display: flex;
  margin: auto;
}
.cid-vcJqyMS2lJ .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcJqyMS2lJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcJqyMS2lJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcJqyMS2lJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcJqyMS2lJ .navbar-nav {
    margin: 0;
  }
}
.cid-vcJqyMS2lJ .dropdown-menu,
.cid-vcJqyMS2lJ .navbar.opened {
  background-color: false !important;
}
.cid-vcJqyMS2lJ .nav-item:focus,
.cid-vcJqyMS2lJ .nav-link:focus {
  outline: none;
}
.cid-vcJqyMS2lJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcJqyMS2lJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJqyMS2lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcJqyMS2lJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcJqyMS2lJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcJqyMS2lJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJqyMS2lJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcJqyMS2lJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcJqyMS2lJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcJqyMS2lJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcJqyMS2lJ .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcJqyMS2lJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcJqyMS2lJ .navbar.collapsed {
  justify-content: center;
}
.cid-vcJqyMS2lJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcJqyMS2lJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcJqyMS2lJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJqyMS2lJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJqyMS2lJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJqyMS2lJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcJqyMS2lJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcJqyMS2lJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcJqyMS2lJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcJqyMS2lJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcJqyMS2lJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJqyMS2lJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcJqyMS2lJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJqyMS2lJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcJqyMS2lJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcJqyMS2lJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcJqyMS2lJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcJqyMS2lJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcJqyMS2lJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcJqyMS2lJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcJqyMS2lJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcJqyMS2lJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcJqyMS2lJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcJqyMS2lJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcJqyMS2lJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJqyMS2lJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcJqyMS2lJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJqyMS2lJ .dropdown-item.active,
.cid-vcJqyMS2lJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJqyMS2lJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcJqyMS2lJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJqyMS2lJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJqyMS2lJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJqyMS2lJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcJqyMS2lJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcJqyMS2lJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcJqyMS2lJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcJqyMS2lJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJqyMS2lJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJqyMS2lJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJqyMS2lJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJqyMS2lJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJqyMS2lJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJqyMS2lJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJqyMS2lJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJqyMS2lJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcJqyMS2lJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJqyMS2lJ .navbar {
    height: 70px;
  }
  .cid-vcJqyMS2lJ .navbar.opened {
    height: auto;
  }
  .cid-vcJqyMS2lJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcJqyMS2lJ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcJqyMS2lJ .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcJqyMS2lJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcJqyMS2lJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcJqyMS2lJ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcJqyMS2lJ .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcJqyMS2lJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcJqyMS2lJ .text_widget {
  margin-bottom: 32px;
}
.cid-vcJqyMS2lJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcJqyMS2lJ .text_widget a:hover,
.cid-vcJqyMS2lJ .text_widget a:focus {
  opacity: .6;
}
.cid-vcJqyMS2lJ .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJqyMS2lJ .navbar-caption {
  color: #F9F6E0;
}
.cid-vcJqyMS2lJ .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJqyMS2lJ .mbr-section-subtitle,
.cid-vcJqyMS2lJ .text_widget,
.cid-vcJqyMS2lJ .mbr-section-btn {
  text-align: center;
}
.cid-vcJqyMS2lJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcJqyOGzrh {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcJqyOGzrh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJqyOGzrh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJqyOGzrh .container {
    padding: 0 24px;
  }
}
.cid-vcJqyOGzrh .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcJqyOGzrh .content-wrapper {
    padding: 24px;
  }
}
.cid-vcJqyOGzrh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcJqyOGzrh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcJqyOGzrh .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJqyOGzrh .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcJqyOGzrh .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcJqyOGzrh .mbr-text {
  color: #0a4f8b;
}
.cid-vcJqyOGzrh .mbr-section-title,
.cid-vcJqyOGzrh .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcJqyQbQZo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJqyQbQZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJqyQbQZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJqyQbQZo .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJqyQbQZo .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJqyQbQZo .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJqyQbQZo .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJqyQbQZo .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJqyQbQZo .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJqyQbQZo .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJqyQbQZo .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJqyQbQZo .mbr-label,
.cid-vcJqyQbQZo .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJqyQbQZo .mbr-section-title {
  color: #000000;
}
.cid-vcJqyQbQZo .mbr-text,
.cid-vcJqyQbQZo .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJqyQbQZo .mbr-section-title,
.cid-vcJqyQbQZo .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJqyXX69W {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJqyXX69W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJqyXX69W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJqyXX69W .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJqyXX69W .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJqyXX69W .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJqyXX69W .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJqyXX69W .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJqyXX69W .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJqyXX69W .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJqyXX69W .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJqyXX69W .mbr-label,
.cid-vcJqyXX69W .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJqyXX69W .mbr-section-title {
  color: #000000;
}
.cid-vcJqyXX69W .mbr-text,
.cid-vcJqyXX69W .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJqyXX69W .mbr-section-title,
.cid-vcJqyXX69W .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJqz083D3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcJqz083D3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJqz083D3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJqz083D3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcJqz083D3 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcJqz083D3 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcJqz083D3 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcJqz083D3 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcJqz083D3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcJqz083D3 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcJqz083D3 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcJqz083D3 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcJqz083D3 .items-wrapper .item:hover .item-wrapper,
.cid-vcJqz083D3 .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .items-wrapper .item:hover .item-wrapper,
  .cid-vcJqz083D3 .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcJqz083D3 .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcJqz083D3 .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJqz083D3 .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcJqz083D3 .mbr-label,
.cid-vcJqz083D3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJqz083D3 .mbr-section-title,
.cid-vcJqz083D3 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcJqz083D3 .item-title {
  color: #000000;
}
.cid-vcJqz083D3 .item-text {
  color: #000000;
}
.cid-vcJqz1qoxN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcJqz1qoxN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJqz1qoxN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJqz1qoxN .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcJqz1qoxN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJqz1qoxN .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcJqz1qoxN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJqz1qoxN .container {
    padding: 0 14px;
  }
}
.cid-vcJqz1qoxN .row {
  justify-content: center;
}
.cid-vcJqz1qoxN .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcJqz1qoxN .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcJqz1qoxN .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcJqz1qoxN .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcJqz1qoxN .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcJqz1qoxN .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcJqz1qoxN .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcJqz1qoxN .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcJqz1qoxN .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcJqz1qoxN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcJqz1qoxN .mbr-text_1 {
  color: #01004c;
}
.cid-vcJqz1qoxN .list {
  color: #01004c;
}
.cid-vcJqz1qoxN .mbr-text_2 {
  color: #01004c;
}
.cid-vcPQWsvlPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPQWsvlPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPQWsvlPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPQWsvlPm .container {
    padding: 0 24px;
  }
}
.cid-vcPQWsvlPm .main-row {
  margin: 0;
}
.cid-vcPQWsvlPm .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .main-row .card {
    padding: 0;
  }
}
.cid-vcPQWsvlPm .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPQWsvlPm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPQWsvlPm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPQWsvlPm .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPQWsvlPm .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPQWsvlPm .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-control:hover,
.cid-vcPQWsvlPm .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPQWsvlPm .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPQWsvlPm .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPQWsvlPm .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPQWsvlPm .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPQWsvlPm .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPQWsvlPm .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPQWsvlPm label {
  color: #F9F6E0;
}
.cid-vcPQWsvlPm LABEL {
  color: #72716b;
}
.cid-vcJqz3MFLZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJqz3MFLZ .container {
    padding: 0 24px;
  }
}
.cid-vcJqz3MFLZ .row {
  justify-content: space-between;
}
.cid-vcJqz3MFLZ .logo-wrapper {
  display: flex;
}
.cid-vcJqz3MFLZ .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcJqz3MFLZ .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcJqz3MFLZ .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcJqz3MFLZ .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcJqz3MFLZ .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcJqz3MFLZ .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJqz3MFLZ .content-wrapper .list .item-wrap:hover,
.cid-vcJqz3MFLZ .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJqz3MFLZ .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcJqz3MFLZ .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcJqz3MFLZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcJqz3MFLZ .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcJqz3MFLZ .nav-list {
    padding: 0;
  }
}
.cid-vcJqz3MFLZ .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJqz3MFLZ .nav-list .item-wrap:hover,
.cid-vcJqz3MFLZ .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJqz3MFLZ .nav-list .item-wrap:hover::before,
.cid-vcJqz3MFLZ .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcJqz3MFLZ .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcJqz3MFLZ .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJqz3MFLZ .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJqz3MFLZ .list {
  color: #F9F6E0;
}
.cid-vcJqz3MFLZ .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJqz3MFLZ .list,
.cid-vcJqz3MFLZ .item-wrap {
  text-align: center;
}
.cid-vcJsbpDzKO {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcJsbpDzKO .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcJsbpDzKO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcJsbpDzKO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcJsbpDzKO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcJsbpDzKO .menu_box .navbar.opened,
  .cid-vcJsbpDzKO .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcJsbpDzKO nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcJsbpDzKO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcJsbpDzKO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcJsbpDzKO .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcJsbpDzKO .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcJsbpDzKO .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcJsbpDzKO .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcJsbpDzKO .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcJsbpDzKO .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcJsbpDzKO .offcanvas-body .mbr-text,
  .cid-vcJsbpDzKO .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcJsbpDzKO .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcJsbpDzKO .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcJsbpDzKO ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcJsbpDzKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJsbpDzKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcJsbpDzKO .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcJsbpDzKO li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcJsbpDzKO .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcJsbpDzKO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcJsbpDzKO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcJsbpDzKO .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .nav-item {
    margin: 0 !important;
  }
}
.cid-vcJsbpDzKO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcJsbpDzKO .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcJsbpDzKO .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJsbpDzKO .nav-item .nav-link:hover,
.cid-vcJsbpDzKO .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcJsbpDzKO .nav-item .nav-link:hover::before,
.cid-vcJsbpDzKO .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcJsbpDzKO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcJsbpDzKO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcJsbpDzKO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcJsbpDzKO .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcJsbpDzKO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcJsbpDzKO .offcanvas_box {
    display: none;
  }
}
.cid-vcJsbpDzKO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcJsbpDzKO .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcJsbpDzKO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcJsbpDzKO .container {
  display: flex;
  margin: auto;
}
.cid-vcJsbpDzKO .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcJsbpDzKO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcJsbpDzKO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcJsbpDzKO .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcJsbpDzKO .navbar-nav {
    margin: 0;
  }
}
.cid-vcJsbpDzKO .dropdown-menu,
.cid-vcJsbpDzKO .navbar.opened {
  background-color: false !important;
}
.cid-vcJsbpDzKO .nav-item:focus,
.cid-vcJsbpDzKO .nav-link:focus {
  outline: none;
}
.cid-vcJsbpDzKO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcJsbpDzKO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcJsbpDzKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcJsbpDzKO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcJsbpDzKO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcJsbpDzKO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcJsbpDzKO .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbpDzKO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcJsbpDzKO .navbar.opened {
  transition: all 0.3s;
}
.cid-vcJsbpDzKO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcJsbpDzKO .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcJsbpDzKO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcJsbpDzKO .navbar.collapsed {
  justify-content: center;
}
.cid-vcJsbpDzKO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcJsbpDzKO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcJsbpDzKO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcJsbpDzKO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcJsbpDzKO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcJsbpDzKO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcJsbpDzKO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcJsbpDzKO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcJsbpDzKO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcJsbpDzKO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcJsbpDzKO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcJsbpDzKO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcJsbpDzKO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcJsbpDzKO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcJsbpDzKO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcJsbpDzKO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcJsbpDzKO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcJsbpDzKO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcJsbpDzKO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcJsbpDzKO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcJsbpDzKO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcJsbpDzKO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcJsbpDzKO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcJsbpDzKO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcJsbpDzKO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcJsbpDzKO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcJsbpDzKO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcJsbpDzKO .dropdown-item.active,
.cid-vcJsbpDzKO .dropdown-item:active {
  background-color: transparent;
}
.cid-vcJsbpDzKO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcJsbpDzKO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcJsbpDzKO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcJsbpDzKO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcJsbpDzKO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcJsbpDzKO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcJsbpDzKO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcJsbpDzKO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcJsbpDzKO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcJsbpDzKO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJsbpDzKO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcJsbpDzKO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcJsbpDzKO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJsbpDzKO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcJsbpDzKO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcJsbpDzKO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcJsbpDzKO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcJsbpDzKO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcJsbpDzKO .navbar {
    height: 70px;
  }
  .cid-vcJsbpDzKO .navbar.opened {
    height: auto;
  }
  .cid-vcJsbpDzKO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcJsbpDzKO .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcJsbpDzKO .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcJsbpDzKO .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcJsbpDzKO .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcJsbpDzKO .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcJsbpDzKO .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcJsbpDzKO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcJsbpDzKO .text_widget {
  margin-bottom: 32px;
}
.cid-vcJsbpDzKO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcJsbpDzKO .text_widget a:hover,
.cid-vcJsbpDzKO .text_widget a:focus {
  opacity: .6;
}
.cid-vcJsbpDzKO .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJsbpDzKO .navbar-caption {
  color: #F9F6E0;
}
.cid-vcJsbpDzKO .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJsbpDzKO .mbr-section-subtitle,
.cid-vcJsbpDzKO .text_widget,
.cid-vcJsbpDzKO .mbr-section-btn {
  text-align: center;
}
.cid-vcJsbpDzKO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcJsbqUPcA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcJsbqUPcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbqUPcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJsbqUPcA .container {
    padding: 0 24px;
  }
}
.cid-vcJsbqUPcA .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcJsbqUPcA .content-wrapper {
    padding: 24px;
  }
}
.cid-vcJsbqUPcA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcJsbqUPcA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcJsbqUPcA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbqUPcA .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcJsbqUPcA .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcJsbqUPcA .mbr-text {
  color: #0a4f8b;
}
.cid-vcJsbqUPcA .mbr-section-title,
.cid-vcJsbqUPcA .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcJsbrXxX3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJsbrXxX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbrXxX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbrXxX3 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbrXxX3 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbrXxX3 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbrXxX3 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbrXxX3 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbrXxX3 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbrXxX3 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbrXxX3 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbrXxX3 .mbr-label,
.cid-vcJsbrXxX3 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbrXxX3 .mbr-section-title {
  color: #000000;
}
.cid-vcJsbrXxX3 .mbr-text,
.cid-vcJsbrXxX3 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbrXxX3 .mbr-section-title,
.cid-vcJsbrXxX3 .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJsBEB4JE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcJsBEB4JE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsBEB4JE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcJsBEB4JE .row {
    padding: 0 13px;
  }
}
.cid-vcJsBEB4JE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcJsBEB4JE .card-wrapper {
    margin-bottom: 55px;
  }
}
.cid-vcJsBEB4JE .card-wrapper .icon-wrapper {
  margin-bottom: 18px;
}
.cid-vcJsBEB4JE .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline;
  font-size: 82px;
  width: auto;
  color: #3d7db4;
}
.cid-vcJsBEB4JE .card-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-vcJsBEB4JE .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcJsBEB4JE .mbr-section-title {
  color: #ffffff;
}
.cid-vcJsBEB4JE .mbr-text {
  color: #b6b6b6;
}
.cid-vcJsBEB4JE .mbr-section-title,
.cid-vcJsBEB4JE .icon-wrapper {
  color: #0a4f8b;
  text-align: center;
}
.cid-vcJsbsWlM6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJsbsWlM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbsWlM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbsWlM6 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbsWlM6 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbsWlM6 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbsWlM6 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbsWlM6 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbsWlM6 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbsWlM6 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbsWlM6 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbsWlM6 .mbr-label,
.cid-vcJsbsWlM6 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbsWlM6 .mbr-section-title {
  color: #000000;
}
.cid-vcJsbsWlM6 .mbr-text,
.cid-vcJsbsWlM6 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbsWlM6 .mbr-section-title,
.cid-vcJsbsWlM6 .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJsbtUl8p {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJsbtUl8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbtUl8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbtUl8p .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbtUl8p .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbtUl8p .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbtUl8p .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbtUl8p .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbtUl8p .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbtUl8p .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbtUl8p .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbtUl8p .mbr-label,
.cid-vcJsbtUl8p .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbtUl8p .mbr-section-title {
  color: #000000;
}
.cid-vcJsbtUl8p .mbr-text,
.cid-vcJsbtUl8p .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbtUl8p .mbr-section-title,
.cid-vcJsbtUl8p .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJsbuPF3H {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJsbuPF3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbuPF3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbuPF3H .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbuPF3H .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbuPF3H .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbuPF3H .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbuPF3H .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbuPF3H .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbuPF3H .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbuPF3H .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbuPF3H .mbr-label,
.cid-vcJsbuPF3H .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbuPF3H .mbr-section-title {
  color: #000000;
}
.cid-vcJsbuPF3H .mbr-text,
.cid-vcJsbuPF3H .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbuPF3H .mbr-section-title,
.cid-vcJsbuPF3H .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJsbvQmJz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJsbvQmJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbvQmJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbvQmJz .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbvQmJz .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbvQmJz .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbvQmJz .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbvQmJz .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbvQmJz .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbvQmJz .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbvQmJz .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbvQmJz .mbr-label,
.cid-vcJsbvQmJz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbvQmJz .mbr-section-title {
  color: #000000;
}
.cid-vcJsbvQmJz .mbr-text,
.cid-vcJsbvQmJz .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbvQmJz .mbr-section-title,
.cid-vcJsbvQmJz .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJsbwVuMP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJsbwVuMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbwVuMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbwVuMP .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsbwVuMP .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsbwVuMP .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsbwVuMP .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsbwVuMP .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbwVuMP .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsbwVuMP .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbwVuMP .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsbwVuMP .mbr-label,
.cid-vcJsbwVuMP .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbwVuMP .mbr-section-title {
  color: #000000;
}
.cid-vcJsbwVuMP .mbr-text,
.cid-vcJsbwVuMP .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsbwVuMP .mbr-section-title,
.cid-vcJsbwVuMP .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJsby1rbt {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJsby1rbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsby1rbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsby1rbt .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJsby1rbt .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJsby1rbt .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJsby1rbt .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJsby1rbt .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJsby1rbt .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJsby1rbt .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJsby1rbt .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJsby1rbt .mbr-label,
.cid-vcJsby1rbt .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsby1rbt .mbr-section-title {
  color: #000000;
}
.cid-vcJsby1rbt .mbr-text,
.cid-vcJsby1rbt .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJsby1rbt .mbr-section-title,
.cid-vcJsby1rbt .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJwj7jyug {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJwj7jyug .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJwj7jyug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJwj7jyug .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJwj7jyug .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJwj7jyug .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJwj7jyug .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJwj7jyug .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJwj7jyug .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJwj7jyug .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJwj7jyug .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJwj7jyug .mbr-label,
.cid-vcJwj7jyug .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJwj7jyug .mbr-section-title {
  color: #000000;
}
.cid-vcJwj7jyug .mbr-text,
.cid-vcJwj7jyug .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJwj7jyug .mbr-section-title,
.cid-vcJwj7jyug .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJwlYkI9C {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJwlYkI9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJwlYkI9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJwlYkI9C .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJwlYkI9C .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJwlYkI9C .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJwlYkI9C .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJwlYkI9C .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJwlYkI9C .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJwlYkI9C .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJwlYkI9C .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJwlYkI9C .mbr-label,
.cid-vcJwlYkI9C .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJwlYkI9C .mbr-section-title {
  color: #000000;
}
.cid-vcJwlYkI9C .mbr-text,
.cid-vcJwlYkI9C .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJwlYkI9C .mbr-section-title,
.cid-vcJwlYkI9C .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJwSThpYL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcJwSThpYL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJwSThpYL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJwSThpYL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcJwSThpYL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcJwSThpYL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcJwSThpYL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vcJwSThpYL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcJwSThpYL .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcJwSThpYL .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vcJwSThpYL .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcJwSThpYL .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vcJwSThpYL .mbr-label {
  color: #000000;
}
.cid-vcJwSThpYL .mbr-section-title {
  color: #0a4f8b;
}
.cid-vcJTzp6tBD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcJTzp6tBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJTzp6tBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJTzp6tBD .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJTzp6tBD .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJTzp6tBD .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJTzp6tBD .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJTzp6tBD .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJTzp6tBD .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJTzp6tBD .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJTzp6tBD .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJTzp6tBD .mbr-label,
.cid-vcJTzp6tBD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJTzp6tBD .mbr-section-title {
  color: #000000;
}
.cid-vcJTzp6tBD .mbr-text,
.cid-vcJTzp6tBD .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJTzp6tBD .mbr-section-title,
.cid-vcJTzp6tBD .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJTCUmhhh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJTCUmhhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJTCUmhhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJTCUmhhh .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJTCUmhhh .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJTCUmhhh .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJTCUmhhh .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJTCUmhhh .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJTCUmhhh .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJTCUmhhh .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJTCUmhhh .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJTCUmhhh .mbr-label,
.cid-vcJTCUmhhh .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJTCUmhhh .mbr-section-title {
  color: #000000;
}
.cid-vcJTCUmhhh .mbr-text,
.cid-vcJTCUmhhh .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJTCUmhhh .mbr-section-title,
.cid-vcJTCUmhhh .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJsbz6zpX {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcJsbz6zpX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbz6zpX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbz6zpX .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcJsbz6zpX .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcJsbz6zpX .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcJsbz6zpX .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcJsbz6zpX .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcJsbz6zpX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcJsbz6zpX .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcJsbz6zpX .items-wrapper {
  margin: 0 -10px;
}
.cid-vcJsbz6zpX .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcJsbz6zpX .items-wrapper .item:hover .item-wrapper,
.cid-vcJsbz6zpX .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .items-wrapper .item:hover .item-wrapper,
  .cid-vcJsbz6zpX .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcJsbz6zpX .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcJsbz6zpX .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcJsbz6zpX .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcJsbz6zpX .mbr-label,
.cid-vcJsbz6zpX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJsbz6zpX .mbr-section-title,
.cid-vcJsbz6zpX .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcJsbz6zpX .item-title {
  color: #000000;
}
.cid-vcJsbz6zpX .item-text {
  color: #000000;
}
.cid-vcJsbz6zpX .item-title,
.cid-vcJsbz6zpX .item-btn,
.cid-vcJsbz6zpX .iconfont-wrapper,
.cid-vcJsbz6zpX .link-wrapper {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcJTZUsdcL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcJTZUsdcL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJTZUsdcL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJTZUsdcL .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcJTZUsdcL .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcJTZUsdcL .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcJTZUsdcL .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcJTZUsdcL .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcJTZUsdcL .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcJTZUsdcL .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcJTZUsdcL .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcJTZUsdcL .mbr-label,
.cid-vcJTZUsdcL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcJTZUsdcL .mbr-section-title {
  color: #000000;
}
.cid-vcJTZUsdcL .mbr-text,
.cid-vcJTZUsdcL .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcJTZUsdcL .mbr-section-title,
.cid-vcJTZUsdcL .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcJsbAokEx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcJsbAokEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcJsbAokEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcJsbAokEx .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcJsbAokEx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJsbAokEx .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcJsbAokEx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcJsbAokEx .container {
    padding: 0 14px;
  }
}
.cid-vcJsbAokEx .row {
  justify-content: center;
}
.cid-vcJsbAokEx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcJsbAokEx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcJsbAokEx .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcJsbAokEx .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcJsbAokEx .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcJsbAokEx .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcJsbAokEx .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcJsbAokEx .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcJsbAokEx .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcJsbAokEx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcJsbAokEx .mbr-text_1 {
  color: #01004c;
}
.cid-vcJsbAokEx .list {
  color: #01004c;
}
.cid-vcJsbAokEx .mbr-text_2 {
  color: #01004c;
}
.cid-vcPUzjxDsa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPUzjxDsa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPUzjxDsa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPUzjxDsa .container {
    padding: 0 24px;
  }
}
.cid-vcPUzjxDsa .main-row {
  margin: 0;
}
.cid-vcPUzjxDsa .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .main-row .card {
    padding: 0;
  }
}
.cid-vcPUzjxDsa .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPUzjxDsa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPUzjxDsa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPUzjxDsa .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPUzjxDsa .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPUzjxDsa .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-control:hover,
.cid-vcPUzjxDsa .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPUzjxDsa .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPUzjxDsa .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPUzjxDsa .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPUzjxDsa .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPUzjxDsa .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPUzjxDsa .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPUzjxDsa label {
  color: #F9F6E0;
}
.cid-vcPUzjxDsa LABEL {
  color: #72716b;
}
.cid-vcJsbCP1KG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcJsbCP1KG .container {
    padding: 0 24px;
  }
}
.cid-vcJsbCP1KG .row {
  justify-content: space-between;
}
.cid-vcJsbCP1KG .logo-wrapper {
  display: flex;
}
.cid-vcJsbCP1KG .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcJsbCP1KG .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcJsbCP1KG .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcJsbCP1KG .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcJsbCP1KG .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcJsbCP1KG .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJsbCP1KG .content-wrapper .list .item-wrap:hover,
.cid-vcJsbCP1KG .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJsbCP1KG .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcJsbCP1KG .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcJsbCP1KG .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcJsbCP1KG .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcJsbCP1KG .nav-list {
    padding: 0;
  }
}
.cid-vcJsbCP1KG .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcJsbCP1KG .nav-list .item-wrap:hover,
.cid-vcJsbCP1KG .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcJsbCP1KG .nav-list .item-wrap:hover::before,
.cid-vcJsbCP1KG .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcJsbCP1KG .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcJsbCP1KG .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcJsbCP1KG .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJsbCP1KG .list {
  color: #F9F6E0;
}
.cid-vcJsbCP1KG .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcJsbCP1KG .list,
.cid-vcJsbCP1KG .item-wrap {
  text-align: center;
}
.cid-vcK4mnSHIi {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcK4mnSHIi .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcK4mnSHIi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcK4mnSHIi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcK4mnSHIi .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcK4mnSHIi .menu_box .navbar.opened,
  .cid-vcK4mnSHIi .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcK4mnSHIi nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcK4mnSHIi .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcK4mnSHIi .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcK4mnSHIi .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcK4mnSHIi .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcK4mnSHIi .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcK4mnSHIi .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcK4mnSHIi .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcK4mnSHIi .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcK4mnSHIi .offcanvas-body .mbr-text,
  .cid-vcK4mnSHIi .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcK4mnSHIi .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcK4mnSHIi .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcK4mnSHIi ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcK4mnSHIi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK4mnSHIi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcK4mnSHIi .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcK4mnSHIi li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcK4mnSHIi .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcK4mnSHIi .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcK4mnSHIi .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcK4mnSHIi .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .nav-item {
    margin: 0 !important;
  }
}
.cid-vcK4mnSHIi .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcK4mnSHIi .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcK4mnSHIi .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK4mnSHIi .nav-item .nav-link:hover,
.cid-vcK4mnSHIi .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcK4mnSHIi .nav-item .nav-link:hover::before,
.cid-vcK4mnSHIi .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcK4mnSHIi .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcK4mnSHIi .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcK4mnSHIi .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK4mnSHIi .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcK4mnSHIi .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcK4mnSHIi .offcanvas_box {
    display: none;
  }
}
.cid-vcK4mnSHIi .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcK4mnSHIi .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcK4mnSHIi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcK4mnSHIi .container {
  display: flex;
  margin: auto;
}
.cid-vcK4mnSHIi .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcK4mnSHIi .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcK4mnSHIi .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcK4mnSHIi .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcK4mnSHIi .navbar-nav {
    margin: 0;
  }
}
.cid-vcK4mnSHIi .dropdown-menu,
.cid-vcK4mnSHIi .navbar.opened {
  background-color: false !important;
}
.cid-vcK4mnSHIi .nav-item:focus,
.cid-vcK4mnSHIi .nav-link:focus {
  outline: none;
}
.cid-vcK4mnSHIi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcK4mnSHIi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcK4mnSHIi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcK4mnSHIi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcK4mnSHIi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcK4mnSHIi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcK4mnSHIi .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcK4mnSHIi .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcK4mnSHIi .navbar.opened {
  transition: all 0.3s;
}
.cid-vcK4mnSHIi .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcK4mnSHIi .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcK4mnSHIi .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcK4mnSHIi .navbar.collapsed {
  justify-content: center;
}
.cid-vcK4mnSHIi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcK4mnSHIi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcK4mnSHIi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcK4mnSHIi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcK4mnSHIi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcK4mnSHIi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcK4mnSHIi .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcK4mnSHIi .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcK4mnSHIi .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcK4mnSHIi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcK4mnSHIi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcK4mnSHIi .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcK4mnSHIi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcK4mnSHIi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcK4mnSHIi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcK4mnSHIi .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcK4mnSHIi .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcK4mnSHIi .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcK4mnSHIi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcK4mnSHIi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcK4mnSHIi .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcK4mnSHIi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcK4mnSHIi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcK4mnSHIi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcK4mnSHIi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcK4mnSHIi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcK4mnSHIi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcK4mnSHIi .dropdown-item.active,
.cid-vcK4mnSHIi .dropdown-item:active {
  background-color: transparent;
}
.cid-vcK4mnSHIi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcK4mnSHIi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcK4mnSHIi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcK4mnSHIi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcK4mnSHIi ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcK4mnSHIi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcK4mnSHIi button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcK4mnSHIi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcK4mnSHIi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcK4mnSHIi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK4mnSHIi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK4mnSHIi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcK4mnSHIi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK4mnSHIi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcK4mnSHIi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcK4mnSHIi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK4mnSHIi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcK4mnSHIi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcK4mnSHIi .navbar {
    height: 70px;
  }
  .cid-vcK4mnSHIi .navbar.opened {
    height: auto;
  }
  .cid-vcK4mnSHIi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcK4mnSHIi .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcK4mnSHIi .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcK4mnSHIi .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcK4mnSHIi .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcK4mnSHIi .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcK4mnSHIi .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcK4mnSHIi .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcK4mnSHIi .text_widget {
  margin-bottom: 32px;
}
.cid-vcK4mnSHIi .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcK4mnSHIi .text_widget a:hover,
.cid-vcK4mnSHIi .text_widget a:focus {
  opacity: .6;
}
.cid-vcK4mnSHIi .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK4mnSHIi .navbar-caption {
  color: #F9F6E0;
}
.cid-vcK4mnSHIi .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK4mnSHIi .mbr-section-subtitle,
.cid-vcK4mnSHIi .text_widget,
.cid-vcK4mnSHIi .mbr-section-btn {
  text-align: center;
}
.cid-vcK4mnSHIi a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcK4mpX55S {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcK4mpX55S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4mpX55S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK4mpX55S .container {
    padding: 0 24px;
  }
}
.cid-vcK4mpX55S .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcK4mpX55S .content-wrapper {
    padding: 24px;
  }
}
.cid-vcK4mpX55S .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcK4mpX55S .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcK4mpX55S .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK4mpX55S .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcK4mpX55S .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcK4mpX55S .mbr-text {
  color: #0a4f8b;
}
.cid-vcK4mpX55S .mbr-section-title,
.cid-vcK4mpX55S .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcK4mqT2Yy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcK4mqT2Yy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4mqT2Yy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK4mqT2Yy .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcK4mqT2Yy .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcK4mqT2Yy .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcK4mqT2Yy .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcK4mqT2Yy .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK4mqT2Yy .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcK4mqT2Yy .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK4mqT2Yy .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcK4mqT2Yy .mbr-label,
.cid-vcK4mqT2Yy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK4mqT2Yy .mbr-section-title {
  color: #000000;
}
.cid-vcK4mqT2Yy .mbr-text,
.cid-vcK4mqT2Yy .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcK4mqT2Yy .mbr-section-title,
.cid-vcK4mqT2Yy .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcK4mrKJoC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcK4mrKJoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4mrKJoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK4mrKJoC .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcK4mrKJoC .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcK4mrKJoC .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcK4mrKJoC .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcK4mrKJoC .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK4mrKJoC .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcK4mrKJoC .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK4mrKJoC .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcK4mrKJoC .mbr-label,
.cid-vcK4mrKJoC .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK4mrKJoC .mbr-section-title {
  color: #000000;
}
.cid-vcK4mrKJoC .mbr-text,
.cid-vcK4mrKJoC .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcK4mrKJoC .mbr-section-title,
.cid-vcK4mrKJoC .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcK4msEjPE {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcK4msEjPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4msEjPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK4msEjPE .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcK4msEjPE .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcK4msEjPE .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcK4msEjPE .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcK4msEjPE .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcK4msEjPE .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcK4msEjPE .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcK4msEjPE .items-wrapper {
  margin: 0 -10px;
}
.cid-vcK4msEjPE .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcK4msEjPE .items-wrapper .item:hover .item-wrapper,
.cid-vcK4msEjPE .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .items-wrapper .item:hover .item-wrapper,
  .cid-vcK4msEjPE .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcK4msEjPE .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcK4msEjPE .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #caf31d;
  color: #000000;
}
.cid-vcK4msEjPE .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcK4msEjPE .mbr-label,
.cid-vcK4msEjPE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK4msEjPE .mbr-section-title,
.cid-vcK4msEjPE .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcK4msEjPE .item-title {
  color: #000000;
}
.cid-vcK4msEjPE .item-text {
  color: #000000;
}
.cid-vcK4msEjPE .item-title,
.cid-vcK4msEjPE .item-btn,
.cid-vcK4msEjPE .iconfont-wrapper,
.cid-vcK4msEjPE .link-wrapper {
  color: #0a4f8b;
}
.cid-vcK4mu0OI0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcK4mu0OI0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK4mu0OI0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK4mu0OI0 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcK4mu0OI0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK4mu0OI0 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcK4mu0OI0 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK4mu0OI0 .container {
    padding: 0 14px;
  }
}
.cid-vcK4mu0OI0 .row {
  justify-content: center;
}
.cid-vcK4mu0OI0 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcK4mu0OI0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcK4mu0OI0 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcK4mu0OI0 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcK4mu0OI0 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcK4mu0OI0 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcK4mu0OI0 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcK4mu0OI0 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcK4mu0OI0 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcK4mu0OI0 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcK4mu0OI0 .mbr-text_1 {
  color: #01004c;
}
.cid-vcK4mu0OI0 .list {
  color: #01004c;
}
.cid-vcK4mu0OI0 .mbr-text_2 {
  color: #01004c;
}
.cid-vcPVfg4gnB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPVfg4gnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPVfg4gnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPVfg4gnB .container {
    padding: 0 24px;
  }
}
.cid-vcPVfg4gnB .main-row {
  margin: 0;
}
.cid-vcPVfg4gnB .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .main-row .card {
    padding: 0;
  }
}
.cid-vcPVfg4gnB .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPVfg4gnB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPVfg4gnB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPVfg4gnB .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPVfg4gnB .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPVfg4gnB .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-control:hover,
.cid-vcPVfg4gnB .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPVfg4gnB .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPVfg4gnB .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPVfg4gnB .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPVfg4gnB .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPVfg4gnB .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPVfg4gnB .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPVfg4gnB label {
  color: #F9F6E0;
}
.cid-vcPVfg4gnB LABEL {
  color: #72716b;
}
.cid-vcK4mweGDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK4mweGDv .container {
    padding: 0 24px;
  }
}
.cid-vcK4mweGDv .row {
  justify-content: space-between;
}
.cid-vcK4mweGDv .logo-wrapper {
  display: flex;
}
.cid-vcK4mweGDv .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcK4mweGDv .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcK4mweGDv .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcK4mweGDv .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcK4mweGDv .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcK4mweGDv .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK4mweGDv .content-wrapper .list .item-wrap:hover,
.cid-vcK4mweGDv .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK4mweGDv .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcK4mweGDv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcK4mweGDv .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcK4mweGDv .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcK4mweGDv .nav-list {
    padding: 0;
  }
}
.cid-vcK4mweGDv .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK4mweGDv .nav-list .item-wrap:hover,
.cid-vcK4mweGDv .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK4mweGDv .nav-list .item-wrap:hover::before,
.cid-vcK4mweGDv .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcK4mweGDv .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcK4mweGDv .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK4mweGDv .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK4mweGDv .list {
  color: #F9F6E0;
}
.cid-vcK4mweGDv .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK4mweGDv .list,
.cid-vcK4mweGDv .item-wrap {
  text-align: center;
}
.cid-vcK5LbK69c {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcK5LbK69c .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcK5LbK69c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcK5LbK69c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcK5LbK69c .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcK5LbK69c .menu_box .navbar.opened,
  .cid-vcK5LbK69c .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcK5LbK69c nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcK5LbK69c .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcK5LbK69c .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcK5LbK69c .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcK5LbK69c .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcK5LbK69c .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcK5LbK69c .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcK5LbK69c .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcK5LbK69c .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcK5LbK69c .offcanvas-body .mbr-text,
  .cid-vcK5LbK69c .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcK5LbK69c .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcK5LbK69c .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcK5LbK69c ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcK5LbK69c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK5LbK69c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcK5LbK69c .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcK5LbK69c li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcK5LbK69c .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcK5LbK69c .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcK5LbK69c .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcK5LbK69c .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .nav-item {
    margin: 0 !important;
  }
}
.cid-vcK5LbK69c .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcK5LbK69c .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcK5LbK69c .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK5LbK69c .nav-item .nav-link:hover,
.cid-vcK5LbK69c .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcK5LbK69c .nav-item .nav-link:hover::before,
.cid-vcK5LbK69c .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcK5LbK69c .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcK5LbK69c .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcK5LbK69c .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK5LbK69c .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcK5LbK69c .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcK5LbK69c .offcanvas_box {
    display: none;
  }
}
.cid-vcK5LbK69c .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcK5LbK69c .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcK5LbK69c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcK5LbK69c .container {
  display: flex;
  margin: auto;
}
.cid-vcK5LbK69c .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcK5LbK69c .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcK5LbK69c .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcK5LbK69c .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcK5LbK69c .navbar-nav {
    margin: 0;
  }
}
.cid-vcK5LbK69c .dropdown-menu,
.cid-vcK5LbK69c .navbar.opened {
  background-color: false !important;
}
.cid-vcK5LbK69c .nav-item:focus,
.cid-vcK5LbK69c .nav-link:focus {
  outline: none;
}
.cid-vcK5LbK69c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcK5LbK69c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcK5LbK69c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcK5LbK69c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcK5LbK69c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcK5LbK69c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcK5LbK69c .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcK5LbK69c .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcK5LbK69c .navbar.opened {
  transition: all 0.3s;
}
.cid-vcK5LbK69c .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcK5LbK69c .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcK5LbK69c .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcK5LbK69c .navbar.collapsed {
  justify-content: center;
}
.cid-vcK5LbK69c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcK5LbK69c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcK5LbK69c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcK5LbK69c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcK5LbK69c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcK5LbK69c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcK5LbK69c .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcK5LbK69c .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcK5LbK69c .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcK5LbK69c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcK5LbK69c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcK5LbK69c .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcK5LbK69c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcK5LbK69c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcK5LbK69c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcK5LbK69c .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcK5LbK69c .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcK5LbK69c .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcK5LbK69c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcK5LbK69c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcK5LbK69c .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcK5LbK69c .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcK5LbK69c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcK5LbK69c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcK5LbK69c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcK5LbK69c .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcK5LbK69c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcK5LbK69c .dropdown-item.active,
.cid-vcK5LbK69c .dropdown-item:active {
  background-color: transparent;
}
.cid-vcK5LbK69c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcK5LbK69c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcK5LbK69c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcK5LbK69c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcK5LbK69c ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcK5LbK69c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcK5LbK69c button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcK5LbK69c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcK5LbK69c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcK5LbK69c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK5LbK69c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK5LbK69c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcK5LbK69c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK5LbK69c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcK5LbK69c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcK5LbK69c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK5LbK69c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcK5LbK69c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcK5LbK69c .navbar {
    height: 70px;
  }
  .cid-vcK5LbK69c .navbar.opened {
    height: auto;
  }
  .cid-vcK5LbK69c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcK5LbK69c .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcK5LbK69c .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcK5LbK69c .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcK5LbK69c .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcK5LbK69c .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcK5LbK69c .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcK5LbK69c .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcK5LbK69c .text_widget {
  margin-bottom: 32px;
}
.cid-vcK5LbK69c .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcK5LbK69c .text_widget a:hover,
.cid-vcK5LbK69c .text_widget a:focus {
  opacity: .6;
}
.cid-vcK5LbK69c .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK5LbK69c .navbar-caption {
  color: #F9F6E0;
}
.cid-vcK5LbK69c .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK5LbK69c .mbr-section-subtitle,
.cid-vcK5LbK69c .text_widget,
.cid-vcK5LbK69c .mbr-section-btn {
  text-align: center;
}
.cid-vcK5LbK69c a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcK5Ld4t4v {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcK5Ld4t4v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK5Ld4t4v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK5Ld4t4v .container {
    padding: 0 24px;
  }
}
.cid-vcK5Ld4t4v .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcK5Ld4t4v .content-wrapper {
    padding: 24px;
  }
}
.cid-vcK5Ld4t4v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcK5Ld4t4v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcK5Ld4t4v .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK5Ld4t4v .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcK5Ld4t4v .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcK5Ld4t4v .mbr-text {
  color: #0a4f8b;
}
.cid-vcK5Ld4t4v .mbr-section-title,
.cid-vcK5Ld4t4v .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcK5Le32uw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcK5Le32uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK5Le32uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK5Le32uw .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcK5Le32uw .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcK5Le32uw .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcK5Le32uw .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcK5Le32uw .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK5Le32uw .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcK5Le32uw .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK5Le32uw .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcK5Le32uw .mbr-label,
.cid-vcK5Le32uw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK5Le32uw .mbr-section-title {
  color: #000000;
}
.cid-vcK5Le32uw .mbr-text,
.cid-vcK5Le32uw .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcK5Le32uw .mbr-section-title,
.cid-vcK5Le32uw .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcK5Le32uw .mbr-section-title,
.cid-vcK5Le32uw .mbr-section-btn DIV {
  text-align: center;
}
.cid-vcK6AcqZmY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcK6AcqZmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK6AcqZmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK6AcqZmY .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vcK6AcqZmY .content-wrap .card {
  padding: 0 50px;
}
.cid-vcK6AcqZmY .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vcK6AcqZmY .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcK6AcqZmY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcK6AcqZmY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcK6AcqZmY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcK6AcqZmY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcK6AcqZmY .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcK6AcqZmY .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK6AcqZmY .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vcK6AcqZmY .content-wrap .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcK6AcqZmY .items-wrapper {
  margin: 0 -10px;
}
.cid-vcK6AcqZmY .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcK6AcqZmY .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vcK6AcqZmY .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 10px;
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcK6AcqZmY .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcK6AcqZmY .mbr-label {
  color: #1f1f1f;
}
.cid-vcK6AcqZmY .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcK6AcqZmY .mbr-text {
  color: #5a5a5a;
}
.cid-vcK6AcqZmY .item-date {
  color: #5a5a5a;
}
.cid-vcK6AcqZmY .item-title {
  color: #1f1f1f;
}
.cid-vcK6AcqZmY .item-text {
  color: #5a5a5a;
}
.cid-vcK6AcqZmY .item-title,
.cid-vcK6AcqZmY .item-btn {
  color: #0a4f8b;
}
.cid-vcK5Lh1vI4 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcK5Lh1vI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK5Lh1vI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK5Lh1vI4 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcK5Lh1vI4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK5Lh1vI4 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcK5Lh1vI4 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK5Lh1vI4 .container {
    padding: 0 14px;
  }
}
.cid-vcK5Lh1vI4 .row {
  justify-content: center;
}
.cid-vcK5Lh1vI4 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcK5Lh1vI4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcK5Lh1vI4 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcK5Lh1vI4 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcK5Lh1vI4 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcK5Lh1vI4 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcK5Lh1vI4 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcK5Lh1vI4 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcK5Lh1vI4 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcK5Lh1vI4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcK5Lh1vI4 .mbr-text_1 {
  color: #01004c;
}
.cid-vcK5Lh1vI4 .list {
  color: #01004c;
}
.cid-vcK5Lh1vI4 .mbr-text_2 {
  color: #01004c;
}
.cid-vcPVCK3S6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPVCK3S6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPVCK3S6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPVCK3S6U .container {
    padding: 0 24px;
  }
}
.cid-vcPVCK3S6U .main-row {
  margin: 0;
}
.cid-vcPVCK3S6U .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .main-row .card {
    padding: 0;
  }
}
.cid-vcPVCK3S6U .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPVCK3S6U .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPVCK3S6U .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPVCK3S6U .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPVCK3S6U .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPVCK3S6U .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-control:hover,
.cid-vcPVCK3S6U .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPVCK3S6U .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPVCK3S6U .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPVCK3S6U .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPVCK3S6U .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPVCK3S6U .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPVCK3S6U .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPVCK3S6U label {
  color: #F9F6E0;
}
.cid-vcPVCK3S6U LABEL {
  color: #72716b;
}
.cid-vcK5LjbpUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK5LjbpUx .container {
    padding: 0 24px;
  }
}
.cid-vcK5LjbpUx .row {
  justify-content: space-between;
}
.cid-vcK5LjbpUx .logo-wrapper {
  display: flex;
}
.cid-vcK5LjbpUx .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcK5LjbpUx .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcK5LjbpUx .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcK5LjbpUx .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcK5LjbpUx .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcK5LjbpUx .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK5LjbpUx .content-wrapper .list .item-wrap:hover,
.cid-vcK5LjbpUx .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK5LjbpUx .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcK5LjbpUx .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcK5LjbpUx .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcK5LjbpUx .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcK5LjbpUx .nav-list {
    padding: 0;
  }
}
.cid-vcK5LjbpUx .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK5LjbpUx .nav-list .item-wrap:hover,
.cid-vcK5LjbpUx .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK5LjbpUx .nav-list .item-wrap:hover::before,
.cid-vcK5LjbpUx .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcK5LjbpUx .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcK5LjbpUx .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK5LjbpUx .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK5LjbpUx .list {
  color: #F9F6E0;
}
.cid-vcK5LjbpUx .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK5LjbpUx .list,
.cid-vcK5LjbpUx .item-wrap {
  text-align: center;
}
.cid-vcK97w5qDh {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcK97w5qDh .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcK97w5qDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcK97w5qDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcK97w5qDh .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcK97w5qDh .menu_box .navbar.opened,
  .cid-vcK97w5qDh .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcK97w5qDh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcK97w5qDh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcK97w5qDh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcK97w5qDh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcK97w5qDh .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcK97w5qDh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcK97w5qDh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcK97w5qDh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcK97w5qDh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcK97w5qDh .offcanvas-body .mbr-text,
  .cid-vcK97w5qDh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcK97w5qDh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcK97w5qDh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcK97w5qDh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcK97w5qDh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK97w5qDh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcK97w5qDh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcK97w5qDh li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcK97w5qDh .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcK97w5qDh .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcK97w5qDh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcK97w5qDh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .nav-item {
    margin: 0 !important;
  }
}
.cid-vcK97w5qDh .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcK97w5qDh .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcK97w5qDh .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK97w5qDh .nav-item .nav-link:hover,
.cid-vcK97w5qDh .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcK97w5qDh .nav-item .nav-link:hover::before,
.cid-vcK97w5qDh .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcK97w5qDh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcK97w5qDh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcK97w5qDh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcK97w5qDh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcK97w5qDh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcK97w5qDh .offcanvas_box {
    display: none;
  }
}
.cid-vcK97w5qDh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcK97w5qDh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcK97w5qDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcK97w5qDh .container {
  display: flex;
  margin: auto;
}
.cid-vcK97w5qDh .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcK97w5qDh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcK97w5qDh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcK97w5qDh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcK97w5qDh .navbar-nav {
    margin: 0;
  }
}
.cid-vcK97w5qDh .dropdown-menu,
.cid-vcK97w5qDh .navbar.opened {
  background-color: false !important;
}
.cid-vcK97w5qDh .nav-item:focus,
.cid-vcK97w5qDh .nav-link:focus {
  outline: none;
}
.cid-vcK97w5qDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcK97w5qDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcK97w5qDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcK97w5qDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcK97w5qDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcK97w5qDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcK97w5qDh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcK97w5qDh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcK97w5qDh .navbar.opened {
  transition: all 0.3s;
}
.cid-vcK97w5qDh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcK97w5qDh .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcK97w5qDh .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcK97w5qDh .navbar.collapsed {
  justify-content: center;
}
.cid-vcK97w5qDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcK97w5qDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcK97w5qDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcK97w5qDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcK97w5qDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcK97w5qDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcK97w5qDh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcK97w5qDh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcK97w5qDh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcK97w5qDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcK97w5qDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcK97w5qDh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcK97w5qDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcK97w5qDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcK97w5qDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcK97w5qDh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcK97w5qDh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcK97w5qDh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcK97w5qDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcK97w5qDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcK97w5qDh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcK97w5qDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcK97w5qDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcK97w5qDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcK97w5qDh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcK97w5qDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcK97w5qDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcK97w5qDh .dropdown-item.active,
.cid-vcK97w5qDh .dropdown-item:active {
  background-color: transparent;
}
.cid-vcK97w5qDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcK97w5qDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcK97w5qDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcK97w5qDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcK97w5qDh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcK97w5qDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcK97w5qDh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcK97w5qDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcK97w5qDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcK97w5qDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK97w5qDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcK97w5qDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcK97w5qDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK97w5qDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcK97w5qDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcK97w5qDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcK97w5qDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcK97w5qDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcK97w5qDh .navbar {
    height: 70px;
  }
  .cid-vcK97w5qDh .navbar.opened {
    height: auto;
  }
  .cid-vcK97w5qDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcK97w5qDh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcK97w5qDh .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcK97w5qDh .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcK97w5qDh .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcK97w5qDh .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcK97w5qDh .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcK97w5qDh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcK97w5qDh .text_widget {
  margin-bottom: 32px;
}
.cid-vcK97w5qDh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcK97w5qDh .text_widget a:hover,
.cid-vcK97w5qDh .text_widget a:focus {
  opacity: .6;
}
.cid-vcK97w5qDh .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK97w5qDh .navbar-caption {
  color: #F9F6E0;
}
.cid-vcK97w5qDh .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK97w5qDh .mbr-section-subtitle,
.cid-vcK97w5qDh .text_widget,
.cid-vcK97w5qDh .mbr-section-btn {
  text-align: center;
}
.cid-vcK97w5qDh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcK97wI5uH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcK97wI5uH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK97wI5uH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK97wI5uH .container {
    padding: 0 24px;
  }
}
.cid-vcK97wI5uH .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcK97wI5uH .content-wrapper {
    padding: 24px;
  }
}
.cid-vcK97wI5uH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcK97wI5uH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcK97wI5uH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK97wI5uH .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcK97wI5uH .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcK97wI5uH .mbr-text {
  color: #0a4f8b;
}
.cid-vcK97wI5uH .mbr-section-title,
.cid-vcK97wI5uH .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcK97x1ynE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcK97x1ynE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK97x1ynE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK97x1ynE .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcK97x1ynE .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcK97x1ynE .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcK97x1ynE .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcK97x1ynE .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK97x1ynE .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcK97x1ynE .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcK97x1ynE .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcK97x1ynE .mbr-label,
.cid-vcK97x1ynE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcK97x1ynE .mbr-section-title {
  color: #000000;
}
.cid-vcK97x1ynE .mbr-text,
.cid-vcK97x1ynE .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcK97x1ynE .mbr-section-title,
.cid-vcK97x1ynE .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcK97x1ynE .mbr-section-title,
.cid-vcK97x1ynE .mbr-section-btn DIV {
  text-align: center;
}
.cid-vcK97xlIL1 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcK97xlIL1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK97xlIL1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK97xlIL1 .content-wrap {
  margin: 0 -50px 50px;
}
.cid-vcK97xlIL1 .content-wrap .card {
  padding: 0 50px;
}
.cid-vcK97xlIL1 .content-wrap .card:last-child {
  justify-content: flex-end;
}
.cid-vcK97xlIL1 .content-wrap .label-wrapper {
  margin-bottom: 20px;
}
.cid-vcK97xlIL1 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.cid-vcK97xlIL1 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper {
  display: flex;
}
.cid-vcK97xlIL1 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
}
.cid-vcK97xlIL1 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcK97xlIL1 .content-wrap .text-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcK97xlIL1 .content-wrap .text-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcK97xlIL1 .content-wrap .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vcK97xlIL1 .content-wrap .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
.cid-vcK97xlIL1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcK97xlIL1 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcK97xlIL1 .items-wrapper .item {
    margin-bottom: 30px;
  }
  .cid-vcK97xlIL1 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper {
  height: 100%;
  animation: none !important;
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transform: scale(1);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .card-box .item-date {
  margin-bottom: 10px;
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcK97xlIL1 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcK97xlIL1 .mbr-label {
  color: #1f1f1f;
}
.cid-vcK97xlIL1 .mbr-section-title {
  color: #1f1f1f;
}
.cid-vcK97xlIL1 .mbr-text {
  color: #5a5a5a;
}
.cid-vcK97xlIL1 .item-date {
  color: #5a5a5a;
}
.cid-vcK97xlIL1 .item-title {
  color: #1f1f1f;
}
.cid-vcK97xlIL1 .item-text {
  color: #5a5a5a;
}
.cid-vcK97xlIL1 .item-title,
.cid-vcK97xlIL1 .item-btn {
  color: #0a4f8b;
}
.cid-vcK97xPNKr {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcK97xPNKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcK97xPNKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcK97xPNKr .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcK97xPNKr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK97xPNKr .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcK97xPNKr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcK97xPNKr .container {
    padding: 0 14px;
  }
}
.cid-vcK97xPNKr .row {
  justify-content: center;
}
.cid-vcK97xPNKr .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcK97xPNKr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcK97xPNKr .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcK97xPNKr .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcK97xPNKr .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcK97xPNKr .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcK97xPNKr .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcK97xPNKr .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcK97xPNKr .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcK97xPNKr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcK97xPNKr .mbr-text_1 {
  color: #01004c;
}
.cid-vcK97xPNKr .list {
  color: #01004c;
}
.cid-vcK97xPNKr .mbr-text_2 {
  color: #01004c;
}
.cid-vcPW15pZC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPW15pZC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPW15pZC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPW15pZC0 .container {
    padding: 0 24px;
  }
}
.cid-vcPW15pZC0 .main-row {
  margin: 0;
}
.cid-vcPW15pZC0 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .main-row .card {
    padding: 0;
  }
}
.cid-vcPW15pZC0 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPW15pZC0 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPW15pZC0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPW15pZC0 .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPW15pZC0 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPW15pZC0 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-control:hover,
.cid-vcPW15pZC0 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPW15pZC0 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPW15pZC0 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPW15pZC0 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPW15pZC0 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPW15pZC0 .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPW15pZC0 .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPW15pZC0 label {
  color: #F9F6E0;
}
.cid-vcPW15pZC0 LABEL {
  color: #72716b;
}
.cid-vcK97yHrxa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcK97yHrxa .container {
    padding: 0 24px;
  }
}
.cid-vcK97yHrxa .row {
  justify-content: space-between;
}
.cid-vcK97yHrxa .logo-wrapper {
  display: flex;
}
.cid-vcK97yHrxa .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcK97yHrxa .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcK97yHrxa .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcK97yHrxa .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcK97yHrxa .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcK97yHrxa .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK97yHrxa .content-wrapper .list .item-wrap:hover,
.cid-vcK97yHrxa .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK97yHrxa .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcK97yHrxa .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcK97yHrxa .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcK97yHrxa .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcK97yHrxa .nav-list {
    padding: 0;
  }
}
.cid-vcK97yHrxa .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcK97yHrxa .nav-list .item-wrap:hover,
.cid-vcK97yHrxa .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcK97yHrxa .nav-list .item-wrap:hover::before,
.cid-vcK97yHrxa .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcK97yHrxa .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcK97yHrxa .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcK97yHrxa .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK97yHrxa .list {
  color: #F9F6E0;
}
.cid-vcK97yHrxa .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcK97yHrxa .list,
.cid-vcK97yHrxa .item-wrap {
  text-align: center;
}
.cid-vcKnymqSTC {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcKnymqSTC .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcKnymqSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcKnymqSTC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcKnymqSTC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcKnymqSTC .menu_box .navbar.opened,
  .cid-vcKnymqSTC .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcKnymqSTC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcKnymqSTC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcKnymqSTC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcKnymqSTC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcKnymqSTC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcKnymqSTC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcKnymqSTC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcKnymqSTC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcKnymqSTC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcKnymqSTC .offcanvas-body .mbr-text,
  .cid-vcKnymqSTC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcKnymqSTC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcKnymqSTC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcKnymqSTC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcKnymqSTC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKnymqSTC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcKnymqSTC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcKnymqSTC li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcKnymqSTC .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcKnymqSTC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcKnymqSTC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcKnymqSTC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .nav-item {
    margin: 0 !important;
  }
}
.cid-vcKnymqSTC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcKnymqSTC .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcKnymqSTC .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKnymqSTC .nav-item .nav-link:hover,
.cid-vcKnymqSTC .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcKnymqSTC .nav-item .nav-link:hover::before,
.cid-vcKnymqSTC .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcKnymqSTC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcKnymqSTC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcKnymqSTC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKnymqSTC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcKnymqSTC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcKnymqSTC .offcanvas_box {
    display: none;
  }
}
.cid-vcKnymqSTC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcKnymqSTC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcKnymqSTC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcKnymqSTC .container {
  display: flex;
  margin: auto;
}
.cid-vcKnymqSTC .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcKnymqSTC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcKnymqSTC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcKnymqSTC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcKnymqSTC .navbar-nav {
    margin: 0;
  }
}
.cid-vcKnymqSTC .dropdown-menu,
.cid-vcKnymqSTC .navbar.opened {
  background-color: false !important;
}
.cid-vcKnymqSTC .nav-item:focus,
.cid-vcKnymqSTC .nav-link:focus {
  outline: none;
}
.cid-vcKnymqSTC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcKnymqSTC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcKnymqSTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcKnymqSTC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcKnymqSTC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcKnymqSTC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcKnymqSTC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcKnymqSTC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcKnymqSTC .navbar.opened {
  transition: all 0.3s;
}
.cid-vcKnymqSTC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcKnymqSTC .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcKnymqSTC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcKnymqSTC .navbar.collapsed {
  justify-content: center;
}
.cid-vcKnymqSTC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcKnymqSTC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcKnymqSTC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcKnymqSTC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcKnymqSTC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcKnymqSTC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcKnymqSTC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcKnymqSTC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcKnymqSTC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcKnymqSTC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcKnymqSTC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcKnymqSTC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcKnymqSTC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcKnymqSTC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcKnymqSTC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcKnymqSTC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcKnymqSTC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcKnymqSTC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcKnymqSTC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcKnymqSTC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcKnymqSTC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcKnymqSTC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcKnymqSTC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcKnymqSTC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcKnymqSTC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcKnymqSTC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcKnymqSTC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcKnymqSTC .dropdown-item.active,
.cid-vcKnymqSTC .dropdown-item:active {
  background-color: transparent;
}
.cid-vcKnymqSTC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcKnymqSTC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcKnymqSTC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcKnymqSTC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcKnymqSTC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcKnymqSTC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcKnymqSTC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcKnymqSTC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcKnymqSTC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcKnymqSTC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKnymqSTC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKnymqSTC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcKnymqSTC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKnymqSTC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcKnymqSTC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcKnymqSTC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKnymqSTC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcKnymqSTC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcKnymqSTC .navbar {
    height: 70px;
  }
  .cid-vcKnymqSTC .navbar.opened {
    height: auto;
  }
  .cid-vcKnymqSTC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcKnymqSTC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcKnymqSTC .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcKnymqSTC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcKnymqSTC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcKnymqSTC .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcKnymqSTC .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcKnymqSTC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcKnymqSTC .text_widget {
  margin-bottom: 32px;
}
.cid-vcKnymqSTC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcKnymqSTC .text_widget a:hover,
.cid-vcKnymqSTC .text_widget a:focus {
  opacity: .6;
}
.cid-vcKnymqSTC .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKnymqSTC .navbar-caption {
  color: #F9F6E0;
}
.cid-vcKnymqSTC .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKnymqSTC .mbr-section-subtitle,
.cid-vcKnymqSTC .text_widget,
.cid-vcKnymqSTC .mbr-section-btn {
  text-align: center;
}
.cid-vcKnymqSTC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcKnynbJ1k {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcKnynbJ1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnynbJ1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKnynbJ1k .container {
    padding: 0 24px;
  }
}
.cid-vcKnynbJ1k .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcKnynbJ1k .content-wrapper {
    padding: 24px;
  }
}
.cid-vcKnynbJ1k .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcKnynbJ1k .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcKnynbJ1k .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnynbJ1k .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcKnynbJ1k .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcKnynbJ1k .mbr-text {
  color: #0a4f8b;
}
.cid-vcKnynbJ1k .mbr-section-title,
.cid-vcKnynbJ1k .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcKnyoql7Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKnyoql7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnyoql7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnyoql7Z .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnyoql7Z .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnyoql7Z .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnyoql7Z .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnyoql7Z .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyoql7Z .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnyoql7Z .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyoql7Z .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnyoql7Z .mbr-label,
.cid-vcKnyoql7Z .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnyoql7Z .mbr-section-title {
  color: #000000;
}
.cid-vcKnyoql7Z .mbr-text,
.cid-vcKnyoql7Z .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnyoql7Z .mbr-section-title,
.cid-vcKnyoql7Z .mbr-section-btn {
  text-align: left;
  color: #0a4f8b;
}
.cid-vcKnyoPinS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcKnyoPinS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnyoPinS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnyoPinS .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnyoPinS .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnyoPinS .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnyoPinS .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnyoPinS .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyoPinS .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnyoPinS .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyoPinS .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnyoPinS .mbr-label,
.cid-vcKnyoPinS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnyoPinS .mbr-section-title {
  color: #000000;
}
.cid-vcKnyoPinS .mbr-text,
.cid-vcKnyoPinS .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnyoPinS .mbr-section-title,
.cid-vcKnyoPinS .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKnypk3UE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKnypk3UE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnypk3UE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnypk3UE .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnypk3UE .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnypk3UE .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnypk3UE .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnypk3UE .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnypk3UE .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnypk3UE .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnypk3UE .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnypk3UE .mbr-label,
.cid-vcKnypk3UE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnypk3UE .mbr-section-title {
  color: #000000;
}
.cid-vcKnypk3UE .mbr-text,
.cid-vcKnypk3UE .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnypk3UE .mbr-section-title,
.cid-vcKnypk3UE .mbr-section-btn {
  text-align: left;
  color: #0a4f8b;
}
.cid-vcKnypLGVS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcKnypLGVS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnypLGVS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnypLGVS .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnypLGVS .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnypLGVS .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnypLGVS .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnypLGVS .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnypLGVS .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnypLGVS .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnypLGVS .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnypLGVS .mbr-label,
.cid-vcKnypLGVS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnypLGVS .mbr-section-title {
  color: #000000;
}
.cid-vcKnypLGVS .mbr-text,
.cid-vcKnypLGVS .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnypLGVS .mbr-section-title,
.cid-vcKnypLGVS .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKnyqg6Ap {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKnyqg6Ap .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnyqg6Ap .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnyqg6Ap .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnyqg6Ap .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnyqg6Ap .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnyqg6Ap .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnyqg6Ap .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyqg6Ap .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnyqg6Ap .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyqg6Ap .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnyqg6Ap .mbr-label,
.cid-vcKnyqg6Ap .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnyqg6Ap .mbr-section-title {
  color: #000000;
}
.cid-vcKnyqg6Ap .mbr-text,
.cid-vcKnyqg6Ap .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnyqg6Ap .mbr-section-title,
.cid-vcKnyqg6Ap .mbr-section-btn {
  text-align: left;
  color: #0a4f8b;
}
.cid-vcKnyqKPlr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcKnyqKPlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnyqKPlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnyqKPlr .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnyqKPlr .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnyqKPlr .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnyqKPlr .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnyqKPlr .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyqKPlr .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnyqKPlr .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyqKPlr .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnyqKPlr .mbr-label,
.cid-vcKnyqKPlr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnyqKPlr .mbr-section-title {
  color: #000000;
}
.cid-vcKnyqKPlr .mbr-text,
.cid-vcKnyqKPlr .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnyqKPlr .mbr-section-title,
.cid-vcKnyqKPlr .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKpa2oVZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKpa2oVZo .container {
    padding: 0 24px;
  }
}
.cid-vcKpa2oVZo .card {
  justify-content: center;
}
.cid-vcKpa2oVZo .image-wrapper {
  border-top: 1px solid #3d7db4;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-vcKpa2oVZo .image-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-vcKpa2oVZo .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcKpa2oVZo .image-wrapper img {
    height: 350px;
  }
}
.cid-vcKnyrMhvW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcKnyrMhvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnyrMhvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnyrMhvW .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKnyrMhvW .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKnyrMhvW .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKnyrMhvW .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKnyrMhvW .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyrMhvW .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKnyrMhvW .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyrMhvW .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKnyrMhvW .mbr-label,
.cid-vcKnyrMhvW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKnyrMhvW .mbr-section-title {
  color: #000000;
}
.cid-vcKnyrMhvW .mbr-text,
.cid-vcKnyrMhvW .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKnyrMhvW .mbr-section-title,
.cid-vcKnyrMhvW .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKnysng5W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKnysng5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKnysng5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKnysng5W .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcKnysng5W .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcKnysng5W .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcKnysng5W .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vcKnysng5W .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcKnysng5W .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcKnysng5W .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vcKnysng5W .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcKnysng5W .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vcKnysng5W .mbr-label {
  color: #0a4f8b;
}
.cid-vcKnysng5W .mbr-section-title {
  color: #474a48;
}
.cid-vcKquH7iZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKquH7iZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKquH7iZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKquH7iZL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcKquH7iZL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcKquH7iZL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcKquH7iZL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vcKquH7iZL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcKquH7iZL .mbr-section-subtitle {
  margin-bottom: 40px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcKquH7iZL .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-vcKquH7iZL .mbr-text {
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vcKquH7iZL .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-vcKquH7iZL .mbr-label {
  color: #0a4f8b;
}
.cid-vcKquH7iZL .mbr-section-title {
  color: #474a48;
}
.cid-vcKnyx6wXm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKnyx6wXm .container {
    padding: 0 24px;
  }
}
.cid-vcKnyx6wXm .row {
  justify-content: space-between;
}
.cid-vcKnyx6wXm .logo-wrapper {
  display: flex;
}
.cid-vcKnyx6wXm .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcKnyx6wXm .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcKnyx6wXm .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcKnyx6wXm .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcKnyx6wXm .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcKnyx6wXm .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKnyx6wXm .content-wrapper .list .item-wrap:hover,
.cid-vcKnyx6wXm .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKnyx6wXm .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcKnyx6wXm .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcKnyx6wXm .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcKnyx6wXm .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcKnyx6wXm .nav-list {
    padding: 0;
  }
}
.cid-vcKnyx6wXm .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKnyx6wXm .nav-list .item-wrap:hover,
.cid-vcKnyx6wXm .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKnyx6wXm .nav-list .item-wrap:hover::before,
.cid-vcKnyx6wXm .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcKnyx6wXm .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcKnyx6wXm .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKnyx6wXm .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKnyx6wXm .list {
  color: #F9F6E0;
}
.cid-vcKnyx6wXm .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKnyx6wXm .list,
.cid-vcKnyx6wXm .item-wrap {
  text-align: center;
}
.cid-vcKtt0282X {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcKtt0282X .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcKtt0282X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcKtt0282X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcKtt0282X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcKtt0282X .menu_box .navbar.opened,
  .cid-vcKtt0282X .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcKtt0282X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcKtt0282X .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcKtt0282X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcKtt0282X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcKtt0282X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcKtt0282X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcKtt0282X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcKtt0282X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcKtt0282X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcKtt0282X .offcanvas-body .mbr-text,
  .cid-vcKtt0282X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcKtt0282X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcKtt0282X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcKtt0282X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcKtt0282X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKtt0282X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcKtt0282X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcKtt0282X li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcKtt0282X .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcKtt0282X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcKtt0282X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcKtt0282X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .nav-item {
    margin: 0 !important;
  }
}
.cid-vcKtt0282X .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcKtt0282X .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcKtt0282X .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKtt0282X .nav-item .nav-link:hover,
.cid-vcKtt0282X .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcKtt0282X .nav-item .nav-link:hover::before,
.cid-vcKtt0282X .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcKtt0282X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcKtt0282X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcKtt0282X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKtt0282X .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcKtt0282X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcKtt0282X .offcanvas_box {
    display: none;
  }
}
.cid-vcKtt0282X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcKtt0282X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcKtt0282X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcKtt0282X .container {
  display: flex;
  margin: auto;
}
.cid-vcKtt0282X .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcKtt0282X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcKtt0282X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcKtt0282X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcKtt0282X .navbar-nav {
    margin: 0;
  }
}
.cid-vcKtt0282X .dropdown-menu,
.cid-vcKtt0282X .navbar.opened {
  background-color: false !important;
}
.cid-vcKtt0282X .nav-item:focus,
.cid-vcKtt0282X .nav-link:focus {
  outline: none;
}
.cid-vcKtt0282X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcKtt0282X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcKtt0282X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcKtt0282X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcKtt0282X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcKtt0282X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcKtt0282X .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt0282X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcKtt0282X .navbar.opened {
  transition: all 0.3s;
}
.cid-vcKtt0282X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcKtt0282X .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcKtt0282X .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcKtt0282X .navbar.collapsed {
  justify-content: center;
}
.cid-vcKtt0282X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcKtt0282X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcKtt0282X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcKtt0282X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcKtt0282X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcKtt0282X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcKtt0282X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcKtt0282X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcKtt0282X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcKtt0282X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcKtt0282X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcKtt0282X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcKtt0282X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcKtt0282X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcKtt0282X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcKtt0282X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcKtt0282X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcKtt0282X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcKtt0282X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcKtt0282X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcKtt0282X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcKtt0282X .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcKtt0282X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcKtt0282X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcKtt0282X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcKtt0282X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcKtt0282X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcKtt0282X .dropdown-item.active,
.cid-vcKtt0282X .dropdown-item:active {
  background-color: transparent;
}
.cid-vcKtt0282X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcKtt0282X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcKtt0282X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcKtt0282X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcKtt0282X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcKtt0282X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcKtt0282X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcKtt0282X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcKtt0282X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcKtt0282X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKtt0282X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKtt0282X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcKtt0282X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKtt0282X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcKtt0282X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcKtt0282X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKtt0282X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcKtt0282X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcKtt0282X .navbar {
    height: 70px;
  }
  .cid-vcKtt0282X .navbar.opened {
    height: auto;
  }
  .cid-vcKtt0282X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcKtt0282X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcKtt0282X .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcKtt0282X .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcKtt0282X .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcKtt0282X .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcKtt0282X .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcKtt0282X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcKtt0282X .text_widget {
  margin-bottom: 32px;
}
.cid-vcKtt0282X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcKtt0282X .text_widget a:hover,
.cid-vcKtt0282X .text_widget a:focus {
  opacity: .6;
}
.cid-vcKtt0282X .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKtt0282X .navbar-caption {
  color: #F9F6E0;
}
.cid-vcKtt0282X .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKtt0282X .mbr-section-subtitle,
.cid-vcKtt0282X .text_widget,
.cid-vcKtt0282X .mbr-section-btn {
  text-align: center;
}
.cid-vcKtt0282X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcKtt0EBFA {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcKtt0EBFA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt0EBFA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKtt0EBFA .container {
    padding: 0 24px;
  }
}
.cid-vcKtt0EBFA .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcKtt0EBFA .content-wrapper {
    padding: 24px;
  }
}
.cid-vcKtt0EBFA .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcKtt0EBFA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcKtt0EBFA .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKtt0EBFA .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcKtt0EBFA .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcKtt0EBFA .mbr-text {
  color: #0a4f8b;
}
.cid-vcKtt0EBFA .mbr-section-title,
.cid-vcKtt0EBFA .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcKtt0Z4Oe {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKtt0Z4Oe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt0Z4Oe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKtt0Z4Oe .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKtt0Z4Oe .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKtt0Z4Oe .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKtt0Z4Oe .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKtt0Z4Oe .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt0Z4Oe .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKtt0Z4Oe .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKtt0Z4Oe .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKtt0Z4Oe .mbr-label,
.cid-vcKtt0Z4Oe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKtt0Z4Oe .mbr-section-title {
  color: #000000;
}
.cid-vcKtt0Z4Oe .mbr-text,
.cid-vcKtt0Z4Oe .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKtt0Z4Oe .mbr-section-title,
.cid-vcKtt0Z4Oe .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKtt1kT6Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKtt1kT6Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt1kT6Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKtt1kT6Q .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKtt1kT6Q .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKtt1kT6Q .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKtt1kT6Q .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKtt1kT6Q .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt1kT6Q .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKtt1kT6Q .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKtt1kT6Q .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKtt1kT6Q .mbr-label,
.cid-vcKtt1kT6Q .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKtt1kT6Q .mbr-section-title {
  color: #000000;
}
.cid-vcKtt1kT6Q .mbr-text,
.cid-vcKtt1kT6Q .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKtt1kT6Q .mbr-section-title,
.cid-vcKtt1kT6Q .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcKtt1EGPs {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKtt1EGPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt1EGPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKtt1EGPs .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcKtt1EGPs .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcKtt1EGPs .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcKtt1EGPs .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcKtt1EGPs .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcKtt1EGPs .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcKtt1EGPs .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcKtt1EGPs .items-wrapper {
  margin: 0 -10px;
}
.cid-vcKtt1EGPs .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcKtt1EGPs .items-wrapper .item:hover .item-wrapper,
.cid-vcKtt1EGPs .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .items-wrapper .item:hover .item-wrapper,
  .cid-vcKtt1EGPs .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcKtt1EGPs .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcKtt1EGPs .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcKtt1EGPs .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcKtt1EGPs .mbr-label,
.cid-vcKtt1EGPs .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKtt1EGPs .mbr-section-title,
.cid-vcKtt1EGPs .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcKtt1EGPs .item-title {
  color: #000000;
}
.cid-vcKtt1EGPs .item-text {
  color: #000000;
}
.cid-vcKtt2pXWx {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcKtt2pXWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt2pXWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKtt2pXWx .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcKtt2pXWx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcKtt2pXWx .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcKtt2pXWx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcKtt2pXWx .container {
    padding: 0 14px;
  }
}
.cid-vcKtt2pXWx .row {
  justify-content: center;
}
.cid-vcKtt2pXWx .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcKtt2pXWx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcKtt2pXWx .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcKtt2pXWx .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcKtt2pXWx .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcKtt2pXWx .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcKtt2pXWx .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcKtt2pXWx .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcKtt2pXWx .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcKtt2pXWx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcKtt2pXWx .mbr-text_1 {
  color: #01004c;
}
.cid-vcKtt2pXWx .list {
  color: #01004c;
}
.cid-vcKtt2pXWx .mbr-text_2 {
  color: #01004c;
}
.cid-vcKtt2PeL6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKtt2PeL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKtt2PeL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKtt2PeL6 .container {
    padding: 0 24px;
  }
}
.cid-vcKtt2PeL6 .main-row {
  margin: 0;
}
.cid-vcKtt2PeL6 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .main-row .card {
    padding: 0;
  }
}
.cid-vcKtt2PeL6 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcKtt2PeL6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcKtt2PeL6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcKtt2PeL6 .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcKtt2PeL6 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcKtt2PeL6 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-control:hover,
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcKtt2PeL6 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcKtt2PeL6 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcKtt2PeL6 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcKtt2PeL6 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcKtt2PeL6 .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcKtt2PeL6 .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcKtt2PeL6 label {
  color: #F9F6E0;
}
.cid-vcKtt2PeL6 LABEL {
  color: #72716b;
}
.cid-vcKtt3qaN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKtt3qaN8 .container {
    padding: 0 24px;
  }
}
.cid-vcKtt3qaN8 .row {
  justify-content: space-between;
}
.cid-vcKtt3qaN8 .logo-wrapper {
  display: flex;
}
.cid-vcKtt3qaN8 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcKtt3qaN8 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcKtt3qaN8 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcKtt3qaN8 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcKtt3qaN8 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcKtt3qaN8 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKtt3qaN8 .content-wrapper .list .item-wrap:hover,
.cid-vcKtt3qaN8 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKtt3qaN8 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcKtt3qaN8 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcKtt3qaN8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcKtt3qaN8 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcKtt3qaN8 .nav-list {
    padding: 0;
  }
}
.cid-vcKtt3qaN8 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKtt3qaN8 .nav-list .item-wrap:hover,
.cid-vcKtt3qaN8 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKtt3qaN8 .nav-list .item-wrap:hover::before,
.cid-vcKtt3qaN8 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcKtt3qaN8 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcKtt3qaN8 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKtt3qaN8 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKtt3qaN8 .list {
  color: #F9F6E0;
}
.cid-vcKtt3qaN8 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKtt3qaN8 .list,
.cid-vcKtt3qaN8 .item-wrap {
  text-align: center;
}
.cid-vcKuUqJPAd {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcKuUqJPAd .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcKuUqJPAd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcKuUqJPAd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcKuUqJPAd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcKuUqJPAd .menu_box .navbar.opened,
  .cid-vcKuUqJPAd .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcKuUqJPAd nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcKuUqJPAd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcKuUqJPAd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcKuUqJPAd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcKuUqJPAd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcKuUqJPAd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcKuUqJPAd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcKuUqJPAd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcKuUqJPAd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcKuUqJPAd .offcanvas-body .mbr-text,
  .cid-vcKuUqJPAd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcKuUqJPAd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcKuUqJPAd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcKuUqJPAd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcKuUqJPAd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKuUqJPAd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcKuUqJPAd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcKuUqJPAd li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcKuUqJPAd .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcKuUqJPAd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcKuUqJPAd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcKuUqJPAd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .nav-item {
    margin: 0 !important;
  }
}
.cid-vcKuUqJPAd .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcKuUqJPAd .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcKuUqJPAd .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKuUqJPAd .nav-item .nav-link:hover,
.cid-vcKuUqJPAd .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcKuUqJPAd .nav-item .nav-link:hover::before,
.cid-vcKuUqJPAd .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcKuUqJPAd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcKuUqJPAd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcKuUqJPAd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcKuUqJPAd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcKuUqJPAd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcKuUqJPAd .offcanvas_box {
    display: none;
  }
}
.cid-vcKuUqJPAd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcKuUqJPAd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcKuUqJPAd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcKuUqJPAd .container {
  display: flex;
  margin: auto;
}
.cid-vcKuUqJPAd .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcKuUqJPAd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcKuUqJPAd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcKuUqJPAd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcKuUqJPAd .navbar-nav {
    margin: 0;
  }
}
.cid-vcKuUqJPAd .dropdown-menu,
.cid-vcKuUqJPAd .navbar.opened {
  background-color: false !important;
}
.cid-vcKuUqJPAd .nav-item:focus,
.cid-vcKuUqJPAd .nav-link:focus {
  outline: none;
}
.cid-vcKuUqJPAd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcKuUqJPAd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcKuUqJPAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcKuUqJPAd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcKuUqJPAd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcKuUqJPAd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcKuUqJPAd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcKuUqJPAd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcKuUqJPAd .navbar.opened {
  transition: all 0.3s;
}
.cid-vcKuUqJPAd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcKuUqJPAd .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcKuUqJPAd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcKuUqJPAd .navbar.collapsed {
  justify-content: center;
}
.cid-vcKuUqJPAd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcKuUqJPAd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcKuUqJPAd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcKuUqJPAd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcKuUqJPAd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcKuUqJPAd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcKuUqJPAd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcKuUqJPAd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcKuUqJPAd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcKuUqJPAd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcKuUqJPAd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcKuUqJPAd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcKuUqJPAd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcKuUqJPAd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcKuUqJPAd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcKuUqJPAd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcKuUqJPAd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcKuUqJPAd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcKuUqJPAd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcKuUqJPAd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcKuUqJPAd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcKuUqJPAd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcKuUqJPAd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcKuUqJPAd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcKuUqJPAd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcKuUqJPAd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcKuUqJPAd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcKuUqJPAd .dropdown-item.active,
.cid-vcKuUqJPAd .dropdown-item:active {
  background-color: transparent;
}
.cid-vcKuUqJPAd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcKuUqJPAd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcKuUqJPAd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcKuUqJPAd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcKuUqJPAd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcKuUqJPAd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcKuUqJPAd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcKuUqJPAd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcKuUqJPAd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcKuUqJPAd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKuUqJPAd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcKuUqJPAd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcKuUqJPAd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKuUqJPAd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcKuUqJPAd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcKuUqJPAd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcKuUqJPAd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcKuUqJPAd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcKuUqJPAd .navbar {
    height: 70px;
  }
  .cid-vcKuUqJPAd .navbar.opened {
    height: auto;
  }
  .cid-vcKuUqJPAd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcKuUqJPAd .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcKuUqJPAd .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcKuUqJPAd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcKuUqJPAd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcKuUqJPAd .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcKuUqJPAd .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcKuUqJPAd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcKuUqJPAd .text_widget {
  margin-bottom: 32px;
}
.cid-vcKuUqJPAd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcKuUqJPAd .text_widget a:hover,
.cid-vcKuUqJPAd .text_widget a:focus {
  opacity: .6;
}
.cid-vcKuUqJPAd .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKuUqJPAd .navbar-caption {
  color: #F9F6E0;
}
.cid-vcKuUqJPAd .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKuUqJPAd .mbr-section-subtitle,
.cid-vcKuUqJPAd .text_widget,
.cid-vcKuUqJPAd .mbr-section-btn {
  text-align: center;
}
.cid-vcKuUqJPAd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcKuUrriWa {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcKuUrriWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKuUrriWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKuUrriWa .container {
    padding: 0 24px;
  }
}
.cid-vcKuUrriWa .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcKuUrriWa .content-wrapper {
    padding: 24px;
  }
}
.cid-vcKuUrriWa .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcKuUrriWa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcKuUrriWa .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKuUrriWa .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcKuUrriWa .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcKuUrriWa .mbr-text {
  color: #0a4f8b;
}
.cid-vcKuUrriWa .mbr-section-title,
.cid-vcKuUrriWa .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcKuUrN21j {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKuUrN21j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKuUrN21j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKuUrN21j .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKuUrN21j .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKuUrN21j .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKuUrN21j .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKuUrN21j .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKuUrN21j .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKuUrN21j .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKuUrN21j .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKuUrN21j .mbr-label,
.cid-vcKuUrN21j .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKuUrN21j .mbr-section-title {
  color: #000000;
}
.cid-vcKuUrN21j .mbr-text,
.cid-vcKuUrN21j .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKuUrN21j .mbr-section-title,
.cid-vcKuUrN21j .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcKuUs7m5a {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcKuUs7m5a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKuUs7m5a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKuUs7m5a .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcKuUs7m5a .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcKuUs7m5a .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcKuUs7m5a .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcKuUs7m5a .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcKuUs7m5a .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcKuUs7m5a .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcKuUs7m5a .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcKuUs7m5a .mbr-label,
.cid-vcKuUs7m5a .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKuUs7m5a .mbr-section-title {
  color: #000000;
}
.cid-vcKuUs7m5a .mbr-text,
.cid-vcKuUs7m5a .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcKuUs7m5a .mbr-section-title,
.cid-vcKuUs7m5a .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcKuUsvNm7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcKuUsvNm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKuUsvNm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKuUsvNm7 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcKuUsvNm7 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcKuUsvNm7 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcKuUsvNm7 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcKuUsvNm7 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcKuUsvNm7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcKuUsvNm7 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcKuUsvNm7 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcKuUsvNm7 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcKuUsvNm7 .items-wrapper .item:hover .item-wrapper,
.cid-vcKuUsvNm7 .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .items-wrapper .item:hover .item-wrapper,
  .cid-vcKuUsvNm7 .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcKuUsvNm7 .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcKuUsvNm7 .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcKuUsvNm7 .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcKuUsvNm7 .mbr-label,
.cid-vcKuUsvNm7 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcKuUsvNm7 .mbr-section-title,
.cid-vcKuUsvNm7 .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcKuUsvNm7 .item-title {
  color: #000000;
}
.cid-vcKuUsvNm7 .item-text {
  color: #000000;
}
.cid-vcKuUsvNm7 .item-title,
.cid-vcKuUsvNm7 .item-btn,
.cid-vcKuUsvNm7 .iconfont-wrapper,
.cid-vcKuUsvNm7 .link-wrapper {
  color: #0a4f8b;
}
.cid-vcKuUt2VwE {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcKuUt2VwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcKuUt2VwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcKuUt2VwE .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcKuUt2VwE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcKuUt2VwE .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcKuUt2VwE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcKuUt2VwE .container {
    padding: 0 14px;
  }
}
.cid-vcKuUt2VwE .row {
  justify-content: center;
}
.cid-vcKuUt2VwE .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcKuUt2VwE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcKuUt2VwE .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcKuUt2VwE .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcKuUt2VwE .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcKuUt2VwE .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcKuUt2VwE .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcKuUt2VwE .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcKuUt2VwE .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcKuUt2VwE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcKuUt2VwE .mbr-text_1 {
  color: #01004c;
}
.cid-vcKuUt2VwE .list {
  color: #01004c;
}
.cid-vcKuUt2VwE .mbr-text_2 {
  color: #01004c;
}
.cid-vcPCwJPg6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPCwJPg6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPCwJPg6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPCwJPg6l .container {
    padding: 0 24px;
  }
}
.cid-vcPCwJPg6l .main-row {
  margin: 0;
}
.cid-vcPCwJPg6l .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .main-row .card {
    padding: 0;
  }
}
.cid-vcPCwJPg6l .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPCwJPg6l .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPCwJPg6l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPCwJPg6l .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPCwJPg6l .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPCwJPg6l .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-control:hover,
.cid-vcPCwJPg6l .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPCwJPg6l .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPCwJPg6l .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPCwJPg6l .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPCwJPg6l .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPCwJPg6l .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPCwJPg6l .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPCwJPg6l label {
  color: #F9F6E0;
}
.cid-vcPCwJPg6l LABEL {
  color: #72716b;
}
.cid-vcKuUu6cmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcKuUu6cmp .container {
    padding: 0 24px;
  }
}
.cid-vcKuUu6cmp .row {
  justify-content: space-between;
}
.cid-vcKuUu6cmp .logo-wrapper {
  display: flex;
}
.cid-vcKuUu6cmp .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcKuUu6cmp .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcKuUu6cmp .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcKuUu6cmp .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcKuUu6cmp .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcKuUu6cmp .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKuUu6cmp .content-wrapper .list .item-wrap:hover,
.cid-vcKuUu6cmp .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKuUu6cmp .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcKuUu6cmp .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcKuUu6cmp .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcKuUu6cmp .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcKuUu6cmp .nav-list {
    padding: 0;
  }
}
.cid-vcKuUu6cmp .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcKuUu6cmp .nav-list .item-wrap:hover,
.cid-vcKuUu6cmp .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcKuUu6cmp .nav-list .item-wrap:hover::before,
.cid-vcKuUu6cmp .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcKuUu6cmp .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcKuUu6cmp .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcKuUu6cmp .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKuUu6cmp .list {
  color: #F9F6E0;
}
.cid-vcKuUu6cmp .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcKuUu6cmp .list,
.cid-vcKuUu6cmp .item-wrap {
  text-align: center;
}
.cid-vcN4f2Uj5z {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcN4f2Uj5z .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcN4f2Uj5z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcN4f2Uj5z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcN4f2Uj5z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcN4f2Uj5z .menu_box .navbar.opened,
  .cid-vcN4f2Uj5z .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcN4f2Uj5z nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcN4f2Uj5z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcN4f2Uj5z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcN4f2Uj5z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcN4f2Uj5z .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcN4f2Uj5z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcN4f2Uj5z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcN4f2Uj5z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcN4f2Uj5z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcN4f2Uj5z .offcanvas-body .mbr-text,
  .cid-vcN4f2Uj5z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcN4f2Uj5z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcN4f2Uj5z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcN4f2Uj5z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcN4f2Uj5z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN4f2Uj5z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcN4f2Uj5z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcN4f2Uj5z li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcN4f2Uj5z .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcN4f2Uj5z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcN4f2Uj5z .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcN4f2Uj5z .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .nav-item {
    margin: 0 !important;
  }
}
.cid-vcN4f2Uj5z .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcN4f2Uj5z .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcN4f2Uj5z .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN4f2Uj5z .nav-item .nav-link:hover,
.cid-vcN4f2Uj5z .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcN4f2Uj5z .nav-item .nav-link:hover::before,
.cid-vcN4f2Uj5z .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcN4f2Uj5z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcN4f2Uj5z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcN4f2Uj5z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN4f2Uj5z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcN4f2Uj5z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcN4f2Uj5z .offcanvas_box {
    display: none;
  }
}
.cid-vcN4f2Uj5z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcN4f2Uj5z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcN4f2Uj5z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcN4f2Uj5z .container {
  display: flex;
  margin: auto;
}
.cid-vcN4f2Uj5z .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcN4f2Uj5z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcN4f2Uj5z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcN4f2Uj5z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcN4f2Uj5z .navbar-nav {
    margin: 0;
  }
}
.cid-vcN4f2Uj5z .dropdown-menu,
.cid-vcN4f2Uj5z .navbar.opened {
  background-color: false !important;
}
.cid-vcN4f2Uj5z .nav-item:focus,
.cid-vcN4f2Uj5z .nav-link:focus {
  outline: none;
}
.cid-vcN4f2Uj5z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcN4f2Uj5z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcN4f2Uj5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcN4f2Uj5z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcN4f2Uj5z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcN4f2Uj5z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcN4f2Uj5z .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcN4f2Uj5z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcN4f2Uj5z .navbar.opened {
  transition: all 0.3s;
}
.cid-vcN4f2Uj5z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcN4f2Uj5z .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcN4f2Uj5z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcN4f2Uj5z .navbar.collapsed {
  justify-content: center;
}
.cid-vcN4f2Uj5z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcN4f2Uj5z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcN4f2Uj5z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcN4f2Uj5z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcN4f2Uj5z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcN4f2Uj5z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcN4f2Uj5z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcN4f2Uj5z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcN4f2Uj5z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcN4f2Uj5z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcN4f2Uj5z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcN4f2Uj5z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcN4f2Uj5z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcN4f2Uj5z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcN4f2Uj5z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcN4f2Uj5z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcN4f2Uj5z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcN4f2Uj5z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcN4f2Uj5z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcN4f2Uj5z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcN4f2Uj5z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcN4f2Uj5z .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcN4f2Uj5z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcN4f2Uj5z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcN4f2Uj5z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcN4f2Uj5z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcN4f2Uj5z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcN4f2Uj5z .dropdown-item.active,
.cid-vcN4f2Uj5z .dropdown-item:active {
  background-color: transparent;
}
.cid-vcN4f2Uj5z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcN4f2Uj5z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcN4f2Uj5z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcN4f2Uj5z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcN4f2Uj5z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcN4f2Uj5z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcN4f2Uj5z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcN4f2Uj5z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcN4f2Uj5z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcN4f2Uj5z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN4f2Uj5z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN4f2Uj5z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcN4f2Uj5z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN4f2Uj5z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcN4f2Uj5z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcN4f2Uj5z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN4f2Uj5z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcN4f2Uj5z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcN4f2Uj5z .navbar {
    height: 70px;
  }
  .cid-vcN4f2Uj5z .navbar.opened {
    height: auto;
  }
  .cid-vcN4f2Uj5z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcN4f2Uj5z .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcN4f2Uj5z .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcN4f2Uj5z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcN4f2Uj5z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcN4f2Uj5z .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcN4f2Uj5z .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcN4f2Uj5z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcN4f2Uj5z .text_widget {
  margin-bottom: 32px;
}
.cid-vcN4f2Uj5z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcN4f2Uj5z .text_widget a:hover,
.cid-vcN4f2Uj5z .text_widget a:focus {
  opacity: .6;
}
.cid-vcN4f2Uj5z .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN4f2Uj5z .navbar-caption {
  color: #F9F6E0;
}
.cid-vcN4f2Uj5z .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN4f2Uj5z .mbr-section-subtitle,
.cid-vcN4f2Uj5z .text_widget,
.cid-vcN4f2Uj5z .mbr-section-btn {
  text-align: center;
}
.cid-vcN4f2Uj5z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcN4f3KSDH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcN4f3KSDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4f3KSDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN4f3KSDH .container {
    padding: 0 24px;
  }
}
.cid-vcN4f3KSDH .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcN4f3KSDH .content-wrapper {
    padding: 24px;
  }
}
.cid-vcN4f3KSDH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcN4f3KSDH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcN4f3KSDH .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN4f3KSDH .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcN4f3KSDH .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcN4f3KSDH .mbr-text {
  color: #0a4f8b;
}
.cid-vcN4f3KSDH .mbr-section-title,
.cid-vcN4f3KSDH .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcN4f45sjo {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN4f45sjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4f45sjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4f45sjo .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN4f45sjo .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcN4f45sjo .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN4f45sjo .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN4f45sjo .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN4f45sjo .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN4f45sjo .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN4f45sjo .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN4f45sjo .mbr-label,
.cid-vcN4f45sjo .label-wrapper {
  color: #2368a4;
  text-align: left;
}
.cid-vcN4f45sjo .mbr-section-title {
  color: #000000;
}
.cid-vcN4f45sjo .mbr-text,
.cid-vcN4f45sjo .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN4f45sjo .mbr-section-title,
.cid-vcN4f45sjo .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcN53mkn8H {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN53mkn8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN53mkn8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN53mkn8H .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN53mkn8H .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcN53mkn8H .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN53mkn8H .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN53mkn8H .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN53mkn8H .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN53mkn8H .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN53mkn8H .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN53mkn8H .mbr-label,
.cid-vcN53mkn8H .label-wrapper {
  color: #2368a4;
  text-align: left;
}
.cid-vcN53mkn8H .mbr-section-title {
  color: #000000;
}
.cid-vcN53mkn8H .mbr-text,
.cid-vcN53mkn8H .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN53mkn8H .mbr-section-title,
.cid-vcN53mkn8H .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcN4f4pCdW {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN4f4pCdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4f4pCdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4f4pCdW .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN4f4pCdW .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcN4f4pCdW .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN4f4pCdW .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN4f4pCdW .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN4f4pCdW .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN4f4pCdW .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN4f4pCdW .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN4f4pCdW .mbr-label,
.cid-vcN4f4pCdW .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcN4f4pCdW .mbr-section-title {
  color: #000000;
}
.cid-vcN4f4pCdW .mbr-text,
.cid-vcN4f4pCdW .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN4f4pCdW .mbr-section-title,
.cid-vcN4f4pCdW .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcN4f4NoIm {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcN4f4NoIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4f4NoIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4f4NoIm .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcN4f4NoIm .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcN4f4NoIm .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcN4f4NoIm .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcN4f4NoIm .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcN4f4NoIm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcN4f4NoIm .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcN4f4NoIm .items-wrapper {
  margin: 0 -10px;
}
.cid-vcN4f4NoIm .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcN4f4NoIm .items-wrapper .item:hover .item-wrapper,
.cid-vcN4f4NoIm .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .items-wrapper .item:hover .item-wrapper,
  .cid-vcN4f4NoIm .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcN4f4NoIm .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcN4f4NoIm .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcN4f4NoIm .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcN4f4NoIm .mbr-label,
.cid-vcN4f4NoIm .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcN4f4NoIm .mbr-section-title,
.cid-vcN4f4NoIm .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcN4f4NoIm .item-title {
  color: #000000;
}
.cid-vcN4f4NoIm .item-text {
  color: #000000;
}
.cid-vcN4f4NoIm .item-title,
.cid-vcN4f4NoIm .item-btn,
.cid-vcN4f4NoIm .iconfont-wrapper,
.cid-vcN4f4NoIm .link-wrapper {
  color: #0a4f8b;
}
.cid-vcN5o2yl59 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN5o2yl59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN5o2yl59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN5o2yl59 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN5o2yl59 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcN5o2yl59 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN5o2yl59 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN5o2yl59 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN5o2yl59 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN5o2yl59 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN5o2yl59 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN5o2yl59 .mbr-label,
.cid-vcN5o2yl59 .label-wrapper {
  color: #2368a4;
  text-align: left;
}
.cid-vcN5o2yl59 .mbr-section-title {
  color: #000000;
}
.cid-vcN5o2yl59 .mbr-text,
.cid-vcN5o2yl59 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN5o2yl59 .mbr-section-title,
.cid-vcN5o2yl59 .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcN4f5mE5Z {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcN4f5mE5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN4f5mE5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN4f5mE5Z .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcN4f5mE5Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN4f5mE5Z .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcN4f5mE5Z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN4f5mE5Z .container {
    padding: 0 14px;
  }
}
.cid-vcN4f5mE5Z .row {
  justify-content: center;
}
.cid-vcN4f5mE5Z .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcN4f5mE5Z .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcN4f5mE5Z .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcN4f5mE5Z .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcN4f5mE5Z .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcN4f5mE5Z .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcN4f5mE5Z .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcN4f5mE5Z .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcN4f5mE5Z .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcN4f5mE5Z .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcN4f5mE5Z .mbr-text_1 {
  color: #01004c;
}
.cid-vcN4f5mE5Z .list {
  color: #01004c;
}
.cid-vcN4f5mE5Z .mbr-text_2 {
  color: #01004c;
}
.cid-vcPGhKLerC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPGhKLerC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPGhKLerC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPGhKLerC .container {
    padding: 0 24px;
  }
}
.cid-vcPGhKLerC .main-row {
  margin: 0;
}
.cid-vcPGhKLerC .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .main-row .card {
    padding: 0;
  }
}
.cid-vcPGhKLerC .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPGhKLerC .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPGhKLerC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPGhKLerC .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPGhKLerC .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPGhKLerC .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-control:hover,
.cid-vcPGhKLerC .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPGhKLerC .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPGhKLerC .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPGhKLerC .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPGhKLerC .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPGhKLerC .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPGhKLerC .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPGhKLerC label {
  color: #F9F6E0;
}
.cid-vcPGhKLerC LABEL {
  color: #72716b;
}
.cid-vcN4f6oOwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN4f6oOwe .container {
    padding: 0 24px;
  }
}
.cid-vcN4f6oOwe .row {
  justify-content: space-between;
}
.cid-vcN4f6oOwe .logo-wrapper {
  display: flex;
}
.cid-vcN4f6oOwe .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcN4f6oOwe .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcN4f6oOwe .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcN4f6oOwe .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcN4f6oOwe .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcN4f6oOwe .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN4f6oOwe .content-wrapper .list .item-wrap:hover,
.cid-vcN4f6oOwe .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN4f6oOwe .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcN4f6oOwe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcN4f6oOwe .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcN4f6oOwe .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcN4f6oOwe .nav-list {
    padding: 0;
  }
}
.cid-vcN4f6oOwe .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN4f6oOwe .nav-list .item-wrap:hover,
.cid-vcN4f6oOwe .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN4f6oOwe .nav-list .item-wrap:hover::before,
.cid-vcN4f6oOwe .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcN4f6oOwe .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcN4f6oOwe .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN4f6oOwe .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN4f6oOwe .list {
  color: #F9F6E0;
}
.cid-vcN4f6oOwe .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN4f6oOwe .list,
.cid-vcN4f6oOwe .item-wrap {
  text-align: center;
}
.cid-vcN6tYQJ5u {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcN6tYQJ5u .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcN6tYQJ5u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcN6tYQJ5u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcN6tYQJ5u .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcN6tYQJ5u .menu_box .navbar.opened,
  .cid-vcN6tYQJ5u .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcN6tYQJ5u nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcN6tYQJ5u .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcN6tYQJ5u .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcN6tYQJ5u .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcN6tYQJ5u .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcN6tYQJ5u .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcN6tYQJ5u .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcN6tYQJ5u .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcN6tYQJ5u .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcN6tYQJ5u .offcanvas-body .mbr-text,
  .cid-vcN6tYQJ5u .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcN6tYQJ5u .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcN6tYQJ5u .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcN6tYQJ5u ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcN6tYQJ5u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN6tYQJ5u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcN6tYQJ5u .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcN6tYQJ5u li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcN6tYQJ5u .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcN6tYQJ5u .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcN6tYQJ5u .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcN6tYQJ5u .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .nav-item {
    margin: 0 !important;
  }
}
.cid-vcN6tYQJ5u .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcN6tYQJ5u .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcN6tYQJ5u .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN6tYQJ5u .nav-item .nav-link:hover,
.cid-vcN6tYQJ5u .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcN6tYQJ5u .nav-item .nav-link:hover::before,
.cid-vcN6tYQJ5u .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcN6tYQJ5u .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcN6tYQJ5u .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcN6tYQJ5u .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN6tYQJ5u .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcN6tYQJ5u .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcN6tYQJ5u .offcanvas_box {
    display: none;
  }
}
.cid-vcN6tYQJ5u .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcN6tYQJ5u .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcN6tYQJ5u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcN6tYQJ5u .container {
  display: flex;
  margin: auto;
}
.cid-vcN6tYQJ5u .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcN6tYQJ5u .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcN6tYQJ5u .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcN6tYQJ5u .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcN6tYQJ5u .navbar-nav {
    margin: 0;
  }
}
.cid-vcN6tYQJ5u .dropdown-menu,
.cid-vcN6tYQJ5u .navbar.opened {
  background-color: false !important;
}
.cid-vcN6tYQJ5u .nav-item:focus,
.cid-vcN6tYQJ5u .nav-link:focus {
  outline: none;
}
.cid-vcN6tYQJ5u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcN6tYQJ5u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcN6tYQJ5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcN6tYQJ5u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcN6tYQJ5u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcN6tYQJ5u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcN6tYQJ5u .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcN6tYQJ5u .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcN6tYQJ5u .navbar.opened {
  transition: all 0.3s;
}
.cid-vcN6tYQJ5u .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcN6tYQJ5u .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcN6tYQJ5u .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcN6tYQJ5u .navbar.collapsed {
  justify-content: center;
}
.cid-vcN6tYQJ5u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcN6tYQJ5u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcN6tYQJ5u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcN6tYQJ5u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcN6tYQJ5u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcN6tYQJ5u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcN6tYQJ5u .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcN6tYQJ5u .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcN6tYQJ5u .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcN6tYQJ5u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcN6tYQJ5u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcN6tYQJ5u .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcN6tYQJ5u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcN6tYQJ5u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcN6tYQJ5u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcN6tYQJ5u .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcN6tYQJ5u .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcN6tYQJ5u .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcN6tYQJ5u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcN6tYQJ5u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcN6tYQJ5u .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcN6tYQJ5u .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcN6tYQJ5u .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcN6tYQJ5u .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcN6tYQJ5u .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcN6tYQJ5u .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcN6tYQJ5u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcN6tYQJ5u .dropdown-item.active,
.cid-vcN6tYQJ5u .dropdown-item:active {
  background-color: transparent;
}
.cid-vcN6tYQJ5u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcN6tYQJ5u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcN6tYQJ5u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcN6tYQJ5u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcN6tYQJ5u ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcN6tYQJ5u .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcN6tYQJ5u button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcN6tYQJ5u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcN6tYQJ5u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcN6tYQJ5u button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN6tYQJ5u button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN6tYQJ5u button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcN6tYQJ5u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN6tYQJ5u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcN6tYQJ5u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcN6tYQJ5u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN6tYQJ5u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcN6tYQJ5u .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcN6tYQJ5u .navbar {
    height: 70px;
  }
  .cid-vcN6tYQJ5u .navbar.opened {
    height: auto;
  }
  .cid-vcN6tYQJ5u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcN6tYQJ5u .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcN6tYQJ5u .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcN6tYQJ5u .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcN6tYQJ5u .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcN6tYQJ5u .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcN6tYQJ5u .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcN6tYQJ5u .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcN6tYQJ5u .text_widget {
  margin-bottom: 32px;
}
.cid-vcN6tYQJ5u .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcN6tYQJ5u .text_widget a:hover,
.cid-vcN6tYQJ5u .text_widget a:focus {
  opacity: .6;
}
.cid-vcN6tYQJ5u .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN6tYQJ5u .navbar-caption {
  color: #F9F6E0;
}
.cid-vcN6tYQJ5u .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN6tYQJ5u .mbr-section-subtitle,
.cid-vcN6tYQJ5u .text_widget,
.cid-vcN6tYQJ5u .mbr-section-btn {
  text-align: center;
}
.cid-vcN6tYQJ5u a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcN6tZy6FZ {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcN6tZy6FZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6tZy6FZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN6tZy6FZ .container {
    padding: 0 24px;
  }
}
.cid-vcN6tZy6FZ .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcN6tZy6FZ .content-wrapper {
    padding: 24px;
  }
}
.cid-vcN6tZy6FZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcN6tZy6FZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcN6tZy6FZ .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN6tZy6FZ .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcN6tZy6FZ .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcN6tZy6FZ .mbr-text {
  color: #0a4f8b;
}
.cid-vcN6tZy6FZ .mbr-section-title,
.cid-vcN6tZy6FZ .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcN6tZUwcy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN6tZUwcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6tZUwcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6tZUwcy .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN6tZUwcy .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcN6tZUwcy .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN6tZUwcy .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN6tZUwcy .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN6tZUwcy .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN6tZUwcy .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN6tZUwcy .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN6tZUwcy .mbr-label,
.cid-vcN6tZUwcy .label-wrapper {
  color: #2368a4;
  text-align: left;
}
.cid-vcN6tZUwcy .mbr-section-title {
  color: #000000;
}
.cid-vcN6tZUwcy .mbr-text,
.cid-vcN6tZUwcy .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN6tZUwcy .mbr-section-title,
.cid-vcN6tZUwcy .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcN6u0G7VK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN6u0G7VK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6u0G7VK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6u0G7VK .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN6u0G7VK .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcN6u0G7VK .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN6u0G7VK .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN6u0G7VK .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN6u0G7VK .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN6u0G7VK .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN6u0G7VK .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN6u0G7VK .mbr-label,
.cid-vcN6u0G7VK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcN6u0G7VK .mbr-section-title {
  color: #000000;
}
.cid-vcN6u0G7VK .mbr-text,
.cid-vcN6u0G7VK .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN6u0G7VK .mbr-section-title,
.cid-vcN6u0G7VK .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcN6u14MbA {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcN6u14MbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6u14MbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6u14MbA .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcN6u14MbA .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcN6u14MbA .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcN6u14MbA .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcN6u14MbA .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcN6u14MbA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcN6u14MbA .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcN6u14MbA .items-wrapper {
  margin: 0 -10px;
}
.cid-vcN6u14MbA .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcN6u14MbA .items-wrapper .item:hover .item-wrapper,
.cid-vcN6u14MbA .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .items-wrapper .item:hover .item-wrapper,
  .cid-vcN6u14MbA .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcN6u14MbA .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcN6u14MbA .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcN6u14MbA .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcN6u14MbA .mbr-label,
.cid-vcN6u14MbA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcN6u14MbA .mbr-section-title,
.cid-vcN6u14MbA .title-wrap {
  color: #2368a4;
  text-align: center;
}
.cid-vcN6u14MbA .item-title {
  color: #000000;
}
.cid-vcN6u14MbA .item-text {
  color: #000000;
}
.cid-vcN6u14MbA .item-title,
.cid-vcN6u14MbA .item-btn,
.cid-vcN6u14MbA .iconfont-wrapper,
.cid-vcN6u14MbA .link-wrapper {
  color: #0a4f8b;
}
.cid-vcN6u2tzVz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcN6u2tzVz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN6u2tzVz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN6u2tzVz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcN6u2tzVz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN6u2tzVz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcN6u2tzVz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN6u2tzVz .container {
    padding: 0 14px;
  }
}
.cid-vcN6u2tzVz .row {
  justify-content: center;
}
.cid-vcN6u2tzVz .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcN6u2tzVz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcN6u2tzVz .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcN6u2tzVz .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcN6u2tzVz .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcN6u2tzVz .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcN6u2tzVz .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcN6u2tzVz .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcN6u2tzVz .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcN6u2tzVz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcN6u2tzVz .mbr-text_1 {
  color: #01004c;
}
.cid-vcN6u2tzVz .list {
  color: #01004c;
}
.cid-vcN6u2tzVz .mbr-text_2 {
  color: #01004c;
}
.cid-vcPHFvpLf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPHFvpLf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPHFvpLf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPHFvpLf8 .container {
    padding: 0 24px;
  }
}
.cid-vcPHFvpLf8 .main-row {
  margin: 0;
}
.cid-vcPHFvpLf8 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .main-row .card {
    padding: 0;
  }
}
.cid-vcPHFvpLf8 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPHFvpLf8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPHFvpLf8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPHFvpLf8 .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPHFvpLf8 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPHFvpLf8 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-control:hover,
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPHFvpLf8 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPHFvpLf8 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPHFvpLf8 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPHFvpLf8 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPHFvpLf8 .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPHFvpLf8 .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPHFvpLf8 label {
  color: #F9F6E0;
}
.cid-vcPHFvpLf8 LABEL {
  color: #72716b;
}
.cid-vcN6u3zdeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN6u3zdeR .container {
    padding: 0 24px;
  }
}
.cid-vcN6u3zdeR .row {
  justify-content: space-between;
}
.cid-vcN6u3zdeR .logo-wrapper {
  display: flex;
}
.cid-vcN6u3zdeR .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcN6u3zdeR .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcN6u3zdeR .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcN6u3zdeR .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcN6u3zdeR .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcN6u3zdeR .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN6u3zdeR .content-wrapper .list .item-wrap:hover,
.cid-vcN6u3zdeR .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN6u3zdeR .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcN6u3zdeR .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcN6u3zdeR .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcN6u3zdeR .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcN6u3zdeR .nav-list {
    padding: 0;
  }
}
.cid-vcN6u3zdeR .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN6u3zdeR .nav-list .item-wrap:hover,
.cid-vcN6u3zdeR .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN6u3zdeR .nav-list .item-wrap:hover::before,
.cid-vcN6u3zdeR .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcN6u3zdeR .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcN6u3zdeR .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN6u3zdeR .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN6u3zdeR .list {
  color: #F9F6E0;
}
.cid-vcN6u3zdeR .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN6u3zdeR .list,
.cid-vcN6u3zdeR .item-wrap {
  text-align: center;
}
.cid-vcN8pJSlZY {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcN8pJSlZY .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcN8pJSlZY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcN8pJSlZY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcN8pJSlZY .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcN8pJSlZY .menu_box .navbar.opened,
  .cid-vcN8pJSlZY .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcN8pJSlZY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcN8pJSlZY .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcN8pJSlZY .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcN8pJSlZY .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcN8pJSlZY .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcN8pJSlZY .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcN8pJSlZY .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcN8pJSlZY .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcN8pJSlZY .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcN8pJSlZY .offcanvas-body .mbr-text,
  .cid-vcN8pJSlZY .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcN8pJSlZY .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcN8pJSlZY .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcN8pJSlZY ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcN8pJSlZY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN8pJSlZY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcN8pJSlZY .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcN8pJSlZY li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcN8pJSlZY .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcN8pJSlZY .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcN8pJSlZY .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcN8pJSlZY .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .nav-item {
    margin: 0 !important;
  }
}
.cid-vcN8pJSlZY .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcN8pJSlZY .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcN8pJSlZY .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN8pJSlZY .nav-item .nav-link:hover,
.cid-vcN8pJSlZY .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcN8pJSlZY .nav-item .nav-link:hover::before,
.cid-vcN8pJSlZY .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcN8pJSlZY .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcN8pJSlZY .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcN8pJSlZY .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcN8pJSlZY .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcN8pJSlZY .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcN8pJSlZY .offcanvas_box {
    display: none;
  }
}
.cid-vcN8pJSlZY .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcN8pJSlZY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcN8pJSlZY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcN8pJSlZY .container {
  display: flex;
  margin: auto;
}
.cid-vcN8pJSlZY .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcN8pJSlZY .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcN8pJSlZY .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcN8pJSlZY .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcN8pJSlZY .navbar-nav {
    margin: 0;
  }
}
.cid-vcN8pJSlZY .dropdown-menu,
.cid-vcN8pJSlZY .navbar.opened {
  background-color: false !important;
}
.cid-vcN8pJSlZY .nav-item:focus,
.cid-vcN8pJSlZY .nav-link:focus {
  outline: none;
}
.cid-vcN8pJSlZY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcN8pJSlZY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcN8pJSlZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcN8pJSlZY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcN8pJSlZY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcN8pJSlZY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcN8pJSlZY .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcN8pJSlZY .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcN8pJSlZY .navbar.opened {
  transition: all 0.3s;
}
.cid-vcN8pJSlZY .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcN8pJSlZY .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcN8pJSlZY .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcN8pJSlZY .navbar.collapsed {
  justify-content: center;
}
.cid-vcN8pJSlZY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcN8pJSlZY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcN8pJSlZY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcN8pJSlZY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcN8pJSlZY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcN8pJSlZY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcN8pJSlZY .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcN8pJSlZY .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcN8pJSlZY .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcN8pJSlZY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcN8pJSlZY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcN8pJSlZY .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcN8pJSlZY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcN8pJSlZY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcN8pJSlZY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcN8pJSlZY .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcN8pJSlZY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcN8pJSlZY .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcN8pJSlZY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcN8pJSlZY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcN8pJSlZY .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcN8pJSlZY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcN8pJSlZY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcN8pJSlZY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcN8pJSlZY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcN8pJSlZY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcN8pJSlZY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcN8pJSlZY .dropdown-item.active,
.cid-vcN8pJSlZY .dropdown-item:active {
  background-color: transparent;
}
.cid-vcN8pJSlZY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcN8pJSlZY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcN8pJSlZY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcN8pJSlZY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcN8pJSlZY ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcN8pJSlZY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcN8pJSlZY button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcN8pJSlZY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcN8pJSlZY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcN8pJSlZY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN8pJSlZY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcN8pJSlZY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcN8pJSlZY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN8pJSlZY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcN8pJSlZY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcN8pJSlZY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcN8pJSlZY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcN8pJSlZY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcN8pJSlZY .navbar {
    height: 70px;
  }
  .cid-vcN8pJSlZY .navbar.opened {
    height: auto;
  }
  .cid-vcN8pJSlZY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcN8pJSlZY .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcN8pJSlZY .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcN8pJSlZY .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcN8pJSlZY .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcN8pJSlZY .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcN8pJSlZY .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcN8pJSlZY .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcN8pJSlZY .text_widget {
  margin-bottom: 32px;
}
.cid-vcN8pJSlZY .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcN8pJSlZY .text_widget a:hover,
.cid-vcN8pJSlZY .text_widget a:focus {
  opacity: .6;
}
.cid-vcN8pJSlZY .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN8pJSlZY .navbar-caption {
  color: #F9F6E0;
}
.cid-vcN8pJSlZY .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN8pJSlZY .mbr-section-subtitle,
.cid-vcN8pJSlZY .text_widget,
.cid-vcN8pJSlZY .mbr-section-btn {
  text-align: center;
}
.cid-vcN8pJSlZY a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcN8pLmodW {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcN8pLmodW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN8pLmodW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN8pLmodW .container {
    padding: 0 24px;
  }
}
.cid-vcN8pLmodW .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcN8pLmodW .content-wrapper {
    padding: 24px;
  }
}
.cid-vcN8pLmodW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcN8pLmodW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcN8pLmodW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN8pLmodW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcN8pLmodW .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcN8pLmodW .mbr-text {
  color: #0a4f8b;
}
.cid-vcN8pLmodW .mbr-section-title,
.cid-vcN8pLmodW .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcN8pLQuUm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcN8pLQuUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN8pLQuUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN8pLQuUm .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcN8pLQuUm .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcN8pLQuUm .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcN8pLQuUm .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcN8pLQuUm .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcN8pLQuUm .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcN8pLQuUm .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcN8pLQuUm .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcN8pLQuUm .mbr-label,
.cid-vcN8pLQuUm .label-wrapper {
  color: #2368a4;
  text-align: left;
}
.cid-vcN8pLQuUm .mbr-section-title {
  color: #000000;
}
.cid-vcN8pLQuUm .mbr-text,
.cid-vcN8pLQuUm .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcN8pLQuUm .mbr-section-title,
.cid-vcN8pLQuUm .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcN8pNAaGT {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcN8pNAaGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcN8pNAaGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcN8pNAaGT .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcN8pNAaGT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN8pNAaGT .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcN8pNAaGT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcN8pNAaGT .container {
    padding: 0 14px;
  }
}
.cid-vcN8pNAaGT .row {
  justify-content: center;
}
.cid-vcN8pNAaGT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcN8pNAaGT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcN8pNAaGT .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcN8pNAaGT .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcN8pNAaGT .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcN8pNAaGT .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcN8pNAaGT .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcN8pNAaGT .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcN8pNAaGT .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcN8pNAaGT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcN8pNAaGT .mbr-text_1 {
  color: #01004c;
}
.cid-vcN8pNAaGT .list {
  color: #01004c;
}
.cid-vcN8pNAaGT .mbr-text_2 {
  color: #01004c;
}
.cid-vcPImVLxaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPImVLxaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPImVLxaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPImVLxaD .container {
    padding: 0 24px;
  }
}
.cid-vcPImVLxaD .main-row {
  margin: 0;
}
.cid-vcPImVLxaD .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .main-row .card {
    padding: 0;
  }
}
.cid-vcPImVLxaD .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPImVLxaD .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPImVLxaD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPImVLxaD .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPImVLxaD .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPImVLxaD .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-control:hover,
.cid-vcPImVLxaD .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPImVLxaD .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPImVLxaD .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPImVLxaD .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPImVLxaD .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPImVLxaD .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPImVLxaD .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPImVLxaD label {
  color: #F9F6E0;
}
.cid-vcPImVLxaD LABEL {
  color: #72716b;
}
.cid-vcN8pORJXT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcN8pORJXT .container {
    padding: 0 24px;
  }
}
.cid-vcN8pORJXT .row {
  justify-content: space-between;
}
.cid-vcN8pORJXT .logo-wrapper {
  display: flex;
}
.cid-vcN8pORJXT .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcN8pORJXT .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcN8pORJXT .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcN8pORJXT .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcN8pORJXT .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcN8pORJXT .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN8pORJXT .content-wrapper .list .item-wrap:hover,
.cid-vcN8pORJXT .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN8pORJXT .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcN8pORJXT .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcN8pORJXT .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcN8pORJXT .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcN8pORJXT .nav-list {
    padding: 0;
  }
}
.cid-vcN8pORJXT .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcN8pORJXT .nav-list .item-wrap:hover,
.cid-vcN8pORJXT .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcN8pORJXT .nav-list .item-wrap:hover::before,
.cid-vcN8pORJXT .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcN8pORJXT .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcN8pORJXT .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcN8pORJXT .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN8pORJXT .list {
  color: #F9F6E0;
}
.cid-vcN8pORJXT .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcN8pORJXT .list,
.cid-vcN8pORJXT .item-wrap {
  text-align: center;
}
.cid-vcNqMhBVjB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcNqMhBVjB .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcNqMhBVjB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcNqMhBVjB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNqMhBVjB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcNqMhBVjB .menu_box .navbar.opened,
  .cid-vcNqMhBVjB .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcNqMhBVjB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcNqMhBVjB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcNqMhBVjB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcNqMhBVjB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcNqMhBVjB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcNqMhBVjB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcNqMhBVjB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcNqMhBVjB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcNqMhBVjB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcNqMhBVjB .offcanvas-body .mbr-text,
  .cid-vcNqMhBVjB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcNqMhBVjB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcNqMhBVjB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcNqMhBVjB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcNqMhBVjB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNqMhBVjB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcNqMhBVjB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcNqMhBVjB li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcNqMhBVjB .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcNqMhBVjB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcNqMhBVjB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcNqMhBVjB .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .nav-item {
    margin: 0 !important;
  }
}
.cid-vcNqMhBVjB .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNqMhBVjB .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcNqMhBVjB .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNqMhBVjB .nav-item .nav-link:hover,
.cid-vcNqMhBVjB .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcNqMhBVjB .nav-item .nav-link:hover::before,
.cid-vcNqMhBVjB .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcNqMhBVjB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcNqMhBVjB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcNqMhBVjB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNqMhBVjB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcNqMhBVjB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcNqMhBVjB .offcanvas_box {
    display: none;
  }
}
.cid-vcNqMhBVjB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcNqMhBVjB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcNqMhBVjB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcNqMhBVjB .container {
  display: flex;
  margin: auto;
}
.cid-vcNqMhBVjB .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcNqMhBVjB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcNqMhBVjB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNqMhBVjB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcNqMhBVjB .navbar-nav {
    margin: 0;
  }
}
.cid-vcNqMhBVjB .dropdown-menu,
.cid-vcNqMhBVjB .navbar.opened {
  background-color: false !important;
}
.cid-vcNqMhBVjB .nav-item:focus,
.cid-vcNqMhBVjB .nav-link:focus {
  outline: none;
}
.cid-vcNqMhBVjB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNqMhBVjB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNqMhBVjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNqMhBVjB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNqMhBVjB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNqMhBVjB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNqMhBVjB .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcNqMhBVjB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcNqMhBVjB .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNqMhBVjB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcNqMhBVjB .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcNqMhBVjB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcNqMhBVjB .navbar.collapsed {
  justify-content: center;
}
.cid-vcNqMhBVjB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNqMhBVjB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcNqMhBVjB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNqMhBVjB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNqMhBVjB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNqMhBVjB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcNqMhBVjB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcNqMhBVjB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcNqMhBVjB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcNqMhBVjB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNqMhBVjB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNqMhBVjB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcNqMhBVjB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNqMhBVjB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcNqMhBVjB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNqMhBVjB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcNqMhBVjB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcNqMhBVjB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcNqMhBVjB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcNqMhBVjB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNqMhBVjB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcNqMhBVjB .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcNqMhBVjB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcNqMhBVjB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcNqMhBVjB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcNqMhBVjB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcNqMhBVjB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNqMhBVjB .dropdown-item.active,
.cid-vcNqMhBVjB .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNqMhBVjB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcNqMhBVjB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNqMhBVjB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNqMhBVjB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNqMhBVjB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcNqMhBVjB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcNqMhBVjB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcNqMhBVjB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcNqMhBVjB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNqMhBVjB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNqMhBVjB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNqMhBVjB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNqMhBVjB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNqMhBVjB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNqMhBVjB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNqMhBVjB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNqMhBVjB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcNqMhBVjB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcNqMhBVjB .navbar {
    height: 70px;
  }
  .cid-vcNqMhBVjB .navbar.opened {
    height: auto;
  }
  .cid-vcNqMhBVjB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNqMhBVjB .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcNqMhBVjB .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcNqMhBVjB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNqMhBVjB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcNqMhBVjB .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcNqMhBVjB .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcNqMhBVjB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcNqMhBVjB .text_widget {
  margin-bottom: 32px;
}
.cid-vcNqMhBVjB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcNqMhBVjB .text_widget a:hover,
.cid-vcNqMhBVjB .text_widget a:focus {
  opacity: .6;
}
.cid-vcNqMhBVjB .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNqMhBVjB .navbar-caption {
  color: #F9F6E0;
}
.cid-vcNqMhBVjB .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNqMhBVjB .mbr-section-subtitle,
.cid-vcNqMhBVjB .text_widget,
.cid-vcNqMhBVjB .mbr-section-btn {
  text-align: center;
}
.cid-vcNqMhBVjB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcNqMicnF9 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcNqMicnF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNqMicnF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNqMicnF9 .container {
    padding: 0 24px;
  }
}
.cid-vcNqMicnF9 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcNqMicnF9 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNqMicnF9 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcNqMicnF9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNqMicnF9 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNqMicnF9 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcNqMicnF9 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNqMicnF9 .mbr-text {
  color: #0a4f8b;
}
.cid-vcNqMicnF9 .mbr-section-title,
.cid-vcNqMicnF9 .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcNqMiwByD {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNqMiwByD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNqMiwByD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNqMiwByD .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNqMiwByD .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNqMiwByD .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNqMiwByD .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNqMiwByD .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNqMiwByD .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNqMiwByD .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNqMiwByD .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNqMiwByD .mbr-label,
.cid-vcNqMiwByD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNqMiwByD .mbr-section-title {
  color: #000000;
}
.cid-vcNqMiwByD .mbr-text,
.cid-vcNqMiwByD .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNqMiwByD .mbr-section-title,
.cid-vcNqMiwByD .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNscJXLF2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNscJXLF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNscJXLF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNscJXLF2 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcNscJXLF2 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcNscJXLF2 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcNscJXLF2 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcNscJXLF2 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcNscJXLF2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcNscJXLF2 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcNscJXLF2 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcNscJXLF2 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcNscJXLF2 .items-wrapper .item:hover .item-wrapper,
.cid-vcNscJXLF2 .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .items-wrapper .item:hover .item-wrapper,
  .cid-vcNscJXLF2 .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcNscJXLF2 .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcNscJXLF2 .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNscJXLF2 .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcNscJXLF2 .mbr-label,
.cid-vcNscJXLF2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNscJXLF2 .mbr-section-title,
.cid-vcNscJXLF2 .title-wrap {
  color: #2368a4;
  text-align: center;
}
.cid-vcNscJXLF2 .item-title {
  color: #000000;
}
.cid-vcNscJXLF2 .item-text {
  color: #000000;
}
.cid-vcNscJXLF2 .item-title,
.cid-vcNscJXLF2 .item-btn,
.cid-vcNscJXLF2 .iconfont-wrapper,
.cid-vcNscJXLF2 .link-wrapper {
  color: #0a4f8b;
}
.cid-vcNrY4A1vI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNrY4A1vI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNrY4A1vI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNrY4A1vI .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNrY4A1vI .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNrY4A1vI .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNrY4A1vI .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNrY4A1vI .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNrY4A1vI .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNrY4A1vI .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNrY4A1vI .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNrY4A1vI .mbr-label,
.cid-vcNrY4A1vI .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNrY4A1vI .mbr-section-title {
  color: #000000;
}
.cid-vcNrY4A1vI .mbr-text,
.cid-vcNrY4A1vI .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNrY4A1vI .mbr-section-title,
.cid-vcNrY4A1vI .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNqMiQjdU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNqMiQjdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNqMiQjdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNqMiQjdU .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNqMiQjdU .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNqMiQjdU .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNqMiQjdU .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNqMiQjdU .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNqMiQjdU .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNqMiQjdU .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNqMiQjdU .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNqMiQjdU .mbr-label,
.cid-vcNqMiQjdU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNqMiQjdU .mbr-section-title {
  color: #000000;
}
.cid-vcNqMiQjdU .mbr-text,
.cid-vcNqMiQjdU .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNqMiQjdU .mbr-section-title,
.cid-vcNqMiQjdU .mbr-section-btn {
  text-align: center;
  color: #0a4f8b;
}
.cid-vcNqMjgqJ0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNqMjgqJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNqMjgqJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNqMjgqJ0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcNqMjgqJ0 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcNqMjgqJ0 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcNqMjgqJ0 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcNqMjgqJ0 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcNqMjgqJ0 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcNqMjgqJ0 .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper {
  margin: 0 -10px;
}
.cid-vcNqMjgqJ0 .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper .item:hover .item-wrapper,
.cid-vcNqMjgqJ0 .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .items-wrapper .item:hover .item-wrapper,
  .cid-vcNqMjgqJ0 .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcNqMjgqJ0 .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNqMjgqJ0 .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcNqMjgqJ0 .mbr-label,
.cid-vcNqMjgqJ0 .label-wrapper {
  color: #2368a4;
  text-align: center;
}
.cid-vcNqMjgqJ0 .mbr-section-title,
.cid-vcNqMjgqJ0 .title-wrap {
  color: #474a48;
  text-align: center;
}
.cid-vcNqMjgqJ0 .item-title {
  color: #000000;
}
.cid-vcNqMjgqJ0 .item-text {
  color: #000000;
}
.cid-vcNqMjgqJ0 .item-title,
.cid-vcNqMjgqJ0 .item-btn,
.cid-vcNqMjgqJ0 .iconfont-wrapper,
.cid-vcNqMjgqJ0 .link-wrapper {
  color: #0a4f8b;
}
.cid-vcNqMjMgq3 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcNqMjMgq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNqMjMgq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNqMjMgq3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcNqMjMgq3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNqMjMgq3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcNqMjMgq3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNqMjMgq3 .container {
    padding: 0 14px;
  }
}
.cid-vcNqMjMgq3 .row {
  justify-content: center;
}
.cid-vcNqMjMgq3 .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcNqMjMgq3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNqMjMgq3 .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcNqMjMgq3 .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcNqMjMgq3 .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcNqMjMgq3 .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcNqMjMgq3 .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcNqMjMgq3 .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcNqMjMgq3 .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcNqMjMgq3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNqMjMgq3 .mbr-text_1 {
  color: #01004c;
}
.cid-vcNqMjMgq3 .list {
  color: #01004c;
}
.cid-vcNqMjMgq3 .mbr-text_2 {
  color: #01004c;
}
.cid-vcPE2LVvVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPE2LVvVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPE2LVvVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPE2LVvVI .container {
    padding: 0 24px;
  }
}
.cid-vcPE2LVvVI .main-row {
  margin: 0;
}
.cid-vcPE2LVvVI .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .main-row .card {
    padding: 0;
  }
}
.cid-vcPE2LVvVI .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPE2LVvVI .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPE2LVvVI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPE2LVvVI .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPE2LVvVI .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPE2LVvVI .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-control:hover,
.cid-vcPE2LVvVI .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPE2LVvVI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPE2LVvVI .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPE2LVvVI .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPE2LVvVI .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPE2LVvVI .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPE2LVvVI .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPE2LVvVI label {
  color: #F9F6E0;
}
.cid-vcPE2LVvVI LABEL {
  color: #72716b;
}
.cid-vcNqMkG4gc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNqMkG4gc .container {
    padding: 0 24px;
  }
}
.cid-vcNqMkG4gc .row {
  justify-content: space-between;
}
.cid-vcNqMkG4gc .logo-wrapper {
  display: flex;
}
.cid-vcNqMkG4gc .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcNqMkG4gc .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcNqMkG4gc .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcNqMkG4gc .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcNqMkG4gc .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcNqMkG4gc .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNqMkG4gc .content-wrapper .list .item-wrap:hover,
.cid-vcNqMkG4gc .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNqMkG4gc .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNqMkG4gc .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcNqMkG4gc .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcNqMkG4gc .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcNqMkG4gc .nav-list {
    padding: 0;
  }
}
.cid-vcNqMkG4gc .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNqMkG4gc .nav-list .item-wrap:hover,
.cid-vcNqMkG4gc .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNqMkG4gc .nav-list .item-wrap:hover::before,
.cid-vcNqMkG4gc .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcNqMkG4gc .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcNqMkG4gc .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNqMkG4gc .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNqMkG4gc .list {
  color: #F9F6E0;
}
.cid-vcNqMkG4gc .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNqMkG4gc .list,
.cid-vcNqMkG4gc .item-wrap {
  text-align: center;
}
.cid-vcNvZKdW3G {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcNvZKdW3G .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcNvZKdW3G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcNvZKdW3G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNvZKdW3G .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcNvZKdW3G .menu_box .navbar.opened,
  .cid-vcNvZKdW3G .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcNvZKdW3G nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcNvZKdW3G .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcNvZKdW3G .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcNvZKdW3G .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcNvZKdW3G .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcNvZKdW3G .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcNvZKdW3G .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcNvZKdW3G .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcNvZKdW3G .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcNvZKdW3G .offcanvas-body .mbr-text,
  .cid-vcNvZKdW3G .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcNvZKdW3G .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcNvZKdW3G .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcNvZKdW3G ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcNvZKdW3G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNvZKdW3G .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcNvZKdW3G .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcNvZKdW3G li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcNvZKdW3G .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcNvZKdW3G .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcNvZKdW3G .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcNvZKdW3G .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .nav-item {
    margin: 0 !important;
  }
}
.cid-vcNvZKdW3G .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNvZKdW3G .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcNvZKdW3G .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNvZKdW3G .nav-item .nav-link:hover,
.cid-vcNvZKdW3G .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcNvZKdW3G .nav-item .nav-link:hover::before,
.cid-vcNvZKdW3G .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcNvZKdW3G .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcNvZKdW3G .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcNvZKdW3G .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNvZKdW3G .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcNvZKdW3G .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcNvZKdW3G .offcanvas_box {
    display: none;
  }
}
.cid-vcNvZKdW3G .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcNvZKdW3G .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcNvZKdW3G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcNvZKdW3G .container {
  display: flex;
  margin: auto;
}
.cid-vcNvZKdW3G .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcNvZKdW3G .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcNvZKdW3G .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNvZKdW3G .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcNvZKdW3G .navbar-nav {
    margin: 0;
  }
}
.cid-vcNvZKdW3G .dropdown-menu,
.cid-vcNvZKdW3G .navbar.opened {
  background-color: false !important;
}
.cid-vcNvZKdW3G .nav-item:focus,
.cid-vcNvZKdW3G .nav-link:focus {
  outline: none;
}
.cid-vcNvZKdW3G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNvZKdW3G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNvZKdW3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNvZKdW3G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNvZKdW3G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNvZKdW3G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNvZKdW3G .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcNvZKdW3G .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcNvZKdW3G .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNvZKdW3G .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcNvZKdW3G .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcNvZKdW3G .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcNvZKdW3G .navbar.collapsed {
  justify-content: center;
}
.cid-vcNvZKdW3G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNvZKdW3G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcNvZKdW3G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNvZKdW3G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNvZKdW3G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNvZKdW3G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcNvZKdW3G .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcNvZKdW3G .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcNvZKdW3G .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcNvZKdW3G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNvZKdW3G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNvZKdW3G .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcNvZKdW3G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNvZKdW3G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcNvZKdW3G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNvZKdW3G .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcNvZKdW3G .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcNvZKdW3G .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcNvZKdW3G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcNvZKdW3G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNvZKdW3G .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcNvZKdW3G .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcNvZKdW3G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcNvZKdW3G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcNvZKdW3G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcNvZKdW3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcNvZKdW3G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNvZKdW3G .dropdown-item.active,
.cid-vcNvZKdW3G .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNvZKdW3G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcNvZKdW3G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNvZKdW3G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNvZKdW3G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNvZKdW3G ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcNvZKdW3G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcNvZKdW3G button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcNvZKdW3G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcNvZKdW3G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNvZKdW3G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNvZKdW3G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNvZKdW3G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNvZKdW3G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNvZKdW3G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNvZKdW3G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNvZKdW3G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNvZKdW3G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcNvZKdW3G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcNvZKdW3G .navbar {
    height: 70px;
  }
  .cid-vcNvZKdW3G .navbar.opened {
    height: auto;
  }
  .cid-vcNvZKdW3G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNvZKdW3G .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcNvZKdW3G .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcNvZKdW3G .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNvZKdW3G .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcNvZKdW3G .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcNvZKdW3G .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcNvZKdW3G .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcNvZKdW3G .text_widget {
  margin-bottom: 32px;
}
.cid-vcNvZKdW3G .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcNvZKdW3G .text_widget a:hover,
.cid-vcNvZKdW3G .text_widget a:focus {
  opacity: .6;
}
.cid-vcNvZKdW3G .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNvZKdW3G .navbar-caption {
  color: #F9F6E0;
}
.cid-vcNvZKdW3G .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNvZKdW3G .mbr-section-subtitle,
.cid-vcNvZKdW3G .text_widget,
.cid-vcNvZKdW3G .mbr-section-btn {
  text-align: center;
}
.cid-vcNvZKdW3G a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcNvZKRdWW {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcNvZKRdWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNvZKRdWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNvZKRdWW .container {
    padding: 0 24px;
  }
}
.cid-vcNvZKRdWW .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcNvZKRdWW .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNvZKRdWW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcNvZKRdWW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNvZKRdWW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNvZKRdWW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcNvZKRdWW .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNvZKRdWW .mbr-text {
  color: #0a4f8b;
}
.cid-vcNvZKRdWW .mbr-section-title,
.cid-vcNvZKRdWW .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcNvZLaf7P {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNvZLaf7P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNvZLaf7P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNvZLaf7P .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNvZLaf7P .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNvZLaf7P .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNvZLaf7P .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNvZLaf7P .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNvZLaf7P .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNvZLaf7P .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNvZLaf7P .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNvZLaf7P .mbr-label,
.cid-vcNvZLaf7P .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNvZLaf7P .mbr-section-title {
  color: #000000;
}
.cid-vcNvZLaf7P .mbr-text,
.cid-vcNvZLaf7P .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNvZLaf7P .mbr-section-title,
.cid-vcNvZLaf7P .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNwwALh3S {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNwwALh3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNwwALh3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNwwALh3S .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNwwALh3S .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcNwwALh3S .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNwwALh3S .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNwwALh3S .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNwwALh3S .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNwwALh3S .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNwwALh3S .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNwwALh3S .mbr-label,
.cid-vcNwwALh3S .label-wrapper {
  color: #2368a4;
  text-align: center;
}
.cid-vcNwwALh3S .mbr-section-title {
  color: #000000;
}
.cid-vcNwwALh3S .mbr-text,
.cid-vcNwwALh3S .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNwwALh3S .mbr-section-title,
.cid-vcNwwALh3S .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNx6hvUwF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNx6hvUwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNx6hvUwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNx6hvUwF .title-wrapper {
  margin-bottom: 50px;
}
.cid-vcNx6hvUwF .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vcNx6hvUwF .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vcNx6hvUwF .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vcNx6hvUwF .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcNx6hvUwF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcNx6hvUwF .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vcNx6hvUwF .items-wrapper {
  margin: 0 -10px;
}
.cid-vcNx6hvUwF .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vcNx6hvUwF .items-wrapper .item:hover .item-wrapper,
.cid-vcNx6hvUwF .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .items-wrapper .item:hover .item-wrapper,
  .cid-vcNx6hvUwF .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vcNx6hvUwF .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vcNx6hvUwF .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #3d7db4;
  color: #000000;
}
.cid-vcNx6hvUwF .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vcNx6hvUwF .mbr-label,
.cid-vcNx6hvUwF .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNx6hvUwF .mbr-section-title,
.cid-vcNx6hvUwF .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vcNx6hvUwF .item-title {
  color: #000000;
}
.cid-vcNx6hvUwF .item-text {
  color: #000000;
}
.cid-vcNx6hvUwF .item-title,
.cid-vcNx6hvUwF .item-btn,
.cid-vcNx6hvUwF .iconfont-wrapper,
.cid-vcNx6hvUwF .link-wrapper {
  color: #0a4f8b;
}
.cid-vcNxHnw8Ll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNxHnw8Ll .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNxHnw8Ll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNxHnw8Ll .row {
    padding: 0 13px;
  }
}
.cid-vcNxHnw8Ll .image-wrapper {
  height: 100%;
}
.cid-vcNxHnw8Ll .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcNxHnw8Ll .image-wrapper img {
    height: 400px;
  }
}
.cid-vcNxHnw8Ll .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNxHnw8Ll .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-vcNxHnw8Ll .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcNxHnw8Ll .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-vcNxHnw8Ll .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNxHnw8Ll .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-vcNxHnw8Ll .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-vcNxHnw8Ll .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vcNxHnw8Ll .mbr-section-title {
  color: #ffffff;
}
.cid-vcNxHnw8Ll .mbr-text {
  color: #474a48;
}
.cid-vcNxHnw8Ll .mbr-section-title,
.cid-vcNxHnw8Ll .mbr-section-btn {
  color: #2368a4;
}
.cid-vcNyUdqMLs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNyUdqMLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNyUdqMLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNyUdqMLs .row {
    padding: 0 13px;
  }
}
.cid-vcNyUdqMLs .image-wrapper {
  height: 100%;
}
.cid-vcNyUdqMLs .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcNyUdqMLs .image-wrapper img {
    height: 400px;
  }
}
.cid-vcNyUdqMLs .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNyUdqMLs .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-vcNyUdqMLs .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcNyUdqMLs .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-vcNyUdqMLs .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNyUdqMLs .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-vcNyUdqMLs .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-vcNyUdqMLs .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vcNyUdqMLs .mbr-section-title {
  color: #ffffff;
}
.cid-vcNyUdqMLs .mbr-text {
  color: #474a48;
}
.cid-vcNyUdqMLs .mbr-section-title,
.cid-vcNyUdqMLs .mbr-section-btn {
  color: #2368a4;
}
.cid-vcNzqgYAM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNzqgYAM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNzqgYAM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNzqgYAM8 .row {
    padding: 0 13px;
  }
}
.cid-vcNzqgYAM8 .image-wrapper {
  height: 100%;
}
.cid-vcNzqgYAM8 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcNzqgYAM8 .image-wrapper img {
    height: 400px;
  }
}
.cid-vcNzqgYAM8 .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNzqgYAM8 .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-vcNzqgYAM8 .title-wrap .title-wrapper {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vcNzqgYAM8 .title-wrap .title-wrapper {
    padding: 0;
  }
}
.cid-vcNzqgYAM8 .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcNzqgYAM8 .title-wrap .title-wrapper .mbr-text {
  margin: 25px 0 0;
}
.cid-vcNzqgYAM8 .title-wrap .title-wrapper .mbr-section-btn {
  margin: 40px 0 0;
}
.cid-vcNzqgYAM8 .title-wrap .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-vcNzqgYAM8 .mbr-section-title {
  color: #ffffff;
}
.cid-vcNzqgYAM8 .mbr-text {
  color: #474a48;
}
.cid-vcNzqgYAM8 .mbr-section-title,
.cid-vcNzqgYAM8 .mbr-section-btn {
  color: #2368a4;
}
.cid-vcNvZMjxBC {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcNvZMjxBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNvZMjxBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNvZMjxBC .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcNvZMjxBC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNvZMjxBC .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcNvZMjxBC .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNvZMjxBC .container {
    padding: 0 14px;
  }
}
.cid-vcNvZMjxBC .row {
  justify-content: center;
}
.cid-vcNvZMjxBC .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcNvZMjxBC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNvZMjxBC .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcNvZMjxBC .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcNvZMjxBC .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcNvZMjxBC .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcNvZMjxBC .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcNvZMjxBC .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcNvZMjxBC .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcNvZMjxBC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNvZMjxBC .mbr-text_1 {
  color: #01004c;
}
.cid-vcNvZMjxBC .list {
  color: #01004c;
}
.cid-vcNvZMjxBC .mbr-text_2 {
  color: #01004c;
}
.cid-vcPzhsaOB8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPzhsaOB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPzhsaOB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPzhsaOB8 .container {
    padding: 0 24px;
  }
}
.cid-vcPzhsaOB8 .main-row {
  margin: 0;
}
.cid-vcPzhsaOB8 .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .main-row .card {
    padding: 0;
  }
}
.cid-vcPzhsaOB8 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPzhsaOB8 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPzhsaOB8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPzhsaOB8 .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPzhsaOB8 .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPzhsaOB8 .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-control:hover,
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPzhsaOB8 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPzhsaOB8 .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPzhsaOB8 .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPzhsaOB8 .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPzhsaOB8 .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPzhsaOB8 .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPzhsaOB8 label {
  color: #F9F6E0;
}
.cid-vcPzhsaOB8 LABEL {
  color: #72716b;
}
.cid-vcNvZNcCId {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNvZNcCId .container {
    padding: 0 24px;
  }
}
.cid-vcNvZNcCId .row {
  justify-content: space-between;
}
.cid-vcNvZNcCId .logo-wrapper {
  display: flex;
}
.cid-vcNvZNcCId .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcNvZNcCId .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcNvZNcCId .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcNvZNcCId .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcNvZNcCId .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcNvZNcCId .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNvZNcCId .content-wrapper .list .item-wrap:hover,
.cid-vcNvZNcCId .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNvZNcCId .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNvZNcCId .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcNvZNcCId .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcNvZNcCId .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcNvZNcCId .nav-list {
    padding: 0;
  }
}
.cid-vcNvZNcCId .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNvZNcCId .nav-list .item-wrap:hover,
.cid-vcNvZNcCId .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNvZNcCId .nav-list .item-wrap:hover::before,
.cid-vcNvZNcCId .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcNvZNcCId .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcNvZNcCId .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNvZNcCId .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNvZNcCId .list {
  color: #F9F6E0;
}
.cid-vcNvZNcCId .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNvZNcCId .list,
.cid-vcNvZNcCId .item-wrap {
  text-align: center;
}
.cid-vcNAzURKS3 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcNAzURKS3 .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcNAzURKS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcNAzURKS3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNAzURKS3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcNAzURKS3 .menu_box .navbar.opened,
  .cid-vcNAzURKS3 .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcNAzURKS3 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcNAzURKS3 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcNAzURKS3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcNAzURKS3 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcNAzURKS3 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcNAzURKS3 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcNAzURKS3 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcNAzURKS3 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcNAzURKS3 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcNAzURKS3 .offcanvas-body .mbr-text,
  .cid-vcNAzURKS3 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcNAzURKS3 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcNAzURKS3 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcNAzURKS3 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcNAzURKS3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNAzURKS3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcNAzURKS3 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcNAzURKS3 li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcNAzURKS3 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcNAzURKS3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcNAzURKS3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcNAzURKS3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .nav-item {
    margin: 0 !important;
  }
}
.cid-vcNAzURKS3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNAzURKS3 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcNAzURKS3 .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNAzURKS3 .nav-item .nav-link:hover,
.cid-vcNAzURKS3 .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcNAzURKS3 .nav-item .nav-link:hover::before,
.cid-vcNAzURKS3 .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcNAzURKS3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcNAzURKS3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcNAzURKS3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNAzURKS3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcNAzURKS3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcNAzURKS3 .offcanvas_box {
    display: none;
  }
}
.cid-vcNAzURKS3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcNAzURKS3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcNAzURKS3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcNAzURKS3 .container {
  display: flex;
  margin: auto;
}
.cid-vcNAzURKS3 .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcNAzURKS3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcNAzURKS3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNAzURKS3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcNAzURKS3 .navbar-nav {
    margin: 0;
  }
}
.cid-vcNAzURKS3 .dropdown-menu,
.cid-vcNAzURKS3 .navbar.opened {
  background-color: false !important;
}
.cid-vcNAzURKS3 .nav-item:focus,
.cid-vcNAzURKS3 .nav-link:focus {
  outline: none;
}
.cid-vcNAzURKS3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNAzURKS3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNAzURKS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNAzURKS3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNAzURKS3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNAzURKS3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNAzURKS3 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcNAzURKS3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcNAzURKS3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNAzURKS3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcNAzURKS3 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcNAzURKS3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcNAzURKS3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcNAzURKS3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNAzURKS3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcNAzURKS3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNAzURKS3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNAzURKS3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNAzURKS3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcNAzURKS3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcNAzURKS3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcNAzURKS3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcNAzURKS3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNAzURKS3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNAzURKS3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcNAzURKS3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNAzURKS3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcNAzURKS3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNAzURKS3 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcNAzURKS3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcNAzURKS3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcNAzURKS3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcNAzURKS3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNAzURKS3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcNAzURKS3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcNAzURKS3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcNAzURKS3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcNAzURKS3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcNAzURKS3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcNAzURKS3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNAzURKS3 .dropdown-item.active,
.cid-vcNAzURKS3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNAzURKS3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcNAzURKS3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNAzURKS3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNAzURKS3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNAzURKS3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcNAzURKS3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcNAzURKS3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcNAzURKS3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcNAzURKS3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNAzURKS3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNAzURKS3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNAzURKS3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNAzURKS3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNAzURKS3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNAzURKS3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNAzURKS3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNAzURKS3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcNAzURKS3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcNAzURKS3 .navbar {
    height: 70px;
  }
  .cid-vcNAzURKS3 .navbar.opened {
    height: auto;
  }
  .cid-vcNAzURKS3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNAzURKS3 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcNAzURKS3 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcNAzURKS3 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNAzURKS3 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcNAzURKS3 .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcNAzURKS3 .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcNAzURKS3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcNAzURKS3 .text_widget {
  margin-bottom: 32px;
}
.cid-vcNAzURKS3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcNAzURKS3 .text_widget a:hover,
.cid-vcNAzURKS3 .text_widget a:focus {
  opacity: .6;
}
.cid-vcNAzURKS3 .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNAzURKS3 .navbar-caption {
  color: #F9F6E0;
}
.cid-vcNAzURKS3 .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNAzURKS3 .mbr-section-subtitle,
.cid-vcNAzURKS3 .text_widget,
.cid-vcNAzURKS3 .mbr-section-btn {
  text-align: center;
}
.cid-vcNAzURKS3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcNAzVvqdk {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcNAzVvqdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNAzVvqdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNAzVvqdk .container {
    padding: 0 24px;
  }
}
.cid-vcNAzVvqdk .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcNAzVvqdk .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNAzVvqdk .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcNAzVvqdk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNAzVvqdk .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNAzVvqdk .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcNAzVvqdk .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNAzVvqdk .mbr-text {
  color: #0a4f8b;
}
.cid-vcNAzVvqdk .mbr-section-title,
.cid-vcNAzVvqdk .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcNAzVPfxY {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNAzVPfxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNAzVPfxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNAzVPfxY .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNAzVPfxY .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNAzVPfxY .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNAzVPfxY .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNAzVPfxY .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNAzVPfxY .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNAzVPfxY .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNAzVPfxY .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNAzVPfxY .mbr-label,
.cid-vcNAzVPfxY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNAzVPfxY .mbr-section-title {
  color: #000000;
}
.cid-vcNAzVPfxY .mbr-text,
.cid-vcNAzVPfxY .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNAzVPfxY .mbr-section-title,
.cid-vcNAzVPfxY .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNAzWbePp {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNAzWbePp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNAzWbePp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNAzWbePp .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNAzWbePp .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcNAzWbePp .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNAzWbePp .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNAzWbePp .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNAzWbePp .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNAzWbePp .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNAzWbePp .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNAzWbePp .mbr-label,
.cid-vcNAzWbePp .label-wrapper {
  color: #2368a4;
  text-align: center;
}
.cid-vcNAzWbePp .mbr-section-title {
  color: #000000;
}
.cid-vcNAzWbePp .mbr-text,
.cid-vcNAzWbePp .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNAzWbePp .mbr-section-title,
.cid-vcNAzWbePp .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNCwIB853 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNCwIB853 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNCwIB853 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNCwIB853 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNCwIB853 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vcNCwIB853 .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNCwIB853 .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNCwIB853 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNCwIB853 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNCwIB853 .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNCwIB853 .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNCwIB853 .mbr-label,
.cid-vcNCwIB853 .label-wrapper {
  color: #2368a4;
  text-align: center;
}
.cid-vcNCwIB853 .mbr-section-title {
  color: #000000;
}
.cid-vcNCwIB853 .mbr-text,
.cid-vcNCwIB853 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNCwIB853 .mbr-section-title,
.cid-vcNCwIB853 .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNAzYqXYz {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcNAzYqXYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNAzYqXYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNAzYqXYz .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcNAzYqXYz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNAzYqXYz .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcNAzYqXYz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNAzYqXYz .container {
    padding: 0 14px;
  }
}
.cid-vcNAzYqXYz .row {
  justify-content: center;
}
.cid-vcNAzYqXYz .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcNAzYqXYz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNAzYqXYz .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcNAzYqXYz .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcNAzYqXYz .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcNAzYqXYz .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcNAzYqXYz .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcNAzYqXYz .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcNAzYqXYz .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcNAzYqXYz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNAzYqXYz .mbr-text_1 {
  color: #01004c;
}
.cid-vcNAzYqXYz .list {
  color: #01004c;
}
.cid-vcNAzYqXYz .mbr-text_2 {
  color: #01004c;
}
.cid-vcPAEJnwKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPAEJnwKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPAEJnwKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPAEJnwKY .container {
    padding: 0 24px;
  }
}
.cid-vcPAEJnwKY .main-row {
  margin: 0;
}
.cid-vcPAEJnwKY .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .main-row .card {
    padding: 0;
  }
}
.cid-vcPAEJnwKY .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPAEJnwKY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPAEJnwKY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPAEJnwKY .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPAEJnwKY .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPAEJnwKY .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-control:hover,
.cid-vcPAEJnwKY .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPAEJnwKY .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPAEJnwKY .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPAEJnwKY .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPAEJnwKY .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPAEJnwKY .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPAEJnwKY .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPAEJnwKY label {
  color: #F9F6E0;
}
.cid-vcPAEJnwKY LABEL {
  color: #72716b;
}
.cid-vcNAzZtMnU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNAzZtMnU .container {
    padding: 0 24px;
  }
}
.cid-vcNAzZtMnU .row {
  justify-content: space-between;
}
.cid-vcNAzZtMnU .logo-wrapper {
  display: flex;
}
.cid-vcNAzZtMnU .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcNAzZtMnU .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcNAzZtMnU .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcNAzZtMnU .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcNAzZtMnU .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcNAzZtMnU .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNAzZtMnU .content-wrapper .list .item-wrap:hover,
.cid-vcNAzZtMnU .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNAzZtMnU .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNAzZtMnU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcNAzZtMnU .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcNAzZtMnU .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcNAzZtMnU .nav-list {
    padding: 0;
  }
}
.cid-vcNAzZtMnU .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNAzZtMnU .nav-list .item-wrap:hover,
.cid-vcNAzZtMnU .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNAzZtMnU .nav-list .item-wrap:hover::before,
.cid-vcNAzZtMnU .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcNAzZtMnU .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcNAzZtMnU .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNAzZtMnU .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNAzZtMnU .list {
  color: #F9F6E0;
}
.cid-vcNAzZtMnU .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNAzZtMnU .list,
.cid-vcNAzZtMnU .item-wrap {
  text-align: center;
}
.cid-vcNDFpiGvU {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vcNDFpiGvU .navbar-dropdown {
  background-color: #0a4f8b !important;
  padding: 0;
}
.cid-vcNDFpiGvU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0a4f8b !important;
  background: #0a4f8b;
}
.cid-vcNDFpiGvU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNDFpiGvU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vcNDFpiGvU .menu_box .navbar.opened,
  .cid-vcNDFpiGvU .menu_box .navbar-collapse {
    background-color: #0a4f8b !important;
    transition: all 0s ease 0s;
  }
}
.cid-vcNDFpiGvU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vcNDFpiGvU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vcNDFpiGvU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vcNDFpiGvU .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vcNDFpiGvU .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-vcNDFpiGvU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vcNDFpiGvU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vcNDFpiGvU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vcNDFpiGvU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vcNDFpiGvU .offcanvas-body .mbr-text,
  .cid-vcNDFpiGvU .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vcNDFpiGvU .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f9f6e0;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vcNDFpiGvU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vcNDFpiGvU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vcNDFpiGvU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNDFpiGvU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-vcNDFpiGvU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vcNDFpiGvU li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #bbbbbb;
  }
  .cid-vcNDFpiGvU .lg_brand {
    margin: 0 1rem;
  }
  .cid-vcNDFpiGvU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vcNDFpiGvU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vcNDFpiGvU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .nav-item {
    margin: 0 !important;
  }
}
.cid-vcNDFpiGvU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcNDFpiGvU .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-vcNDFpiGvU .nav-item .nav-link::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNDFpiGvU .nav-item .nav-link:hover,
.cid-vcNDFpiGvU .nav-item .nav-link:focus {
  color: #e0b548 !important;
}
.cid-vcNDFpiGvU .nav-item .nav-link:hover::before,
.cid-vcNDFpiGvU .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-vcNDFpiGvU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vcNDFpiGvU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vcNDFpiGvU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vcNDFpiGvU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vcNDFpiGvU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vcNDFpiGvU .offcanvas_box {
    display: none;
  }
}
.cid-vcNDFpiGvU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vcNDFpiGvU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vcNDFpiGvU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vcNDFpiGvU .container {
  display: flex;
  margin: auto;
}
.cid-vcNDFpiGvU .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vcNDFpiGvU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vcNDFpiGvU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNDFpiGvU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vcNDFpiGvU .navbar-nav {
    margin: 0;
  }
}
.cid-vcNDFpiGvU .dropdown-menu,
.cid-vcNDFpiGvU .navbar.opened {
  background-color: false !important;
}
.cid-vcNDFpiGvU .nav-item:focus,
.cid-vcNDFpiGvU .nav-link:focus {
  outline: none;
}
.cid-vcNDFpiGvU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNDFpiGvU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNDFpiGvU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNDFpiGvU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNDFpiGvU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNDFpiGvU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNDFpiGvU .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vcNDFpiGvU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vcNDFpiGvU .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNDFpiGvU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vcNDFpiGvU .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-vcNDFpiGvU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vcNDFpiGvU .navbar.collapsed {
  justify-content: center;
}
.cid-vcNDFpiGvU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNDFpiGvU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcNDFpiGvU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNDFpiGvU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNDFpiGvU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNDFpiGvU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vcNDFpiGvU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vcNDFpiGvU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vcNDFpiGvU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vcNDFpiGvU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNDFpiGvU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNDFpiGvU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vcNDFpiGvU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNDFpiGvU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vcNDFpiGvU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNDFpiGvU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vcNDFpiGvU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vcNDFpiGvU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vcNDFpiGvU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vcNDFpiGvU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNDFpiGvU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vcNDFpiGvU .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcNDFpiGvU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcNDFpiGvU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcNDFpiGvU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcNDFpiGvU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vcNDFpiGvU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNDFpiGvU .dropdown-item.active,
.cid-vcNDFpiGvU .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNDFpiGvU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vcNDFpiGvU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNDFpiGvU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNDFpiGvU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNDFpiGvU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vcNDFpiGvU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcNDFpiGvU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0a4f8b;
  background: #0a4f8b;
}
.cid-vcNDFpiGvU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f9f6e0;
}
.cid-vcNDFpiGvU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcNDFpiGvU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNDFpiGvU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcNDFpiGvU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcNDFpiGvU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNDFpiGvU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNDFpiGvU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNDFpiGvU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNDFpiGvU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vcNDFpiGvU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcNDFpiGvU .navbar {
    height: 70px;
  }
  .cid-vcNDFpiGvU .navbar.opened {
    height: auto;
  }
  .cid-vcNDFpiGvU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNDFpiGvU .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vcNDFpiGvU .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-vcNDFpiGvU .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vcNDFpiGvU .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vcNDFpiGvU .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-vcNDFpiGvU .navbar-caption:hover {
  color: #f9f6e0;
}
@media (min-width: 992px) {
  .cid-vcNDFpiGvU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vcNDFpiGvU .text_widget {
  margin-bottom: 32px;
}
.cid-vcNDFpiGvU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vcNDFpiGvU .text_widget a:hover,
.cid-vcNDFpiGvU .text_widget a:focus {
  opacity: .6;
}
.cid-vcNDFpiGvU .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNDFpiGvU .navbar-caption {
  color: #F9F6E0;
}
.cid-vcNDFpiGvU .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNDFpiGvU .mbr-section-subtitle,
.cid-vcNDFpiGvU .text_widget,
.cid-vcNDFpiGvU .mbr-section-btn {
  text-align: center;
}
.cid-vcNDFpiGvU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vcNDFpVgY6 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/skyline20copia-1536x1024.png");
}
.cid-vcNDFpVgY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNDFpVgY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNDFpVgY6 .container {
    padding: 0 24px;
  }
}
.cid-vcNDFpVgY6 .content-wrapper {
  padding: 32px;
  border-bottom: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcNDFpVgY6 .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNDFpVgY6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vcNDFpVgY6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNDFpVgY6 .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNDFpVgY6 .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcNDFpVgY6 .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNDFpVgY6 .mbr-text {
  color: #0a4f8b;
}
.cid-vcNDFpVgY6 .mbr-section-title,
.cid-vcNDFpVgY6 .mbr-section-btn {
  color: #0a4f8b;
}
.cid-vcNDFqeqPz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNDFqeqPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNDFqeqPz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNDFqeqPz .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vcNDFqeqPz .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vcNDFqeqPz .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcNDFqeqPz .content-wrap .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vcNDFqeqPz .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNDFqeqPz .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcNDFqeqPz .content-wrap .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNDFqeqPz .content-wrap .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vcNDFqeqPz .mbr-label,
.cid-vcNDFqeqPz .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcNDFqeqPz .mbr-section-title {
  color: #000000;
}
.cid-vcNDFqeqPz .mbr-text,
.cid-vcNDFqeqPz .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vcNDFqeqPz .mbr-section-title,
.cid-vcNDFqeqPz .mbr-section-btn {
  text-align: justify;
  color: #353535;
}
.cid-vcNEL7OCgj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNEL7OCgj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNEL7OCgj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNEL7OCgj .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcNEL7OCgj .row {
    margin: 0;
  }
}
.cid-vcNEL7OCgj .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcNEL7OCgj .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNEL7OCgj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcNEL7OCgj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcNEL7OCgj .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcNEL7OCgj .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcNEL7OCgj .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNEL7OCgj .items .item {
    padding: 24px;
  }
}
.cid-vcNEL7OCgj .items .item:last-child {
  border: none;
}
.cid-vcNEL7OCgj .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcNEL7OCgj .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcNEL7OCgj .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcNEL7OCgj .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcNEL7OCgj .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNEL7OCgj .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcNEL7OCgj .card-title {
  color: #F9F6E0;
}
.cid-vcNEL7OCgj .card-number {
  color: #E0B548;
}
.cid-vcNEL7OCgj .card-text {
  color: #474a48;
}
.cid-vcNEL7OCgj .mbr-section-title,
.cid-vcNEL7OCgj .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcNEL7OCgj .card-title,
.cid-vcNEL7OCgj .title-wrapper {
  color: #0a4f8b;
}
.cid-vcNFcGSVKB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNFcGSVKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNFcGSVKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNFcGSVKB .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcNFcGSVKB .row {
    margin: 0;
  }
}
.cid-vcNFcGSVKB .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcNFcGSVKB .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNFcGSVKB .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcNFcGSVKB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcNFcGSVKB .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcNFcGSVKB .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcNFcGSVKB .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFcGSVKB .items .item {
    padding: 24px;
  }
}
.cid-vcNFcGSVKB .items .item:last-child {
  border: none;
}
.cid-vcNFcGSVKB .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcNFcGSVKB .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcNFcGSVKB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcNFcGSVKB .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcNFcGSVKB .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNFcGSVKB .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcNFcGSVKB .card-title {
  color: #F9F6E0;
}
.cid-vcNFcGSVKB .card-number {
  color: #E0B548;
}
.cid-vcNFcGSVKB .card-text {
  color: #474a48;
}
.cid-vcNFcGSVKB .mbr-section-title,
.cid-vcNFcGSVKB .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcNFcGSVKB .card-title,
.cid-vcNFcGSVKB .title-wrapper {
  color: #0a4f8b;
}
.cid-vcNFkVK2Jb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcNFkVK2Jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNFkVK2Jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNFkVK2Jb .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcNFkVK2Jb .row {
    margin: 0;
  }
}
.cid-vcNFkVK2Jb .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcNFkVK2Jb .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNFkVK2Jb .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcNFkVK2Jb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcNFkVK2Jb .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcNFkVK2Jb .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcNFkVK2Jb .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFkVK2Jb .items .item {
    padding: 24px;
  }
}
.cid-vcNFkVK2Jb .items .item:last-child {
  border: none;
}
.cid-vcNFkVK2Jb .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcNFkVK2Jb .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcNFkVK2Jb .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcNFkVK2Jb .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcNFkVK2Jb .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNFkVK2Jb .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcNFkVK2Jb .card-title {
  color: #F9F6E0;
}
.cid-vcNFkVK2Jb .card-number {
  color: #E0B548;
}
.cid-vcNFkVK2Jb .card-text {
  color: #474a48;
}
.cid-vcNFkVK2Jb .mbr-section-title,
.cid-vcNFkVK2Jb .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcNFkVK2Jb .card-title,
.cid-vcNFkVK2Jb .title-wrapper {
  color: #0a4f8b;
}
.cid-vcNFyq1upl {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcNFyq1upl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNFyq1upl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNFyq1upl .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-vcNFyq1upl .row {
    margin: 0;
  }
}
.cid-vcNFyq1upl .row .card {
  border-top: 1px solid #72716b;
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .row .card {
    padding: 0 16px;
    border: none;
  }
}
.cid-vcNFyq1upl .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .content-wrapper {
    padding: 24px;
  }
}
.cid-vcNFyq1upl .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcNFyq1upl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcNFyq1upl .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .content-wrapper .mbr-section-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.cid-vcNFyq1upl .items {
  border-left: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .items {
    border-top: 1px solid #72716b;
  }
}
.cid-vcNFyq1upl .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-vcNFyq1upl .items .item {
    padding: 24px;
  }
}
.cid-vcNFyq1upl .items .item:last-child {
  border: none;
}
.cid-vcNFyq1upl .items .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 8px;
}
.cid-vcNFyq1upl .items .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
}
.cid-vcNFyq1upl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-vcNFyq1upl .items .item .item-wrapper .card-box .title-wrapper .title-wrap .card-number {
  margin: 0 0 0 8px;
  min-width: 22px;
}
.cid-vcNFyq1upl .mbr-section-title {
  color: #F9F6E0;
}
.cid-vcNFyq1upl .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcNFyq1upl .card-title {
  color: #F9F6E0;
}
.cid-vcNFyq1upl .card-number {
  color: #E0B548;
}
.cid-vcNFyq1upl .card-text {
  color: #474a48;
}
.cid-vcNFyq1upl .mbr-section-title,
.cid-vcNFyq1upl .mbr-section-btn {
  text-align: right;
  color: #0a4f8b;
}
.cid-vcNFyq1upl .card-title,
.cid-vcNFyq1upl .title-wrapper {
  color: #0a4f8b;
}
.cid-vcNDFrlP5t {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1-4.jpg");
}
.cid-vcNDFrlP5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNDFrlP5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNDFrlP5t .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-vcNDFrlP5t .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNDFrlP5t .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-vcNDFrlP5t .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vcNDFrlP5t .container {
    padding: 0 14px;
  }
}
.cid-vcNDFrlP5t .row {
  justify-content: center;
}
.cid-vcNDFrlP5t .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vcNDFrlP5t .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNDFrlP5t .content-wrapper .mbr-text_1 {
  margin-bottom: 32px;
}
.cid-vcNDFrlP5t .content-wrapper .list-wrapper {
  margin-bottom: 32px;
}
.cid-vcNDFrlP5t .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-vcNDFrlP5t .content-wrapper .list-wrapper .list {
  margin: 0;
  list-style-type: none;
  padding-left: 22px;
}
.cid-vcNDFrlP5t .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-vcNDFrlP5t .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #01004c;
  margin-left: -25px;
}
.cid-vcNDFrlP5t .content-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
.cid-vcNDFrlP5t .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vcNDFrlP5t .mbr-text_1 {
  color: #01004c;
}
.cid-vcNDFrlP5t .list {
  color: #01004c;
}
.cid-vcNDFrlP5t .mbr-text_2 {
  color: #01004c;
}
.cid-vcPBR4bSBy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vcPBR4bSBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcPBR4bSBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcPBR4bSBy .container {
    padding: 0 24px;
  }
}
.cid-vcPBR4bSBy .main-row {
  margin: 0;
}
.cid-vcPBR4bSBy .main-row .card {
  padding: 0;
  border-radius: 0 !important;
  border-top: 1px solid #0a4f8b;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .main-row .card {
    padding: 0;
  }
}
.cid-vcPBR4bSBy .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .content-wrapper {
    padding: 24px;
  }
}
.cid-vcPBR4bSBy .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .content-wrapper .mbr-section-title {
    text-align: left;
  }
}
.cid-vcPBR4bSBy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-vcPBR4bSBy .form-wrapper {
  border-left: 1px solid #0a4f8b;
  padding: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .form-wrapper {
    padding: 24px !important;
  }
}
.cid-vcPBR4bSBy .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-vcPBR4bSBy .dragArea.row .form-group {
  margin-bottom: 24px !important;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .dragArea.row .form-group {
    display: block;
  }
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 20px;
  box-shadow: none;
  border: 1px solid #0a4f8b !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-control::placeholder {
  color: #f9f6e0;
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-control:hover,
.cid-vcPBR4bSBy .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #0a4f8b !important;
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-control-label {
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .dragArea.row .form-group .form-control-label {
    margin-left: 24px;
  }
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .dragArea.row .form-group .form-check {
    margin-left: 24px;
  }
}
.cid-vcPBR4bSBy .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e0b548;
  border-color: #e0b548;
}
.cid-vcPBR4bSBy .dragArea.row .form-group textarea {
  min-height: 270px;
}
.cid-vcPBR4bSBy .dragArea.row .mbr-section-btn {
  margin-top: 32px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vcPBR4bSBy .dragArea.row .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vcPBR4bSBy .mbr-section-title {
  color: #0a4f8b;
  text-align: right;
}
.cid-vcPBR4bSBy .mbr-text {
  color: #72716b;
  text-align: right;
}
.cid-vcPBR4bSBy label {
  color: #F9F6E0;
}
.cid-vcPBR4bSBy LABEL {
  color: #72716b;
}
.cid-vcNDFsemg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a4f8b;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-vcNDFsemg0 .container {
    padding: 0 24px;
  }
}
.cid-vcNDFsemg0 .row {
  justify-content: space-between;
}
.cid-vcNDFsemg0 .logo-wrapper {
  display: flex;
}
.cid-vcNDFsemg0 .logo-wrapper .logo-wrap img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px !important;
}
.cid-vcNDFsemg0 .logo-wrapper .border-wrap {
  width: 100%;
  border-bottom: 1px solid #46766e;
}
.cid-vcNDFsemg0 .content-wrapper {
  padding: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .cid-vcNDFsemg0 .content-wrapper {
    padding: 24px 0;
  }
}
.cid-vcNDFsemg0 .content-wrapper .list {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
  line-height: 1.5;
}
.cid-vcNDFsemg0 .content-wrapper .list .item-wrap {
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNDFsemg0 .content-wrapper .list .item-wrap:hover,
.cid-vcNDFsemg0 .content-wrapper .list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNDFsemg0 .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcNDFsemg0 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vcNDFsemg0 .content-wrapper .mbr-copy {
  margin-bottom: 0;
  line-height: 1.5;
}
.cid-vcNDFsemg0 .nav-list {
  padding: 0 32px 0 0;
  line-height: 1.5;
  list-style-type: none;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vcNDFsemg0 .nav-list {
    padding: 0;
  }
}
.cid-vcNDFsemg0 .nav-list .item-wrap {
  position: relative;
  border-left: 1px solid #46766e;
  border-bottom: 1px solid #46766e;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-vcNDFsemg0 .nav-list .item-wrap:hover,
.cid-vcNDFsemg0 .nav-list .item-wrap:focus {
  color: #e0b548;
}
.cid-vcNDFsemg0 .nav-list .item-wrap:hover::before,
.cid-vcNDFsemg0 .nav-list .item-wrap:focus::before {
  opacity: 1;
}
.cid-vcNDFsemg0 .nav-list .item-wrap:last-child {
  border-bottom: none;
}
.cid-vcNDFsemg0 .nav-list .item-wrap::before {
  content: '';
  background-color: #e0b548;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: 13px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-vcNDFsemg0 .mbr-section-title {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNDFsemg0 .list {
  color: #F9F6E0;
}
.cid-vcNDFsemg0 .mbr-copy {
  color: #F9F6E0;
  text-align: center;
}
.cid-vcNDFsemg0 .list,
.cid-vcNDFsemg0 .item-wrap {
  text-align: center;
}
