.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.5rem;
  line-height: 1.25;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #000000 !important;
}
.bg-success {
  background-color: #e7ceb1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #9c8691 !important;
}
.bg-danger {
  background-color: #f6a851 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d0e59f !important;
  border-color: #d0e59f !important;
  color: #52691c !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e4f0c7 !important;
  border-color: #e4f0c7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #52691c !important;
  background-color: #e4f0c7 !important;
  border-color: #e4f0c7 !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: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
  color: #755024 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #755024 !important;
  background-color: #f3e7d8 !important;
  border-color: #f3e7d8 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b3a2aa !important;
  border-color: #b3a2aa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f6a851 !important;
  border-color: #f6a851 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f9c081 !important;
  border-color: #f9c081 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f9c081 !important;
  border-color: #f9c081 !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: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #d0e59f;
  color: #d0e59f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #afd35b !important;
  background-color: transparent !important;
  border-color: #afd35b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #52691c !important;
  background-color: #d0e59f !important;
  border-color: #d0e59f !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: #e7ceb1;
  color: #e7ceb1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d3a46f !important;
  background-color: transparent !important;
  border-color: #d3a46f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #755024 !important;
  background-color: #e7ceb1 !important;
  border-color: #e7ceb1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9c8691;
  color: #9c8691;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #705b66 !important;
  background-color: transparent !important;
  border-color: #705b66 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9c8691 !important;
  border-color: #9c8691 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f6a851;
  color: #f6a851;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #e47e0c !important;
  background-color: transparent !important;
  border-color: #e47e0c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f6a851 !important;
  border-color: #f6a851 !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: #000000 !important;
}
.text-secondary {
  color: #d0e59f !important;
}
.text-success {
  color: #e7ceb1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #9c8691 !important;
}
.text-danger {
  color: #f6a851 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a9cf4f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cf9d63 !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: #67555e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d6760b !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #9c8691;
}
.alert-danger {
  background-color: #f6a851;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5ccd1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Barlow', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* 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: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #d0e59f !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='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 24px;
  border-radius: 4rem !important;
  flex-direction: row-reverse;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 16px 0 0;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 0;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(4px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  font-weight: 700 !important;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont,
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont,
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont,
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont,
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont,
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont,
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont,
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 400 !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white:focus .mbr-iconfont {
  transform: scale(1.3);
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #d0e59f !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  color: #e7ceb1 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #9c8691 !important;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #f6a851 !important;
  background-color: #000000 !important;
}
.container-fluid {
  padding: 0 200px;
}
@media (max-width: 1440px) {
  .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}
.cid-u9JWdlH6Fs {
  background-color: transparent;
}
.cid-u9JWdlH6Fs .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-u9JWdlH6Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-u9JWdlH6Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JWdlH6Fs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JWdlH6Fs .menu_box .navbar.opened,
  .cid-u9JWdlH6Fs .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JWdlH6Fs .navbar-dropdown {
  position: relative !important;
}
.cid-u9JWdlH6Fs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JWdlH6Fs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-u9JWdlH6Fs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JWdlH6Fs .btn:hover {
  box-shadow: none;
}
.cid-u9JWdlH6Fs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JWdlH6Fs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JWdlH6Fs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-u9JWdlH6Fs .nav-item .nav-link:hover,
.cid-u9JWdlH6Fs .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-u9JWdlH6Fs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JWdlH6Fs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JWdlH6Fs .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-u9JWdlH6Fs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JWdlH6Fs .offcanvas_box {
    display: none;
  }
}
.cid-u9JWdlH6Fs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JWdlH6Fs .container {
  display: flex;
  margin: auto;
}
.cid-u9JWdlH6Fs .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .navbar-nav {
    margin: 0;
  }
}
.cid-u9JWdlH6Fs .dropdown-menu,
.cid-u9JWdlH6Fs .navbar.opened {
  background-color: false !important;
}
.cid-u9JWdlH6Fs .nav-item:focus,
.cid-u9JWdlH6Fs .nav-link:focus {
  outline: none;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JWdlH6Fs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JWdlH6Fs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JWdlH6Fs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JWdlH6Fs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JWdlH6Fs .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JWdlH6Fs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JWdlH6Fs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u9JWdlH6Fs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9JWdlH6Fs .navbar.collapsed {
  justify-content: center;
}
.cid-u9JWdlH6Fs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JWdlH6Fs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JWdlH6Fs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JWdlH6Fs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u9JWdlH6Fs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JWdlH6Fs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JWdlH6Fs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JWdlH6Fs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JWdlH6Fs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JWdlH6Fs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JWdlH6Fs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JWdlH6Fs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JWdlH6Fs .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-u9JWdlH6Fs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u9JWdlH6Fs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JWdlH6Fs .dropdown-item.active,
.cid-u9JWdlH6Fs .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JWdlH6Fs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JWdlH6Fs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JWdlH6Fs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JWdlH6Fs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JWdlH6Fs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JWdlH6Fs .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-u9JWdlH6Fs .navbar {
    height: 70px;
  }
  .cid-u9JWdlH6Fs .navbar.opened {
    height: auto;
  }
  .cid-u9JWdlH6Fs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JWdlH6Fs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-u9JWdlH6Fs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JWdlH6Fs .text_widget {
  margin-bottom: 32px;
}
.cid-u9JWdlH6Fs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JWdlH6Fs .text_widget a:hover,
.cid-u9JWdlH6Fs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u9JWdlH6Fs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u9JWdlH6Fs .navbar-caption {
  color: #000000;
}
.cid-u9JWdlH6Fs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9JWdlH6Fs .mbr-section-subtitle,
.cid-u9JWdlH6Fs .text_widget,
.cid-u9JWdlH6Fs .mbr-section-btn {
  text-align: center;
}
.cid-u9JWdlH6Fs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u9JWduKW0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
  overflow: hidden;
  position: relative;
}
.cid-u9JWduKW0h img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 800px;
  border-radius: 8rem 8rem 0 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h img {
    height: 400px;
  }
}
.cid-u9JWduKW0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JWduKW0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JWduKW0h .card {
  justify-content: flex-end;
}
.cid-u9JWduKW0h .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JWduKW0h .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JWduKW0h .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-u9JWduKW0h .text-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-u9JWduKW0h .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JWduKW0h .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9JWduKW0h .image-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 720px;
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h .image-wrapper {
    min-height: 400px;
  }
}
.cid-u9JWduKW0h .image-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 32px;
  border-radius: 1rem !important;
  background-color: #d0e59f;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap {
    width: 100%;
    padding: 40px 16px;
    display: block;
  }
}
.cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap .icon-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  color: #000000;
  display: block;
}
.cid-u9JWduKW0h .image-wrapper .card-wrapper .card-wrap .icon-wrapper .card-text {
  margin-bottom: 0;
}
.cid-u9JWduKW0h .mbr-section-title {
  color: #000000;
}
.cid-u9JWduKW0h .mbr-text {
  color: #000000;
}
.cid-u9JWduKW0h .card-text {
  color: #000000;
}
.cid-u9JWh0tmLF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f92ab;
}
.cid-u9JWh0tmLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9JWh0tmLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9JWh0tmLF .row {
  justify-content: space-between;
}
.cid-u9JWh0tmLF .image-wrapper {
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-u9JWh0tmLF .image-wrapper {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.cid-u9JWh0tmLF .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-u9JWh0tmLF .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9JWh0tmLF .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-u9JWh0tmLF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u9JWh0tmLF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u9JWh0tmLF .content-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9JWh0tmLF .content-wrapper .list .item-wrap {
  margin-bottom: 15px;
}
.cid-u9JWh0tmLF .content-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9JWh0tmLF .mbr-section-title {
  color: #000000;
}
.cid-u9JWh0tmLF .list {
  color: #000000;
}
.cid-veGtNhlhDd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGtNhlhDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtNhlhDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtNhlhDd .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtNhlhDd .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-veGtNhlhDd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGtNhlhDd .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-veGtNhlhDd .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .image-wrapper {
    padding-left: 0;
  }
}
.cid-veGtNhlhDd .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-veGtNhlhDd .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-veGtNhlhDd .mbr-section-title {
  color: #000000;
}
.cid-veGtNhlhDd .mbr-desc {
  color: #000000;
}
.cid-veGtNhlhDd .mbr-text {
  color: #000000;
}
.cid-veGuqmjsyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f92ab;
}
.cid-veGuqmjsyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGuqmjsyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGuqmjsyT .title-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-veGuqmjsyT .title-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
.cid-veGuqmjsyT .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-veGuqmjsyT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-veGuqmjsyT .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veGuqmjsyT .items-wrapper .item {
  margin-bottom: 16px;
}
.cid-veGuqmjsyT .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGuqmjsyT .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-veGuqmjsyT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #3e7691;
  padding: 8px;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .title-wrap {
  padding: 16px 16px 24px 16px;
}
@media (max-width: 992px) {
  .cid-veGuqmjsyT .items-wrapper .item .item-wrapper .title-wrap {
    padding: 16px 20px 24px 20px;
  }
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .title-wrap .title-box {
  display: inline-flex;
  align-items: center;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .title-wrap .title-box .dot-wrapper {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000000;
  margin-right: 16px;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .title-wrap .title-box .item-title {
  margin-bottom: 0;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .item-content {
  padding: 24px;
  background-color: #8fb9cd;
}
@media (max-width: 992px) {
  .cid-veGuqmjsyT .items-wrapper .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 12px;
}
.cid-veGuqmjsyT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGuqmjsyT .mbr-label {
  color: #be0000;
}
.cid-veGuqmjsyT .mbr-section-title {
  color: #000000;
}
.cid-veGuqmjsyT .mbr-text,
.cid-veGuqmjsyT .text-wrapper {
  color: #6c7179;
}
.cid-veGuqmjsyT .item-title {
  color: #000000;
}
.cid-veGuqmjsyT .item-text {
  color: #454545;
}
.cid-veGuqmjsyT .item-text,
.cid-veGuqmjsyT .mbr-section-btn {
  color: #000000;
}
.cid-veGtNEgkpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGtNEgkpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtNEgkpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtNEgkpO .card {
  justify-content: flex-end;
}
.cid-veGtNEgkpO .title-wrapper .mbr-section-title {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-veGtNEgkpO .title-wrapper .mbr-section-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .title-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-veGtNEgkpO .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-veGtNEgkpO .text-wrapper .mbr-text {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 35px;
  }
}
.cid-veGtNEgkpO .card-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 670px;
  padding: 50px;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper {
    padding: 16px 16px 40px;
    min-height: 400px;
  }
}
.cid-veGtNEgkpO .card-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper img {
    border-radius: 2rem;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 24px;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper .card-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap {
  display: flex;
  align-items: center;
  width: 50%;
  margin-right: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .card-date {
  padding: 8px 16px;
  background-color: #d0e59f;
  border-radius: .5rem;
  min-width: 75px;
  margin-right: 24px;
  margin-bottom: 0;
  line-height: 1.7;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .card-date {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: auto;
    width: 100%;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .title-wrap {
  width: 280px;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .title-wrap {
    width: 100%;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .content-wrap .title-wrap .card-desc {
  margin-bottom: 0;
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .text-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-veGtNEgkpO .card-wrapper .card-wrap .text-wrap {
    width: 100%;
  }
}
.cid-veGtNEgkpO .card-wrapper .card-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-veGtNEgkpO .mbr-section-title {
  color: #000000;
}
.cid-veGtNEgkpO .mbr-text {
  color: #000000;
}
.cid-veGtNEgkpO .card-date {
  color: #000000;
  text-align: center;
}
.cid-veGtNEgkpO .card-title {
  color: #000000;
}
.cid-veGtNEgkpO .card-desc {
  color: #000000;
}
.cid-veGtNEgkpO .card-text {
  color: #000000;
}
.cid-veGuYNfDZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5f92ab;
}
.cid-veGuYNfDZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGuYNfDZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGuYNfDZW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veGuYNfDZW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-veGuYNfDZW .item {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veGuYNfDZW .item {
    margin-bottom: 40px;
  }
}
.cid-veGuYNfDZW .item .item-wrapper .icon-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGuYNfDZW .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veGuYNfDZW .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  font-size: 36px;
  color: #f24d4a;
  background-color: #ffffff;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-veGuYNfDZW .item .item-wrapper .icon-wrapper .mbr-iconfont {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
.cid-veGuYNfDZW .item .item-wrapper .card-title {
  margin-bottom: 20px;
}
.cid-veGuYNfDZW .item .item-wrapper .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGuYNfDZW .item .item-wrapper .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-veGuYNfDZW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGuYNfDZW .card-title {
  color: #f24d4a;
}
.cid-veGuYNfDZW .card-text,
.cid-veGuYNfDZW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-veGuYNfDZW .card-title,
.cid-veGuYNfDZW .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-veGtINJjUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtINJjUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtINJjUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtINJjUb .row {
  justify-content: center;
}
.cid-veGtINJjUb .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtINJjUb .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtINJjUb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtINJjUb .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtINJjUb .item {
    margin-bottom: 35px;
  }
}
.cid-veGtINJjUb .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtINJjUb .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtINJjUb .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtINJjUb .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtINJjUb .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtINJjUb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtINJjUb .item-title {
  color: #000000;
}
.cid-veGtINJjUb .item-title,
.cid-veGtINJjUb .icon-wrapper {
  text-align: center;
}
.cid-veGv2qZBHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGv2qZBHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGv2qZBHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGv2qZBHs .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGv2qZBHs .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGv2qZBHs .content-wrapper .google-map {
  width: 100%;
}
.cid-veGv2qZBHs .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGv2qZBHs .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGv2qZBHs .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGnEhRLQC {
  background-color: transparent;
}
.cid-veGnEhRLQC .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGnEhRLQC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGnEhRLQC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGnEhRLQC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGnEhRLQC .menu_box .navbar.opened,
  .cid-veGnEhRLQC .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGnEhRLQC .navbar-dropdown {
  position: relative !important;
}
.cid-veGnEhRLQC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGnEhRLQC .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGnEhRLQC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGnEhRLQC .btn:hover {
  box-shadow: none;
}
.cid-veGnEhRLQC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGnEhRLQC .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .nav-item {
    margin: 0 !important;
  }
}
.cid-veGnEhRLQC .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGnEhRLQC .nav-item .nav-link:hover,
.cid-veGnEhRLQC .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGnEhRLQC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGnEhRLQC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGnEhRLQC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGnEhRLQC .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-veGnEhRLQC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGnEhRLQC .offcanvas_box {
    display: none;
  }
}
.cid-veGnEhRLQC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGnEhRLQC .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGnEhRLQC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGnEhRLQC .container {
  display: flex;
  margin: auto;
}
.cid-veGnEhRLQC .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGnEhRLQC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGnEhRLQC .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGnEhRLQC .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGnEhRLQC .navbar-nav {
    margin: 0;
  }
}
.cid-veGnEhRLQC .dropdown-menu,
.cid-veGnEhRLQC .navbar.opened {
  background-color: false !important;
}
.cid-veGnEhRLQC .nav-item:focus,
.cid-veGnEhRLQC .nav-link:focus {
  outline: none;
}
.cid-veGnEhRLQC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGnEhRLQC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGnEhRLQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGnEhRLQC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGnEhRLQC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGnEhRLQC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGnEhRLQC .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGnEhRLQC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGnEhRLQC .navbar.opened {
  transition: all 0.3s;
}
.cid-veGnEhRLQC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGnEhRLQC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGnEhRLQC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGnEhRLQC .navbar.collapsed {
  justify-content: center;
}
.cid-veGnEhRLQC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGnEhRLQC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGnEhRLQC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGnEhRLQC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGnEhRLQC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGnEhRLQC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGnEhRLQC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGnEhRLQC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGnEhRLQC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGnEhRLQC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGnEhRLQC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGnEhRLQC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGnEhRLQC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGnEhRLQC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGnEhRLQC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGnEhRLQC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGnEhRLQC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGnEhRLQC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGnEhRLQC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGnEhRLQC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGnEhRLQC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGnEhRLQC .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGnEhRLQC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGnEhRLQC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGnEhRLQC .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-veGnEhRLQC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGnEhRLQC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGnEhRLQC .dropdown-item.active,
.cid-veGnEhRLQC .dropdown-item:active {
  background-color: transparent;
}
.cid-veGnEhRLQC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGnEhRLQC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGnEhRLQC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGnEhRLQC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGnEhRLQC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGnEhRLQC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGnEhRLQC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGnEhRLQC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGnEhRLQC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGnEhRLQC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGnEhRLQC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGnEhRLQC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGnEhRLQC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGnEhRLQC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGnEhRLQC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGnEhRLQC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGnEhRLQC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGnEhRLQC .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-veGnEhRLQC .navbar {
    height: 70px;
  }
  .cid-veGnEhRLQC .navbar.opened {
    height: auto;
  }
  .cid-veGnEhRLQC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGnEhRLQC .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGnEhRLQC .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGnEhRLQC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGnEhRLQC .text_widget {
  margin-bottom: 32px;
}
.cid-veGnEhRLQC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGnEhRLQC .text_widget a:hover,
.cid-veGnEhRLQC .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGnEhRLQC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGnEhRLQC .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGnEhRLQC .navbar-caption {
  color: #000000;
}
.cid-veGnEhRLQC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGnEhRLQC .mbr-section-subtitle,
.cid-veGnEhRLQC .text_widget,
.cid-veGnEhRLQC .mbr-section-btn {
  text-align: center;
}
.cid-veGnEhRLQC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGnEi3kSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGnEi3kSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGnEi3kSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGnEi3kSn .mbr-section-title {
  color: #000000;
}
.cid-veGnEi3kSn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGnD2IkwZ {
  background-color: transparent;
}
.cid-veGnD2IkwZ .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGnD2IkwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGnD2IkwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGnD2IkwZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGnD2IkwZ .menu_box .navbar.opened,
  .cid-veGnD2IkwZ .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGnD2IkwZ .navbar-dropdown {
  position: relative !important;
}
.cid-veGnD2IkwZ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGnD2IkwZ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGnD2IkwZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGnD2IkwZ .btn:hover {
  box-shadow: none;
}
.cid-veGnD2IkwZ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGnD2IkwZ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .nav-item {
    margin: 0 !important;
  }
}
.cid-veGnD2IkwZ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGnD2IkwZ .nav-item .nav-link:hover,
.cid-veGnD2IkwZ .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGnD2IkwZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGnD2IkwZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGnD2IkwZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGnD2IkwZ .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-veGnD2IkwZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGnD2IkwZ .offcanvas_box {
    display: none;
  }
}
.cid-veGnD2IkwZ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGnD2IkwZ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGnD2IkwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGnD2IkwZ .container {
  display: flex;
  margin: auto;
}
.cid-veGnD2IkwZ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGnD2IkwZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGnD2IkwZ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGnD2IkwZ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGnD2IkwZ .navbar-nav {
    margin: 0;
  }
}
.cid-veGnD2IkwZ .dropdown-menu,
.cid-veGnD2IkwZ .navbar.opened {
  background-color: false !important;
}
.cid-veGnD2IkwZ .nav-item:focus,
.cid-veGnD2IkwZ .nav-link:focus {
  outline: none;
}
.cid-veGnD2IkwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGnD2IkwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGnD2IkwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGnD2IkwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGnD2IkwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGnD2IkwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGnD2IkwZ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGnD2IkwZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGnD2IkwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-veGnD2IkwZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGnD2IkwZ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGnD2IkwZ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGnD2IkwZ .navbar.collapsed {
  justify-content: center;
}
.cid-veGnD2IkwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGnD2IkwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGnD2IkwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGnD2IkwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGnD2IkwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGnD2IkwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGnD2IkwZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGnD2IkwZ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGnD2IkwZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGnD2IkwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGnD2IkwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGnD2IkwZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGnD2IkwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGnD2IkwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGnD2IkwZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGnD2IkwZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGnD2IkwZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGnD2IkwZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGnD2IkwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGnD2IkwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGnD2IkwZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGnD2IkwZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGnD2IkwZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGnD2IkwZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGnD2IkwZ .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-veGnD2IkwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGnD2IkwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGnD2IkwZ .dropdown-item.active,
.cid-veGnD2IkwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-veGnD2IkwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGnD2IkwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGnD2IkwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGnD2IkwZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGnD2IkwZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGnD2IkwZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGnD2IkwZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGnD2IkwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGnD2IkwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGnD2IkwZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGnD2IkwZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGnD2IkwZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGnD2IkwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGnD2IkwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGnD2IkwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGnD2IkwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGnD2IkwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGnD2IkwZ .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-veGnD2IkwZ .navbar {
    height: 70px;
  }
  .cid-veGnD2IkwZ .navbar.opened {
    height: auto;
  }
  .cid-veGnD2IkwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGnD2IkwZ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGnD2IkwZ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGnD2IkwZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGnD2IkwZ .text_widget {
  margin-bottom: 32px;
}
.cid-veGnD2IkwZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGnD2IkwZ .text_widget a:hover,
.cid-veGnD2IkwZ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGnD2IkwZ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGnD2IkwZ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGnD2IkwZ .navbar-caption {
  color: #000000;
}
.cid-veGnD2IkwZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGnD2IkwZ .mbr-section-subtitle,
.cid-veGnD2IkwZ .text_widget,
.cid-veGnD2IkwZ .mbr-section-btn {
  text-align: center;
}
.cid-veGnD2IkwZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGnD2UgWs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGnD2UgWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGnD2UgWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGnD2UgWs .mbr-section-title {
  color: #000000;
}
.cid-veGnD2UgWs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGmFbo0Ji {
  background-color: transparent;
}
.cid-veGmFbo0Ji .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGmFbo0Ji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGmFbo0Ji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGmFbo0Ji .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGmFbo0Ji .menu_box .navbar.opened,
  .cid-veGmFbo0Ji .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGmFbo0Ji .navbar-dropdown {
  position: relative !important;
}
.cid-veGmFbo0Ji .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGmFbo0Ji .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGmFbo0Ji .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGmFbo0Ji .btn:hover {
  box-shadow: none;
}
.cid-veGmFbo0Ji .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGmFbo0Ji .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .nav-item {
    margin: 0 !important;
  }
}
.cid-veGmFbo0Ji .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGmFbo0Ji .nav-item .nav-link:hover,
.cid-veGmFbo0Ji .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGmFbo0Ji .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGmFbo0Ji .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGmFbo0Ji .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGmFbo0Ji .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-veGmFbo0Ji .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGmFbo0Ji .offcanvas_box {
    display: none;
  }
}
.cid-veGmFbo0Ji .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGmFbo0Ji .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGmFbo0Ji .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGmFbo0Ji .container {
  display: flex;
  margin: auto;
}
.cid-veGmFbo0Ji .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGmFbo0Ji .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGmFbo0Ji .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGmFbo0Ji .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmFbo0Ji .navbar-nav {
    margin: 0;
  }
}
.cid-veGmFbo0Ji .dropdown-menu,
.cid-veGmFbo0Ji .navbar.opened {
  background-color: false !important;
}
.cid-veGmFbo0Ji .nav-item:focus,
.cid-veGmFbo0Ji .nav-link:focus {
  outline: none;
}
.cid-veGmFbo0Ji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGmFbo0Ji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGmFbo0Ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGmFbo0Ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGmFbo0Ji .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGmFbo0Ji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGmFbo0Ji .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGmFbo0Ji .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGmFbo0Ji .navbar.opened {
  transition: all 0.3s;
}
.cid-veGmFbo0Ji .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGmFbo0Ji .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGmFbo0Ji .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGmFbo0Ji .navbar.collapsed {
  justify-content: center;
}
.cid-veGmFbo0Ji .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGmFbo0Ji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGmFbo0Ji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGmFbo0Ji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGmFbo0Ji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGmFbo0Ji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGmFbo0Ji .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGmFbo0Ji .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGmFbo0Ji .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGmFbo0Ji .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGmFbo0Ji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGmFbo0Ji .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGmFbo0Ji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGmFbo0Ji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGmFbo0Ji .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGmFbo0Ji .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGmFbo0Ji .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGmFbo0Ji .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGmFbo0Ji .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGmFbo0Ji .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGmFbo0Ji .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGmFbo0Ji .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGmFbo0Ji .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGmFbo0Ji .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGmFbo0Ji .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-veGmFbo0Ji .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGmFbo0Ji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGmFbo0Ji .dropdown-item.active,
.cid-veGmFbo0Ji .dropdown-item:active {
  background-color: transparent;
}
.cid-veGmFbo0Ji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGmFbo0Ji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGmFbo0Ji .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGmFbo0Ji .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGmFbo0Ji ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGmFbo0Ji .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGmFbo0Ji button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGmFbo0Ji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGmFbo0Ji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGmFbo0Ji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmFbo0Ji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmFbo0Ji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGmFbo0Ji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmFbo0Ji nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGmFbo0Ji nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGmFbo0Ji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmFbo0Ji a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGmFbo0Ji .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-veGmFbo0Ji .navbar {
    height: 70px;
  }
  .cid-veGmFbo0Ji .navbar.opened {
    height: auto;
  }
  .cid-veGmFbo0Ji .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGmFbo0Ji .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGmFbo0Ji .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmFbo0Ji .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGmFbo0Ji .text_widget {
  margin-bottom: 32px;
}
.cid-veGmFbo0Ji .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGmFbo0Ji .text_widget a:hover,
.cid-veGmFbo0Ji .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGmFbo0Ji .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGmFbo0Ji .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGmFbo0Ji .navbar-caption {
  color: #000000;
}
.cid-veGmFbo0Ji .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGmFbo0Ji .mbr-section-subtitle,
.cid-veGmFbo0Ji .text_widget,
.cid-veGmFbo0Ji .mbr-section-btn {
  text-align: center;
}
.cid-veGmFbo0Ji a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGmSzY9AU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGmSzY9AU .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmSzY9AU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmSzY9AU .mbr-section-title {
  color: #000000;
}
.cid-veGmSzY9AU .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGmgOJ9wO {
  background-color: transparent;
}
.cid-veGmgOJ9wO .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGmgOJ9wO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGmgOJ9wO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGmgOJ9wO .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGmgOJ9wO .menu_box .navbar.opened,
  .cid-veGmgOJ9wO .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGmgOJ9wO .navbar-dropdown {
  position: relative !important;
}
.cid-veGmgOJ9wO .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGmgOJ9wO .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGmgOJ9wO .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGmgOJ9wO .btn:hover {
  box-shadow: none;
}
.cid-veGmgOJ9wO .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGmgOJ9wO .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .nav-item {
    margin: 0 !important;
  }
}
.cid-veGmgOJ9wO .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGmgOJ9wO .nav-item .nav-link:hover,
.cid-veGmgOJ9wO .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGmgOJ9wO .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGmgOJ9wO .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGmgOJ9wO .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGmgOJ9wO .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-veGmgOJ9wO .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGmgOJ9wO .offcanvas_box {
    display: none;
  }
}
.cid-veGmgOJ9wO .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGmgOJ9wO .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGmgOJ9wO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGmgOJ9wO .container {
  display: flex;
  margin: auto;
}
.cid-veGmgOJ9wO .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGmgOJ9wO .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGmgOJ9wO .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGmgOJ9wO .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmgOJ9wO .navbar-nav {
    margin: 0;
  }
}
.cid-veGmgOJ9wO .dropdown-menu,
.cid-veGmgOJ9wO .navbar.opened {
  background-color: false !important;
}
.cid-veGmgOJ9wO .nav-item:focus,
.cid-veGmgOJ9wO .nav-link:focus {
  outline: none;
}
.cid-veGmgOJ9wO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGmgOJ9wO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGmgOJ9wO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGmgOJ9wO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGmgOJ9wO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGmgOJ9wO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGmgOJ9wO .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGmgOJ9wO .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGmgOJ9wO .navbar.opened {
  transition: all 0.3s;
}
.cid-veGmgOJ9wO .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGmgOJ9wO .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGmgOJ9wO .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGmgOJ9wO .navbar.collapsed {
  justify-content: center;
}
.cid-veGmgOJ9wO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGmgOJ9wO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGmgOJ9wO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGmgOJ9wO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGmgOJ9wO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGmgOJ9wO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGmgOJ9wO .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGmgOJ9wO .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGmgOJ9wO .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGmgOJ9wO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGmgOJ9wO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGmgOJ9wO .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGmgOJ9wO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGmgOJ9wO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGmgOJ9wO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGmgOJ9wO .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGmgOJ9wO .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGmgOJ9wO .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGmgOJ9wO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGmgOJ9wO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGmgOJ9wO .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGmgOJ9wO .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGmgOJ9wO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGmgOJ9wO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGmgOJ9wO .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-veGmgOJ9wO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGmgOJ9wO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGmgOJ9wO .dropdown-item.active,
.cid-veGmgOJ9wO .dropdown-item:active {
  background-color: transparent;
}
.cid-veGmgOJ9wO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGmgOJ9wO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGmgOJ9wO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGmgOJ9wO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGmgOJ9wO ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGmgOJ9wO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGmgOJ9wO button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGmgOJ9wO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGmgOJ9wO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGmgOJ9wO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmgOJ9wO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmgOJ9wO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGmgOJ9wO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmgOJ9wO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGmgOJ9wO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGmgOJ9wO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmgOJ9wO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGmgOJ9wO .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-veGmgOJ9wO .navbar {
    height: 70px;
  }
  .cid-veGmgOJ9wO .navbar.opened {
    height: auto;
  }
  .cid-veGmgOJ9wO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGmgOJ9wO .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGmgOJ9wO .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmgOJ9wO .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGmgOJ9wO .text_widget {
  margin-bottom: 32px;
}
.cid-veGmgOJ9wO .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGmgOJ9wO .text_widget a:hover,
.cid-veGmgOJ9wO .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGmgOJ9wO .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGmgOJ9wO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGmgOJ9wO .navbar-caption {
  color: #000000;
}
.cid-veGmgOJ9wO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGmgOJ9wO .mbr-section-subtitle,
.cid-veGmgOJ9wO .text_widget,
.cid-veGmgOJ9wO .mbr-section-btn {
  text-align: center;
}
.cid-veGmgOJ9wO a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGmkkmusJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGmkkmusJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmkkmusJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmkkmusJ .row {
  justify-content: space-between;
}
.cid-veGmkkmusJ .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGmkkmusJ .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-veGmkkmusJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .form-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGmkkmusJ .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-veGmkkmusJ .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .dragArea.row .form-group {
    margin-bottom: 15px !important;
  }
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-control {
  padding: 16px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-control:hover,
.cid-veGmkkmusJ .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-veGmkkmusJ .dragArea.row .form-group textarea {
  min-height: 140px;
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-veGmkkmusJ .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-veGmkkmusJ .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-veGmkkmusJ .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .content-wrapper .mbr-section-subtitle {
    margin-bottom: 15px;
  }
}
.cid-veGmkkmusJ .content-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGmkkmusJ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-veGmkkmusJ .content-wrapper .list-wrapper .list .item-wrap:hover,
.cid-veGmkkmusJ .content-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-veGmkkmusJ .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGmkkmusJ .content-wrapper .content-wrap {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-veGmkkmusJ .content-wrapper .content-wrap {
    margin-top: 35px;
  }
}
.cid-veGmkkmusJ .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 30px;
}
.cid-veGmkkmusJ .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-veGmkkmusJ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-veGmkkmusJ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-veGmkkmusJ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-veGmkkmusJ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-veGmkkmusJ .mbr-section-title {
  color: #000000;
}
.cid-veGmkkmusJ .mbr-text {
  color: #000000;
}
.cid-veGmkkmusJ .mbr-section-subtitle {
  color: #000000;
}
.cid-veGmkkmusJ .list {
  color: #000000;
}
.cid-veGmkkmusJ .mbr-desc {
  color: #000000;
}
.cid-veGmkkmusJ label {
  color: #000000;
}
.cid-veGmkkmusJ .mbr-section-title,
.cid-veGmkkmusJ .mbr-section-btn {
  text-align: left;
}
.cid-veGmkkmusJ .mbr-text,
.cid-veGmkkmusJ .text-wrapper {
  text-align: left;
}
.cid-veGtHhB0mP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtHhB0mP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtHhB0mP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtHhB0mP .row {
  justify-content: center;
}
.cid-veGtHhB0mP .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtHhB0mP .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtHhB0mP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtHhB0mP .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtHhB0mP .item {
    margin-bottom: 35px;
  }
}
.cid-veGtHhB0mP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtHhB0mP .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtHhB0mP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtHhB0mP .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtHhB0mP .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtHhB0mP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtHhB0mP .item-title {
  color: #000000;
}
.cid-veGtHhB0mP .item-title,
.cid-veGtHhB0mP .icon-wrapper {
  text-align: center;
}
.cid-veGmgP4Kgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGmgP4Kgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmgP4Kgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmgP4Kgf .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGmgP4Kgf .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGmgP4Kgf .content-wrapper .google-map {
  width: 100%;
}
.cid-veGmgP4Kgf .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGmgP4Kgf .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGmgP4Kgf .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGmg2voRE {
  background-color: transparent;
}
.cid-veGmg2voRE .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGmg2voRE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGmg2voRE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGmg2voRE .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGmg2voRE .menu_box .navbar.opened,
  .cid-veGmg2voRE .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGmg2voRE .navbar-dropdown {
  position: relative !important;
}
.cid-veGmg2voRE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGmg2voRE .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGmg2voRE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGmg2voRE .btn:hover {
  box-shadow: none;
}
.cid-veGmg2voRE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGmg2voRE .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .nav-item {
    margin: 0 !important;
  }
}
.cid-veGmg2voRE .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGmg2voRE .nav-item .nav-link:hover,
.cid-veGmg2voRE .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGmg2voRE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGmg2voRE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGmg2voRE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGmg2voRE .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-veGmg2voRE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGmg2voRE .offcanvas_box {
    display: none;
  }
}
.cid-veGmg2voRE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGmg2voRE .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGmg2voRE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGmg2voRE .container {
  display: flex;
  margin: auto;
}
.cid-veGmg2voRE .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGmg2voRE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGmg2voRE .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGmg2voRE .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmg2voRE .navbar-nav {
    margin: 0;
  }
}
.cid-veGmg2voRE .dropdown-menu,
.cid-veGmg2voRE .navbar.opened {
  background-color: false !important;
}
.cid-veGmg2voRE .nav-item:focus,
.cid-veGmg2voRE .nav-link:focus {
  outline: none;
}
.cid-veGmg2voRE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGmg2voRE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGmg2voRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGmg2voRE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGmg2voRE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGmg2voRE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGmg2voRE .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGmg2voRE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGmg2voRE .navbar.opened {
  transition: all 0.3s;
}
.cid-veGmg2voRE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGmg2voRE .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGmg2voRE .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGmg2voRE .navbar.collapsed {
  justify-content: center;
}
.cid-veGmg2voRE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGmg2voRE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGmg2voRE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGmg2voRE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGmg2voRE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGmg2voRE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGmg2voRE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGmg2voRE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGmg2voRE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGmg2voRE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGmg2voRE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGmg2voRE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGmg2voRE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGmg2voRE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGmg2voRE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGmg2voRE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGmg2voRE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGmg2voRE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGmg2voRE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGmg2voRE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGmg2voRE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGmg2voRE .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGmg2voRE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGmg2voRE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGmg2voRE .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-veGmg2voRE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGmg2voRE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGmg2voRE .dropdown-item.active,
.cid-veGmg2voRE .dropdown-item:active {
  background-color: transparent;
}
.cid-veGmg2voRE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGmg2voRE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGmg2voRE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGmg2voRE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGmg2voRE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGmg2voRE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGmg2voRE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGmg2voRE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGmg2voRE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGmg2voRE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmg2voRE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGmg2voRE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGmg2voRE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmg2voRE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGmg2voRE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGmg2voRE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGmg2voRE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGmg2voRE .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-veGmg2voRE .navbar {
    height: 70px;
  }
  .cid-veGmg2voRE .navbar.opened {
    height: auto;
  }
  .cid-veGmg2voRE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGmg2voRE .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGmg2voRE .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGmg2voRE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGmg2voRE .text_widget {
  margin-bottom: 32px;
}
.cid-veGmg2voRE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGmg2voRE .text_widget a:hover,
.cid-veGmg2voRE .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGmg2voRE .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGmg2voRE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGmg2voRE .navbar-caption {
  color: #000000;
}
.cid-veGmg2voRE .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGmg2voRE .mbr-section-subtitle,
.cid-veGmg2voRE .text_widget,
.cid-veGmg2voRE .mbr-section-btn {
  text-align: center;
}
.cid-veGmg2voRE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGp4vBgBi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGp4vBgBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGp4vBgBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGp4vBgBi .row {
  justify-content: space-between;
}
.cid-veGp4vBgBi .content-wrapper .mbr-desc {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGp4vBgBi .content-wrapper .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 40px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-veGp4vBgBi .content-wrapper .panel-group .card {
    padding: 25px 0;
  }
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card:hover::before,
.cid-veGp4vBgBi .content-wrapper .panel-group .card:focus::before {
  width: 100%;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #000000;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  font-weight: 700 !important;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  margin-top: 4px;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 25px;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
  padding: 0;
  margin: 0 0 0 50%;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-veGp4vBgBi .content-wrapper .panel-group .card .panel-collapse .panel-body .list {
    margin: 0;
  }
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap {
  margin-bottom: 15px;
}
.cid-veGp4vBgBi .content-wrapper .panel-group .card .panel-collapse .panel-body .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGp4vBgBi .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-veGp4vBgBi .panel-title-edit {
  color: #000000;
}
.cid-veGp4vBgBi .list {
  color: #000000;
}
.cid-veGtE0ZoyT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtE0ZoyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtE0ZoyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtE0ZoyT .row {
  justify-content: center;
}
.cid-veGtE0ZoyT .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtE0ZoyT .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtE0ZoyT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtE0ZoyT .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtE0ZoyT .item {
    margin-bottom: 35px;
  }
}
.cid-veGtE0ZoyT .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtE0ZoyT .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtE0ZoyT .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtE0ZoyT .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtE0ZoyT .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtE0ZoyT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtE0ZoyT .item-title {
  color: #000000;
}
.cid-veGtE0ZoyT .item-title,
.cid-veGtE0ZoyT .icon-wrapper {
  text-align: center;
}
.cid-veGmg2W0Tw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGmg2W0Tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGmg2W0Tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGmg2W0Tw .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGmg2W0Tw .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGmg2W0Tw .content-wrapper .google-map {
  width: 100%;
}
.cid-veGmg2W0Tw .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGmg2W0Tw .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGmg2W0Tw .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGm87MLAb {
  background-color: transparent;
}
.cid-veGm87MLAb .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGm87MLAb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGm87MLAb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGm87MLAb .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGm87MLAb .menu_box .navbar.opened,
  .cid-veGm87MLAb .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGm87MLAb .navbar-dropdown {
  position: relative !important;
}
.cid-veGm87MLAb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGm87MLAb .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGm87MLAb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGm87MLAb .btn:hover {
  box-shadow: none;
}
.cid-veGm87MLAb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGm87MLAb .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .nav-item {
    margin: 0 !important;
  }
}
.cid-veGm87MLAb .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGm87MLAb .nav-item .nav-link:hover,
.cid-veGm87MLAb .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGm87MLAb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGm87MLAb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGm87MLAb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGm87MLAb .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-veGm87MLAb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGm87MLAb .offcanvas_box {
    display: none;
  }
}
.cid-veGm87MLAb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGm87MLAb .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGm87MLAb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGm87MLAb .container {
  display: flex;
  margin: auto;
}
.cid-veGm87MLAb .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGm87MLAb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGm87MLAb .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGm87MLAb .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm87MLAb .navbar-nav {
    margin: 0;
  }
}
.cid-veGm87MLAb .dropdown-menu,
.cid-veGm87MLAb .navbar.opened {
  background-color: false !important;
}
.cid-veGm87MLAb .nav-item:focus,
.cid-veGm87MLAb .nav-link:focus {
  outline: none;
}
.cid-veGm87MLAb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGm87MLAb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGm87MLAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGm87MLAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGm87MLAb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGm87MLAb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGm87MLAb .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGm87MLAb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGm87MLAb .navbar.opened {
  transition: all 0.3s;
}
.cid-veGm87MLAb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGm87MLAb .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGm87MLAb .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGm87MLAb .navbar.collapsed {
  justify-content: center;
}
.cid-veGm87MLAb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGm87MLAb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGm87MLAb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGm87MLAb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGm87MLAb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGm87MLAb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGm87MLAb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGm87MLAb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGm87MLAb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGm87MLAb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGm87MLAb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGm87MLAb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGm87MLAb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGm87MLAb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGm87MLAb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGm87MLAb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGm87MLAb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGm87MLAb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGm87MLAb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGm87MLAb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGm87MLAb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGm87MLAb .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGm87MLAb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGm87MLAb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGm87MLAb .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-veGm87MLAb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGm87MLAb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGm87MLAb .dropdown-item.active,
.cid-veGm87MLAb .dropdown-item:active {
  background-color: transparent;
}
.cid-veGm87MLAb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGm87MLAb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGm87MLAb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGm87MLAb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGm87MLAb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGm87MLAb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGm87MLAb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGm87MLAb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGm87MLAb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGm87MLAb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm87MLAb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm87MLAb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGm87MLAb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm87MLAb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGm87MLAb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGm87MLAb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm87MLAb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGm87MLAb .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-veGm87MLAb .navbar {
    height: 70px;
  }
  .cid-veGm87MLAb .navbar.opened {
    height: auto;
  }
  .cid-veGm87MLAb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGm87MLAb .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGm87MLAb .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm87MLAb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGm87MLAb .text_widget {
  margin-bottom: 32px;
}
.cid-veGm87MLAb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGm87MLAb .text_widget a:hover,
.cid-veGm87MLAb .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGm87MLAb .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGm87MLAb .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGm87MLAb .navbar-caption {
  color: #000000;
}
.cid-veGm87MLAb .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGm87MLAb .mbr-section-subtitle,
.cid-veGm87MLAb .text_widget,
.cid-veGm87MLAb .mbr-section-btn {
  text-align: center;
}
.cid-veGm87MLAb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGpLnXqBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGpLnXqBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGpLnXqBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGpLnXqBW .row {
  margin: 0 -32px;
}
.cid-veGpLnXqBW .row .card {
  padding: 0 32px;
  justify-content: center;
}
.cid-veGpLnXqBW .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-veGpLnXqBW .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-veGpLnXqBW .title-wrapper .mbr-label {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.cid-veGpLnXqBW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-veGpLnXqBW .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGpLnXqBW .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGpLnXqBW .title-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-veGpLnXqBW .image-wrapper {
  padding: 12px;
  border: 1px solid #25607d;
  background-color: #5f92ab;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-veGpLnXqBW .image-wrapper {
    padding: 6px;
  }
}
.cid-veGpLnXqBW .image-wrapper .image-wrap {
  padding: 12px;
  background-color: #3e7691;
  border: 1px solid #25607d;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #25607d;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-veGpLnXqBW .image-wrapper .image-wrap {
    padding: 6px;
  }
}
.cid-veGpLnXqBW .image-wrapper .image-wrap img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veGpLnXqBW .image-wrapper .image-wrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-veGpLnXqBW .image-wrapper .image-wrap img {
    height: 250px;
  }
}
.cid-veGpLnXqBW .mbr-label {
  color: #49496d;
}
.cid-veGpLnXqBW .mbr-section-title {
  color: #181824;
}
.cid-veGpLnXqBW .mbr-text,
.cid-veGpLnXqBW .text-wrapper {
  color: #000000;
}
.cid-veGpLnXqBW .mbr-section-title,
.cid-veGpLnXqBW .mbr-section-btn {
  color: #000000;
}
.cid-veGtCnYYgI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtCnYYgI .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtCnYYgI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtCnYYgI .row {
  justify-content: center;
}
.cid-veGtCnYYgI .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtCnYYgI .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtCnYYgI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtCnYYgI .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtCnYYgI .item {
    margin-bottom: 35px;
  }
}
.cid-veGtCnYYgI .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtCnYYgI .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtCnYYgI .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtCnYYgI .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtCnYYgI .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtCnYYgI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtCnYYgI .item-title {
  color: #000000;
}
.cid-veGtCnYYgI .item-title,
.cid-veGtCnYYgI .icon-wrapper {
  text-align: center;
}
.cid-veGm887Y84 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGm887Y84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGm887Y84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGm887Y84 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGm887Y84 .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGm887Y84 .content-wrapper .google-map {
  width: 100%;
}
.cid-veGm887Y84 .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGm887Y84 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGm887Y84 .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGm6VhvnQ {
  background-color: transparent;
}
.cid-veGm6VhvnQ .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGm6VhvnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGm6VhvnQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGm6VhvnQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGm6VhvnQ .menu_box .navbar.opened,
  .cid-veGm6VhvnQ .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGm6VhvnQ .navbar-dropdown {
  position: relative !important;
}
.cid-veGm6VhvnQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGm6VhvnQ .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGm6VhvnQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGm6VhvnQ .btn:hover {
  box-shadow: none;
}
.cid-veGm6VhvnQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGm6VhvnQ .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .nav-item {
    margin: 0 !important;
  }
}
.cid-veGm6VhvnQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGm6VhvnQ .nav-item .nav-link:hover,
.cid-veGm6VhvnQ .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGm6VhvnQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGm6VhvnQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGm6VhvnQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGm6VhvnQ .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-veGm6VhvnQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGm6VhvnQ .offcanvas_box {
    display: none;
  }
}
.cid-veGm6VhvnQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGm6VhvnQ .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGm6VhvnQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGm6VhvnQ .container {
  display: flex;
  margin: auto;
}
.cid-veGm6VhvnQ .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGm6VhvnQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGm6VhvnQ .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGm6VhvnQ .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm6VhvnQ .navbar-nav {
    margin: 0;
  }
}
.cid-veGm6VhvnQ .dropdown-menu,
.cid-veGm6VhvnQ .navbar.opened {
  background-color: false !important;
}
.cid-veGm6VhvnQ .nav-item:focus,
.cid-veGm6VhvnQ .nav-link:focus {
  outline: none;
}
.cid-veGm6VhvnQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGm6VhvnQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGm6VhvnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGm6VhvnQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGm6VhvnQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGm6VhvnQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGm6VhvnQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGm6VhvnQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGm6VhvnQ .navbar.opened {
  transition: all 0.3s;
}
.cid-veGm6VhvnQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGm6VhvnQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGm6VhvnQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGm6VhvnQ .navbar.collapsed {
  justify-content: center;
}
.cid-veGm6VhvnQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGm6VhvnQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGm6VhvnQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGm6VhvnQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGm6VhvnQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGm6VhvnQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGm6VhvnQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGm6VhvnQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGm6VhvnQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGm6VhvnQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGm6VhvnQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGm6VhvnQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGm6VhvnQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGm6VhvnQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGm6VhvnQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGm6VhvnQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGm6VhvnQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGm6VhvnQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGm6VhvnQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGm6VhvnQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGm6VhvnQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGm6VhvnQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGm6VhvnQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGm6VhvnQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGm6VhvnQ .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-veGm6VhvnQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGm6VhvnQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGm6VhvnQ .dropdown-item.active,
.cid-veGm6VhvnQ .dropdown-item:active {
  background-color: transparent;
}
.cid-veGm6VhvnQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGm6VhvnQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGm6VhvnQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGm6VhvnQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGm6VhvnQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGm6VhvnQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGm6VhvnQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGm6VhvnQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGm6VhvnQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGm6VhvnQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm6VhvnQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm6VhvnQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGm6VhvnQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm6VhvnQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGm6VhvnQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGm6VhvnQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm6VhvnQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGm6VhvnQ .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-veGm6VhvnQ .navbar {
    height: 70px;
  }
  .cid-veGm6VhvnQ .navbar.opened {
    height: auto;
  }
  .cid-veGm6VhvnQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGm6VhvnQ .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGm6VhvnQ .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm6VhvnQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGm6VhvnQ .text_widget {
  margin-bottom: 32px;
}
.cid-veGm6VhvnQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGm6VhvnQ .text_widget a:hover,
.cid-veGm6VhvnQ .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGm6VhvnQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGm6VhvnQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGm6VhvnQ .navbar-caption {
  color: #000000;
}
.cid-veGm6VhvnQ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGm6VhvnQ .mbr-section-subtitle,
.cid-veGm6VhvnQ .text_widget,
.cid-veGm6VhvnQ .mbr-section-btn {
  text-align: center;
}
.cid-veGm6VhvnQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGqePaveK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGqePaveK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGqePaveK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGqePaveK .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veGqePaveK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-veGqePaveK .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-veGqePaveK .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-veGqePaveK .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-veGqePaveK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGqePaveK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veGqePaveK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veGqePaveK .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-veGqePaveK .image-wrapper {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-veGqePaveK .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-veGqePaveK .image-wrapper {
    padding-right: 0;
  }
}
.cid-veGqePaveK .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-veGqePaveK .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-veGqePaveK .image-wrapper img {
    height: 350px;
  }
}
.cid-veGqePaveK .mbr-label {
  color: #a6adbf;
}
.cid-veGqePaveK .mbr-section-title {
  color: #000000;
}
.cid-veGqePaveK .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-veGqePaveK .mbr-text,
.cid-veGqePaveK .text-wrapper {
  color: #666666;
}
.cid-veGqePaveK .mbr-text,
.cid-veGqePaveK .text-wrapper,
.cid-veGqePaveK .mbr-section-btn {
  color: #000000;
}
.cid-veGtBgVH6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtBgVH6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtBgVH6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtBgVH6y .row {
  justify-content: center;
}
.cid-veGtBgVH6y .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtBgVH6y .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtBgVH6y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtBgVH6y .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtBgVH6y .item {
    margin-bottom: 35px;
  }
}
.cid-veGtBgVH6y .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtBgVH6y .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtBgVH6y .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtBgVH6y .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtBgVH6y .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtBgVH6y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtBgVH6y .item-title {
  color: #000000;
}
.cid-veGtBgVH6y .item-title,
.cid-veGtBgVH6y .icon-wrapper {
  text-align: center;
}
.cid-veGm6VD3UO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGm6VD3UO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGm6VD3UO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGm6VD3UO .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGm6VD3UO .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGm6VD3UO .content-wrapper .google-map {
  width: 100%;
}
.cid-veGm6VD3UO .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGm6VD3UO .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGm6VD3UO .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-veGm60UqOP {
  background-color: transparent;
}
.cid-veGm60UqOP .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-veGm60UqOP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-veGm60UqOP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veGm60UqOP .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-veGm60UqOP .menu_box .navbar.opened,
  .cid-veGm60UqOP .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-veGm60UqOP .navbar-dropdown {
  position: relative !important;
}
.cid-veGm60UqOP .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-veGm60UqOP .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-veGm60UqOP .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-veGm60UqOP .btn:hover {
  box-shadow: none;
}
.cid-veGm60UqOP .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-veGm60UqOP .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .nav-item {
    margin: 0 !important;
  }
}
.cid-veGm60UqOP .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-veGm60UqOP .nav-item .nav-link:hover,
.cid-veGm60UqOP .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-veGm60UqOP .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-veGm60UqOP .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-veGm60UqOP .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-veGm60UqOP .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-veGm60UqOP .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-veGm60UqOP .offcanvas_box {
    display: none;
  }
}
.cid-veGm60UqOP .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-veGm60UqOP .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-veGm60UqOP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-veGm60UqOP .container {
  display: flex;
  margin: auto;
}
.cid-veGm60UqOP .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-veGm60UqOP .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-veGm60UqOP .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-veGm60UqOP .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm60UqOP .navbar-nav {
    margin: 0;
  }
}
.cid-veGm60UqOP .dropdown-menu,
.cid-veGm60UqOP .navbar.opened {
  background-color: false !important;
}
.cid-veGm60UqOP .nav-item:focus,
.cid-veGm60UqOP .nav-link:focus {
  outline: none;
}
.cid-veGm60UqOP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veGm60UqOP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veGm60UqOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veGm60UqOP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veGm60UqOP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veGm60UqOP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veGm60UqOP .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-veGm60UqOP .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-veGm60UqOP .navbar.opened {
  transition: all 0.3s;
}
.cid-veGm60UqOP .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-veGm60UqOP .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-veGm60UqOP .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-veGm60UqOP .navbar.collapsed {
  justify-content: center;
}
.cid-veGm60UqOP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veGm60UqOP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-veGm60UqOP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veGm60UqOP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veGm60UqOP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veGm60UqOP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-veGm60UqOP .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-veGm60UqOP .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-veGm60UqOP .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-veGm60UqOP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veGm60UqOP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veGm60UqOP .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-veGm60UqOP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veGm60UqOP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-veGm60UqOP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veGm60UqOP .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-veGm60UqOP .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-veGm60UqOP .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-veGm60UqOP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-veGm60UqOP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veGm60UqOP .navbar .icons-menu {
    padding: 0;
  }
}
.cid-veGm60UqOP .navbar.navbar-short {
  min-height: 60px;
}
.cid-veGm60UqOP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-veGm60UqOP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-veGm60UqOP .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-veGm60UqOP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-veGm60UqOP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veGm60UqOP .dropdown-item.active,
.cid-veGm60UqOP .dropdown-item:active {
  background-color: transparent;
}
.cid-veGm60UqOP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-veGm60UqOP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veGm60UqOP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veGm60UqOP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veGm60UqOP ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-veGm60UqOP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-veGm60UqOP button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-veGm60UqOP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-veGm60UqOP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veGm60UqOP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm60UqOP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veGm60UqOP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veGm60UqOP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm60UqOP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veGm60UqOP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veGm60UqOP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veGm60UqOP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-veGm60UqOP .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-veGm60UqOP .navbar {
    height: 70px;
  }
  .cid-veGm60UqOP .navbar.opened {
    height: auto;
  }
  .cid-veGm60UqOP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veGm60UqOP .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-veGm60UqOP .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-veGm60UqOP .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-veGm60UqOP .text_widget {
  margin-bottom: 32px;
}
.cid-veGm60UqOP .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-veGm60UqOP .text_widget a:hover,
.cid-veGm60UqOP .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-veGm60UqOP .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-veGm60UqOP .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-veGm60UqOP .navbar-caption {
  color: #000000;
}
.cid-veGm60UqOP .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGm60UqOP .mbr-section-subtitle,
.cid-veGm60UqOP .text_widget,
.cid-veGm60UqOP .mbr-section-btn {
  text-align: center;
}
.cid-veGm60UqOP a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGqHJgcwf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGqHJgcwf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGqHJgcwf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGqHJgcwf .row {
  justify-content: center;
}
.cid-veGqHJgcwf .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGqHJgcwf .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGqHJgcwf .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-veGqHJgcwf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veGqHJgcwf .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGqHJgcwf .item {
    margin-bottom: 35px;
  }
}
.cid-veGqHJgcwf .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGqHJgcwf .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGqHJgcwf .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGqHJgcwf .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-veGqHJgcwf .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-veGqHJgcwf .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGqHJgcwf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGqHJgcwf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-veGqHJgcwf .item-title {
  color: #000000;
}
.cid-veGqHJgcwf .item-text {
  color: #000000;
  text-align: center;
}
.cid-veGqHJgcwf .item-title,
.cid-veGqHJgcwf .icon-wrapper {
  text-align: center;
}
.cid-veGtzIvZy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGtzIvZy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGtzIvZy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGtzIvZy5 .row {
  justify-content: center;
}
.cid-veGtzIvZy5 .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtzIvZy5 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGtzIvZy5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGtzIvZy5 .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGtzIvZy5 .item {
    margin-bottom: 35px;
  }
}
.cid-veGtzIvZy5 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGtzIvZy5 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGtzIvZy5 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGtzIvZy5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGtzIvZy5 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGtzIvZy5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGtzIvZy5 .item-title {
  color: #000000;
}
.cid-veGtzIvZy5 .item-title,
.cid-veGtzIvZy5 .icon-wrapper {
  text-align: center;
}
.cid-veGm61ifjG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGm61ifjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGm61ifjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGm61ifjG .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGm61ifjG .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGm61ifjG .content-wrapper .google-map {
  width: 100%;
}
.cid-veGm61ifjG .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGm61ifjG .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGm61ifjG .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
.cid-u9JWdlH6Fs {
  background-color: transparent;
}
.cid-u9JWdlH6Fs .navbar-dropdown {
  background-color: #5f92ab !important;
  padding: 0;
}
.cid-u9JWdlH6Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #5f92ab !important;
  background: #5f92ab;
}
.cid-u9JWdlH6Fs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9JWdlH6Fs .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u9JWdlH6Fs .menu_box .navbar.opened,
  .cid-u9JWdlH6Fs .menu_box .navbar-collapse {
    background-color: #5f92ab !important;
    transition: all 0s ease 0s;
  }
}
.cid-u9JWdlH6Fs .navbar-dropdown {
  position: relative !important;
}
.cid-u9JWdlH6Fs .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u9JWdlH6Fs .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-u9JWdlH6Fs .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u9JWdlH6Fs .btn:hover {
  box-shadow: none;
}
.cid-u9JWdlH6Fs .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u9JWdlH6Fs .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .nav-item {
    margin: 0 !important;
  }
}
.cid-u9JWdlH6Fs .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  color: #000000;
}
.cid-u9JWdlH6Fs .nav-item .nav-link:hover,
.cid-u9JWdlH6Fs .nav-item .nav-link:focus {
  border: 1px solid #000000;
}
.cid-u9JWdlH6Fs .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u9JWdlH6Fs .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u9JWdlH6Fs .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-u9JWdlH6Fs .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u9JWdlH6Fs .offcanvas_box {
    display: none;
  }
}
.cid-u9JWdlH6Fs .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u9JWdlH6Fs .container {
  display: flex;
  margin: auto;
}
.cid-u9JWdlH6Fs .iconfont-wrapper {
  color: #ffffff;
  background-color: #000000;
  font-size: 28px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:hover {
  background-color: #ffffff;
}
.cid-u9JWdlH6Fs .iconfont-wrapper:hover .mbr-iconfont {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .navbar-nav {
    margin: 0;
  }
}
.cid-u9JWdlH6Fs .dropdown-menu,
.cid-u9JWdlH6Fs .navbar.opened {
  background-color: false !important;
}
.cid-u9JWdlH6Fs .nav-item:focus,
.cid-u9JWdlH6Fs .nav-link:focus {
  outline: none;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9JWdlH6Fs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9JWdlH6Fs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9JWdlH6Fs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9JWdlH6Fs .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u9JWdlH6Fs .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u9JWdlH6Fs .navbar.opened {
  transition: all 0.3s;
}
.cid-u9JWdlH6Fs .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u9JWdlH6Fs .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-u9JWdlH6Fs .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u9JWdlH6Fs .navbar.collapsed {
  justify-content: center;
}
.cid-u9JWdlH6Fs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9JWdlH6Fs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9JWdlH6Fs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9JWdlH6Fs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u9JWdlH6Fs .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u9JWdlH6Fs .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u9JWdlH6Fs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9JWdlH6Fs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9JWdlH6Fs .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u9JWdlH6Fs .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u9JWdlH6Fs .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u9JWdlH6Fs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9JWdlH6Fs .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u9JWdlH6Fs .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9JWdlH6Fs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9JWdlH6Fs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9JWdlH6Fs .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-u9JWdlH6Fs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u9JWdlH6Fs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9JWdlH6Fs .dropdown-item.active,
.cid-u9JWdlH6Fs .dropdown-item:active {
  background-color: transparent;
}
.cid-u9JWdlH6Fs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9JWdlH6Fs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9JWdlH6Fs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9JWdlH6Fs ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u9JWdlH6Fs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9JWdlH6Fs button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #5f92ab;
  background: #ffffff;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9JWdlH6Fs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9JWdlH6Fs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9JWdlH6Fs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u9JWdlH6Fs .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-u9JWdlH6Fs .navbar {
    height: 70px;
  }
  .cid-u9JWdlH6Fs .navbar.opened {
    height: auto;
  }
  .cid-u9JWdlH6Fs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9JWdlH6Fs .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-u9JWdlH6Fs .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u9JWdlH6Fs .text_widget {
  margin-bottom: 32px;
}
.cid-u9JWdlH6Fs .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u9JWdlH6Fs .text_widget a:hover,
.cid-u9JWdlH6Fs .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-u9JWdlH6Fs .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-u9JWdlH6Fs .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u9JWdlH6Fs .navbar-caption {
  color: #000000;
}
.cid-u9JWdlH6Fs .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9JWdlH6Fs .mbr-section-subtitle,
.cid-u9JWdlH6Fs .text_widget,
.cid-u9JWdlH6Fs .mbr-section-btn {
  text-align: center;
}
.cid-u9JWdlH6Fs a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-veGrqxurf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8fb9cd;
}
.cid-veGrqxurf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGrqxurf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGrqxurf1 .content-wrapper {
  padding: 115px 80px;
  background-color: #5f92ab;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-veGrqxurf1 .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-veGrqxurf1 .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-veGrqxurf1 .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-veGrqxurf1 .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-veGrqxurf1 .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-veGrqxurf1 .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGrqxurf1 .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-veGrqxurf1 .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .item {
    margin-bottom: 35px;
  }
  .cid-veGrqxurf1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-veGrqxurf1 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGrqxurf1 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGrqxurf1 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGrqxurf1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGrqxurf1 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-veGrqxurf1 .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-veGrqxurf1 .mbr-section-title {
  color: #000000;
}
.cid-veGrqxurf1 .mbr-desc {
  color: #000000;
}
.cid-veGrqxurf1 .mbr-text {
  color: #000000;
}
.cid-veGrqxurf1 .item-title {
  color: #000000;
}
.cid-veGrqxurf1 .item-desc {
  color: #000000;
}
.cid-veGrqxurf1 .item-text {
  color: #000000;
}
.cid-veGlvF0Crr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGlvF0Crr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGlvF0Crr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGlvF0Crr .row {
  justify-content: center;
}
.cid-veGlvF0Crr .content-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGlvF0Crr .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-veGlvF0Crr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-veGlvF0Crr .item {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-veGlvF0Crr .item {
    margin-bottom: 35px;
  }
}
.cid-veGlvF0Crr .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGlvF0Crr .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-veGlvF0Crr .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-veGlvF0Crr .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-veGlvF0Crr .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.cid-veGlvF0Crr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veGlvF0Crr .item-title {
  color: #000000;
}
.cid-veGlvF0Crr .item-title,
.cid-veGlvF0Crr .icon-wrapper {
  text-align: center;
}
.cid-veGlvUfJVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3e7691;
}
.cid-veGlvUfJVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGlvUfJVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGlvUfJVv .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-veGlvUfJVv .content-wrapper {
    padding: 16px 0;
  }
}
.cid-veGlvUfJVv .content-wrapper .google-map {
  width: 100%;
}
.cid-veGlvUfJVv .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veGlvUfJVv .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-veGlvUfJVv .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #25607d;
}
.cid-veGyK3BuSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #191919;
}
.cid-veGyK3BuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veGyK3BuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veGyK3BuSc .row {
  margin: 0 -15px;
}
.cid-veGyK3BuSc .row .card {
  padding: 0 15px;
}
.cid-veGyK3BuSc .title-wrapper {
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-veGyK3BuSc .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veGyK3BuSc .nav-wrapper {
    justify-content: flex-start;
  }
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
  border-bottom: 3px dashed #ffffff;
}
.cid-veGyK3BuSc .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-veGyK3BuSc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #a1a1a1;
  margin-bottom: 40px;
}
.cid-veGyK3BuSc .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-veGyK3BuSc .mbr-section-title {
  color: #fefff5;
}
.cid-veGyK3BuSc .mbr-text {
  color: #fefff5;
}
.cid-veGyK3BuSc .list {
  color: #a1a1a1;
}
.cid-veGyK3BuSc .list,
.cid-veGyK3BuSc .item-wrap {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-section-title,
.cid-veGyK3BuSc .mbr-section-btn {
  color: #ffffff;
}
.cid-veGyK3BuSc .mbr-text,
.cid-veGyK3BuSc .text-wrapper {
  color: #ffffff;
}
